File: ChangeLog

package info (click to toggle)
thaixfonts 1%3A1.2.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,188 kB
  • sloc: sh: 470; makefile: 121
file content (263 lines) | stat: -rw-r--r-- 7,883 bytes parent folder | download | duplicates (4)
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
2015-07-22  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	* configure.ac, NEWS:
	=== Version 1.2.7 ===

2015-07-21  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	Fix build failure caused by previous commit.

	* yenbut/thai9x13.bdf:
	  - Update STARTPROPERTIES parameter to reflect the removed property.

2015-07-21  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	Drop old CVS relics.

	* yenbut/thai8x13.bdf, yenbut/thai9x13.bdf:
	  - Remove '$Id' CVS tags.

2015-07-21  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	* COPYING: Update year.

2015-07-21  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	* configure.ac, -thaixfonts.spec.in:
	  - Drop obsolete and unmaintained RPM spec.

2015-07-21  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	 * README:
	   - Correct some wording.
	   - Update links for tools.

2015-07-14  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	Avoid timestamp for reproducibility.

	* Make.rule: Use gzip -n to avoid timestamp on compressed fonts.

2014-12-30  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	* COPYING: Add copyright & license for the font collection itself.

2014-12-30  Theppitak Karoonboonyanan  <theppitak@gmail.com>

	* AUTHORS: Update my e-mail address.

2013-10-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* README:
	  - Update CVS info with SVN.

2013-10-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac:
	  - Post-release version suffix added.

2013-10-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac, NEWS:
	=== Version 1.2.6 ===

2013-01-28  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	Modernize autoconf & switch to XZ tarball compression.

	* configure.in -> configure.ac:
	  - Rename file for modern autoconf.
	  - Require autoconf 2.59.
	  - Replace deprecated AC_INIT() form with PACKAGE, VERSION form.
	  - Also add BUG-REPORT address.
	  - Use AC_CONFIG_SRCDIR() instead for the old AC_INIT() form.
	  - Replace deprecated AC_INIT_AUTOMAKE() form with OPTIONS form,
	    passing "dist-xz no-dist-gzip" options to switch to XZ tarball.

2008-01-29  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* confiugre.in:
	  - Don't check for the unused SED.
	  - Refer to xfonts-utils package for bdftopcf and mkfontdir.
	  - Use ${datadir} in fontdir.

	* Makefile.am: Don't assign fontdir with autoconf substitution again.

2008-01-29  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* AUTHORS, COPYING: Add font authors and copyright info.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.in, NEWS:
	=== Version 1.2.5 ===

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	Clean-ups to pass 'make distcheck'

	* configure.in: Used ${prefix} in $fontdir.

	* {etlthai,manop,nectec,poonlap,yenbut}/Makefile.am:
	Added DISTCLEANFILES to clean the compiled *.pcf.gz.
	Also removed MAINTAINERCLEANFILES and redundant fontdir assignment.

	* Makefile.am: Used if-then-else to cover all the DESTDIR check cases.
	Just exitting from leading if block was not enough.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* README: Wrote some info.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* thai.alias: Removed phaisarn entries.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* Makefile.am: Do not generate fonts dir/alias when building binary
	packages with non-null DESTDIR.  Appended thai.alias to existing
	fonts.dir with a single cat command, instead of first renaming old
	file.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.in: Set default font dir to Xorg 7 directory.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.in, Makefile.am: Totally removed phaisarn, until the
	licenses for the rest fonts are clear.

2006-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* phaisarn/Makefile.am: Removed entries which obviously have license
	problems, and two entries which duplicate fonts in other directories.

2006-04-12  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in, Makefile.am: Removed dbthaitext from distribution.

2005-10-09  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in:
	Formatted configure options help strings with AC_HELP_STRING().

2003-09-08  Vee Satayamas <vee@linux.thai.net>
	* thaixfonts.spec.in
	Delete fonts.alias and fonts.dir insteads of filtering them.

2003-09-05  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* thaixfonts.spec.in:
	Fix License term, as noticed by Vee Satayamas.

2003-01-13  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* Makefile.am:
	Use install-data-hook instead of install-data-local target,
	and uninstall-hook instead of uninstall-local as well.

	* thaixfonts.spec.in:
	Fix "%install" mess in new rpmbuild version.

2002-03-30  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* thaixfonts.spec.in:
	Add Prereq: section, for proper order of installation via apt.
	(Thanks to Sadit)

2002-02-23  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* phaisarn/angsana*.bdf:
	Relocate extra chars into 8-bit range.

	* thai.alias:
	Fix thai.alias according to recent changes in PtThaiSmall.bdf
	and PtSanSerif.bdf

	* thaixfonts.spec.in:
	Check-in changes made to RPM spec during TLE 4.1 development.
	(Mainly: automatically generate fonts.alias from alias files
	stored in /etc/X11/fonts [borrowed from debian] instead of
	trying to merge old and new fonts.alias, which would otherwise
	cause problem with RPM scriptlet execution order)

	* phaisarn/PtBrowallia12.bdf:
	Change font size from 12 Px to 16 Px (actual ascent).
	Change spacing from "C" to "P".

	* configure.in:
	Version 1.2.4

2002-02-19  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* phaisarn/PtThaiSmall.bdf:
	Fix font size property from 20 px to 14 px, to reflect actual size.
	Change font spacing tag from "C" to "P".

	* phaisarn/PtSanSerif.bdf, phaisarn/PtSanSerifB.bdf:
	Fix font size property from 8 px to 14 px, to reflect actual size.
	Change font spacing tag from "m" to "p".

	* configure.in:
	Version 1.2.3

2002-01-04  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* thai.alias:
	Add tis620-0 subsetting aliases for tis620-2 fonts.
	Fix comment sign from # to !

	* configure.in:
	Version 1.2.2

2001-11-25  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* thaixfonts.spec.in:
	Fix configure --with-fontdir option. Redefine fontdir to
	/usr/X11R6/lib/X11/fonts/local. Add BuildArch: section.
	Filter out dynamic files from manifest.
	Add fonts.alias manipulation in %post and %postun.

	* Makefile.am:
	Add thai.alias to installation list, for post processing.
	Fix uninstall-local script, to remove dir if empty.

	* Makefile.am, dbthaitext/Makefile.am, etlthai/Makefile.am,
	manop/Makefile.am, nectec/Makefile.am, phaisarn/Makefile.am,
	yenbut/Makefile.am:
	Fix fontdir var: remove $(DESTDIR) from assignment, and use it
	literally in installation scripts instead.

	* configure.in, Makefile.am, poonlap/Makefile.am:
	Add Poonlap's fonts to the package.

	* thai.alias, -poonlap/fonts.alias, -poonlap/fonts.dir:
	Move Poonlap's alias info into thai.alias.

	* thaixfonts.spec.in:
	Update summary to include Poonlap's.
	Fix many typos in scripts.

	* configure.in:
	Version 1.2.1

2001-08-24  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* +configure.in, +Makefile.am, +Make.rule,
	+{dbthaitext|etlthai|manop|nectec|phaisarn|yenbut}/Makefile.am :
	Use autoconf/automake to manage package.

	* +AUTHORS, +INSTALL, +NEWS, +README, +COPYING, +ChangeLog :
	Add necessary files for automake.

	* +thaixfonts.spec.in :
	Add RPM spec file into the source tree.

	* +autogen.sh :
	Add autogen.sh script for invoking autotools.

	* Makefile.am, {dbthaitext|etlthai|manop|phaisarn|yenbut}/Makefile.am :
	Add EXTRA_DIST to list source files. Use DESTDIR in fontdir.