groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog src/libs/libgroff/uniglyph.cpp


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog src/libs/libgroff/uniglyph.cpp
Date: Tue, 03 Jul 2012 20:24:25 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     12/07/03 20:24:25

Modified files:
        .              : ChangeLog 
        src/libs/libgroff: uniglyph.cpp 

Log message:
        Fix Unicode mapping of Greek stroked and curly phi.
        
        Problem reported by Alkis Georgopoulos <address@hidden>;
        see
        
          https://bugs.launchpad.net/ubuntu/+source/groff/+bug/1008115
        
        * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Flip
        values of U+03C6 and U+03D5.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1337&r2=1.1338
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/uniglyph.cpp?cvsroot=groff&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1337
retrieving revision 1.1338
diff -u -b -r1.1337 -r1.1338
--- ChangeLog   13 Jun 2012 06:37:40 -0000      1.1337
+++ ChangeLog   3 Jul 2012 20:24:25 -0000       1.1338
@@ -1,3 +1,15 @@
+2012-07-03  Werner LEMBERG  <address@hidden>
+
+       Fix Unicode mapping of Greek stroked and curly phi.
+
+       Problem reported by Alkis Georgopoulos <address@hidden>;
+       see
+
+         https://bugs.launchpad.net/ubuntu/+source/groff/+bug/1008115
+
+       * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Flip
+       values of U+03C6 and U+03D5.
+
 2012-06-13  Deri James  <address@hidden>
 
        * src/devices/gropdf/gropdf.pl: When using variable page 

Index: src/libs/libgroff/uniglyph.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/uniglyph.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/libs/libgroff/uniglyph.cpp      5 Jan 2009 20:11:05 -0000       1.9
+++ src/libs/libgroff/uniglyph.cpp      3 Jul 2012 20:24:25 -0000       1.10
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2006, 2009
+/* Copyright (C) 2002-2004, 2006, 2009, 2012
    Free Software Foundation, Inc.
      Written by Werner Lemberg <address@hidden>
 
@@ -322,12 +322,12 @@
   { "03C3", "*s" },
   { "03C4", "*t" },
   { "03C5", "*u" },
-  { "03C6", "*f" },
+  { "03C6", "+f" },
   { "03C7", "*x" },
   { "03C8", "*q" },
   { "03C9", "*w" },
   { "03D1", "+h" },
-  { "03D5", "+f" },
+  { "03D5", "*f" },
   { "03D6", "+p" },
   { "03F5", "+e" },
 //{ "2010", "-" },



reply via email to

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