File: ChangeLog

package info (click to toggle)
gfont 1.0.2-5
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 640 kB
  • ctags: 457
  • sloc: ansic: 6,265; sh: 452; makefile: 225; perl: 179
file content (105 lines) | stat: -rw-r--r-- 3,490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105

  C h a n g e L o g   o f   g F O N T
  ___________________________________________________________________________

  Changes between 1.0.1 and 1.0.2
  -------------------------------

  970910 o fixed the COPYING file which was destroyed
         o removed double-defined libdir in Makefile.in
  970913 o fixed usage list
         o added a little bit more verbosity to mkgdf
         o added RESTRICTIONS section to gfont.pod
  970916 o removed unnecessary strip command from Makefile.in
         o removed wrong hint to Artistic license on -V info
         o removed unnecessary PERL_DYNALOADER stuff from
           acconfig.h

  Changes between 1.0.0 and 1.0.1
  -------------------------------

  970909 o changed newvers option -p to -P in Makefile.in
         o added free Computer Modern fonts in GdF format
           and added install commands to Makefile.in for them
         o switched default font to the shipped `CMBoldface-V'.
           so that gfont can be tested out-of-the-box.
         o fixed typos in gfont.pod
         o now installs gfont.1 into .../man/man1/

  Changes between 1.0b5 and 1.0.0
  -------------------------------

  970819 o upgraded to newvers 2.2.2
  970905 o slightly updated gfont.pod
         o added more info to -V option
         o added -c (crop) option
         o added -s (size) option
         o added -i (interlace) option
         o cleanup of distribution
         o switched from egetopt to GNU getopt
         o added GNU long options
         o moved gd/* stuff to gfont_gd*

  Changes between 1.0b4 and 1.0b5
  -------------------------------

  970720 o added INSTALL file
         o fixed --with-tmpgdfdir option in configure
         o fixed Makefile.in

  Changes between 1.0b3 and 1.0b4
  -------------------------------

  970509 o fixed hardwired paths in gdf/mkgdf.in
           [Thanks to dov@menora.weizmann.ac.il (Dov Grobgeld) for hint]
  970623 o fixed problem with rindex/index under Solaris.
           Now includes strings.h if exists.

  Changes between 1.0b2 and 1.0b3
  -------------------------------

  970502 o removed gfont.wml because
           gfont is already included in WML
           since 1.0b16 now and the gfont.src
           is already part of WML
         o upgraded to NEWVERS 2.1.1
         o now the top-level Makefile
           optically shows when it travels
           into subdirs
         o fixed chdir-problem in mkgdf
           [Thanks to Michael Wiedmann for hint]
         o made mkgdf more strict
  970504 o fixed a bug in pxtogdf where
           an array was undersized.
           [Thanks to Michael Wiedmann for hint]
         o fixed generated of gfont.1

  Changes between 1.0b1 and 1.0b2
  -------------------------------

  970327 o fixed the default font
         o fixed default colors
         o removed rotation stuff from gfont.wml
           because Imagemagik has big color problems
           when rotating
         o fixed gfont.wml
         o fixed README and gfont.pod according
           to descriptions on webpage

  Changes between 1.0b0 and 1.0b1
  -------------------------------

  970326 o fixed Makefile for target "release"
         o added version stuff
         o fixed make target "distclean"
         o made mkgdf more generic
         o removed fonts dir
         o fixed gdFontLoad

  970323 o created web pages

  Changes between GENESIS and 1.0b0
  ---------------------------------
    : 
  0.5.0 970221 - created first real distribution