diff options
| -rw-r--r-- | data/doc/sisu/CHANGELOG | 45 | 
1 files changed, 35 insertions, 10 deletions
| diff --git a/data/doc/sisu/CHANGELOG b/data/doc/sisu/CHANGELOG index d6676e53..9f1e2c45 100644 --- a/data/doc/sisu/CHANGELOG +++ b/data/doc/sisu/CHANGELOG @@ -9,11 +9,36 @@ Reverse Chronological:  %% STABLE MANIFEST +%% sisu_0.66.0.orig.tar.gz (2008-02-24:07/7) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.66.0.orig.tar.gz +  sisu_0.66.0.orig.tar.gz +  sisu_0.66.0-1.dsc +  sisu_0.66.0-1.diff.gz + +  * ruby identify program files as utf-8 +    # coding: utf-8 + +  * param identify markup type as 0.66 added + +  * shared_sem semantic tag matching + +  * sst_to_s_xml (sax/dom/node) semantic xml mockup naive conversion of known +    abbreviated tags, in flux, e.g. +      sisu --to-sax autonomy_markup0.sst +    back to sst markup with: +      sisu --from-sxml autonomy_markup0.sxs.xml + +  * sst_to_s_dom fix to footnote/endnote conversion + +  * vim +    * replace HiLink with "hi def link" +    * semantic tag matching, (may prune matches later) +  %% sisu_0.65.0.orig.tar.gz (2008-02-16:06/6)  http://www.jus.uio.no/sisu/pkg/src/sisu_0.65.0.orig.tar.gz -  sisu_0.65.0.orig.tar.gz -  sisu_0.65.0-1.dsc -  sisu_0.65.0-1.diff.gz +  ef65b612268491857934bc4160ea0238 1488645 sisu_0.65.0.orig.tar.gz +  dd2bf992db6a5f0a5faeb62cbea3bd33 629 sisu_0.65.0-1.dsc +  ba8d19c3221430bc1a9d8c89f55ca3d6 146323 sisu_0.65.0-1.diff.gz    * semantic tag, match refinement related, (consider a possible extension)      [version bump for tags] @@ -97,12 +122,12 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.63.0.orig.tar.gz    958736cfeaf188806a0933c775de1294 145944 sisu_0.63.0-1.diff.gz    * texpdf, (latex pdf) generate sisu latex output in a single pass -     +      implications if additional modules added e.g. provide dvi file without      latex pdf headers or generate an A6 document by default for e-readers      capable of reading pdf (this would otherwise require a separate pass/loop      of content for each type to be generated) -     +      [current shortcoming, images are sized for smaller landscape output by      default, image dimension adjustments not yet made (for different      orientation)] @@ -119,7 +144,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.4.orig.tar.gz    94d262be57e2990c975e6532d258ce7f 1482977 sisu_0.62.4.orig.tar.gz    dcf18077108e6a94842a4eda41bacf1b 629 sisu_0.62.4-1.dsc    86e7fadaef232a08161bb3204f61bd27 145841 sisu_0.62.4-1.diff.gz -   +    * cgi_sqlite, variable name bugfix, fixes sql auto-generated sample search      form @@ -134,7 +159,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.4.orig.tar.gz    * debian/watch file    * debian DM upload -   +    * gpg/pgp signature used changed (now B98F62B1 before BD76E77F)  %% sisu_0.62.3.orig.tar.gz (2007-11-27:48/2) @@ -142,15 +167,15 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.3.orig.tar.gz    46511173fc0e3d75982debc37206fa6e 1481806 sisu_0.62.3.orig.tar.gz    494386aa1e44ebd9ea4d2c7bcfd41ba3 606 sisu_0.62.3-1.dsc    d7a5222e99c53c7bd561b1e322b8a490 145532 sisu_0.62.3-1.diff.gz -   +    * html <hr> follows text, before footnotes (refine later) -   +    * rsync remote images partial fix    * minor bug fix, related to error message passing, in texpdf and url    * sisu_manual version info -   +    * vim ftplugin, status line info on cursor position modified    * debian/control Dm-Upload-Allowed: yes | 
