[Xorg-commit] xc/extras/freetype2/src/tools glnames.py,1.1,1.1.4.1

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/extras/freetype2/src/tools
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/extras/freetype2/src/tools

Modified Files:
      Tag: XORG-CURRENT
	glnames.py 
Log Message:
merge most of XFree86 RC3 (4.3.99.903) from vendor branch.
bug #214


Index: glnames.py
===================================================================
RCS file: /cvs/xorg/xc/extras/freetype2/src/tools/glnames.py,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- a/glnames.py	14 Nov 2003 16:48:24 -0000	1.1
+++ b/glnames.py	23 Feb 2004 21:33:09 -0000	1.1.4.1
@@ -6,7 +6,7 @@
 #
 
 
-# Copyright 1996-2000 by
+# Copyright 1996-2000, 2003 by
 # David Turner, Robert Wilhelm, and Werner Lemberg.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -30,11 +30,11 @@
 import sys, string
 
[...5434 lines suppressed...]
       write( "    0,\n" )
 
@@ -1592,7 +4824,7 @@
   for name in adobe_list:
     try:
       index = agl_names.index( name )
-      write( "    0x" + agl_unicodes[index] + ",\n" )
+      write( "    0x" + agl_unicodes[index] + "U,\n" )
     except:
       write( "    0,\n" )
 
@@ -1664,7 +4896,7 @@
   write( "/*                                                                         */\n" )
   write( "/*    PostScript glyph names (specification only).                         */\n" )
   write( "/*                                                                         */\n" )
-  write( "/*  Copyright 2000-2001 by                                                 */\n" )
+  write( "/*  Copyright 2000-2001, 2003 by                                           */\n" )
   write( "/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */\n" )
   write( "/*                                                                         */\n" )
   write( "/*  This file is part of the FreeType project, and may only be used,       */\n" )





More information about the xorg-commit mailing list