diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-08-25 01:23:35 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-08-25 01:23:37 -0400 |
commit | c60b34d1c4d92608d441742629845da3c5ebb6fa (patch) | |
tree | 43b7744d028c9ebcb9315784e2954a6f876a37d2 /data/doc | |
parent | v4: merge v5, syntax additions, block text related (version bump to 4.2.*) (diff) |
v4 v5: vim syntax, sisu.vim, improve grouped text match, for blocks using ticssisu_4.2.0
* syntax additions (introduced for 5.0.12) now relevant also for v4
* ocn (object numbering) on, off, text block using "--~#" "---#" "--+#"
* grouped text, open, close of blocks using tics "```"
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 4 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 81b5c534..12d19140 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -40,6 +40,10 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.0.orig.tar.xz * remove need for an empty line between opening & closing of a text block [note use of "~~" considered but more problematic, (tics not used elsewhere)] +* vim syntax, improve grouped text match, open, close of blocks using tics "```" + * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#" + * grouped text, open, close of blocks using tics "```" + * css, html, epub, adjust paragraph spacing, (increase, whitespace aesthetic, review further) diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 248c65b4..86274ec8 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -35,6 +35,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.13.orig.tar.xz * dal, improve font face matching within grouped text (other than code blocks) +* vim syntax, improve grouped text match, open, close of blocks using tics "```" + * css, html, epub, adjust paragraph spacing, (increase, whitespace aesthetic, review further) |