summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 69db3d062275d90e9b82f4604b7d81f11c19ca68 (plain)
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
2003-11-16  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add size_max.m4, ssize_t.m4, xsize.m4.

2003-11-16  Bruno Haible  <bruno@clisp.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2003-11-03.

2003-11-16  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.13-pre1.

2003-11-15  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add examples.

2003-10-31  Bruno Haible  <bruno@clisp.org>

	* config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB,
	FIX_MAKEFILE_INFO): Drop argument, use $ac_file instead.

2003-09-13  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add envsubst related files and gettext.sh.

2003-08-23  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.12.2.

2003-07-01  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Also compile readlink.c.

2003-06-19  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Add intmax.m4, longdouble.m4, longlong.m4,
	printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.

2003-06-18  Bruno Haible  <bruno@clisp.org>

	* config/install-sh: Update from automake-1.7.5.
	Reported by Paul Eggert.

2003-06-11  Bruno Haible  <bruno@clisp.org>

	* README.gemtext: Remove outdated file.
	* Makefile.am (EXTRA_DIST): Remove it.
	Reported by Guido Flohr <guido@imperia.net>.

2003-06-08  Bruno Haible  <bruno@clisp.org>

	* vms/link_options.opt: New file.
	* vms/with-libiconv.opt, vms/without-libiconv.opt: New files.
	* Makefile.am (EXTRA_DIST): Add them.
	Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12.1 released.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.12.1.

2003-05-19  Bruno Haible  <bruno@clisp.org>

	* config/mdate-sh: Update from automake-1.7.5.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12 released.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* version.sh: Bump version number to 0.12.

2003-05-08  Bruno Haible  <bruno@clisp.org>

	* PACKAGING: Update for changed default value of $mandir and $docdir.

2003-05-06  Bruno Haible  <bruno@clisp.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2003-02-22.

2003-04-24  Bruno Haible  <bruno@clisp.org>

	Support for libtool-1.5.
	* configure.ac: Postprocess the esyscmd output by replacing
	]AC_ENABLE_SHARED_DEFAULT[ -> yes
	]AC_ENABLE_STATIC_DEFAULT[ -> yes
	]AC_ENABLE_FAST_INSTALL_DEFAULT[ -> yes

	* config/ltmain.sh: Upgrade to libtool-1.5.
	2003-02-18  Bruno Haible  <bruno@clisp.org>
		* config/ltmain.sh (install): Use "ln -s -f" instead of
		"rm -f && ln -s" to make a symlink for a shared library. Take
		care of Solaris /bin/ln.
		Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
	2001-11-03  Bruno Haible  <bruno@clisp.org>
		* config/m4/ltmain.sh: chmod 777 the .libs directory, so that
		"make install" succeeds.
	* config/m4/libtool.m4: Upgrade to libtool-1.5.
	2002-07-14  Bruno Haible  <bruno@clisp.org>
		* config/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add
		support for GNU/FreeBSD.

2003-04-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms: Don't use the force target.
	Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.

2003-04-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.msvc (mandir, docdir): Use datadir instead of prefix.

2003-04-06  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Also compile progreloc.c.

2003-04-05  Bruno Haible  <bruno@clisp.org>

	* config/install-reloc: Don't define NO_LIBRARIES.

2003-04-01  Bruno Haible  <bruno@clisp.org>

	* README.mingw: New file.
	* README.vms: New file.
	* Makefile.am (EXTRA_DIST): Add them.

2003-03-30  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms: New file.
	* Makefile.am (EXTRA_DIST): Add Makefile.vms.

2003-03-17  Bruno Haible  <bruno@clisp.org>

	Native Woe32/MSVC support.
	* Makefile.msvc: New file.
	* README.woe32: New file.
	* Makefile.am (EXTRA_DIST): Add them.

2003-02-28  Bruno Haible  <bruno@clisp.org>

	Support for relocatable installation.
	* config/config.libpath: New file.
	* config/install-reloc: New file.
	* config/reloc-ldflags: New file.
	* Makefile.am (EXTRA_DIST): Add them.
	* config/compile: New file, from automake-1.7.2.
	* INSTALL: Document --enable-relocatable and --with-libintl-prefix.

2003-02-27  Bruno Haible  <bruno@clisp.org>

	* configure.ac: Include AC_CANONICAL_HOST, AC_ARG_ENABLE, AC_ARG_WITH,
	AC_ARG_VAR calls from the subdir configures.
	* Makefile.am (configure): Depend on each subdir's configure.ac.

2003-02-22  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.

2003-02-18  Bruno Haible  <bruno@clisp.org>

	Fix the 2002-09-16 fix.
	* ltmain.sh (install): If "ln -s -f" fails (this is the case with
	/usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".

2003-02-18  Bruno Haible  <haible@clisp.cons.org>

	* config/config.guess, config/config.sub: Update to GNU version
	2003-02-03.

2003-02-16  Bruno Haible  <bruno@clisp.org>

	Workaround autoconf >= 2.52 breakage.
	* config/m4/libtool.m4 (AC_LIBTOOL_ARG_WITH): New macro.
	(_LT_AC_LTCONFIG_HACK, AC_PROG_LD): Use it.

2003-02-12  Bruno Haible  <bruno@clisp.org>

	Big restructuring.
	* autoconf-lib-link: New subdirectory.
	* gettext-runtime: New subdirectory.
	* gettext-tools: New subdirectory.
	* config: New subdirectory.
	* configure.ac: New file.
	* Makefile.am: New file.
	* version.sh: New file.


See ChangeLog.0 for earlier changes.