pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/Sigil
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 3 15:50:33 UTC 2010
Modified Files:
pkgsrc/editors/Sigil: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/Sigil/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index