No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / ChangeLog
blob70bc0d993cc8a69d1e3702297ff2e871c4c6f588
1 2005-04-11  Bruno Haible  <bruno@clisp.org>
3         * gettext-0.14.4 released.
5 2005-04-11  Bruno Haible  <bruno@clisp.org>
7         * version.sh: Bump version number to 0.14.4.
9 2005-04-06  Bruno Haible  <bruno@clisp.org>
11         * README: Recommend --program-transform-name instead of
12         --program-prefix.
13         Reported by Joel Reicher <joel@panacea.null.org>.
15 2005-03-22  Bruno Haible  <bruno@clisp.org>
17         * m4: New directory, renamed from config/m4/.
18         * build-aux: New directory, renamed from config/.
19         * configure.ac (AC_CONFIG_AUX_DIR): Use build-aux.
20         * Makefile.am (EXTRA_DIST): Update.
22 2005-03-14  Bruno Haible  <bruno@clisp.org>
24         * gettext-0.14.3 released.
26 2005-03-14  Bruno Haible  <bruno@clisp.org>
28         * version.sh: Bump version number to 0.14.3.
30 2005-02-24  Bruno Haible  <bruno@clisp.org>
32         * gettext-0.14.2 released.
34 2005-02-24  Bruno Haible  <bruno@clisp.org>
36         * version.sh: Bump version number to 0.14.2.
38 2005-02-23  Bruno Haible  <bruno@clisp.org>
40         * config/mdate-sh: Upgrade to automake-1.9.5.
41         * config/missing: Upgrade to automake-1.9.5.
43 2005-02-12  Bruno Haible  <bruno@clisp.org>
45         * config/ltmain.sh: Upgrade to libtool-1.5.14.
46         2003-11-27  Bruno Haible  <bruno@clisp.org>
47                 * config/ltmain.sh: In the trampoline code, include string.h,
48                 ctype.h, and return 127. Fixes warnings on cygwin.
49         2003-02-18  Bruno Haible  <bruno@clisp.org>
50                 * config/ltmain.sh (install): Use "ln -s -f" instead of
51                 "rm -f && ln -s" to make a symlink for a shared library. Take
52                 care of Solaris /bin/ln.
53                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
54         2001-11-03  Bruno Haible  <bruno@clisp.org>
55                 * config/ltmain.sh: chmod 777 the .libs directory, so that
56                 "make install" succeeds.
58 2005-02-11  Bruno Haible  <bruno@clisp.org>
60         * config/config.guess, config/config.sub: Update to GNU version
61         2005-02-10.
63 2005-02-07  Bruno Haible  <bruno@clisp.org>
65         * config/config.libpath: Use LC_ALL=C to protect range expression
66         against Estonian locale.
68 2005-02-07  Bruno Haible  <bruno@clisp.org>
70         * config/ltmain.sh: Upgrade to libtool-1.5.12.
71         2003-11-27  Bruno Haible  <bruno@clisp.org>
72                 * config/ltmain.sh: In the trampoline code, include string.h,
73                 ctype.h, and return 127. Fixes warnings on cygwin.
74         2003-02-18  Bruno Haible  <bruno@clisp.org>
75                 * config/ltmain.sh (install): Use "ln -s -f" instead of
76                 "rm -f && ln -s" to make a symlink for a shared library. Take
77                 care of Solaris /bin/ln.
78                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
79         2001-11-03  Bruno Haible  <bruno@clisp.org>
80                 * config/ltmain.sh: chmod 777 the .libs directory, so that
81                 "make install" succeeds.
82         * config/m4/libtool.m4: Upgrade to libtool-1.5.12.
83         2004-02-22  Bruno Haible  <bruno@clisp.org>
84                 * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
85                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
87 2005-02-06  Bruno Haible  <bruno@clisp.org>
89         * config/compile: Upgrade to automake-1.9.4.
90         * config/elisp-comp: Upgrade to automake-1.9.4.
91         * config/install-sh: Upgrade to automake-1.9.4.
92         * config/mdate-sh: Upgrade to automake-1.9.4.
93         * config/missing: Upgrade to automake-1.9.4.
94         2002-03-07  Bruno Haible  <bruno@clisp.org>
95                 * config/missing (makeinfo): Don't call touch without arguments
96                 if the source texinfo file doesn't contain a @setfilename
97                 command.
98                 Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>.
99         * config/mkinstalldirs: Upgrade to automake-1.9.4.
100         * config/ylwrap: Upgrade to automake-1.9.4.
101         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
103 2005-01-20  Bruno Haible  <bruno@clisp.org>
105         * PACKAGING: Add some notes about Java and C#.
107 2005-01-05  Bruno Haible  <bruno@clisp.org>
109         Fix the "configure --help" output.
110         * config/ac-help.sed: New file.
111         * configure.ac: Use it.
112         * Makefile.am (EXTRA_DIST): Add config/ac-help.sed.
114 2005-01-05  Bruno Haible  <bruno@clisp.org>
116         * version.sh: Bump version number to 0.14.2-pre1.
118 2005-01-05  Bruno Haible  <bruno@clisp.org>
120         * config/ltmain.sh: Upgrade to libtool-1.5.10.
121         2003-11-27  Bruno Haible  <bruno@clisp.org>
122                 * config/ltmain.sh: In the trampoline code, include string.h,
123                 ctype.h, and return 127. Fixes warnings on cygwin.
124         2003-02-18  Bruno Haible  <bruno@clisp.org>
125                 * config/ltmain.sh (install): Use "ln -s -f" instead of
126                 "rm -f && ln -s" to make a symlink for a shared library. Take
127                 care of Solaris /bin/ln.
128                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
129         2001-11-03  Bruno Haible  <bruno@clisp.org>
130                 * config/ltmain.sh: chmod 777 the .libs directory, so that
131                 "make install" succeeds.
132         * config/m4/libtool.m4: Upgrade to libtool-1.5.10.
133         2004-02-22  Bruno Haible  <bruno@clisp.org>
134                 * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
135                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
137 2004-09-06  Bruno Haible  <bruno@clisp.org>
139         * Makefile.am (EXTRA_DIST): Add autogen.sh.
141 2004-08-25  Bruno Haible  <bruno@clisp.org>
143         * config/ltmain.sh: Upgrade to libtool-1.5.6.
144         2003-11-27  Bruno Haible  <bruno@clisp.org>
145                 * config/ltmain.sh: In the trampoline code, include string.h,
146                 ctype.h, and return 127. Fixes warnings on cygwin.
147         2003-02-18  Bruno Haible  <bruno@clisp.org>
148                 * config/ltmain.sh (install): Use "ln -s -f" instead of
149                 "rm -f && ln -s" to make a symlink for a shared library. Take
150                 care of Solaris /bin/ln.
151                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
152         2001-11-03  Bruno Haible  <bruno@clisp.org>
153                 * config/ltmain.sh: chmod 777 the .libs directory, so that
154                 "make install" succeeds.
155         * config/m4/libtool.m4: Upgrade to libtool-1.5.6.
156         2004-02-22  Bruno Haible  <bruno@clisp.org>
157                 * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
158                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
160 2004-02-22  Bruno Haible  <bruno@clisp.org>
162         * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
163         Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
165 2004-02-21  Bruno Haible  <bruno@clisp.org>
167         * PACKAGING: Add FAQ.html.
169 2004-01-26  Bruno Haible  <bruno@clisp.org>
171         * config/config.libpath: Upgrade to libtool-1.5.2.
173 2004-01-26  Bruno Haible  <bruno@clisp.org>
175         * config/ltmain.sh: Upgrade to libtool-1.5.2.
176         2003-11-27  Bruno Haible  <bruno@clisp.org>
177                 * config/ltmain.sh: In the trampoline code, include string.h,
178                 ctype.h, and return 127. Fixes warnings on cygwin.
179         2003-02-18  Bruno Haible  <bruno@clisp.org>
180                 * config/ltmain.sh (install): Use "ln -s -f" instead of
181                 "rm -f && ln -s" to make a symlink for a shared library. Take
182                 care of Solaris /bin/ln.
183                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
184         2001-11-03  Bruno Haible  <bruno@clisp.org>
185                 * config/ltmain.sh: chmod 777 the .libs directory, so that
186                 "make install" succeeds.
187         * config/m4/libtool.m4: Upgrade to libtool-1.5.2.
189 2004-02-02  Bruno Haible  <bruno@clisp.org>
191         * PACKAGING: Add glibc2.m4.
193 2004-01-29  Bruno Haible  <bruno@clisp.org>
195         * gettext-0.14.1 released.
197 2004-01-29  Bruno Haible  <bruno@clisp.org>
199         * version.sh: Bump version number to 0.14.1.
201 2004-01-28  Bruno Haible  <bruno@clisp.org>
203         * gettext-0.14 released.
205 2004-01-28  Bruno Haible  <bruno@clisp.org>
207         * version.sh: Bump version number to 0.14.
209 2004-01-17  Bruno Haible  <bruno@clisp.org>
211         * version.sh: Bump version number to 0.14-pre1.
213 2004-01-17  Bruno Haible  <bruno@clisp.org>
215         * config/config.guess, config/config.sub: Update to GNU version
216         2004-01-05.
218 2003-12-12  Bruno Haible  <bruno@clisp.org>
220         Assume automake-1.8.
221         * Makefile.am (html): Remove rule.
223 2003-11-30  Bruno Haible  <bruno@clisp.org>
225         * config/install-reloc: Compile also the allocsa.c file.
227 2003-12-17  Bruno Haible  <bruno@clisp.org>
229         * gettext-0.13.1 released.
231 2003-12-17  Bruno Haible  <bruno@clisp.org>
233         * version.sh: Bump version number to 0.13.1.
235 2003-11-30  Bruno Haible  <bruno@clisp.org>
237         * gettext-0.13 released.
239 2003-11-30  Bruno Haible  <bruno@clisp.org>
241         * version.sh: Bump version number to 0.13.
243 2003-11-27  Bruno Haible  <bruno@clisp.org>
245         * config/ltmain.sh: In the trampoline code, include string.h, ctype.h,
246         and return 127. Fixes warnings on cygwin.
248 2003-11-23  Bruno Haible  <bruno@clisp.org>
250         * PACKAGING: Remove ssize_t.m4.
252 2003-11-16  Bruno Haible  <bruno@clisp.org>
254         * PACKAGING: Add size_max.m4, ssize_t.m4, xsize.m4.
256 2003-11-16  Bruno Haible  <bruno@clisp.org>
258         * config/config.guess, config/config.sub: Update to GNU version
259         2003-11-03.
261 2003-11-16  Bruno Haible  <bruno@clisp.org>
263         * version.sh: Bump version number to 0.13-pre1.
265 2003-11-15  Bruno Haible  <bruno@clisp.org>
267         * PACKAGING: Add examples.
269 2003-10-31  Bruno Haible  <bruno@clisp.org>
271         * config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB,
272         FIX_MAKEFILE_INFO): Drop argument, use $ac_file instead.
274 2003-09-13  Bruno Haible  <bruno@clisp.org>
276         * PACKAGING: Add envsubst related files and gettext.sh.
278 2003-08-23  Bruno Haible  <bruno@clisp.org>
280         * version.sh: Bump version number to 0.12.2.
282 2003-07-01  Bruno Haible  <bruno@clisp.org>
284         * config/install-reloc: Also compile readlink.c.
286 2003-06-19  Bruno Haible  <bruno@clisp.org>
288         * PACKAGING: Add intmax.m4, longdouble.m4, longlong.m4,
289         printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.
291 2003-06-18  Bruno Haible  <bruno@clisp.org>
293         * config/install-sh: Update from automake-1.7.5.
294         Reported by Paul Eggert.
296 2003-06-11  Bruno Haible  <bruno@clisp.org>
298         * README.gemtext: Remove outdated file.
299         * Makefile.am (EXTRA_DIST): Remove it.
300         Reported by Guido Flohr <guido@imperia.net>.
302 2003-06-08  Bruno Haible  <bruno@clisp.org>
304         * vms/link_options.opt: New file.
305         * vms/with-libiconv.opt, vms/without-libiconv.opt: New files.
306         * Makefile.am (EXTRA_DIST): Add them.
307         Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
309 2003-05-22  Bruno Haible  <bruno@clisp.org>
311         * gettext-0.12.1 released.
313 2003-05-22  Bruno Haible  <bruno@clisp.org>
315         * version.sh: Bump version number to 0.12.1.
317 2003-05-19  Bruno Haible  <bruno@clisp.org>
319         * config/mdate-sh: Update from automake-1.7.5.
321 2003-05-17  Bruno Haible  <bruno@clisp.org>
323         * gettext-0.12 released.
325 2003-05-17  Bruno Haible  <bruno@clisp.org>
327         * version.sh: Bump version number to 0.12.
329 2003-05-08  Bruno Haible  <bruno@clisp.org>
331         * PACKAGING: Update for changed default value of $mandir and $docdir.
333 2003-05-06  Bruno Haible  <bruno@clisp.org>
335         * config/config.guess, config/config.sub: Update to GNU version
336         2003-02-22.
338 2003-04-24  Bruno Haible  <bruno@clisp.org>
340         Support for libtool-1.5.
341         * configure.ac: Postprocess the esyscmd output by replacing
342         ]AC_ENABLE_SHARED_DEFAULT[ -> yes
343         ]AC_ENABLE_STATIC_DEFAULT[ -> yes
344         ]AC_ENABLE_FAST_INSTALL_DEFAULT[ -> yes
346         * config/ltmain.sh: Upgrade to libtool-1.5.
347         2003-02-18  Bruno Haible  <bruno@clisp.org>
348                 * config/ltmain.sh (install): Use "ln -s -f" instead of
349                 "rm -f && ln -s" to make a symlink for a shared library. Take
350                 care of Solaris /bin/ln.
351                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
352         2001-11-03  Bruno Haible  <bruno@clisp.org>
353                 * config/m4/ltmain.sh: chmod 777 the .libs directory, so that
354                 "make install" succeeds.
355         * config/m4/libtool.m4: Upgrade to libtool-1.5.
356         2002-07-14  Bruno Haible  <bruno@clisp.org>
357                 * config/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add
358                 support for GNU/FreeBSD.
360 2003-04-12  Bruno Haible  <bruno@clisp.org>
362         * Makefile.vms: Don't use the force target.
363         Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
365 2003-04-12  Bruno Haible  <bruno@clisp.org>
367         * Makefile.msvc (mandir, docdir): Use datadir instead of prefix.
369 2003-04-06  Bruno Haible  <bruno@clisp.org>
371         * config/install-reloc: Also compile progreloc.c.
373 2003-04-05  Bruno Haible  <bruno@clisp.org>
375         * config/install-reloc: Don't define NO_LIBRARIES.
377 2003-04-01  Bruno Haible  <bruno@clisp.org>
379         * README.mingw: New file.
380         * README.vms: New file.
381         * Makefile.am (EXTRA_DIST): Add them.
383 2003-03-30  Bruno Haible  <bruno@clisp.org>
385         * Makefile.vms: New file.
386         * Makefile.am (EXTRA_DIST): Add Makefile.vms.
388 2003-03-17  Bruno Haible  <bruno@clisp.org>
390         Native Woe32/MSVC support.
391         * Makefile.msvc: New file.
392         * README.woe32: New file.
393         * Makefile.am (EXTRA_DIST): Add them.
395 2003-02-28  Bruno Haible  <bruno@clisp.org>
397         Support for relocatable installation.
398         * config/config.libpath: New file.
399         * config/install-reloc: New file.
400         * config/reloc-ldflags: New file.
401         * Makefile.am (EXTRA_DIST): Add them.
402         * config/compile: New file, from automake-1.7.2.
403         * INSTALL: Document --enable-relocatable and --with-libintl-prefix.
405 2003-02-27  Bruno Haible  <bruno@clisp.org>
407         * configure.ac: Include AC_CANONICAL_HOST, AC_ARG_ENABLE, AC_ARG_WITH,
408         AC_ARG_VAR calls from the subdir configures.
409         * Makefile.am (configure): Depend on each subdir's configure.ac.
411 2003-02-22  Bruno Haible  <bruno@clisp.org>
413         * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
415 2003-02-18  Bruno Haible  <bruno@clisp.org>
417         Fix the 2002-09-16 fix.
418         * ltmain.sh (install): If "ln -s -f" fails (this is the case with
419         /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
421 2003-02-18  Bruno Haible  <haible@clisp.cons.org>
423         * config/config.guess, config/config.sub: Update to GNU version
424         2003-02-03.
426 2003-02-16  Bruno Haible  <bruno@clisp.org>
428         Workaround autoconf >= 2.52 breakage.
429         * config/m4/libtool.m4 (AC_LIBTOOL_ARG_WITH): New macro.
430         (_LT_AC_LTCONFIG_HACK, AC_PROG_LD): Use it.
432 2003-02-12  Bruno Haible  <bruno@clisp.org>
434         Big restructuring.
435         * autoconf-lib-link: New subdirectory.
436         * gettext-runtime: New subdirectory.
437         * gettext-tools: New subdirectory.
438         * config: New subdirectory.
439         * configure.ac: New file.
440         * Makefile.am: New file.
441         * version.sh: New file.
444 See ChangeLog.0 for earlier changes.