Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / ChangeLog
1 2013-12-17  Daiki Ueno  <ueno@gnu.org>
2
3         Add missing extern-inline.m4 into archive.
4         Problem reported by Reuben Thomas in:
5         <https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00010.html>.
6         * Makefile.am (distcheck-hook): Check extern-inline.m4.
7
8 2013-08-13  Michele Locati <michele@locati.it>  (tiny change)
9
10         * windows/gettext.rc: Update copyright year.
11
12 2013-07-07  Daiki Ueno  <ueno@gnu.org>
13
14         * NEWS: Mention libasprintf change and Tcl bug fix.
15
16 2013-06-26  Daiki Ueno  <ueno@gnu.org>
17
18         * autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap.
19
20 2013-06-17  Daiki Ueno  <ueno@gnu.org>
21
22         Embed Gnulib using git submodule.
23         * autogen.sh: Port git submodule update code from the 'bootstrap'
24         script in Gnulib and respect the GNULIB_SRCDIR envvar.
25         (cleanup_gnulib): New function borrowed from Gnulib.
26         (git_modules_config): Likewise.
27         (gnulib_path): New variable.
28
29 2013-06-13  Daiki Ueno  <ueno@gnu.org>
30
31         * NEWS: Document more new features.  Mention Glade msgctxt support
32         and msginit portability fix, and note that JavaScript support is
33         only partial.
34
35 2013-06-11  Daiki Ueno  <ueno@gnu.org>
36
37         * NEWS: Mention that future 'gettextize' will require Automake 1.10.
38         Suggested by Stefano Lattarini.
39
40 2013-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
41
42         build: drop the 'fixacocal' auxiliary script
43         The comments in that script state that its use is only required to
44         work around issues in aclocal from Automake 1.10, while the rest
45         of the Gettext build infrastructure assumes Automake >= 1.11 anyway.
46         * autogen.sh: Drop invocations of 'fixaclocal', simply invoke the
47         'aclocal' program directly.
48         * build-aux/fixaclocal: Remove.
49         * Makefile.am (EXTRA_DIST): Stop distributing it.
50         (ACLOCAL): Drop redefinition in function of 'fixaclocal'.
51         * gettext-runtime/Makefile.am (ACLOCAL): Likewise.
52         * gettext-runtime/libasprintf/Makefile.am (ACLOCAL): Likewise.
53         * gettext-tools/Makefile.am (ACLOCAL): Likewise.
54         * gettext-tools/examples/Makefile.am (ACLOCAL): Likewise.
55
56 2013-06-04  Daiki Ueno  <ueno@gnu.org>
57
58         Support for Vala.
59         * NEWS: Mention Vala support.
60
61 2013-05-29  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
62
63         * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
64         Require Automake 1.11.1 or later, so that the 'parallel-tests'
65         will be certainly available.
66         (AC_INIT): Require Autoconf 2.62 or later; that is the minimal
67         version supported by Automake 1.11.1 or later.
68         * autogen.sh: Update version number requirement for Autoconf.
69
70 2013-05-20  Pavel Kharitonov  <ineiev@gnu.org>  (tiny change)
71
72         Add --previous option to msgattrib.
73         * NEWS: Mention --previous msgattrib option.
74
75 2013-05-13  Daiki Ueno  <ueno@gnu.org>
76
77         Fix bootstrap error on Mac OS X.
78         * autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add strchrnul.
79
80 2013-05-02  Daiki Ueno  <ueno@gnu.org>
81
82         * autogen.sh: Retrieve archive.dir.tar from FTP when bootstrapping.
83         Reported by Stefano Lattarini in
84         <https://lists.gnu.org/archive/html/bug-gettext/2012-12/msg00058.html>
85
86 2013-04-26  Daiki Ueno  <ueno@gnu.org>
87
88         * NEWS: Mention Python brace format.
89
90 2013-04-17  Daiki Ueno  <ueno@gnu.org>
91
92         * NEWS: Mention JavaScript support.
93
94 2013-04-11  Daiki Ueno  <ueno@gnu.org>
95
96         * NEWS: Mention Lua support.
97
98 2013-03-06  Daiki Ueno  <ueno@gnu.org>
99
100         * AUTHORS: Update from fencepost.gnu.org:/gd/gnuorg/copyright.list.
101
102 2013-01-17  Daiki Ueno  <ueno@gnu.org>
103
104         Fix link errors related to C99-style extern inline.
105         Reported by Sam Thursfield <sam.thursfield@codethink.co.uk>.
106         * autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add xsize.
107
108 2012-12-25  Daiki Ueno  <ueno@gnu.org>
109
110         * gettext-0.18.2 released.
111
112 2012-12-25  Daiki Ueno  <ueno@gnu.org>
113
114         * version.sh: Bump to 0.18.2.
115         * autogen.sh: Record the gnulib version that is being used.
116         * NEWS: Update the release date of 0.18.2.  Reformat "Autoconf
117         macros" change.
118
119 2012-12-21  Daiki Ueno  <ueno@gnu.org>
120
121         Fix W64 build errors.
122         * autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add extern-inline, for
123         the last xsize.h update.
124         (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Add locale,
125         not to have copies of locale.h in both libgrep and gnulib-lib.
126         (GNULIB_MODULES_LIBGETTEXTPO): Add close.
127
128 2012-12-08  Daiki Ueno  <ueno@unixuser.org>
129
130         * autogen.sh: Ignore libunistring tests which are known to fail.
131         (GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS): New variable.
132
133 2012-12-08  Daiki Ueno  <ueno@unixuser.org>
134
135         * NEWS: Mention that autoconf 2.60 is required.
136         Suggested by Bruno Haible <bruno@clisp.org>.
137
138 2012-04-29  Bruno Haible  <bruno@clisp.org>
139
140         Allow use of autoconf-2.69 and automake-1.12.
141         * autogen.sh: Update comments.
142
143 2012-02-18  Bruno Haible  <bruno@clisp.org>
144
145         Improve ensurance that intmax_t gets defined in libasprintf.
146         * autogen.sh: Create gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4,
147         not gettext-runtime/m4/intmax_t.m4.
148         * Makefile.am (distcheck-hook): Update.
149
150 2012-02-18  Bruno Haible  <bruno@clisp.org>
151
152         * Makefile.am (distcheck-hook): Update after gnulib changed.
153
154 2012-01-26  Bruno Haible  <bruno@clisp.org>
155
156         Modernize quoting.
157         * NEWS: Quote 'like this', not `like this', as per the recent change
158         to the GNU coding standards.
159         * INSTALL: Process through sed -e "s/\`\([^']*\)'/‘\1’/g"
160
161 2011-10-18  Bruno Haible  <bruno@clisp.org>
162
163         * m4/libtool.m4: Update from libtool-2.4.2, with modifications.
164         2009-04-23  Bruno Haible  <bruno@clisp.org>
165                 Fix recognition of "nm" command.
166                 * m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when
167                 compiling for mingw in a cygwin environment.
168         2008-04-06  Bruno Haible  <bruno@clisp.org>
169                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
170                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
171                 to ${CONFIG_SHELL}.
172         * m4/ltoptions.m4: Likewise.
173         * m4/ltversion.m4: Likewise.
174         * build-aux/ltmain.sh: Likewise.
175
176 2011-09-12  Bruno Haible  <bruno@clisp.org>
177
178         Update after gnulib changed.
179         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add opendir, readdir,
180         closedir.
181
182 2011-07-12  Bruno Haible  <bruno@clisp.org>
183
184         Update after gnulib changed.
185         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Update
186         module names.
187
188 2011-06-08  Bruno Haible  <bruno@clisp.org>
189
190         Fix a link error due to rpl_wcrtomb on Solaris 9.
191         * autogen.sh: Pass the option --witness-c-macro to the gnulib-tool
192         invocation for libgrep.
193
194 2011-06-05  Bruno Haible  <bruno@clisp.org>
195
196         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_LIBGREP): Add mbrlen.
197
198 2011-06-04  Bruno Haible  <bruno@clisp.org>
199
200         Ensure intmax_t gets defined in libasprintf.
201         * autogen.sh: Create gettext-runtime/m4/intmax_t.m4, copied from
202         gnulib.
203         * Makefile.am (distcheck-hook): Check also intmax_t.m4.
204
205 2011-06-03  Bruno Haible  <bruno@clisp.org>
206
207         * autogen.sh (GNULIB_MODULES_LIBASPRINTF): Add verify.
208         * Makefile.am (distcheck-hook): Check also verify.h.
209
210 2011-06-03  Bruno Haible  <bruno@clisp.org>
211
212         Copyright: Use LGPL 2.1 instead of LGPL 2.0.
213         * os2/iconv/iconv.*: Update copyright header.
214         * Makefile.am (distcheck-hook): Update.
215
216 2011-02-12  Bruno Haible  <bruno@clisp.org>
217
218         Use gnulib's setlocale in all the programs.
219         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
220         GNULIB_MODULES_TOOLS_FOR_SRC): Add setlocale.
221
222 2011-02-12  Bruno Haible  <bruno@clisp.org>
223
224         Update after gnulib changed.
225         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add wctype-h, remove
226         wctype.
227
228 2011-02-12  Bruno Haible  <bruno@clisp.org>
229
230         Use u8_mbtoucr instead of u8_mbtouc in some places.
231         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
232         GNULIB_MODULES_LIBGETTEXTPO): Add unistr/u8-mbtoucr.
233
234 2011-01-28  Bruno Haible  <bruno@clisp.org>
235
236         Add a comment.
237         * m4/woe32-dll.m4: Add a reference to the woe32dll writeup.
238
239 2010-12-10  Bruno Haible  <bruno@clisp.org>
240
241         Update after gnulib changed.
242         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add spawn-pipe, remove
243         pipe.
244
245 2010-09-24  Bruno Haible  <bruno@clisp.org>
246
247         * m4/libtool.m4: Update from libtool-2.4, with modifications.
248         2009-04-23  Bruno Haible  <bruno@clisp.org>
249                 Fix recognition of "nm" command.
250                 * m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when
251                 compiling for mingw in a cygwin environment.
252         2008-04-06  Bruno Haible  <bruno@clisp.org>
253                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
254                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
255                 to ${CONFIG_SHELL}.
256         * m4/ltversion.m4: Update from libtool-2.4.
257         * build-aux/ltmain.sh: Likewise.
258
259 2010-09-04  Bruno Haible  <bruno@clisp.org>
260
261         Simplify use of gnulib-tool now that gnulib-tool --import works better.
262         * autogen.sh: Don't remove gnulib-cache.m4 before running gnulib-tool.
263
264 2010-07-31  Bruno Haible  <bruno@clisp.org>
265
266         Use new ansi-c++.m4 from gnulib.
267         * autogen.sh (GNULIB_MODULES_RUNTIME_OTHER, GNULIB_MODULES_TOOLS_OTHER):
268         Add ansi-c++-opt.
269         Reported at <https://savannah.gnu.org/bugs/?30607>.
270
271 2010-06-06  Bruno Haible  <bruno@clisp.org>
272
273         New options --with-xz and --with-bzip2 for compressing the archive.
274         * DEPENDENCIES: Correct placement of entries for 'tar' and 'gzip'. Add
275         entries for 'bzip2' and 'xz'.
276
277 2010-06-04  Bruno Haible  <bruno@clisp.org>
278
279         * m4/libtool.m4: Update from libtool-2.2.8, with modifications.
280         2009-04-23  Bruno Haible  <bruno@clisp.org>
281                 Fix recognition of "nm" command.
282                 * m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when
283                 compiling for mingw in a cygwin environment.
284         2008-04-06  Bruno Haible  <bruno@clisp.org>
285                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
286                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
287                 to ${CONFIG_SHELL}.
288         * m4/ltoptions.m4: Update from libtool-2.2.8.
289         * m4/ltversion.m4: Likewise.
290         * m4/lt~obsolete.m4: Likewise.
291         * build-aux/ltmain.sh: Likewise.
292
293 2010-06-04  Bruno Haible  <bruno@clisp.org>
294
295         * gettext-0.18.1 released.
296
297 2010-06-04  Bruno Haible  <bruno@clisp.org>
298
299         * DEPENDENCIES: Add entries for 'tar' and 'gzip'.
300
301 2010-06-04  Bruno Haible  <bruno@clisp.org>
302
303         * autogen.sh: For libgrep, don't use --avoid of modules with
304         applicability 'all'.
305         Reported by Ryan Schmidt <ryandesign@macports.org>.
306
307 2010-06-03  Bruno Haible  <bruno@clisp.org>
308
309         * README: Remove lots of old cruft. Mention the translators as the
310         third audience.
311
312 2010-06-03  Bruno Haible  <bruno@clisp.org>
313
314         * version.sh: Bump to 0.18.1.
315         * autogen.sh: Record the gnulib version that is being used.
316
317 2010-06-03  Bruno Haible  <bruno@clisp.org>
318
319         Deprecate the --with-cvs option.
320         * DEPENDENCIES: Update entries for git, CVS. Remove entry for RCS.
321         * PACKAGING: Update comments about archive.*.tar.gz.
322
323 2010-05-19  Bruno Haible  <bruno@clisp.org>
324
325         Link with libunistring, if it exists.
326         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
327         GNULIB_MODULES_LIBGETTEXTPO): Add libunistring-optional.
328         * DEPENDENCIES: Mention optional dependency to GNU libunistring.
329
330 2010-05-22  Bruno Haible  <bruno@clisp.org>
331
332         * README.woe32: Explain how to build 64-bit mode binaries.
333         Reported by Rob <sisyphus1@optusnet.com.au>.
334
335 2010-05-24  Bruno Haible  <bruno@clisp.org>
336
337         Use the newest regex module from gnulib.
338         * autogen.sh: Add another gnulib-tool invocation for libgrep.
339         (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): New variable.
340         (GNULIB_MODULES_TOOLS_FOR_LIBGREP): Change value.
341         Pass option -I libgrep/gnulib-m4 to 'aclocal'.
342         * Makefile.am (distcheck-hook): Don't compare memchr.c.
343
344 2010-05-23  Bruno Haible  <bruno@clisp.org>
345
346         Do regex matching purely with regex, not regex + dfa + kwset.
347         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_LIBGREP): Remove hard-locale.
348
349 2010-05-15  Bruno Haible  <bruno@clisp.org>
350
351         List the build dependencies.
352         * DEPENDENCIES: Clarify that 'git' is also a build dependencies.
353         List the non-trivial build dependencies.
354         Reported by Santiago Vila <sanvila@unex.es>.
355
356 2010-05-09  Bruno Haible  <bruno@clisp.org>
357
358         * gettext-0.18 released.
359
360 2010-05-09  Bruno Haible  <bruno@clisp.org>
361
362         * version.sh: Bump to 0.18.
363         * windows/gettext.rc: Update year.
364         * autogen.sh: Record the gnulib version that is being used.
365
366 2010-05-08  Bruno Haible  <bruno@clisp.org>
367
368         * NEWS: Mention the PO mode changes.
369
370 2010-04-02  Bruno Haible  <bruno@clisp.org>
371
372         Remove autoconf-lib-link directory, obsoleted by gnulib.
373         * Makefile.am (SUBDIRS): Remove autoconf-lib-link.
374         ($(srcdir)/configure): Don't depend on autoconf-lib-link/configure.ac.
375         (distcheck-hook): Remove checks of lib-*.m4 and config.rpath.
376         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Add havelib.
377         Remove configuration of autoconf-lib-link subdirectory. Remove
378         "-I ../autoconf-lib-link/m4" option to aclocal. Don't copy
379         config.rpath.
380         * configure.ac (AC_CONFIG_SUBDIRS): Remove autoconf-lib-link.
381         Don't recurse into autoconf-lib-link.
382
383 2010-03-30  Bruno Haible  <bruno@clisp.org>
384
385         * README.woe32: Update for Cygwin 1.7.x.
386
387 2010-03-28  Bruno Haible  <bruno@clisp.org>
388
389         * NEWS: Deprecate the use of AM_GNU_GETTEXT with 'no-libtool' argument
390         and 'gettextize --intl'.
391
392 2010-03-28  Bruno Haible  <bruno@clisp.org>
393
394         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add fnmatch, remove
395         fnmatch-posix.
396
397         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
398         GNULIB_MODULES_TOOLS_FOR_SRC, GNULIB_MODULES_LIBGETTEXTPO): Add stdlib,
399         remove exit.
400
401 2010-03-13  Bruno Haible  <bruno@clisp.org>
402
403         * NEWS: Mention the --color and --style options on many programs.
404
405 2010-01-19  Bruno Haible  <bruno@clisp.org>
406
407         * AUTHORS: Update from fencepost.gnu.org:/gd/gnuorg/copyright.list.
408
409 2010-01-11  Bruno Haible  <bruno@clisp.org>
410
411         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
412         GNULIB_MODULES_LIBGETTEXTPO): Replace ucs4-utf8, utf8-ucs4, utf16-ucs4
413         with their modern equivalents.
414
415 2009-12-26  Bruno Haible  <bruno@clisp.org>
416
417         * windows/gettext.rc: Update.
418
419 2009-12-26  Bruno Haible  <bruno@clisp.org>
420
421         * NEWS: Mention the use of the thread-specific locale on MacOS X.
422
423 2009-12-25  Bruno Haible  <bruno@clisp.org>
424
425         * Makefile.am (distcheck-hook): Compare fcntl-o.m4 instead of
426         fcntl_h.m4.
427         * PACKAGING: Mention fcntl-o.m4 instead of fcntl_h.m4.
428
429 2009-12-12  Bruno Haible  <bruno@clisp.org>
430
431         * AUTHORS: Untabify.
432         * README: Untabify.
433         * THANKS: Untabify.
434
435 2009-12-01  Bruno Haible  <bruno@clisp.org>
436
437         * m4/init-package-version.m4 (gl_INIT_PACKAGE): Set AC_PACKAGE_NAME.
438
439 2009-11-30  Bruno Haible  <bruno@clisp.org>
440
441         * autogen.sh: Treat gettext-runtime/libasprintf before gettext-runtime.
442         Treat gettext-tools/examples before gettext-tools.
443
444 2009-10-18  Bruno Haible  <bruno@clisp.org>
445
446         * Makefile.am (distcheck-hook): Compare fcntl_h.m4.
447         * PACKAGING: Mention also fcntl_h.m4.
448
449 2009-09-27  Bruno Haible  <bruno@clisp.org>
450
451         * NEWS: Mention configure options --without-cvs and --with-git.
452         * PACKAGING: Mention archive.*.tar.gz instead of archive.tar.gz.
453         * DEPENDENCIES: Mention also git.
454
455 2009-09-01  Bruno Haible  <bruno@clisp.org>
456
457         * README.woe32: Put the -mno-cygwin option into CC and CXX.
458         Recommended by Paolo Bonzini and Eric Blake.
459
460 2009-08-30  Bruno Haible  <bruno@clisp.org>
461
462         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add xstriconveh.
463
464 2009-08-30  Bruno Haible  <bruno@clisp.org>
465
466         * configure.ac (AC_PREREQ): Require at least autoconf 2.59.
467
468 2009-08-15  Bruno Haible  <bruno@clisp.org>
469
470         Stop using gnulib module 'strdup'.
471         * Makefile.am (distcheck-hook): Don't compare strdup.c.
472
473 2009-08-14  Bruno Haible  <bruno@clisp.org>
474
475         * autogen.sh: Invoke gnulib-tool also for gettext-runtime/libasprintf.
476         (GNULIB_MODULES_LIBASPRINTF, GNULIB_MODULES_LIBASPRINTF_OTHER): New
477         variables.
478         Update aclocal options for gettext-runtime/libasprintf.
479         * Makefile.am (distcheck-hook): Don't compare eoverflow.m4. Update
480         comparison of alloca.in.h.
481
482 2009-08-14  Bruno Haible  <bruno@clisp.org>
483
484         Remove automatically copied files from version control.
485         * autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add csharpcomp-script,
486         csharpexec-script, javacomp-script, javaexec-script.
487         * build-aux/csharpcomp.sh.in: Remove file.
488         * build-aux/csharpexec.sh.in: Remove file.
489         * build-aux/javacomp.sh.in: Remove file.
490         * build-aux/javaexec.sh.in: Remove file.
491
492 2009-08-14  Bruno Haible  <bruno@clisp.org>
493
494         Remove automatically copied files from version control.
495         * autogen.sh: Fetch config.guess, config.sub.
496         * build-aux/config.guess: Remove file.
497         * build-aux/config.sub: Remove file.
498
499         Remove automatically copied files from version control.
500         * autogen.sh: Invoke automake with options --add-missing --copy.
501         * build-aux/compile: Remove file.
502         * build-aux/depcomp: Remove file.
503         * build-aux/elisp-comp: Remove file.
504         * build-aux/install-sh: Remove file.
505         * build-aux/mdate-sh: Remove file.
506         * build-aux/missing: Remove file.
507         * build-aux/ylwrap: Remove file.
508
509 2009-08-14  Bruno Haible  <bruno@clisp.org>
510
511         Remove automatically generated files from version control.
512         * autogen.sh: If --quick was not given, rebuild autoconfiguration of
513         tests, PO files, manual pages, documentation, test files.
514
515 2009-08-14  Bruno Haible  <bruno@clisp.org>
516
517         * autogen.sh: Update comments.
518
519 2009-08-14  Bruno Haible  <bruno@clisp.org>
520
521         * autogen.sh: Create gettext-tools/intl directory before running
522         automake.
523
524 2009-08-12  Bruno Haible  <bruno@clisp.org>
525
526         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
527         GNULIB_MODULES_TOOLS_FOR_SRC): Use getopt-gnu instead of getopt.
528
529 2009-08-10  Bruno Haible  <bruno@clisp.org>
530
531         * autogen.sh: Avoid the 'hash-tests' module. It corresponds to an
532         incompatible 'hash' module.
533
534 2009-08-04  Bruno Haible  <bruno@clisp.org>
535
536         Port msgfilter to Woe32 platforms.
537         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add pipe-filter-ii.
538
539 2009-08-03  Bruno Haible  <bruno@clisp.org>
540
541         * autogen.sh: Remove statements to fix permissions. Now fixed in git.
542
543 2009-05-23  Bruno Haible  <bruno@clisp.org>
544
545         * configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option.
546
547 2009-05-23  Bruno Haible  <bruno@clisp.org>
548
549         * m4/init-package-version.m4: New file.
550         * configure.ac: Invoke gl_INIT_PACKAGE. Use the preferred form of
551         AM_INIT_AUTOMAKE.
552         * Makefile.am (ACLOCAL_AMFLAGS): New variable.
553         * autogen.sh: Update aclocal invocation.
554
555 2009-05-21  Bruno Haible  <bruno@clisp.org>
556
557         Require automake >= 1.11.
558         * autogen.sh: Update comment.
559
560 2009-05-21  Bruno Haible  <bruno@clisp.org>
561
562         Support automake 1.11.
563         * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Update for
564         automake 1.11.
565         * autogen.sh: Update comment.
566
567 2009-05-21  Bruno Haible  <bruno@clisp.org>
568
569         Assume automake >= 1.10.2.
570         * m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_INFO): Remove
571         macros.
572
573 2009-04-23  Bruno Haible  <bruno@clisp.org>
574
575         Fix recognition of "nm" command.
576         * m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when compiling for
577         mingw in a cygwin environment.
578
579 2009-04-23  Bruno Haible  <bruno@clisp.org>
580
581         * m4/libtool.m4: Fix recognition of 'link' command.
582         2009-01-26  Peter Rosin  <peda@lysator.liu.se>
583                 Don't settle for any dumpbin/link program as name lister.
584                 * m4/libtool.m4 (LT_PATH_NM): When locating dumpbin or
585                 link -dump, check if they appear to really be capable of name
586                 listing, in order to eliminate e.g. link from coreutils. This
587                 makes the name lister decision fall back on nm as the default
588                 if no acceptable candidate is found, which mainly happens on
589                 (arguably broken) cross compiles.
590
591 2009-03-14  Bruno Haible  <bruno@clisp.org>
592
593         * autogen.sh: Checkout gnulib using 'git' instead of 'cvs'.
594
595 2009-01-14  Bruno Haible  <bruno@clisp.org>
596
597         * configure.ac: More consistent m4 quoting.
598
599 2008-12-07  Bruno Haible  <bruno@clisp.org>
600
601         * build-aux/fixaclocal: Update for automake-1.10.2.
602
603 2008-10-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
604
605         * m4/libtool.m4 (install_override_mode): New LT_DECL.
606         (_LT_SYS_DYNAMIC_LINKER) [hpux9*, hpux10*, hpux11*]: Set it.
607         * build-aux/ltmain.sh (func_mode_install): Build a second command line,
608         $install_shared_prog, for the installation of the shared library.
609         Override resp. set the permission mode if install_override_mode is
610         nonempty.
611
612 2008-10-04  Bruno Haible  <bruno@clisp.org>
613
614         * autogen.sh: Fix execute permissions of some files.
615
616 2008-09-28  Bruno Haible  <bruno@clisp.org>
617
618         * build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
619         preprocess the argument vector through prepare_spawn.
620
621 2008-09-27  Bruno Haible  <bruno@clisp.org>
622
623         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Add sigpipe, stdio.
624         (GNULIB_MODULES_TOOLS_FOR_SRC): Add sigpipe, stdio, sys_select, write.
625         (GNULIB_MODULES_LIBGETTEXTPO): Add sigpipe, stdio.
626
627 2008-09-27  Bruno Haible  <bruno@clisp.org>
628
629         * build-aux/config.guess: Update to GNU version 2008-09-08.
630         * build-aux/config.sub: Likewise.
631
632 2008-09-21  Bruno Haible  <bruno@clisp.org>
633
634         * build-aux/fixaclocal: Adapt for newer versions of 'aclocal'.
635
636 2008-09-14  Bruno Haible  <bruno@clisp.org>
637
638         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
639         GNULIB_MODULES_LIBGETTEXTPO): Add strerror.
640
641 2008-09-07  Bruno Haible  <bruno@clisp.org>
642
643         * m4/libtool.m4: Update from libtool-2.2.6, with modifications:
644         2008-04-06  Bruno Haible  <bruno@clisp.org>
645                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
646                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
647                 to ${CONFIG_SHELL}.
648         * m4/ltoptions.m4: Update from libtool-2.2.6.
649         * m4/ltsugar.m4: Likewise.
650         * m4/ltversion.m4: Likewise.
651         * build-aux/ltmain.sh: Likewise.
652
653 2008-09-01  Bruno Haible  <bruno@clisp.org>
654
655         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
656         GNULIB_MODULES_LIBGETTEXTPO): Add xconcat-filename.
657
658 2008-08-31  Bruno Haible  <bruno@clisp.org>
659
660         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add sigprocmask.
661
662 2008-08-30  Bruno Haible  <bruno@clisp.org>
663
664         * autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add open.
665
666 2008-08-17  Bruno Haible  <bruno@clisp.org>
667
668         * Makefile.am (distcheck-hook): Also compare threadlib.m4.
669
670 2008-08-14  Bruno Haible  <bruno@clisp.org>
671
672         * Makefile.am (distcheck-hook): Update check of lock.h and lock.c.
673
674 2008-05-22  Bruno Haible  <bruno@clisp.org>
675
676         * README.woe32: Add a note about the libiconv dependency.
677         Reported by Marko Lindqvist <cazfi74@gmail.com>.
678
679 2008-05-18  Bruno Haible  <bruno@clisp.org>
680
681         * m4/libtool.m4: Update from libtool-2.2.4, with modifications:
682         2008-04-06  Bruno Haible  <bruno@clisp.org>
683                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
684                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
685                 to ${CONFIG_SHELL}.
686         * m4/ltoptions.m4: Update from libtool-2.2.4.
687         * m4/ltversion.m4: Likewise.
688         * m4/lt~obsolete.m4: Likewise.
689         * build-aux/ltmain.sh: Likewise.
690
691 2008-05-10  Bruno Haible  <bruno@clisp.org>
692
693         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Replace linebreak with
694         unilbrk/ulc-width-linebreaks.
695         (GNULIB_MODULES_LIBGETTEXTPO): Likewise. 
696
697 2008-04-20  Bruno Haible  <bruno@clisp.org>
698
699         * m4/libtool.m4: Update from libtool-2.2.2, with modifications:
700         2008-04-06  Bruno Haible  <bruno@clisp.org>
701                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
702                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
703                 to ${CONFIG_SHELL}.
704         * m4/ltoptions.m4: New file, from libtool-2.2.2.
705         * m4/ltsugar.m4: New file, from libtool-2.2.2.
706         * m4/ltversion.m4: New file, from libtool-2.2.2.
707         * m4/lt~obsolete.m4: New file, from libtool-2.2.2.
708         * build-aux/ltmain.sh: Update from libtool-2.2.2.
709
710 2007-12-24  Bruno Haible  <bruno@clisp.org>
711
712         * version.sh: Bump to 0.18-pre1.
713
714 2007-11-10  Bruno Haible  <bruno@clisp.org>
715
716         * Makefile.am (distcheck-hook): Add a check for eoverflow.m4.
717
718 2007-11-07  Bruno Haible  <bruno@clisp.org>
719
720         * gettext-0.17 released.
721
722 2007-11-04  Bruno Haible  <bruno@clisp.org>
723
724         * windows/windres-options (sed_extract_major, sed_extract_minor,
725         sed_extract_subminor): Use 'c' command instead of 'a' command. Needed
726         for GNU sed 3.02.
727
728 2007-11-03  Bruno Haible  <bruno@clisp.org>
729
730         * Makefile.am (distcheck-hook): Add another check for vasnprintf.c.
731
732 2007-11-01  Bruno Haible  <bruno@clisp.org>
733
734         * version.sh: Bump version number to 0.17.
735
736 2007-10-31  Bruno Haible  <bruno@clisp.org>
737
738         * Makefile.am (distcheck-hook): Exclude copyright header when comparing
739         localename.c, relocatable.h, relocatable.c.
740
741 2007-10-31  Bruno Haible  <bruno@clisp.org>
742
743         * PACKAGING: Remove ulonglong.m4.
744         * Makefile.am (distcheck-hook): Remove check of ulonglong.m4.
745
746 2007-10-26  Bruno Haible  <bruno@clisp.org>
747
748         * m4/libtool.m4: Update, based on libtool-1.5.24.
749         * build-aux/ltmain.sh: Update, based on libtool-1.5.24.
750
751 2007-10-17  Bruno Haible  <bruno@clisp.org>
752
753         * windows/windres-options (sed_extract_major, sed_extract_minor,
754         sed_extract_subminor): Use newlines instead of semicolons. Add a
755         newline also after the last command in a braced group.
756         Needed for GNU sed-3.02, which does not like "q}".
757
758 2007-10-17  Bruno Haible  <bruno@clisp.org>
759
760         * README.woe32: Recommend to set PATH. Needed so that libiconv-2.dll
761         is found during autoconfiguration.
762
763 2007-10-07  Bruno Haible  <bruno@clisp.org>
764
765         * COPYING: Replace with GPL 3.
766         * windows/gettext.rc (Comments): Update.
767         * Makefile.am (distcheck-hook): Update.
768
769 2007-10-06  Bruno Haible  <bruno@clisp.org>
770
771         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add open, fopen.
772         (GNULIB_MODULES_LIBGETTEXTPO): Add fopen.
773         Reported by Mark Moriarty <mfmbusiness@earthlink.net>.
774
775 2007-10-06  Bruno Haible  <bruno@clisp.org>
776
777         * build-aux/texinfo.tex: Upgrade to texinfo-4.11.
778         Needed because the original texinfo.tex does not support the
779         @documentencoding macro and the texinfo-4.11 texi2dvi then fails due to
780         this.
781
782 2007-10-05  Bruno Haible  <bruno@clisp.org>
783
784         * Makefile.am (distcheck-hook): Update check of relocatable.h,
785         relocatable.c. Check alloca.in.h instead of alloca_.h. Remove check of
786         strdup.h.
787
788 2007-10-03  Bruno Haible  <bruno@clisp.org>
789
790         * Makefile.am (EXTRA_DIST): Add build-aux/fixaclocal.
791
792 2007-10-03  Bruno Haible  <bruno@clisp.org>
793
794         * INSTALL (Enabling Relocatability): New section, produced by
795         "LANG= LC_MESSAGES= LC_ALL= LANGUAGE= \
796          makeinfo --no-header --no-validate --output=... relocatable.texi".
797         (Relocatable Installation): Remove section.
798
799 2007-10-01  Bruno Haible  <bruno@clisp.org>
800
801         * autogen.sh: Invoke gnulib-tool with options --tests-base=gnulib-tests
802         --with-tests.
803
804 2007-10-01  Bruno Haible  <bruno@clisp.org>
805
806         * build-aux/depcomp: New file, from automake-1.10. Needed for the
807         gettext-tools/gnulib-tests directory.
808
809 2007-09-29  Bruno Haible  <bruno@clisp.org>
810
811         * autogen.sh (GNULIB_CVS_ROOT): Change to read-only git mirror
812         valid since 2007-09-19.
813
814 2007-09-01  Bruno Haible  <bruno@clisp.org>
815
816         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
817         GNULIB_MODULES_LIBGETTEXTPO): Add uniwidth/width.
818
819 2007-07-07  Bruno Haible  <bruno@clisp.org>
820
821         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add uniname/uniname.
822
823 2007-07-06  Bruno Haible  <bruno@clisp.org>
824
825         * autogen.sh: Add an option --skip-gnulib.
826
827 2007-06-28  Bruno Haible  <bruno@clisp.org>
828
829         * HACKING: New file.
830         * Makefile.am (EXTRA_DIST): Add it.
831
832 2007-06-09  Bruno Haible  <bruno@clisp.org>
833
834         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Use xmalloca instead of
835         xallocsa.
836         (GNULIB_MODULES_LIBGETTEXTPO): Likewise.
837
838 2007-06-08  Bruno Haible  <bruno@clisp.org>
839
840         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'localename'.
841         * Makefile.am (distcheck-hook): Compare also localename.c.
842
843 2007-06-07  Bruno Haible  <bruno@clisp.org>
844
845         * Makefile.am (distcheck-hook): Check also intlmacosx.m4.
846         * PACKAGING: Mention also intlmacosx.m4.
847
848 2007-05-28  Bruno Haible  <bruno@clisp.org>
849
850         * windows/windres-options: New file.
851         * windows/gettext.rc: New file.
852         * Makefile.am (EXTRA_DIST): Add them.
853
854 2007-05-27  Bruno Haible  <bruno@clisp.org>
855
856         * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Fix support for Sun C 5.9
857         on Linux.
858
859 2007-05-27  Bruno Haible  <bruno@clisp.org>
860
861         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'openmp'.
862
863 2007-05-14  Bruno Haible  <bruno@clisp.org>
864
865         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'sys_stat'.
866
867 2007-04-10  Bruno Haible  <bruno@clisp.org>
868
869         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'locale'.
870         Reported by Dennis Schridde <devurandom@gmx.net>.
871
872 2007-04-06  Bruno Haible  <bruno@clisp.org>
873
874         * Makefile.am (distcheck-hook): Don't compare longdouble.m4.
875         * PACKAGING: Remove longdouble.m4 from the file list.
876
877 2007-04-02  Bruno Haible  <bruno@clisp.org>
878
879         * DEPENDENCIES: Mention dependency towards cvs.
880         Reported by Dennis Schridde <devurandom@gmx.net>.
881
882 2007-03-27  Bruno Haible  <bruno@clisp.org>
883
884         * PACKAGING: Don't mention share/doc/gettext/javadoc1/ any more.
885
886 2007-03-04  Bruno Haible  <bruno@clisp.org>
887
888         Moved --enable-relocatable infrastructure to gnulib.
889         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Add relocatable-prog.
890         Remove relocatable, relocwrapper.
891         (GNULIB_MODULES_TOOLS_FOR_SRC): Likewise.
892         (GNULIB_MODULES_LIBGETTEXTPO): Add relocatable-lib.
893         (GNULIB_MODULES_LIBGETTEXTPO_OTHER): Remove
894         gettext-tools-libgettextpo-misc.
895
896 2007-03-04  Bruno Haible  <bruno@clisp.org>
897
898         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
899         GNULIB_MODULES_LIBGETTEXTPO): Use module 'filename' instead of
900         'pathname'.
901
902 2007-03-04  Bruno Haible  <bruno@clisp.org>
903
904         * autogen.sh: Remove gnulib-cache.m4 files before running gnulib-tool,
905         so that removed modules are really dropped.
906
907 2007-02-28  Bruno Haible  <bruno@clisp.org>
908
909         Move relocatability infrastructure to gnulib.
910         * build-aux/config.libpath: Remove file.
911         * build-aux/reloc-ldflags: Remove file.
912         * build-aux/install-reloc: Remove file.
913         * Makefile.am (EXTRA_DIST): Remove these files.
914
915 2007-01-26  Bruno Haible  <bruno@clisp.org>
916
917         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add sys_time.
918
919 2006-12-23  Bruno Haible  <bruno@clisp.org>
920
921         * autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add stdint.
922
923 2006-12-21  Bruno Haible  <bruno@clisp.org>
924
925         * autogen.sh: Pass --makefile-name option to gnulib-tool for
926         gettext-tools/gnulib-lib.
927
928 2006-12-19  Bruno Haible  <bruno@clisp.org>
929
930         * Makefile.am (EXTRA_DIST): Add build-aux/moopp.
931
932 2006-12-01  Bruno Haible  <bruno@clisp.org>
933
934         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add fd-ostream,
935         styled-ostream, html-styled-ostream, term-styled-ostream.
936
937 2006-12-04  Bruno Haible  <bruno@clisp.org>
938
939         * DEPENDENCIES: New file.
940         * INSTALL, README: Refer to it.
941         * Makefile.am (EXTRA_DIST): Add it.
942
943 2006-11-23  Bruno Haible  <bruno@clisp.org>
944
945         * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
946         GNULIB_MODULES_LIBGETTEXTPO): Add ostream, file-ostream.
947
948 2006-11-12  Bruno Haible  <bruno@clisp.org>
949
950         * configure.ac (am__tar): Override automake's definition.
951
952 2006-11-12  Bruno Haible  <bruno@clisp.org>
953
954         * autogen.sh: Pass --local-symlink option to all gnulib-tool
955         invocations.
956
957 2006-11-08  Bruno Haible  <bruno@clisp.org>
958
959         * build-aux/install-reloc: Use canonicalize-lgpl.c instead of
960         canonicalize.c.
961
962 2006-11-05  Bruno Haible  <bruno@clisp.org>
963
964         * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC): Renamed from
965         GNULIB_MODULES_FOR_SRC.
966         (GNULIB_MODULES_RUNTIME_OTHER): Renamed from GNULIB_MODULES_OTHER.
967         (GNULIB_MODULES_TOOLS_FOR_SRC): Renamed from GNULIB_MODULES_FOR_SRC.
968         (GNULIB_MODULES_TOOLS_FOR_LIBGREP): Renamed from
969         GNULIB_MODULES_FOR_LIBGREP.
970         (GNULIB_MODULES_TOOLS_OTHER): Renamed from GNULIB_MODULES_OTHER.
971         (GNULIB_MODULES_LIBGETTEXTPO): Renamed from
972         GNULIB_MODULES_FOR_LIBGETTEXTPO.
973         (GNULIB_MODULES_LIBGETTEXTPO_OTHER): Renamed from GNULIB_MODULES_OTHER.
974
975 2006-10-27  Bruno Haible  <bruno@clisp.org>
976
977         Work around automake-1.10 annoyance.
978         * build-aux/fixaclocal: New file.
979         * autogen.sh: Use it for every aclocal invocation.
980         * Makefile.am (ACLOCAL): New macro.
981
982 2006-11-27  Bruno Haible  <bruno@clisp.org>
983
984         * gettext-0.16.1 released.
985
986 2006-11-27  Bruno Haible  <bruno@clisp.org>
987
988         * version.sh: Bump version number to 0.16.1.
989
990 2006-10-26  Bruno Haible  <bruno@clisp.org>
991
992         * gettext-0.16 released.
993
994 2006-10-25  Bruno Haible  <bruno@clisp.org>
995
996         * autogen.sh (GNULIB_MODULES_OTHER): For libgettextpo, add
997         gettext-tools-libgettextpo-misc.
998
999 2006-10-25  Bruno Haible  <bruno@clisp.org>
1000
1001         * build-aux/install-reloc: Define IN_RELOCWRAPPER for the compilation.
1002
1003 2006-10-24  Bruno Haible  <bruno@clisp.org>
1004
1005         * version.sh: Bump version number to 0.16.
1006
1007 2006-10-24  Bruno Haible  <bruno@clisp.org>
1008
1009         * autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): Add unlocked-io.
1010         Needed because gettext-tools/configure ends up setting USE_UNLOCKED_IO
1011         in gettext-tools/config.h.
1012
1013 2006-10-23  Bruno Haible  <bruno@clisp.org>
1014
1015         * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Make it work with
1016         automake-1.10 too.
1017
1018 2006-10-20  Bruno Haible  <bruno@clisp.org>
1019
1020         * autogen.sh: Don't remove gettext-tools/libgettextpo/gnulib-m4.
1021         Move the "-I gnulib-m4" to the end of the aclocal command lines.
1022         Also add "-I libgettextpo/gnulib-m4".
1023
1024 2006-10-16  Bruno Haible  <bruno@clisp.org>
1025
1026         * autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): New variable.
1027         Invoke gnulib-tool also for libgettextpo.
1028
1029 2006-10-16  Bruno Haible  <bruno@clisp.org>
1030
1031         * autogen.sh (GNULIB_MODULES_FOR_SRC): Add xstriconv.
1032
1033 2006-10-07  Bruno Haible  <bruno@clisp.org>
1034
1035         * Makefile.am (distcheck-hook): New rule.
1036
1037 2006-10-02  Bruno Haible  <bruno@clisp.org>
1038
1039         * version.sh: Bump version number to 0.15.1.
1040
1041 2006-10-02  Bruno Haible  <bruno@clisp.org>
1042
1043         * build-aux/config.sub: Update to GNU version 2006-09-20.
1044
1045 2006-10-01  Bruno Haible  <bruno@clisp.org>
1046
1047         * PACKAGING: Mention intldir.m4.
1048
1049 2006-09-18  Bruno Haible  <bruno@clisp.org>
1050
1051         * PACKAGING: Remove inttypes-h.m4.
1052
1053 2006-09-11  Bruno Haible  <bruno@clisp.org>
1054
1055         * PACKAGING: Mention intl.m4.
1056
1057 2006-09-06  Bruno Haible  <bruno@clisp.org>
1058
1059         * autogen.sh (GNULIB_MODULES_FOR_SRC): Add xstriconv, remove
1060         iconvstring.
1061
1062 2006-08-26  Bruno Haible  <bruno@clisp.org>
1063
1064         * m4/woe32-dll.m4: Update comments.
1065
1066 2006-08-28  Bruno Haible  <bruno@clisp.org>
1067
1068         * PACKAGING: Remove signed.m4.
1069
1070 2006-08-23  Bruno Haible  <bruno@clisp.org>
1071
1072         * INSTALL: Recommend to pass variables as configure arguments.
1073         Suggested by Ralf Wildenhues.
1074
1075 2006-08-08  Bruno Haible  <bruno@clisp.org>
1076
1077         * INSTALL: Add a recommendation for Tru64.
1078         Reported by Gary V. Vaughan <gary@gnu.org>.
1079
1080 2006-08-04  Bruno Haible  <bruno@clisp.org>
1081
1082         * README.woe32: Recommend to use cygwin as development environment,
1083         and mingw only as target environment. Needed to avoid libtool problems
1084         reported by Matthew McGillis <matthew@jenika.com>.
1085
1086 2006-07-31  Bruno Haible  <bruno@clisp.org>
1087
1088         * autogen.sh: Invoke gnulib-tool inside gettext-runtime directory.
1089         Append gettext-runtime/gnulib-m4 to the macro search path; remove
1090         references to gettext-tools from gettext-runtime.
1091
1092 2006-08-02  Bruno Haible  <bruno@clisp.org>
1093
1094         * Makefile.am (SUBDIRS): Add gnulib-local.
1095         * configure.ac (AC_CONFIG_FILES): Add gnulib-local/Makefile.
1096
1097 2006-07-31  Bruno Haible  <bruno@clisp.org>
1098
1099         * autogen.sh: Process the top-level directory after its subdirectories,
1100         not before. Needed because of the recursive autoconf invocation in
1101         the top-level configure.ac.
1102
1103 2006-07-31  Bruno Haible  <bruno@clisp.org>
1104
1105         * autogen.sh: If GNULIB_TOOL is not set, make an anonymous checkout
1106         of gnulib.
1107
1108 2006-07-30  Bruno Haible  <bruno@clisp.org>
1109
1110         * gnulib-local: New directory.
1111         * autogen.sh: Invoke gnulib-tool inside gettext-tools directory.
1112         Append gettext-tools/gnulib-m4 to the macro search path.
1113
1114 2006-07-30  Bruno Haible  <bruno@clisp.org>
1115
1116         * build-aux/csharpcomp.sh.in: Move here from
1117         gettext-tools/lib/csharpcomp.sh.in.
1118         * build-aux/csharpexec.sh.in: Move here from
1119         gettext-tools/lib/csharpexec.sh.in.
1120         * build-aux/javacomp.sh.in: Move here from
1121         gettext-tools/lib/javacomp.sh.in.
1122         * build-aux/javaexec.sh.in: Move here from
1123         gettext-tools/lib/javaexec.sh.in.
1124
1125 2006-07-22  Bruno Haible  <bruno@clisp.org>
1126
1127         * autogen.sh: Accept option --quick.
1128
1129 2006-07-25  Bruno Haible  <bruno@clisp.org>
1130
1131         Remove MSVC/nmake build support.
1132         * Makefile.msvc: Remove file.
1133         * Makefile.am (EXTRA_DIST): Remove Makefile.msvc.
1134
1135 2006-07-25  Bruno Haible  <bruno@clisp.org>
1136
1137         Remove VMS support.
1138         * vms: Remove directory.
1139         * Makefile.vms: Remove file.
1140         * README.vms: Remove file.
1141         * Makefile.am (EXTRA_DIST): Update.
1142
1143 2006-07-24  Bruno Haible  <bruno@clisp.org>
1144
1145         * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Protect the initial
1146         tab with a backslash. Needed for MacOS X sed.
1147         Reported by Denis Excoffier <Denis.Excoffier@free.fr>.
1148
1149 2006-07-21  Bruno Haible  <bruno@clisp.org>
1150
1151         * gettext-0.15 released.
1152
1153 2006-07-21  Bruno Haible  <bruno@clisp.org>
1154
1155         * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Use a multiline -e
1156         argument instead of multiple -e arguments. Needed for AIX 4.
1157
1158 2006-07-20  Bruno Haible  <bruno@clisp.org>
1159
1160         * version.sh: Bump version number to 0.15.
1161
1162 2006-07-20  Bruno Haible  <bruno@clisp.org>
1163
1164         * build-aux/compile: Update from automake-1.9.6.
1165         * build-aux/elisp-comp: Likewise.
1166         * build-aux/install-sh: Likewise.
1167         * build-aux/mdate-sh: Likewise.
1168         * build-aux/missing: Likewise.
1169         * build-aux/mkinstalldirs: Likewise.
1170         * build-aux/ylwrap: Likewise.
1171
1172 2006-07-20  Bruno Haible  <bruno@clisp.org>
1173
1174         * build-aux/config.guess, build-aux/config.sub: Update to GNU version
1175         2006-07-02.
1176
1177 2006-07-13  Bruno Haible  <bruno@clisp.org>
1178
1179         * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): New macro.
1180
1181 2006-07-13  Bruno Haible  <bruno@clisp.org>
1182
1183         * Makefile.am (SUBDIRS): Put autoconf-lib-link last.
1184
1185 2006-06-29  Bruno Haible  <bruno@clisp.org>
1186
1187         * autogen.sh: Recurse also into the gettext-tools/examples directory
1188         and update the PO files there.
1189
1190 2006-06-27  Bruno Haible  <bruno@clisp.org>
1191
1192         * PACKAGING: Don't mention isc-posix.m4.
1193
1194 2006-06-27  Bruno Haible  <bruno@clisp.org>
1195
1196         Assume vprintf function.
1197         * os2/configure.awk: Remove unused HAVE_VPRINTF substitution.
1198
1199 2006-04-14  Bruno Haible  <bruno@clisp.org>
1200
1201         * autogen.sh: Require autoconf-2.60.
1202
1203 2006-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1204
1205         * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
1206         "parsing" /etc/ld.so.conf and empty /etc/ld.so.conf.d.
1207
1208 2006-06-04  Bruno Haible  <bruno@clisp.org>
1209
1210         * PACKAGING: Mention inttypes-h.m4.
1211
1212 2006-05-14  Bruno Haible  <bruno@clisp.org>,
1213             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1214
1215         * m4/libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)
1216         (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_COMPILER_PIC)
1217         (AC_LIBTOOL_PROG_LD_SHLIBS): Add support for Sun C 5.9,
1218         Sun C++ 5.9, and Sun Fortran 8.3 on Linux.
1219
1220 2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1221
1222         * m4/libtool.m4: On Cygwin, like on mingw, define DLL_EXPORT when
1223         compiling a shared library object.
1224
1225 2006-04-26  Bruno Haible  <bruno@clisp.org>
1226
1227         * build-aux/config.guess, build-aux/config.sub: Update to GNU version
1228         2006-04-26.
1229
1230 2006-04-17  Bruno Haible  <bruno@clisp.org>
1231
1232         * PACKAGING: Remove mkinstalldirs file.
1233
1234 2006-04-20  Bruno Haible  <bruno@clisp.org>
1235
1236         * autogen.sh: Also regenerate examples PO files.
1237         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
1238
1239 2006-03-28  Bruno Haible  <bruno@clisp.org>
1240
1241         * PACKAGING: Mention bin/recode* programs.
1242
1243 2005-12-29  Bruno Haible  <bruno@clisp.org>
1244
1245         * build-aux/install-reloc: If hard linking is not possible, use a
1246         simple copy. Needed on Woe32 filesystems.
1247
1248 2005-12-19  Bruno Haible  <bruno@clisp.org>
1249
1250         * build-aux/ltmain.sh: Upgrade to libtool-1.5.22.
1251         2001-11-03  Bruno Haible  <bruno@clisp.org>
1252                 * build-aux/ltmain.sh: chmod 777 the .libs directory, so that
1253                 "make install" succeeds.
1254         * m4/libtool.m4: Upgrade to libtool-1.5.22.
1255         2004-02-22  Bruno Haible  <bruno@clisp.org>
1256                 * m4/libtool.m4: Add support for Comeau C++ on Linux.
1257                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
1258
1259 2005-11-23  Bruno Haible  <bruno@clisp.org>
1260
1261         Cygwin portability.
1262         * build-aux/install-reloc: Expect additional exeext argument. On
1263         Cygwin, use suffix ".bin.exe" instead of just ".bin".
1264         * m4/woe32-dll.m4: New file.
1265         * Makefile.am (EXTRA_DIST): Add it.
1266
1267 2005-09-18  Bruno Haible  <bruno@clisp.org>
1268
1269         * build-aux/ltmain.sh: Upgrade to libtool-1.5.20.
1270         2003-11-27  Bruno Haible  <bruno@clisp.org>
1271                 * build-aux/ltmain.sh: In the trampoline code, include
1272                 string.h, ctype.h. Fixes warnings on cygwin.
1273         2001-11-03  Bruno Haible  <bruno@clisp.org>
1274                 * build-aux/ltmain.sh: chmod 777 the .libs directory, so that
1275                 "make install" succeeds.
1276         * m4/libtool.m4: Upgrade to libtool-1.5.20.
1277         2004-02-22  Bruno Haible  <bruno@clisp.org>
1278                 * m4/libtool.m4: Add support for Comeau C++ on Linux.
1279                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
1280
1281 2008-08-28  Bruno Haible  <bruno@clisp.org>
1282
1283         * autogen.sh: Make the script executable.
1284
1285 2008-08-28  Bruno Haible  <bruno@clisp.org>
1286
1287         * autogen.sh: Remove code for gettext-runtime/glocale.
1288
1289 2005-07-31  Bruno Haible  <bruno@clisp.org>
1290
1291         * autogen.sh: Add commands for gettext-runtime/glocale directory.
1292
1293 2005-07-24  Bruno Haible  <bruno@clisp.org>
1294
1295         Tidy up exported symbols.
1296         * PACKAGING: Mention visibility.m4.
1297
1298 2005-07-16  Bruno Haible  <bruno@clisp.org>
1299
1300         * PACKAGING: Add lock.m4.
1301
1302 2005-07-08  Bruno Haible  <bruno@clisp.org>
1303
1304         * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
1305         executable after installing it.
1306
1307 2005-07-06  Bruno Haible  <bruno@clisp.org>
1308
1309         * README.mingw: Remove file.
1310         * Makefile.am (EXTRA_DIST): Remove README.mingw.
1311
1312 2006-06-21  Bruno Haible  <bruno@clisp.org>
1313
1314         * gettext-0.14.6 released.
1315
1316 2006-06-21  Bruno Haible  <bruno@clisp.org>
1317
1318         * version.sh: Bump version number to 0.14.6.
1319
1320 2005-05-23  Bruno Haible  <bruno@clisp.org>
1321
1322         * gettext-0.14.5 released.
1323
1324 2005-05-23  Bruno Haible  <bruno@clisp.org>
1325
1326         * version.sh: Bump version number to 0.14.5.
1327
1328 2005-04-11  Bruno Haible  <bruno@clisp.org>
1329
1330         * gettext-0.14.4 released.
1331
1332 2005-04-11  Bruno Haible  <bruno@clisp.org>
1333
1334         * version.sh: Bump version number to 0.14.4.
1335
1336 2005-04-06  Bruno Haible  <bruno@clisp.org>
1337
1338         * README: Recommend --program-transform-name instead of
1339         --program-prefix.
1340         Reported by Joel Reicher <joel@panacea.null.org>.
1341
1342 2005-03-22  Bruno Haible  <bruno@clisp.org>
1343
1344         * m4: New directory, renamed from config/m4/.
1345         * build-aux: New directory, renamed from config/.
1346         * configure.ac (AC_CONFIG_AUX_DIR): Use build-aux.
1347         * Makefile.am (EXTRA_DIST): Update.
1348
1349 2005-03-14  Bruno Haible  <bruno@clisp.org>
1350
1351         * gettext-0.14.3 released.
1352
1353 2005-03-14  Bruno Haible  <bruno@clisp.org>
1354
1355         * version.sh: Bump version number to 0.14.3.
1356
1357 2005-02-24  Bruno Haible  <bruno@clisp.org>
1358
1359         * gettext-0.14.2 released.
1360
1361 2005-02-24  Bruno Haible  <bruno@clisp.org>
1362
1363         * version.sh: Bump version number to 0.14.2.
1364
1365 2005-02-23  Bruno Haible  <bruno@clisp.org>
1366
1367         * config/mdate-sh: Upgrade to automake-1.9.5.
1368         * config/missing: Upgrade to automake-1.9.5.
1369
1370 2005-02-12  Bruno Haible  <bruno@clisp.org>
1371
1372         * config/ltmain.sh: Upgrade to libtool-1.5.14.
1373         2003-11-27  Bruno Haible  <bruno@clisp.org>
1374                 * config/ltmain.sh: In the trampoline code, include string.h,
1375                 ctype.h, and return 127. Fixes warnings on cygwin.
1376         2003-02-18  Bruno Haible  <bruno@clisp.org>
1377                 * config/ltmain.sh (install): Use "ln -s -f" instead of
1378                 "rm -f && ln -s" to make a symlink for a shared library. Take
1379                 care of Solaris /bin/ln.
1380                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1381         2001-11-03  Bruno Haible  <bruno@clisp.org>
1382                 * config/ltmain.sh: chmod 777 the .libs directory, so that
1383                 "make install" succeeds.
1384
1385 2005-02-11  Bruno Haible  <bruno@clisp.org>
1386
1387         * config/config.guess, config/config.sub: Update to GNU version
1388         2005-02-10.
1389
1390 2005-02-07  Bruno Haible  <bruno@clisp.org>
1391
1392         * config/config.libpath: Use LC_ALL=C to protect range expression
1393         against Estonian locale.
1394
1395 2005-02-07  Bruno Haible  <bruno@clisp.org>
1396
1397         * config/ltmain.sh: Upgrade to libtool-1.5.12.
1398         2003-11-27  Bruno Haible  <bruno@clisp.org>
1399                 * config/ltmain.sh: In the trampoline code, include string.h,
1400                 ctype.h, and return 127. Fixes warnings on cygwin.
1401         2003-02-18  Bruno Haible  <bruno@clisp.org>
1402                 * config/ltmain.sh (install): Use "ln -s -f" instead of
1403                 "rm -f && ln -s" to make a symlink for a shared library. Take
1404                 care of Solaris /bin/ln.
1405                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1406         2001-11-03  Bruno Haible  <bruno@clisp.org>
1407                 * config/ltmain.sh: chmod 777 the .libs directory, so that
1408                 "make install" succeeds.
1409         * config/m4/libtool.m4: Upgrade to libtool-1.5.12.
1410         2004-02-22  Bruno Haible  <bruno@clisp.org>
1411                 * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
1412                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
1413
1414 2005-02-06  Bruno Haible  <bruno@clisp.org>
1415
1416         * config/compile: Upgrade to automake-1.9.4.
1417         * config/elisp-comp: Upgrade to automake-1.9.4.
1418         * config/install-sh: Upgrade to automake-1.9.4.
1419         * config/mdate-sh: Upgrade to automake-1.9.4.
1420         * config/missing: Upgrade to automake-1.9.4.
1421         2002-03-07  Bruno Haible  <bruno@clisp.org>
1422                 * config/missing (makeinfo): Don't call touch without arguments
1423                 if the source texinfo file doesn't contain a @setfilename
1424                 command.
1425                 Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>.
1426         * config/mkinstalldirs: Upgrade to automake-1.9.4.
1427         * config/ylwrap: Upgrade to automake-1.9.4.
1428         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
1429
1430 2005-01-20  Bruno Haible  <bruno@clisp.org>
1431
1432         * PACKAGING: Add some notes about Java and C#.
1433
1434 2005-01-05  Bruno Haible  <bruno@clisp.org>
1435
1436         Fix the "configure --help" output.
1437         * config/ac-help.sed: New file.
1438         * configure.ac: Use it.
1439         * Makefile.am (EXTRA_DIST): Add config/ac-help.sed.
1440
1441 2005-01-05  Bruno Haible  <bruno@clisp.org>
1442
1443         * version.sh: Bump version number to 0.14.2-pre1.
1444
1445 2005-01-05  Bruno Haible  <bruno@clisp.org>
1446
1447         * config/ltmain.sh: Upgrade to libtool-1.5.10.
1448         2003-11-27  Bruno Haible  <bruno@clisp.org>
1449                 * config/ltmain.sh: In the trampoline code, include string.h,
1450                 ctype.h, and return 127. Fixes warnings on cygwin.
1451         2003-02-18  Bruno Haible  <bruno@clisp.org>
1452                 * config/ltmain.sh (install): Use "ln -s -f" instead of
1453                 "rm -f && ln -s" to make a symlink for a shared library. Take
1454                 care of Solaris /bin/ln.
1455                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1456         2001-11-03  Bruno Haible  <bruno@clisp.org>
1457                 * config/ltmain.sh: chmod 777 the .libs directory, so that
1458                 "make install" succeeds.
1459         * config/m4/libtool.m4: Upgrade to libtool-1.5.10.
1460         2004-02-22  Bruno Haible  <bruno@clisp.org>
1461                 * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
1462                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
1463
1464 2004-09-06  Bruno Haible  <bruno@clisp.org>
1465
1466         * Makefile.am (EXTRA_DIST): Add autogen.sh.
1467
1468 2004-08-25  Bruno Haible  <bruno@clisp.org>
1469
1470         * config/ltmain.sh: Upgrade to libtool-1.5.6.
1471         2003-11-27  Bruno Haible  <bruno@clisp.org>
1472                 * config/ltmain.sh: In the trampoline code, include string.h,
1473                 ctype.h, and return 127. Fixes warnings on cygwin.
1474         2003-02-18  Bruno Haible  <bruno@clisp.org>
1475                 * config/ltmain.sh (install): Use "ln -s -f" instead of
1476                 "rm -f && ln -s" to make a symlink for a shared library. Take
1477                 care of Solaris /bin/ln.
1478                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1479         2001-11-03  Bruno Haible  <bruno@clisp.org>
1480                 * config/ltmain.sh: chmod 777 the .libs directory, so that
1481                 "make install" succeeds.
1482         * config/m4/libtool.m4: Upgrade to libtool-1.5.6.
1483         2004-02-22  Bruno Haible  <bruno@clisp.org>
1484                 * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
1485                 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
1486
1487 2004-02-22  Bruno Haible  <bruno@clisp.org>
1488
1489         * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
1490         Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
1491
1492 2004-02-21  Bruno Haible  <bruno@clisp.org>
1493
1494         * PACKAGING: Add FAQ.html.
1495
1496 2004-01-26  Bruno Haible  <bruno@clisp.org>
1497
1498         * config/config.libpath: Upgrade to libtool-1.5.2.
1499
1500 2004-01-26  Bruno Haible  <bruno@clisp.org>
1501
1502         * config/ltmain.sh: Upgrade to libtool-1.5.2.
1503         2003-11-27  Bruno Haible  <bruno@clisp.org>
1504                 * config/ltmain.sh: In the trampoline code, include string.h,
1505                 ctype.h, and return 127. Fixes warnings on cygwin.
1506         2003-02-18  Bruno Haible  <bruno@clisp.org>
1507                 * config/ltmain.sh (install): Use "ln -s -f" instead of
1508                 "rm -f && ln -s" to make a symlink for a shared library. Take
1509                 care of Solaris /bin/ln.
1510                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1511         2001-11-03  Bruno Haible  <bruno@clisp.org>
1512                 * config/ltmain.sh: chmod 777 the .libs directory, so that
1513                 "make install" succeeds.
1514         * config/m4/libtool.m4: Upgrade to libtool-1.5.2.
1515
1516 2004-02-02  Bruno Haible  <bruno@clisp.org>
1517
1518         * PACKAGING: Add glibc2.m4.
1519
1520 2004-01-29  Bruno Haible  <bruno@clisp.org>
1521
1522         * gettext-0.14.1 released.
1523
1524 2004-01-29  Bruno Haible  <bruno@clisp.org>
1525
1526         * version.sh: Bump version number to 0.14.1.
1527
1528 2004-01-28  Bruno Haible  <bruno@clisp.org>
1529
1530         * gettext-0.14 released.
1531
1532 2004-01-28  Bruno Haible  <bruno@clisp.org>
1533
1534         * version.sh: Bump version number to 0.14.
1535
1536 2004-01-17  Bruno Haible  <bruno@clisp.org>
1537
1538         * version.sh: Bump version number to 0.14-pre1.
1539
1540 2004-01-17  Bruno Haible  <bruno@clisp.org>
1541
1542         * config/config.guess, config/config.sub: Update to GNU version
1543         2004-01-05.
1544
1545 2003-12-12  Bruno Haible  <bruno@clisp.org>
1546
1547         Assume automake-1.8.
1548         * Makefile.am (html): Remove rule.
1549
1550 2003-11-30  Bruno Haible  <bruno@clisp.org>
1551
1552         * config/install-reloc: Compile also the allocsa.c file.
1553
1554 2003-12-17  Bruno Haible  <bruno@clisp.org>
1555
1556         * gettext-0.13.1 released.
1557
1558 2003-12-17  Bruno Haible  <bruno@clisp.org>
1559
1560         * version.sh: Bump version number to 0.13.1.
1561
1562 2003-11-30  Bruno Haible  <bruno@clisp.org>
1563
1564         * gettext-0.13 released.
1565
1566 2003-11-30  Bruno Haible  <bruno@clisp.org>
1567
1568         * version.sh: Bump version number to 0.13.
1569
1570 2003-11-27  Bruno Haible  <bruno@clisp.org>
1571
1572         * config/ltmain.sh: In the trampoline code, include string.h, ctype.h,
1573         and return 127. Fixes warnings on cygwin.
1574
1575 2003-11-23  Bruno Haible  <bruno@clisp.org>
1576
1577         * PACKAGING: Remove ssize_t.m4.
1578
1579 2003-11-16  Bruno Haible  <bruno@clisp.org>
1580
1581         * PACKAGING: Add size_max.m4, ssize_t.m4, xsize.m4.
1582
1583 2003-11-16  Bruno Haible  <bruno@clisp.org>
1584
1585         * config/config.guess, config/config.sub: Update to GNU version
1586         2003-11-03.
1587
1588 2003-11-16  Bruno Haible  <bruno@clisp.org>
1589
1590         * version.sh: Bump version number to 0.13-pre1.
1591
1592 2003-11-15  Bruno Haible  <bruno@clisp.org>
1593
1594         * PACKAGING: Add examples.
1595
1596 2003-10-31  Bruno Haible  <bruno@clisp.org>
1597
1598         * config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB,
1599         FIX_MAKEFILE_INFO): Drop argument, use $ac_file instead.
1600
1601 2003-09-13  Bruno Haible  <bruno@clisp.org>
1602
1603         * PACKAGING: Add envsubst related files and gettext.sh.
1604
1605 2003-08-23  Bruno Haible  <bruno@clisp.org>
1606
1607         * version.sh: Bump version number to 0.12.2.
1608
1609 2003-07-01  Bruno Haible  <bruno@clisp.org>
1610
1611         * config/install-reloc: Also compile readlink.c.
1612
1613 2003-06-19  Bruno Haible  <bruno@clisp.org>
1614
1615         * PACKAGING: Add intmax.m4, longdouble.m4, longlong.m4,
1616         printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.
1617
1618 2003-06-18  Bruno Haible  <bruno@clisp.org>
1619
1620         * config/install-sh: Update from automake-1.7.5.
1621         Reported by Paul Eggert.
1622
1623 2003-06-11  Bruno Haible  <bruno@clisp.org>
1624
1625         * README.gemtext: Remove outdated file.
1626         * Makefile.am (EXTRA_DIST): Remove it.
1627         Reported by Guido Flohr <guido@imperia.net>.
1628
1629 2003-06-08  Bruno Haible  <bruno@clisp.org>
1630
1631         * vms/link_options.opt: New file.
1632         * vms/with-libiconv.opt, vms/without-libiconv.opt: New files.
1633         * Makefile.am (EXTRA_DIST): Add them.
1634         Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
1635
1636 2003-05-22  Bruno Haible  <bruno@clisp.org>
1637
1638         * gettext-0.12.1 released.
1639
1640 2003-05-22  Bruno Haible  <bruno@clisp.org>
1641
1642         * version.sh: Bump version number to 0.12.1.
1643
1644 2003-05-19  Bruno Haible  <bruno@clisp.org>
1645
1646         * config/mdate-sh: Update from automake-1.7.5.
1647
1648 2003-05-17  Bruno Haible  <bruno@clisp.org>
1649
1650         * gettext-0.12 released.
1651
1652 2003-05-17  Bruno Haible  <bruno@clisp.org>
1653
1654         * version.sh: Bump version number to 0.12.
1655
1656 2003-05-08  Bruno Haible  <bruno@clisp.org>
1657
1658         * PACKAGING: Update for changed default value of $mandir and $docdir.
1659
1660 2003-05-06  Bruno Haible  <bruno@clisp.org>
1661
1662         * config/config.guess, config/config.sub: Update to GNU version
1663         2003-02-22.
1664
1665 2003-04-24  Bruno Haible  <bruno@clisp.org>
1666
1667         Support for libtool-1.5.
1668         * configure.ac: Postprocess the esyscmd output by replacing
1669         ]AC_ENABLE_SHARED_DEFAULT[ -> yes
1670         ]AC_ENABLE_STATIC_DEFAULT[ -> yes
1671         ]AC_ENABLE_FAST_INSTALL_DEFAULT[ -> yes
1672
1673         * config/ltmain.sh: Upgrade to libtool-1.5.
1674         2003-02-18  Bruno Haible  <bruno@clisp.org>
1675                 * config/ltmain.sh (install): Use "ln -s -f" instead of
1676                 "rm -f && ln -s" to make a symlink for a shared library. Take
1677                 care of Solaris /bin/ln.
1678                 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1679         2001-11-03  Bruno Haible  <bruno@clisp.org>
1680                 * config/m4/ltmain.sh: chmod 777 the .libs directory, so that
1681                 "make install" succeeds.
1682         * config/m4/libtool.m4: Upgrade to libtool-1.5.
1683         2002-07-14  Bruno Haible  <bruno@clisp.org>
1684                 * config/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add
1685                 support for GNU/FreeBSD.
1686
1687 2003-04-12  Bruno Haible  <bruno@clisp.org>
1688
1689         * Makefile.vms: Don't use the force target.
1690         Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
1691
1692 2003-04-12  Bruno Haible  <bruno@clisp.org>
1693
1694         * Makefile.msvc (mandir, docdir): Use datadir instead of prefix.
1695
1696 2003-04-06  Bruno Haible  <bruno@clisp.org>
1697
1698         * config/install-reloc: Also compile progreloc.c.
1699
1700 2003-04-05  Bruno Haible  <bruno@clisp.org>
1701
1702         * config/install-reloc: Don't define NO_LIBRARIES.
1703
1704 2003-04-01  Bruno Haible  <bruno@clisp.org>
1705
1706         * README.mingw: New file.
1707         * README.vms: New file.
1708         * Makefile.am (EXTRA_DIST): Add them.
1709
1710 2003-03-30  Bruno Haible  <bruno@clisp.org>
1711
1712         * Makefile.vms: New file.
1713         * Makefile.am (EXTRA_DIST): Add Makefile.vms.
1714
1715 2003-03-17  Bruno Haible  <bruno@clisp.org>
1716
1717         Native Woe32/MSVC support.
1718         * Makefile.msvc: New file.
1719         * README.woe32: New file.
1720         * Makefile.am (EXTRA_DIST): Add them.
1721
1722 2003-02-28  Bruno Haible  <bruno@clisp.org>
1723
1724         Support for relocatable installation.
1725         * config/config.libpath: New file.
1726         * config/install-reloc: New file.
1727         * config/reloc-ldflags: New file.
1728         * Makefile.am (EXTRA_DIST): Add them.
1729         * config/compile: New file, from automake-1.7.2.
1730         * INSTALL: Document --enable-relocatable and --with-libintl-prefix.
1731
1732 2003-02-27  Bruno Haible  <bruno@clisp.org>
1733
1734         * configure.ac: Include AC_CANONICAL_HOST, AC_ARG_ENABLE, AC_ARG_WITH,
1735         AC_ARG_VAR calls from the subdir configures.
1736         * Makefile.am (configure): Depend on each subdir's configure.ac.
1737
1738 2003-02-22  Bruno Haible  <bruno@clisp.org>
1739
1740         * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
1741
1742 2003-02-18  Bruno Haible  <bruno@clisp.org>
1743
1744         Fix the 2002-09-16 fix.
1745         * ltmain.sh (install): If "ln -s -f" fails (this is the case with
1746         /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
1747
1748 2003-02-18  Bruno Haible  <haible@clisp.cons.org>
1749
1750         * config/config.guess, config/config.sub: Update to GNU version
1751         2003-02-03.
1752
1753 2003-02-16  Bruno Haible  <bruno@clisp.org>
1754
1755         Workaround autoconf >= 2.52 breakage.
1756         * config/m4/libtool.m4 (AC_LIBTOOL_ARG_WITH): New macro.
1757         (_LT_AC_LTCONFIG_HACK, AC_PROG_LD): Use it.
1758
1759 2003-02-12  Bruno Haible  <bruno@clisp.org>
1760
1761         Big restructuring.
1762         * autoconf-lib-link: New subdirectory.
1763         * gettext-runtime: New subdirectory.
1764         * gettext-tools: New subdirectory.
1765         * config: New subdirectory.
1766         * configure.ac: New file.
1767         * Makefile.am: New file.
1768         * version.sh: New file.
1769
1770
1771 See ChangeLog.0 for earlier changes.