[xorg-commit-diffs] xc/extras/freetype2/src/tools glnames.py, 1.1,
1.1.4.1
Egbert Eich
xorg-commit at pdx.freedesktop.org
Thu Apr 15 03:14:47 PDT 2004
- Previous message: [xorg-commit-diffs] xc/extras/freetype2/src/smooth ftgrays.c,
1.1.4.1, 1.1.4.2 ftsmooth.c, 1.1.4.1, 1.1.4.2 rules.mk, 1.1, 1.1.4.1
- Next message: [xorg-commit-diffs] xc/extras/freetype2/src/tools/docmaker
.cvsignore, NONE, 1.1.6.1 sources.py, 1.1, 1.1.4.1 tohtml.py,
1.1, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: eich
Update of /cvs/xorg/xc/extras/freetype2/src/tools
In directory pdx:/home/eich/tstbuild/xc/extras/freetype2/src/tools
Modified Files:
Tag: XORG-CURRENT
glnames.py
Log Message:
2004-04-15 Egbert Eich <eich at freedesktop.org>
Merged changes from RELEASE-1 branch
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 15 Apr 2004 10:14:43 -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" )
- Previous message: [xorg-commit-diffs] xc/extras/freetype2/src/smooth ftgrays.c,
1.1.4.1, 1.1.4.2 ftsmooth.c, 1.1.4.1, 1.1.4.2 rules.mk, 1.1, 1.1.4.1
- Next message: [xorg-commit-diffs] xc/extras/freetype2/src/tools/docmaker
.cvsignore, NONE, 1.1.6.1 sources.py, 1.1, 1.1.4.1 tohtml.py,
1.1, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list