pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/Sigil Update to 0.1.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4925d09669d
branches:  trunk
changeset: 400054:e4925d09669d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 11 08:33:39 2009 +0000

description:
Update to 0.1.3:

Sigil v0.1.3 2009.09.02.
    - implemented a work-around for a bug in Qt causing documents with "us-ascii" encoding
    specified in the XML declaration to crash Sigil (issue #109)
    - resource path updating rewritten; should be more robust
    - fixed an issue where EPUB files from Google Books could not be opened (issue #106)
    - fixed regression for storing the folder from which the user last imported an image (issue #105)
    - refactored HTML file import resource loading: should be a lot more robust now
    - fixed an issue with loading HTML files that reference the same images multiple times (issue #90)
    - implemented non-live View position synchronization; the Views are now synced
    by HTML element: moving the caret in one View will center the other View (upon switching)
    to the same HTML element that held the caret in the first View (issue #8)
    - newlines are now removed from TOC headings to avoid rendering problems in ADE (issue #96)
    - Sigil now creates a unique book identifier (if one is not provided by the user)
    using the UUID standard instead of a radnom sequence of characters and numbers;
    the old "SigilGEN" scheme is replaced with "UUID"
    - initial support for calibre interoperability (issue #94)
    - book updates from TOC editor are now faster and have a much smaller memory overhead
    - fixed issue with removing headings from TOC in TOC editor (issue #88, part 2 and issue #21);
    also made TOC editor updates to headings MUCH more robust
    - all headings are now by default included in TOC... heuristics for "guessing" which
    headings the users wants have been removed (issue #88, part 1)
    - fixed critical issue with Sigil hanging when loading certain SGF files (issue #87)
    - fixed rare issue with duplicate image loading (issue #86)
    - implemented a workaround for a webkit bug causing the first character of a heading
    created after a chapter break to be displayed incorrectly (issue #78)
    - the "makedmg" target for Macs is not build by default anymore and needs to be
    invoked directly; this was done to speed rebuilds
    - Macs now have a standard multiple document interface: opening a new file opens it
    in a new window, not in the old one (issue #22)
    - fixed a bug with warning dialog not informing the user of unsaved changes
    if he tried to load from the recent files list

diffstat:

 editors/Sigil/Makefile |  5 ++---
 editors/Sigil/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4a18de25d64e -r e4925d09669d editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Sun Oct 11 08:33:03 2009 +0000
+++ b/editors/Sigil/Makefile    Sun Oct 11 08:33:39 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:25 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/11 08:33:39 wiz Exp $
 #
 
-DISTNAME=      Sigil_code_0.1.2
+DISTNAME=      Sigil_code_0.1.3
 PKGNAME=       ${DISTNAME:S/_code_/-/}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  http://sigil.googlecode.com/files/
 EXTRACT_SUFX=  .zip
diff -r 4a18de25d64e -r e4925d09669d editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Sun Oct 11 08:33:03 2009 +0000
+++ b/editors/Sigil/distinfo    Sun Oct 11 08:33:39 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/08/19 14:43:36 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/10/11 08:33:39 wiz Exp $
 
-SHA1 (Sigil_code_0.1.2.zip) = f9fd494558e477c3ab966bf5756c202ec4a4cf9e
-RMD160 (Sigil_code_0.1.2.zip) = 274a7897c1d698b7ff8bcc4cad7349a5f018ba73
-Size (Sigil_code_0.1.2.zip) = 1183758 bytes
+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



Home | Main Index | Thread Index | Old Index