From 43a9c9d3963213e9dcc43f314a213990ba6fb334 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Wed, 7 Feb 2001 03:48:24 +0000 Subject: [PATCH] Added entry for function is_alpha. Code now makes `-' a valid alphanumeric character. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0941409af..a260537fe 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 * src/psaux/psobjs.c (shift_elements): Remove if clause (which is