1 2008-01-01 Tim Retout <diocles@gnu.org>
3 * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.
5 1998-12-23 Markku Rossi <mtr@amme.ssh.fi>
7 * afm.h: Added ISO-8859-{9,10} encodings. Thanks to Donald Page
10 1998-06-23 Markku Rossi <mtr@ngs.fi>
12 * afmparse.c (afm_parse_file): Added +1's to the memory
13 allocations to avoid zero allocations. There are some AFM files
14 available that say, for example, "StartComposites 0". That used
15 to fail on some systems which memory allocation routines do not
16 like zero allocations.
18 1998-06-11 Markku Rossi <mtr@ngs.fi>
20 * afm.c (afm_font_encoding): Renamed ISO-8859-* encodings.
22 1998-03-25 Markku Rossi <mtr@ngs.fi>
24 * Makefile.am (EXTRA_DIST): Added Makefile-encodings and
27 * afm.h: Added ISO-8859/7 encoding. Thanks to Manolis Lourakis
28 <lourakis@csd.uch.gr>.
30 * afmint.h: Removed all vararg functions. This should remove the
31 compilation problems from this library.
33 1997-12-30 Markku Rossi <mtr@ngs.fi>
35 * afm.c (afm_font_stringwidth): Fixed cast bug where char was cast
37 (afm_font_charwidth): Changed <ch> argument's type to `char' and
38 changed the cast to `unsigned char'.
40 * afm.h: Changed <ch> argument's type of afm_font_charwidth() to
43 1997-09-30 Markku Rossi <mtr@ngs.fi>
45 * afm.h: Added ISO-8859/4 encoding. Thanks to Ricardas Cepas
48 1997-07-18 Markku Rossi <mtr@ngs.fi>
50 * Changed AFM library's copying policy from the GNU Library
51 General Public License (LGPL) to GNU General Public License
54 1997-04-14 Markku Rossi <mtr@ngs.fi>
56 * COPYING.LIB: Updated to the latest version.
58 * Updated FSF's address to all source files.
60 1996-11-05 Markku Rossi <mtr@ngs.ngs.fi>
62 * afm.h: New input encoding LATIN5 for ISO-8859/5 (ISO latin5).
64 1996-09-07 Markku Rossi <mtr@ngs.ngs.fi>
66 * afm.h: New input encoding KOI8 for Adobe's Standard Cyrillic
69 1996-05-24 Markku Rossi <mtr@ngs.fi>
71 * Added encoding support for PostScript font's composite
74 * Added encoding flags to the encoding functions.
76 1996-02-29 Markku Rossi <mtr@ngs.fi>
78 * Added support for the automatic non-ANSI-defication.
80 1996-02-20 Markku Rossi <mtr@ngs.fi>
82 * Added hp8 (HP Roman-8) encoding.
84 1996-01-03 Markku Rossi <mtr@ngs.fi>
86 * Makefile.in: Do not require make which can handle string
89 1995-12-20 Markku Rossi <mtr@ngs.fi>
91 * afm.c (afm_message): Changed output to go to stderr instead of
94 1995-10-20 Markku Rossi <mtr@ngs.fi>
96 * afmparse.c (read_character_metrics): some AFM files give too big
97 count for the StartCharMetrics keyword, do not concider it as a
100 1995-08-24 Markku Rossi <mtr@ngs.fi>
102 * Added VMS multinational encoding.
104 1995-08-22 Markku Rossi <mtr@ngs.fi>
106 * afm.c (afm_error_to_string): Fixed errno printing bug.
108 1995-08-21 Markku Rossi <mtr@ngs.fi>
110 * Fixed the default AFM path. Now /usr/local/lib/ps is searched
111 first since we know what there is.
113 * Cleaned up afmtest. Now it can be used to retrieve different
117 Copyright (C) 1995, 1996, 1997, 1998, 2008 Free Software Foundation, Inc.
119 Copying and distribution of this file, with or without modification,
120 are permitted in any medium without royalty provided the copyright
121 notice and this notice are preserved.