ChangeLog.old - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       ChangeLog.old (3370B)
       ---
            1 2008-01-01  Tim Retout  <diocles@gnu.org>
            2 
            3         * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.
            4 
            5 1998-12-23  Markku Rossi  <mtr@amme.ssh.fi>
            6 
            7         * afm.h: Added ISO-8859-{9,10} encodings.  Thanks to Donald Page
            8         <donaldp@sco.COM>.
            9 
           10 1998-06-23  Markku Rossi  <mtr@ngs.fi>
           11 
           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.
           17 
           18 1998-06-11  Markku Rossi  <mtr@ngs.fi>
           19 
           20         * afm.c (afm_font_encoding): Renamed ISO-8859-* encodings.
           21 
           22 1998-03-25  Markku Rossi  <mtr@ngs.fi>
           23 
           24         * Makefile.am (EXTRA_DIST): Added Makefile-encodings and
           25         make-encoding.pl.
           26 
           27         * afm.h: Added ISO-8859/7 encoding.  Thanks to Manolis Lourakis
           28         <lourakis@csd.uch.gr>.
           29 
           30         * afmint.h: Removed all vararg functions.  This should remove the
           31         compilation problems from this library.
           32 
           33 1997-12-30  Markku Rossi  <mtr@ngs.fi>
           34 
           35         * afm.c (afm_font_stringwidth): Fixed cast bug where char was cast
           36         to unsigned int.
           37         (afm_font_charwidth): Changed <ch> argument's type to `char' and
           38         changed the cast to `unsigned char'.
           39 
           40         * afm.h: Changed <ch> argument's type of afm_font_charwidth() to
           41         `char'.
           42 
           43 1997-09-30  Markku Rossi  <mtr@ngs.fi>
           44 
           45         * afm.h: Added ISO-8859/4 encoding.  Thanks to Ricardas Cepas
           46         <rch@pub.osf.lt>.
           47 
           48 1997-07-18  Markku Rossi  <mtr@ngs.fi>
           49 
           50         * Changed AFM library's copying policy from the GNU Library
           51         General Public License (LGPL) to GNU General Public License
           52         (GPL).
           53 
           54 1997-04-14  Markku Rossi  <mtr@ngs.fi>
           55 
           56         * COPYING.LIB: Updated to the latest version.
           57 
           58         * Updated FSF's address to all source files.
           59 
           60 1996-11-05  Markku Rossi  <mtr@ngs.ngs.fi>
           61 
           62         * afm.h: New input encoding LATIN5 for ISO-8859/5 (ISO latin5).
           63 
           64 1996-09-07  Markku Rossi  <mtr@ngs.ngs.fi>
           65 
           66         * afm.h: New input encoding KOI8 for Adobe's Standard Cyrillic
           67         Font KOI8.
           68 
           69 1996-05-24  Markku Rossi  <mtr@ngs.fi>
           70 
           71         * Added encoding support for PostScript font's composite
           72          characters.
           73 
           74         * Added encoding flags to the encoding functions.
           75 
           76 1996-02-29  Markku Rossi  <mtr@ngs.fi>
           77 
           78         * Added support for the automatic non-ANSI-defication.
           79 
           80 1996-02-20  Markku Rossi  <mtr@ngs.fi>
           81 
           82         * Added hp8 (HP Roman-8) encoding.
           83 
           84 1996-01-03  Markku Rossi  <mtr@ngs.fi>
           85 
           86         * Makefile.in: Do not require make which can handle string
           87          substitutions.
           88 
           89 1995-12-20  Markku Rossi  <mtr@ngs.fi>
           90 
           91         * afm.c (afm_message): Changed output to go to stderr instead of
           92          stdout.
           93 
           94 1995-10-20  Markku Rossi  <mtr@ngs.fi>
           95 
           96         * afmparse.c (read_character_metrics): some AFM files give too big
           97          count for the StartCharMetrics keyword, do not concider it as a
           98          syntax error.
           99 
          100 1995-08-24  Markku Rossi  <mtr@ngs.fi>
          101 
          102         * Added VMS multinational encoding.
          103 
          104 1995-08-22  Markku Rossi  <mtr@ngs.fi>
          105 
          106         * afm.c (afm_error_to_string): Fixed errno printing bug.
          107 
          108 1995-08-21  Markku Rossi  <mtr@ngs.fi>
          109 
          110         * Fixed the default AFM path.  Now /usr/local/lib/ps is searched
          111         first since we know what there is.
          112 
          113         * Cleaned up afmtest.  Now it can be used to retrieve different
          114         font information.
          115 
          116 
          117 Copyright (C) 1995, 1996, 1997, 1998, 2008 Free Software Foundation, Inc.
          118 
          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.