groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog man/groff_char.man src/libs/lib...


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog man/groff_char.man src/libs/lib...
Date: Fri, 10 Aug 2012 05:18:25 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     12/08/10 05:18:25

Modified files:
        .              : ChangeLog 
        man            : groff_char.man 
        src/libs/libgroff: glyphuni.cpp uniglyph.cpp 

Log message:
        Provide proper Unicode mapping from and to dotless j.
        
        * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list),
        src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Add it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1346&r2=1.1347
http://cvs.savannah.gnu.org/viewcvs/groff/man/groff_char.man?cvsroot=groff&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/glyphuni.cpp?cvsroot=groff&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/uniglyph.cpp?cvsroot=groff&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1346
retrieving revision 1.1347
diff -u -b -r1.1346 -r1.1347
--- ChangeLog   8 Aug 2012 22:52:14 -0000       1.1346
+++ ChangeLog   10 Aug 2012 05:18:25 -0000      1.1347
@@ -1,3 +1,10 @@
+2012-08-09  Werner LEMBERG  <address@hidden>
+
+       Provide proper Unicode mapping from and to dotless j.
+
+       * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list),
+       src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Add it.
+
 2012-08-08  Eric S. Raymond  <address@hidden>
 
        Added Unicode code point for dotless j.
@@ -15,15 +22,6 @@
 
        * man/groff_char.man: Clean up the mess, use real TBL tables.
 
-2012-08-07  Eric S. Raymond  <address@hidden>
-
-       Yet more elimination of low-level troff hackery in the documentation
-       so it can be lifted to structural markup.
-
-       * contrib/groffer/perl/groffer.man: Use .IP rather than .TP in
-       .Topic; this make structural parsing work.  Also remove a
-       pointless and somewhat out-of-date .ig section.
-
 2012-07-23  Eric S. Raymond  <address@hidden>
 
        More elimination of low-level troff hackery in the documentation

Index: man/groff_char.man
===================================================================
RCS file: /cvsroot/groff/groff/man/groff_char.man,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- man/groff_char.man  8 Aug 2012 22:50:38 -0000       1.40
+++ man/groff_char.man  10 Aug 2012 05:18:25 -0000      1.41
@@ -19,7 +19,7 @@
 
 File position: <groff_src_top>/man/groff_char.man
 
-Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2012
+Copyright (C) 1989-2004, 2006-2009, 2012
   Free Software Foundation, Inc.
 written by Werner Lemberg <address@hidden>
 with additions by Bernd Warken <address@hidden>
@@ -1142,8 +1142,7 @@
 .SH "AUTHOR"
 .\" --------------------------------------------------------------------
 .
-Copyright \(co 1989-2000, 2001, 2002, 2003,
-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
+Copyright \(co 1989-2004, 2006-2009, 2012 Free Software Foundation, Inc.
 .
 .P
 This document is distributed under the terms of the FDL (GNU Free

Index: src/libs/libgroff/glyphuni.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/glyphuni.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- src/libs/libgroff/glyphuni.cpp      5 Jan 2009 20:11:02 -0000       1.15
+++ src/libs/libgroff/glyphuni.cpp      10 Aug 2012 05:18:25 -0000      1.16
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2006, 2009
+/* Copyright (C) 2002, 2003, 2004, 2006, 2009, 2012
    Free Software Foundation, Inc.
      Written by Werner Lemberg <address@hidden>
 
@@ -273,6 +273,7 @@
   { "vZ", "017D" },
   { "vz", "017E" },
   { "Fn", "0192" },
+  { ".j", "0237" },
   { "ah", "02C7" },
   { "ab", "02D8" },
   { "a.", "02D9" },

Index: src/libs/libgroff/uniglyph.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/uniglyph.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/libs/libgroff/uniglyph.cpp      3 Jul 2012 20:24:25 -0000       1.10
+++ src/libs/libgroff/uniglyph.cpp      10 Aug 2012 05:18:25 -0000      1.11
@@ -271,6 +271,7 @@
   { "0152", "OE" },
   { "0153", "oe" },
   { "0192", "Fn" },
+  { "0237", ".j" },
   { "02C7", "ah" },
   { "02D8", "ab" },
   { "02D9", "a." },



reply via email to

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