diff options
author | wiz <wiz@pkgsrc.org> | 2010-08-16 11:26:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-08-16 11:26:12 +0000 |
commit | 2f605599bc2ee9f48d9f49aa146ec6bf930ed5e3 (patch) | |
tree | 9d9af3e29da08c42ad6b5a1e9374ec9e9d6a2eb3 /editors/Sigil | |
parent | 29f197d0621c87486d6caf62c034365ce67b735f (diff) | |
download | pkgsrc-2f605599bc2ee9f48d9f49aa146ec6bf930ed5e3.tar.gz |
Update to 0.2.4:
Sigil v0.2.4 2010.08.12.
- fixed a problem with updating image paths for images with the same filename but coming from
different parent directories (issue #501)
- added a new "Merge With Previous" context menu action for XHTML files in the Book Browser
(issue #265)
- changed Tidy to handle the common typing mistake of ending entities with a ':' instead
of a ';' (issue #535)
- fixed a bug where double-clicking a file in the Book Browser for a file that was already
opened in a tab switched that tab back to Book View; the tab now retains whatever View
it was in previously
- newly opened tabs now default to the View of the current tab (issue 468)
- re-engineered the locations where Sigil stores its work files; the system-provided temp
folder is now used; this should alleviate some permissions issues on certain machines,
especially Macs (issue #404)
- Sigil now prevents the renaming of files in the Book Browser to filesystem invalid names
(issue #493)
- changed the keyboard shortcut that opens the Replace dialog from Cmd+H to Cmd+Shift+F
on Macs only; Cmd+H is used by Mac OS X for window hiding (issue #477)
- fixed an issue with Sigil using XHTML 1.0 for OPS doctypes, instead of XHTML 1.1
(issue #503)
- several files can now be marked as having the Text semantic type (issue #522)
- fixed an issue with Direction: All in book wide searching skipping last XHTML file
(issue #520)
- fixed an issue with the declared XML encoding not being picked up if it was wrapped
in single quotes instead of the more standard double quotes
- fixed an issue where the user could avoid the warning dialog for book-wide searching in
Book View if he switched to this mode in Code View, and then switched back
Sigil v0.2.3 2010.06.22.
- fixed an issue with the new data from one view sometimes not being saved in the final
epub when switching to the other view
- worked around a Qt focus issue causing current tab data to sometimes not be saved;
this was uncovered by fixing the hang-on-save issue, which was caused by the same
underlying problem (issue #466)
Sigil v0.2.2 2010.06.20.
- simplified the resource locking mechanism; should eliminate the hang-on-save issue
- fixed a problem with BookView chapter splitting sometimes not being registered on save,
causing duplicate content (issue #450)
Sigil v0.2.1 2010.06.18.
- XHTML files that specify two different encodings are now fixed by removing the incorrect one
- Sigil now checks the XML encoding attribute for an encoding before the HTML metatag
and charset; should now be more compatible with Calibre created epub books
- created/used 16px version of all icons; icons in menus are not blurry anymore (issue #121)
- the Find&Replace dialog now uses the currently selected text (if any) as the default search
term (issue #370)
- fixed issues with unnecessary reloads of the code view (issue #412, issue #398)
- fixed an issue with the HTML file filter in the open file dialog not correctly filtering
files (issue #416)
- fixed an issue with files without extensions not being saved in the final epub (issue #400)
- fixed an issue with XPGT resources sometimes being saved blank (issue #433)
- fixed a regression that made it impossible to add removed headings back into the TOC
(issue #439)
- fixed a problem with some file-wide replacements reverting
- fixed a problem with the opened tabs not being updated until the user gave them keyboard
focus when a file-wide replace was performed (issue 408)
- fixed a problem with Book View not reflecting changes done in Code View when the
Code View was used for editing, and then the tab closed
- use of custom synchronization primitives should resolve most infrequent hang bugs
- fixed a problem with the search not progressing in Book View find&replace when using
recursive replacements
- fixed an issue with inserting images that have apostrophes in the filename (issue #391)
- TOC text now has leading and trailing whitespace trimmed, and inner whitespace condensed
(issue #422)
- an empty ALT attribute is now added to <img> elements that don't have them (issue #406)
- added the build time to the About dialog, showing date and time in UTC
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 4 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 3cc0ef9647d..aefe6a857b6 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2010/06/15 12:01:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/08/16 11:26:12 wiz Exp $ # -DISTNAME= Sigil-0.2.0-Code +DISTNAME= Sigil-0.2.4-Code PKGNAME= ${DISTNAME:S/-Code//} CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index cfc00ad64d0..09fa7696e01 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/06/15 12:01:58 wiz Exp $ +$NetBSD: distinfo,v 1.9 2010/08/16 11:26:12 wiz Exp $ -SHA1 (Sigil-0.2.0-Code.zip) = 61257a6baa6a31c2bc99319282cabf18eda4b03a -RMD160 (Sigil-0.2.0-Code.zip) = ac90d205017cf209dedb789be5fdc31df94ab2b4 -Size (Sigil-0.2.0-Code.zip) = 9254950 bytes +SHA1 (Sigil-0.2.4-Code.zip) = b8fa0280e621166ec31b6c85a476fb01fd5fadc2 +RMD160 (Sigil-0.2.4-Code.zip) = e134a12b9453113332fbaad5a7214fe39160f464 +Size (Sigil-0.2.4-Code.zip) = 9299387 bytes |