groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Fix Savannah bug #43905.


From: Werner LEMBERG
Subject: [groff] 01/01: Fix Savannah bug #43905.
Date: Wed, 14 Jan 2015 21:09:23 +0000

wl pushed a commit to branch master
in repository groff.

commit 2a94c968c15c6b88b23736c6a27cc0149177cd78
Author: Ingo Schwarze <address@hidden>
Date:   Wed Jan 14 22:08:05 2015 +0100

    Fix Savannah bug #43905.
    
    * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list),
    * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove
    double entries for `rk', `lk', `lt', `rt', `rb', and `lb'.
---
 ChangeLog                      |    8 ++++++++
 src/libs/libgroff/glyphuni.cpp |    6 ------
 src/libs/libgroff/uniglyph.cpp |    6 ------
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e74dd2a..4a0ea90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-01-14  Ingo Schwarze  <address@hidden>
+
+       Fix Savannah bug #43905.
+
+       * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list),
+       * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove
+       double entries for `rk', `lk', `lt', `rt', `rb', and `lb'.
+
 2014-12-16  Werner LEMBERG  <address@hidden>
 
        Update Unicode-to-Unicode mapping to version 7.0.0.
diff --git a/src/libs/libgroff/glyphuni.cpp b/src/libs/libgroff/glyphuni.cpp
index bed2060..62c8165 100644
--- a/src/libs/libgroff/glyphuni.cpp
+++ b/src/libs/libgroff/glyphuni.cpp
@@ -474,12 +474,6 @@ struct S {
   { "bracerightbt", "23AD" },
   { "an", "23AF" },
   { "br", "2502" },
-  { "rk", "251D" },
-  { "lk", "2525" },
-  { "lt", "256D" },
-  { "rt", "256E" },
-  { "rb", "256F" },
-  { "lb", "2570" },
   { "sq", "25A1" },
   { "lz", "25CA" },
   { "ci", "25CB" },
diff --git a/src/libs/libgroff/uniglyph.cpp b/src/libs/libgroff/uniglyph.cpp
index 7c6708f..3fafb22 100644
--- a/src/libs/libgroff/uniglyph.cpp
+++ b/src/libs/libgroff/uniglyph.cpp
@@ -460,12 +460,6 @@ struct S {
 //{ "23AD", "bracerightbt" },
   { "23AF", "an" },
   { "2502", "br" },
-  { "251D", "rk" },
-  { "2525", "lk" },
-  { "256D", "lt" },
-  { "256E", "rt" },
-  { "256F", "rb" },
-  { "2570", "lb" },
   { "25A1", "sq" },
   { "25CA", "lz" },
   { "25CB", "ci" },



reply via email to

[Prev in Thread] Current Thread [Next in Thread]