1 rizwank 1.1 1998-12-23 Markku Rossi <mtr@amme.ssh.fi>
2
3 * afm.h: Added ISO-8859-{9,10} encodings. Thanks to Donald Page
4 <donaldp@sco.COM>.
5
6 1998-06-23 Markku Rossi <mtr@ngs.fi>
7
8 * afmparse.c (afm_parse_file): Added +1's to the memory
9 allocations to avoid zero allocations. There are some AFM files
10 available that say, for example, "StartComposites 0". That used
11 to fail on some systems which memory allocation routines do not
12 like zero allocations.
13
14 1998-06-11 Markku Rossi <mtr@ngs.fi>
15
16 * afm.c (afm_font_encoding): Renamed ISO-8859-* encodings.
17
18 1998-03-25 Markku Rossi <mtr@ngs.fi>
19
20 * Makefile.am (EXTRA_DIST): Added Makefile-encodings and
21 make-encoding.pl.
22 rizwank 1.1
23 * afm.h: Added ISO-8859/7 encoding. Thanks to Manolis Lourakis
24 <lourakis@csd.uch.gr>.
25
26 * afmint.h: Removed all vararg functions. This should remove the
27 compilation problems from this library.
28
29 1997-12-30 Markku Rossi <mtr@ngs.fi>
30
31 * afm.c (afm_font_stringwidth): Fixed cast bug where char was cast
32 to unsigned int.
33 (afm_font_charwidth): Changed <ch> argument's type to `char' and
34 changed the cast to `unsigned char'.
35
36 * afm.h: Changed <ch> argument's type of afm_font_charwidth() to
37 `char'.
38
39 1997-09-30 Markku Rossi <mtr@ngs.fi>
40
41 * afm.h: Added ISO-8859/4 encoding. Thanks to Ricardas Cepas
42 <rch@pub.osf.lt>.
43 rizwank 1.1
44 Fri Jul 18 09:56:29 1997 Markku Rossi <mtr@ngs.fi>
45
46 * Changed AFM library's copying policy from the GNU Library
47 General Public License (LGPL) to GNU General Public License
48 (GPL).
49
50 Mon Apr 14 12:39:06 1997 Markku Rossi <mtr@ngs.fi>
51
52 * COPYING.LIB: Updated to the latest version.
53
54 * Updated FSF's address to all source files.
55
56 Tue Nov 5 08:22:10 1996 Markku Rossi <mtr@ngs.ngs.fi>
57
58 * afm.h: New input encoding LATIN5 for ISO-8859/5 (ISO latin5).
59
60 Sat Sep 7 15:45:01 1996 Markku Rossi <mtr@ngs.ngs.fi>
61
62 * afm.h: New input encoding KOI8 for Adobe's Standard Cyrillic
63 Font KOI8.
64 rizwank 1.1
65 Fri May 24 11:11:45 1996 Markku Rossi <mtr@ngs.fi>
66
67 * Added encoding support for PostScript font's composite
68 characters.
69
70 * Added encoding flags to the encoding functions.
71
72 Thu Feb 29 08:25:21 1996 Markku Rossi <mtr@ngs.fi>
73
74 * Added support for the automatic non-ANSI-defication.
75
76 Tue Feb 20 16:17:31 1996 Markku Rossi <mtr@ngs.fi>
77
78 * Added hp8 (HP Roman-8) encoding.
79
80 Wed Jan 3 17:45:26 1996 Markku Rossi <mtr@ngs.fi>
81
82 * Makefile.in: Do not require make which can handle string
83 substitutions.
84
85 rizwank 1.1 Wed Dec 20 08:39:24 1995 Markku Rossi <mtr@ngs.fi>
86
87 * afm.c (afm_message): Changed output to go to stderr instead of
88 stdout.
89
90 Fri Oct 20 14:16:42 1995 Markku Rossi <mtr@ngs.fi>
91
92 * afmparse.c (read_character_metrics): some AFM files give too big
93 count for the StartCharMetrics keyword, do not concider it as a
94 syntax error.
95
96 Thu Aug 24 14:58:56 1995 Markku Rossi <mtr@ngs.fi>
97
98 * Added VMS multinational encoding.
99
100 Tue Aug 22 12:39:50 1995 Markku Rossi <mtr@ngs.fi>
101
102 * afm.c (afm_error_to_string): Fixed errno printing bug.
103
104 Mon Aug 21 11:03:04 1995 Markku Rossi <mtr@ngs.fi>
105
106 rizwank 1.1 * Fixed the default AFM path. Now /usr/local/lib/ps is searched
107 first since we know what there is.
108
109 * Cleaned up afmtest. Now it can be used to retrieve different
110 font information.
|