diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-03 15:50:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-03 15:50:33 +0000 |
commit | f2de372a0b41c10683cdfe3a2697905e2e0da5d2 (patch) | |
tree | f20feec007802c2f88ad1fba6c2080731f5b51f0 /editors | |
parent | 4444e25e1094f0ef913ebe448eaf7f90d1dc25ea (diff) | |
download | pkgsrc-f2de372a0b41c10683cdfe3a2697905e2e0da5d2.tar.gz |
Update to 0.1.8. Please note the nice date in the following entry:
Sigil v0.1.8 2009.13.30.
- fix for a regression causing all imported CSS code to be merged into one line
- fix for an issue with ignored linefeed characters (caused by same regression) (issue #217)
Sigil v0.1.7 2009.12.28.
- minor aesthetic toolbar fixes for Mac
- fixed an issue with " " in headings not being converted to a space in the TOC (issue #215)
- minor aesthetic changes to the line number area in Code View
- fixed an issue with "Insert Image" not working if the Book View doesn't have focus (issue #204)
- the "Add metadata property" dialogs in the Meta Editor now remember their size, position
and splitter bar position
- Sigil now loads HTML metadata when importing if metadata conforms to Dublin Core;
code contribution from Kevin Hendricks (issue #160)
- fixed an issue with loading TXT files with unescaped character entity references (issue #202)
- fixed an issue with headings not being centered after View switches (issue #200)
- fixed an issue with files with uppercase extensions being loaded incorrectly
- fixed an issue with loading TXT files with Mac-style (CR) line endings (issue #170)
- fixed an issue with loading UTF-16 encoded files that used Windows style (CRLF) line endings
- Sigil should now detect UTF-8 encoded HTML files even when they don't specify that they
are UTF-8 encoded, and HTML files that use the XML "encoding" attribute (for any encoding)
- the Views can now be scrolled by one line up/down by pressing CTRL+Up/Down (issue #72)
- the About dialog now links to the online version of the GPLv3
- made viewport switching more robust; the rare crashes should now become much rarer
Sigil v0.1.6 2009.12.06.
- added a "Report An Issue" menu entry to the Help menu; opens a web browser and goes to the
"ReportingIssues" wiki page on Sigil's website
- fixed an issue with empty NavMap generation in the NCX if the file had no headings;
the epub specification forbids empty NavMaps (issue #174)
- fixed an issue with the document not being marked as modified in the GUI if the user only
changed the document's metadata (issue #189)
- fixed a rare bug with searching for a string that is at the very end of a document (issue #181)
- new "Remove Formatting" WYSIWYG action (issue #56)
- Sigil now preserves ALL HTML entity references (it used to convert most to Unicode equivalents);
this change was necessary since soft hyphens were becoming "invisible" (issue #186)
- implemented "blockquote" support through new WYSIWYG actions: "Indent Less" and
"Indent More" (issue #41)
- updating Qt fixed an issue with images wrapped in SVG tags not being shown (issue #91)
- updated Qt from 4.5.2 to 4.6.0
- fixed an issue with regex matching in Code View when such regexes referenced line
endings with "\n" (issue #182)
- PageUp and PageDown keys now work in Book View (issue #130)
- fixed a crash invoked on switching views and searching in Book View when the caret
element's parent has HTML comment children (issue #179)
- "Replace All" is now treated as a single undo/redo operation *in Code View*
- tentatively fixed a problem with bad TOC generation if the input file had multiple headings
with the same ID (across XHTML files) (issue #177)
- fixed a regression that was causing crashes when switching views
Diffstat (limited to 'editors')
-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 6fb89e91533..f22bc94abc6 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2010/01/18 09:58:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/03 15:50:33 wiz Exp $ # -DISTNAME= Sigil-0.1.5-Code +DISTNAME= Sigil-0.1.8-Code PKGNAME= ${DISTNAME:S/-Code//} -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ EXTRACT_SUFX= .zip diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index b06f0c5753f..197c2450fce 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/11/25 10:12:36 wiz Exp $ +$NetBSD: distinfo,v 1.6 2010/02/03 15:50:33 wiz Exp $ -SHA1 (Sigil-0.1.5-Code.zip) = 9679409dc3a3c4db5c56f3b391f850f4adfd7db1 -RMD160 (Sigil-0.1.5-Code.zip) = 69a422a5e4f64ce197da8c7540158f00338d17b0 -Size (Sigil-0.1.5-Code.zip) = 5967716 bytes +SHA1 (Sigil-0.1.8-Code.zip) = 3b0e527f1bc2f4fd8be94ba6d5119f4763734f73 +RMD160 (Sigil-0.1.8-Code.zip) = 587aa559cb34a1425330cb586c421edbfa450442 +Size (Sigil-0.1.8-Code.zip) = 5976769 bytes |