aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-08-25 01:27:32 -0400
committerRalph Amissah <ralph@amissah.com>2013-08-25 01:27:32 -0400
commit6b57907020763ba9b7feae6681d37ec274d2e928 (patch)
tree584469d03f2f9e633cb5adce5f43de6dd8a7d2a8
parentMerge tag 'sisu_4.2.0' into debian/sid (diff)
debian/changelog (4.2.0-1)debian/sisu_4.2.0-1
-rw-r--r--debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 274d6c6e..6610258c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+sisu (4.2.0-1) unstable; urgency=low
+
+ [ Ralph Amissah ]
+ * [cf11ff3] v4 v5: version & changelog
+ * [07de841] v4 v5: css, html, epub, adjust paragraph spacing, aesthetic
+ * increase whitespace (between paragraphs)
+ * [review spacing (generally) further]
+ * [3429989] v5: dal, refine grouped text open and close using tics "```"
+ * [0e296eb] v5: dal, improve font face matching within grouped text (other
+ than code blocks)
+ * [9ccfd45] v4: merge v5, syntax additions, block text related (version bump
+ to 4.2.*)
+ * syntax add
+ * switch ocn off and on for a block of content, line containing only
+ off: "--~#" (omit headings where possible) "---#" on: "--+#"
+ * alternative open and close for blocks using line starting with "```",
+ e.g.
+ open code block: "``` code"; close code block: "```"
+ start poem: "``` poem"; end poem: "```"
+ * remove need for an empty line between opening & closing of a text block
+ [ note further refinements will be required;
+ use of tildes "~~" considered but more problematic, tics not used
+ elsewhere]
+ * [c60b34d] v4 v5: vim syntax, sisu.vim, improve grouped text match, for
+ blocks using tics
+ * 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 "```"
+
+ -- Ralph Amissah <ralph@amissah.com> Sun, 25 Aug 2013 01:26:25 -0400
+
sisu (4.1.12-1) unstable; urgency=low
[ Ralph Amissah ]