diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-01-23 23:35:02 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-01-23 23:35:02 -0500 |
commit | dc62435254863fe25a39092c6fc94f5468cefbb6 (patch) | |
tree | 02af8078a1ef9bb269df09c35c8d68f6b6d96340 /data | |
parent | v4 v3: dal_doc_objects, cosmetic, code arrangement, minor (diff) |
v4 v3: epub_tune html_tune, remove unnecessary conversion of some utf-8 chars
* epub, fix, messed up table of contents, toc.ncx
[bug reported by Mikael Böök]
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 9 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 471f7f39..e27bb0e3 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -36,6 +36,15 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.5.orig.tar.xz sisu_3.3.5-1.dsc sisu_3.3.5-1.debian.tar.gz +* v3: epub + * remove unnecessary conversion of some utf-8 characters to xhtml + representation; fix as messed up table of contents, toc.ncx + (e.g. in calibre) [bug reported by Mikael Böök] + +* v3: html + * remove unnecessary conversion of some utf-8 characters to html + representation + * v3: texpdf_format * list of .sty files (and their texlive source within Debian) [not part of code] diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 6814cdcf..a41ea6b7 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -25,6 +25,15 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.2.orig.tar.xz sisu_4.0.2-1.dsc sisu_4.0.2-1.debian.tar.gz +* v4: epub + * remove unnecessary conversion of some utf-8 characters to xhtml + representation; fix as messed up table of contents, toc.ncx + (e.g. in calibre) [bug reported by Mikael Böök] + +* v4: html + * remove unnecessary conversion of some utf-8 characters to html + representation + * v4: texpdf_format * list of .sty files (and their texlive source within Debian) [not part of code] |