diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-06-26 14:03:16 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-06-26 14:09:35 -0400 |
commit | 833558063f14471bf46512ae7bf69bf4e5de49c9 (patch) | |
tree | 07d622ec451e7b3580ad67134c2a9462054d2619 /data/doc | |
parent | v2 v3: vim colors, added cursor line & cursor column (diff) |
v2 v3: dal_syntax, linebreak in regular text object: ' \\ ' ('<br>' depreciated)
* thanks to Jonas Stein for making me look at this (see bug: #617298 & comments
in upstream CHANGELOG_v3)
* testing required, downstream outputs affected
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v2 | 3 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v2 b/data/doc/sisu/CHANGELOG_v2 index a4d7cc20..8df2759b 100644 --- a/data/doc/sisu/CHANGELOG_v2 +++ b/data/doc/sisu/CHANGELOG_v2 @@ -15,6 +15,9 @@ Reverse Chronological: %% 2.9.7.orig.tar.gz (2011-06-26:25/7) [see 3.0.13] http://git.sisudoc.org/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/3.0.13-1 + * dal_syntax, linebreak within regular objects is \\ (<br> depreciated) + [test, affects downstream outputs, there is the potential for breakage] + * vim * colors, added cursor line & column diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 94d8fcaf..1eb5b4bf 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -20,6 +20,12 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.13.orig.tar.gz sisu_3.0.13-1.dsc sisu_3.0.13-1.debian.tar.gz + * dal_syntax, linebreak within regular objects is \\ (<br> depreciated) + [test, affects downstream outputs, there is the potential for breakage] + [thanks to Jonas Stein for making me look at this, see bug: #617298, <br> + was not documented because there has been no intention to keep it, but + there was no markup replacement until now] + * vim * colors, added cursor line & column |