diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-11 08:51:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-11 08:51:39 +0000 |
commit | 690e301f999f943d98e528878becc20be41bf58c (patch) | |
tree | c6e0e3e60032b502c96614781af5d2fdcdc9fbae /editors/Sigil | |
parent | f0353e26e43394c1d47410a1836958c4592d7158 (diff) | |
download | pkgsrc-690e301f999f943d98e528878becc20be41bf58c.tar.gz |
Update to 0.1.4:
Sigil v0.1.4 2009.10.08.
- SGF files are now associated with Sigil on Windows (issue #135)
- SGF files are now associated with Sigil on Mac OS X (issue #10)
- fixed issue with "Open With" OS actions not working on Macs (issue #111)
- provided more informative tooltips by following Word 2007 tooltip style (issue #64)
- the heading text can now be edited in the TOC Editor (issue #131)
- the Save As dialog now uses the current filename in the filename field (issue #18)
- views can now be zoomed (issue #44)
- Sigil no longer loads flow-specific CSS... this was causing more harm than good; loading
flow-specific CSS will be back in 0.2.0.
- implemented a NEW workaround for a webkit bug causing the first character of a heading
created after a chapter break to be displayed incorrectly (issue #78)
- fixed issue with TOC editor not resolving HTML entities (issue #125)
- fixed issue with Tidy changing case of attribute names (issue #120)
- Sigil will from now on check for a newer version on startup and present an informative
message if such a version is found (issue #67)
- made SGF importing MUCH faster (issue #119)
- provided a window icon on Linux
- providing binary installers for Windows AND LINUX (issue #6)
- further improved encoding detection for HTML import
- fixed graphical misalignment of controls in MetaEditor on Linux and Mac platforms
- fixed syntax highlighting for XPGT stylesheets
- fixed rare issue with SGF importing that displayed all body text underlined (issue #118)
- fixed display of the Sigil chapter break in Book View: the red double-line now
properly appears after all images (issue #117)
- added support for importing images referenced in SVG elements in HTML import
- HTML importing now defaults to a locale-aware codec if one is not detected in the HTML stream;
previously the fallback codec was UTF-8; this change should improve importing of old HTML
documents (issue #113)
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 5 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 9704da973c7..3b0f76f35ce 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/10/11 08:33:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/10/11 08:51:39 wiz Exp $ # -DISTNAME= Sigil_code_0.1.3 +DISTNAME= Sigil_code_0.1.4 PKGNAME= ${DISTNAME:S/_code_/-/} CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ @@ -13,7 +13,6 @@ COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format) LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -INSTALLATION_DIRS= bin libexec/Sigil/data USE_LANGUAGES= c c++ USE_CMAKE= yes diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 53ad0822b25..ab72d8354bd 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/10/11 08:33:39 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/10/11 08:51:39 wiz Exp $ -SHA1 (Sigil_code_0.1.3.zip) = 83349aec2f5dcfb066e85651e66e16b259c23d4f -RMD160 (Sigil_code_0.1.3.zip) = 616abfc8d6c770cc38d03a106a2de981cd1c6270 -Size (Sigil_code_0.1.3.zip) = 1216629 bytes +SHA1 (Sigil_code_0.1.4.zip) = 4832e80561a4d16a188a84cbac70f856298e0276 +RMD160 (Sigil_code_0.1.4.zip) = 88b5d83cce394c79a0b2610c7899c5a199daf796 +Size (Sigil_code_0.1.4.zip) = 5943438 bytes |