diff options
-rw-r--r-- | debian/changelog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d883d832..1f98364d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +sisu (3.1.14-1) unstable; urgency=low + + [ Ralph Amissah ] + * [87f1037] sha256 (3.1.13) + * [7fbe341] v2 v3 v3dv: 3.1.14 & 3.2.0~pre (& 2.9.12) version & changelog + "opened" + * [525b4f1] v2: vim syntax highlighting, patch from Thilo Six + <T.Six@gmx.de> applied + * Re: <http://thread.gmane.org/gmane.editors.vim.devel/32151> & + <http://vimdoc.sourceforge.net/htmldoc/options.html#cpo-l> + [for v3, see sisu_3.1.13 changelog] + * [8138e23] v3dv: sysenv, output_dir_structure, rewritten, affected code + modified + * [2b884fb] v3dv: --redirect (--redirect=dir_path) & --dump (--dump=dir_path) + + consequences + * --dump places output in directory specified, if none specified in the + current directory (pwd). + * --redirect places output in subdirectory under specified directory, + subdirectory uses the filename (without the suffix). If no output + directory is specified places the subdirectory under the current directory + (pwd). + * html, css incorporated into each file (concordance & manifest included) + * html, xhtml & xmls, css copied into css subdirectory (not used by html as + embedded) + * html xmls, images copied to output directory + * no links to manifest + * manifest with relative links only + * longer html filenames given to avoid names clashing (e.g. for toc, + manifest, concordance) + * html, epub, remove manifest toc links + * -j copy images associated with file (images used by html & xmls) + * automatically invoked by --dump & redirect + * v3 v3dv: document --redirect, --dump, -j update sisu_commands.sst + [documents not generated until v3.2.0 (when v3dv branch is merged into + v3)] + * [f653df1] v3dv: dal, remove sisu_manifest from document structure & toc + * html & epub coding affected + * [6d898f1] v3dv: control hooks + * hooks to make it possible to control (via: the command line; the document + markup header, or; the command line) the likes of: toc, manifest, + manifest-links, metadata, html-minitoc, html-navigation, + html-navigation-bar; these are switched on by default and control takes + the form of making it possible to switch them off. + + -- Ralph Amissah <ralph@amissah.com> Tue, 14 Feb 2012 21:45:12 -0500 + sisu (3.1.13-1) unstable; urgency=low [ Ralph Amissah ] |