Commit 43a9c9d3963213e9dcc43f314a213990ba6fb334

Tom Kacvinsky 2001-02-07T03:48:24

Added entry for function is_alpha. Code now makes `-' a valid alphanumeric character.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/ChangeLog b/ChangeLog
index 0941409..a260537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
 	added a units_per_em member to facilitate passing of units_per_em
 	from function cff_parse_font_matrix.
 
+	* src/type1/t1load.c (is_alpha): Make `-' a legal alphanumeric
+	character.  This is so that font names with `-' are fully parsed,
+	etc...
+
 2001-02-02  Werner Lemberg  <wl@gnu.org>
 
 	* src/psaux/psobjs.c (shift_elements): Remove if clause (which is