diff options
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 4 | ||||
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 4 | ||||
| -rw-r--r-- | lib/sisu/v4/constants.rb | 6 | ||||
| -rw-r--r-- | lib/sisu/v5/constants.rb | 6 | 
4 files changed, 14 insertions, 6 deletions
| diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 458a735d..b29606b1 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -30,6 +30,10 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.7.orig.tar.xz    sisu_4.2.7.orig.tar.xz    sisu_4.2.7-1.dsc +* constants, change a couple of internal processing delimiter characters, that +  might be used in ordinary marked up text (to characters even less likely to be +  of use in ordinary (marked up) text) +  %% 4.2.6.orig.tar.xz (2013-10-16:41/3)  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.6  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.6-1 diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 6834d4cb..0b9adda7 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -30,6 +30,10 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.20.orig.tar.xz    sisu_5.0.20.orig.tar.xz    sisu_5.0.20-1.dsc +* constants, change a couple of internal processing delimiter characters, that +  might be used in ordinary marked up text (to characters even less likely to be +  of use in ordinary (marked up) text) +  %% 5.0.19.orig.tar.xz (2013-10-16:41/3)  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.19  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.19-1 diff --git a/lib/sisu/v4/constants.rb b/lib/sisu/v4/constants.rb index 503ba13f..478b7277 100644 --- a/lib/sisu/v4/constants.rb +++ b/lib/sisu/v4/constants.rb @@ -111,7 +111,7 @@ Mx={    mk_o:                      '〔',         mk_c:                '〕',          #generic mark    gl_o:                      '〔',         gl_c:                '〕',          #glyph    fa_o: '〔', fa_o_c: '¤', fa_c_o: '¤', fa_c: '〕', -  idx_o:                     '▢ ',         idx_c:               '▢ ', +  idx_o:                     '▩',         idx_c:               '▩',    nbsp:                      '░',                                              #'▭ '    br_line:                   '╱',                                              #lB ▌  9612 ┘ ¶    br_nl:                     '╲',                                              #lB ▌ 』  ┘ @@ -124,8 +124,8 @@ Mx={    url_o:                     '◘',          url_c:               '◙',    rel_o:                     '⌈',          rel_c:               '⌋',    tag_o:                     '⌊',          tag_c:               '⌉', -  sm_set_o:                  '◀',          sm_set_c:            '▶', -  sm_subset_o:               '◀',          sm_subset_c:         '▶', +  sm_set_o:                  '◢',          sm_set_c:            '◣', +  sm_subset_o:               '◢',          sm_subset_c:         '◣',    vline:                     '┆',                                              #  ¦ |  }  Mx[:fa_bold_o]=              "#{Mx[:fa_o]}b#{Mx[:fa_o_c]}" diff --git a/lib/sisu/v5/constants.rb b/lib/sisu/v5/constants.rb index 9d826b07..05996d8b 100644 --- a/lib/sisu/v5/constants.rb +++ b/lib/sisu/v5/constants.rb @@ -111,7 +111,7 @@ Mx={    mk_o:                      '〔',         mk_c:                '〕',          #generic mark    gl_o:                      '〔',         gl_c:                '〕',          #glyph    fa_o: '〔', fa_o_c: '¤', fa_c_o: '¤', fa_c: '〕', -  idx_o:                     '▢ ',         idx_c:               '▢ ', +  idx_o:                     '▩',         idx_c:               '▩',    nbsp:                      '░',                                              #'▭ '    br_line:                   '╱',                                              #lB ▌  9612 ┘ ¶    br_nl:                     '╲',                                              #lB ▌ 』  ┘ @@ -124,8 +124,8 @@ Mx={    url_o:                     '◘',          url_c:               '◙',    rel_o:                     '⌈',          rel_c:               '⌋',    tag_o:                     '⌊',          tag_c:               '⌉', -  sm_set_o:                  '◀',          sm_set_c:            '▶', -  sm_subset_o:               '◀',          sm_subset_c:         '▶', +  sm_set_o:                  '◢',          sm_set_c:            '◣', +  sm_subset_o:               '◢',          sm_subset_c:         '◣',    vline:                     '┆',                                              #  ¦ |  }  Mx[:fa_bold_o]=              "#{Mx[:fa_o]}b#{Mx[:fa_o_c]}" | 
