Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / ChangeLog.0
1 2015-09-11  Daiki Ueno  <ueno@gnu.org>
2
3         * gettext 0.19.6 released.
4
5 2015-07-28  Daiki Ueno  <ueno@gnu.org>
6
7         * configure.ac (ARCHIVE_VERSION): New substituted variable.
8
9 2015-07-10  Daiki Ueno  <ueno@gnu.org>
10
11         * gettext 0.19.5 released.
12
13 2015-06-25  Daiki Ueno  <ueno@gnu.org>
14
15         * woe32dll/gettextsrc-exports.c: Export syntax_check_name.
16         Reported by Michele Locati.
17
18 2015-06-24  Daiki Ueno  <ueno@gnu.org>
19
20         * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit.
21         Reported by Vincent Torri.
22
23 2015-06-23  Daiki Ueno  <ueno@gnu.org>
24
25         * ABOUT-NLS: Regenerate for 0.19.5.
26
27 2014-12-24  Daiki Ueno  <ueno@gnu.org>
28
29         * gettext 0.19.4 released.
30
31 2014-12-04  Daiki Ueno  <ueno@gnu.org>
32
33         intl: Make the LCOV workaround non-intrusive
34         * configure.ac: Replace PLURAL_OBJECT in intl/Makefile.
35
36 2014-10-15  Daiki Ueno  <ueno@gnu.org>
37
38         * gettext 0.19.3 released.
39
40 2014-07-14  Daiki Ueno  <ueno@gnu.org>
41
42         * gettext 0.19.2 released.
43
44 2014-06-10  Daiki Ueno  <ueno@gnu.org>
45
46         * gettext 0.19.1 released.
47
48 2014-06-02  Daiki Ueno  <ueno@gnu.org>
49
50         * gettext 0.19 released.
51
52 2014-05-14  Daiki Ueno  <ueno@gnu.org>
53
54         * configure.ac: Adjust $docdir assuming that AC_PACKAGE_TARNAME is
55         set.
56
57 2014-05-12  Daiki Ueno  <ueno@gnu.org>
58
59         build: Fix Woe32 cross build
60         * woe32dll/gettextsrc-exports.c: Don't export line_comment and
61         po_lex_iconv if undefined.
62
63 2014-04-22  Daiki Ueno  <ueno@gnu.org>
64
65         build: Use git-version-gen intead of version.sh
66         * configure.ac: Use git-version-gen in AC_INIT.
67
68 2014-03-11  Daiki Ueno  <ueno@gnu.org>
69
70         * configure.ac: Remove unnecessary make-variable expansion,
71         previously needed for LIBTOOL.
72
73 2014-01-28  Roumen Petrov <bugtrack@roumenpetrov.info>  (tiny change)
74
75         tests: fix "make check" under VPATH builds
76         Reported at:
77         <https://lists.gnu.org/archive/html/bug-gettext/2014-01/msg00012.html>.
78         * configure.ac: Output init-env instead of init.cfg.
79
80 2013-07-25  Daiki Ueno  <ueno@gnu.org>
81
82         tests: allow each test to run individually without 'make'
83         * configure.ac: Replace occurrences of make variables in
84         tests/init.cfg with shell variables so they can be adjusted in
85         test scripts.
86
87 2013-07-25  Daiki Ueno  <ueno@gnu.org>
88
89         tests: fix path adjustment for LTLIBINTL
90         * configure.ac: Output tests/init.cfg.
91
92 2013-05-29  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
93
94         * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
95         Require Automake 1.11.1 or later, so that the 'parallel-tests'
96         will be certainly available.
97         (AC_INIT): Require Autoconf 2.62 or later; that is the minimal
98         version supported by Automake 1.11.1 or later.
99
100 2013-04-26  Daiki Ueno  <ueno@gnu.org>
101
102         Support for Python brace format.
103         * woe32dll/gettextsrc-exports.c: Export formatstring_python_brace.
104
105 2013-04-17  Andreas Stricker  <astricker@futurelab.ch>
106
107         Support for JavaScript.
108         * woe32dll/gettextsrc-exports.c: Export formatstring_javascript.
109
110 2013-04-15  Daiki Ueno  <ueno@gnu.org>
111
112         * woe32dll/gettextsrc-exports.c: Export formatstring_lua.
113
114 2012-12-27  Daiki Ueno  <ueno@gnu.org>
115
116         Determine imported C symbol prefix at configure time.
117         Suggested by Evgeny Grin in <http://savannah.gnu.org/bugs/?29946>.
118         * woe32dll/export.h (IMP): Define depending on the result of the
119         configure run.
120         * configure.ac (GETTEXTLIB_EXPORTS_FLAGS): Add
121         -DUSER_LABEL_PREFIX_UNDERSCORE if imported C symbol has
122         underscore prefix.
123
124 2012-12-25  Daiki Ueno  <ueno@gnu.org>
125
126         * gettext-0.18.2 released.
127
128 2012-12-25  Daiki Ueno  <ueno@gnu.org>
129
130         * woe32dll/export.h (IMP): Check __MINGW32__ as well as _WIN64.
131
132 2012-12-25  Daiki Ueno  <ueno@gnu.org>
133
134         Work around error_* symbol conflict with Cygwin 1.7 DLL.
135         * configure.ac: Reset ac_cv_lib_error_at_line on Cygwin.
136         (GETTEXTLIB_EXPORTS_FLAGS): Add -DGNULIB_DEFINED_ERROR if the
137         error facility is replaced by gnulib.
138         (GNULIB_REPLACE_ERROR): Define if the error facility is replaced
139         by gnulib.
140         * woe32dll/gettextlib-exports.c (rpl_error_message_count)
141         (rpl_error_one_per_line, rpl_error_print_progname): Export only
142         if GNULIB_DEFINED_ERROR is set.
143
144 2012-12-21  Daiki Ueno  <ueno@gnu.org>
145
146         Fix W64 build errors.
147         * woe32dll/export.h (IMP) [_WIN64]: Prefix "__imp_" instead of
148         "_imp__".
149
150 2012-12-17  Daiki Ueno  <ueno@unixuser.org>
151
152         * configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
153         Suggested by Stefano Lattarini <stefano.lattarini@gmail.com>.
154
155 2012-01-26  Bruno Haible  <bruno@clisp.org>
156
157         Modernize quoting.
158         * INSTALL: Process through sed -e "s/\`\([^']*\)'/‘\1’/g"
159
160 2012-01-15  Bruno Haible  <bruno@clisp.org>
161
162         Support for MSVC 9.
163         * woe32dll/export.h (VARIABLE): Define to empty if not using GCC.
164
165 2011-11-27  Bruno Haible  <bruno@clisp.org>
166
167         Speed up configure a bit.
168         * configure.ac: Don't invoke AM_PATH_LISPDIR if the user specified
169         --without-emacs.
170         Based on a patch by DJ Lucas <dj@linuxfromscratch.org>.
171
172 2011-06-03  Bruno Haible  <bruno@clisp.org>
173
174         Update after gl_PROG_ANSI_CXX changed in gnulib.
175         * configure.ac: Test whether CXX is "no", not ":".
176
177 2011-06-03  Bruno Haible  <bruno@clisp.org>
178
179         Fix link error on Cygwin 1.5.x.
180         * woe32dll/gettextsrc-exports.c: Add color_test_mode.
181
182 2011-01-28  Bruno Haible  <bruno@clisp.org>
183
184         Add a comment.
185         * woe32dll/export.h: Add a reference to the woe32dll writeup.
186
187 2010-10-10  Bruno Haible  <bruno@clisp.org>
188
189         Rely more on libtool.
190         * configure.ac (LTNOUNDEF): Remove variable.
191
192 2010-07-31  Bruno Haible  <bruno@clisp.org>
193
194         Use new ansi-c++.m4 from gnulib.
195         * configure.ac: Invoke gl_PROG_ANSI_CXX instead of gt_PROG_ANSI_CXX.
196         Reported at <https://savannah.gnu.org/bugs/?30607>.
197
198 2010-06-06  Bruno Haible  <bruno@clisp.org>
199
200         New options --with-xz and --with-bzip2 for compressing the archive.
201         * configure.ac: New options --without-bzip2, --without-xz.
202         (ARCHIVE_FORMAT): Rename value 'dir' to 'dirgz'. Recognize also values
203         'dirxz' or 'dirbz2', depending on options.
204
205 2010-06-06  Bruno Haible  <bruno@clisp.org>
206
207         * configure.ac (ARCHIVE_FORMAT): If neither --with-git nor --with-cvs
208         is specified, don't use the git format if the 'git' program if older
209         than version 1.6.
210         Suggested by Karl Berry <karl@freefriends.org>.
211
212 2010-06-04  Bruno Haible  <bruno@clisp.org>
213
214         * gettext-0.18.1 released.
215
216 2010-06-04  Bruno Haible  <bruno@clisp.org>
217
218         * configure.ac (ARCHIVE_FORMAT): If neither --with-git nor --with-cvs
219         is specified, use the git format only if the 'git' program exists.
220
221 2010-06-03  Bruno Haible  <bruno@clisp.org>
222
223         Deprecate the --with-cvs option.
224         * configure.ac: Document options --without-git, --with-cvs.
225         (ARCHIVE_FORMAT): Use cvs only when explicitly asked for.
226
227 2010-05-24  Bruno Haible  <bruno@clisp.org>
228
229         Use the newest regex module from gnulib.
230         * configure.ac: Invoke grgl_EARLY and grgl_INIT. Don't invoke
231         gt_LIBGREP.
232         * Makefile.am (ACLOCAL_AMFLAGS): Add -I libgrep/gnulib-m4.
233
234 2010-05-09  Bruno Haible  <bruno@clisp.org>
235
236         * gettext-0.18 released.
237
238 2010-05-09  Bruno Haible  <bruno@clisp.org>
239
240         Export rpl_optind, rpl_optarg from DLL depending on platform.
241         * configure.ac (GETTEXTLIB_EXPORTS_FLAGS): New substituted variable.
242         * woe32dll/gettextlib-exports.c (rpl_optarg, rpl_optind): Export only
243         if GNULIB_DEFINED_GETOPT is set.
244
245 2010-04-02  Bruno Haible  <bruno@clisp.org>
246
247         * Makefile.am (ACLOCAL_AMFLAGS): Remove "-I ../autoconf-lib-link/m4"
248         option.
249         (gettextsrc_SCRIPTS): Update.
250
251 2009-12-26  Bruno Haible  <bruno@clisp.org>
252
253         * configure.ac: Don't define USE_IN_GETTEXT_TESTS. Test for uselocale.
254
255 2009-12-12  Bruno Haible  <bruno@clisp.org>
256
257         * woe32dll/export.h: Untabify.
258
259 2009-09-27  Bruno Haible  <bruno@clisp.org>
260
261         * configure.ac: Accept --without-cvs, --with-git options. Substitute
262         ARCHIVE_FORMAT.
263         (AC_CONFIG_FILES): Add misc/convert-archive.
264
265 2009-08-10  Bruno Haible  <bruno@clisp.org>
266
267         * woe32dll/gettextsrc-exports.c: Export formatstring_gfc_internal,
268         formatstring_qt_plural.
269
270 2009-05-31  Bruno Haible  <bruno@clisp.org>
271
272         * configure.ac (doc/Makefile.am): Don't invoke FIX_MAKEFILE_DISTRIB.
273
274 2009-05-29  Bruno Haible  <bruno@clisp.org>
275
276         Avoid lang-c++ test failure.
277         * configure.ac: Invoke LT_LANG also for C++.
278
279 2009-05-23  Bruno Haible  <bruno@clisp.org>
280
281         * configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option.
282         * gnulib-lib/Makefile.am (libgettextlib_la_LINK): Add $(AM_V_lt) flag.
283
284 2009-05-23  Bruno Haible  <bruno@clisp.org>
285
286         * configure.ac: Invoke gl_INIT_PACKAGE. Use the preferred form of
287         AM_INIT_AUTOMAKE.
288
289 2009-05-21  Bruno Haible  <bruno@clisp.org>
290
291         Assume automake >= 1.10.2.
292         * configure.ac (AC_CONFIG_FILES): Remove FIX_MAKEFILE_COMPILE,
293         FIX_MAKEFILE_INFO invocations.
294
295 2009-04-11  Bruno Haible  <bruno@clisp.org>
296
297         * configure.ac (gt_GLOBAL_SYMBOL_PIPE): Remove macro, moved to
298         m4/exported.m4.
299
300 2009-03-25  Bruno Haible  <bruno@clisp.org>
301
302         Fix the handling of Windows resources in shared libraries.
303         * configure.ac: Invoke LT_LANG for 'Windows Resource'.
304
305 2009-01-14  Bruno Haible  <bruno@clisp.org>
306
307         * configure.ac: More consistent m4 quoting.
308
309 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
310
311         * configure.ac: Use AC_TYPE_UNSIGNED_LONG_LONG_INT instead of
312         gl_AC_TYPE_UNSIGNED_LONG_LONG.
313
314 2008-08-17  Bruno Haible  <bruno@clisp.org>
315
316         * configure.ac: Adapt AC_C_BIGENDIAN invocation to autoconf 2.62: make
317         it work for universal binary builds on MacOS X.
318
319 2008-04-20  Bruno Haible  <bruno@clisp.org>
320
321         * configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
322
323 2007-11-15  Bruno Haible  <bruno@clisp.org>
324
325         * configure.ac: Check for getrlimit and setrlimit.
326
327 2007-11-07  Bruno Haible  <bruno@clisp.org>
328
329         * gettext-0.17 released.
330
331 2007-10-28  Bruno Haible  <bruno@clisp.org>
332
333         * styles: New directory.
334         * Makefile.am (SUBDIRS): Add styles.
335         * configure.ac (AC_CONFIG_FILES): Add styles/Makefile.
336
337 2007-10-17  Bruno Haible  <bruno@clisp.org>
338
339         * woe32dll/gettextlib-exports.c: Export gl_array_list_implementation,
340         gl_linkedhash_list_implementation.
341
342 2007-10-01  Bruno Haible  <bruno@clisp.org>
343
344         * gnulib-tests: New directory.
345         * Makefile.am (SUBDIRS): Add gnulib-tests.
346         * configure.ac (AC_CONFIG_FILES): Add gnulib-tests/Makefile.
347
348 2007-09-30  Bruno Haible  <bruno@clisp.org>
349
350         * woe32dll/gettextsrc-exports.c: Add formatstring_kde.
351
352 2007-07-07  Bruno Haible  <bruno@clisp.org>
353
354         * configure.ac: Don't create libuniname/Makefile.
355         * Makefile.am (SUBDIRS): Remove libuniname.
356
357 2007-05-28  Bruno Haible  <bruno@clisp.org>
358
359         * configure.ac (WOE32): New conditional.
360
361 2007-05-27  Bruno Haible  <bruno@clisp.org>
362
363         * configure.ac (gt_OPENMP): Remove invocation.
364
365 2007-02-10  Bruno Haible  <bruno@clisp.org>
366
367         * configure.ac (MSGMERGE_LIBM): Avoid inlining of the ceil, sqrt calls
368         on glibc systems.
369         Reported by I. Thomas Cundiff <tcundiff@eclipse.net>.
370
371 2006-12-23  Bruno Haible  <bruno@clisp.org>
372
373         * gnulib-lib/Makefile.am (libgettextlib_la_LINK): New variable.
374
375 2006-12-23  Bruno Haible  <bruno@clisp.org>
376
377         * gnulib-lib/Makefile.am (AM_CPPFLAGS): Define LIBXML_STATIC.
378         Needed for mingw and cygwin.
379
380 2006-12-22  Bruno Haible  <bruno@clisp.org>
381
382         * woe32dll/c++html-styled-ostream.cc: New file.
383         * woe32dll/c++term-styled-ostream.cc: New file.
384
385 2006-12-21  Bruno Haible  <bruno@clisp.org>
386
387         * gnulib-lib/Makefile.am: New file, partially taken from
388         ../gnulib-local/modules/gettext-tools-misc.
389
390 2006-12-21  Bruno Haible  <bruno@clisp.org>
391
392         * woe32dll/gettextlib-exports.c: Export styled_ostream_typeinfo.
393         * woe32dll/gettextsrc-exports.c: Export color_mode, style_file_name.
394
395 2006-12-10  Bruno Haible  <bruno@clisp.org>
396
397         * configure.ac: Invoke gt_LOCALE_JA.
398
399 2006-10-27  Bruno Haible  <bruno@clisp.org>
400
401         Work around automake-1.10 annoyance.
402         * Makefile.am (ACLOCAL): New macro.
403
404 2006-11-27  Bruno Haible  <bruno@clisp.org>
405
406         * gettext-0.16.1 released.
407
408 2006-10-26  Bruno Haible  <bruno@clisp.org>
409
410         * gettext-0.16 released.
411
412 2006-10-25  Bruno Haible  <bruno@clisp.org>
413
414         * configure.ac: Don't invoke AC_RELOCATABLE; now done through the
415         relocwrapper and gettext-tools-libgettextpo-misc modules.
416
417 2006-10-25  Bruno Haible  <bruno@clisp.org>
418
419         * configure.ac (DLL_VARIABLE): Define to empty if IN_RELOCWRAPPER is
420         defined.
421
422 2006-10-20  Bruno Haible  <bruno@clisp.org>
423
424         * Makefile.am (ACLOCAL_AMFLAGS): Add -I libgettextpo/gnulib-m4.
425         * configure.ac: Also invoke gtpo_EARLY, gtpo_INIT.
426
427 2006-10-18  Bruno Haible  <bruno@clisp.org>
428
429         * woe32dll/gettextsrc-exports.c: Add {input,output}_format_*.
430
431 2006-10-16  Bruno Haible  <bruno@clisp.org>
432
433         * libgettextpo: New directory.
434         * Makefile.am (SUBDIRS): Add libgettextpo.
435         * configure.ac (gt_GLOBAL_SYMBOL_PIPE): New macro.
436         (AC_CONFIG_FILES): Add libgettextpo/Makefile, libgettextpo/exported.sh.
437
438 2006-10-15  Bruno Haible  <bruno@clisp.org>
439
440         * woe32dll/gettextsrc-exports.c: Remove input_syntax.
441
442 2006-10-02  Bruno Haible  <bruno@clisp.org>
443
444         * Makefile.am (EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4.
445
446 2006-10-02  Bruno Haible  <bruno@clisp.org>
447
448         * Makefile.am (ACLOCAL_AMFLAGS): Move gnulib-m4 to the end, since
449         sometime we have newer m4 files than gnulib.
450
451 2006-08-28  Bruno Haible  <bruno@clisp.org>
452
453         * configure.ac: Remove bh_C_SIGNED invocation.
454
455 2006-07-30  Bruno Haible  <bruno@clisp.org>
456
457         * Makefile.am (ACLOCAL_AMFLAGS): Append gnulib-m4 to search path.
458         (SUBDIRS): Replace lib with gnulib-lib.
459         (examplesbuildauxdir, examplesbuildaux_DATA): New variables.
460         * configure.ac (AC_PREREQ): Bump to 2.59.
461         (gl_EARLY): Invoke.
462         (AC_GNU_SOURCE, gl_USE_SYSTEM_EXTENSIONS): Remove invocations.
463         (gl_INIT): Invoke.
464         (limits.h, malloc.h, string.h, unistd.h, utime.h, values.h,
465         gl_STDARG_H, AM_STDBOOL_H, gl_HEADER_UNISTD, gl_AC_TYPE_UINTMAX_T,
466         AC_TYPE_MODE_T, gt_TYPE_SIG_ATOMIC_T, gl_SIZE_MAX, gl_ALLOCSA,
467         chown, getcwd, posix_spawn, raise, strerror, strtoul, uname, utime,
468         utimes, waitid, atexit, memmove, memset, stpcpy, strcspn, strpbrk,
469         vasprintf, AM_FUNC_GETLINE, getdelim, gl_EXITFAIL,
470         gl_FUNC_FNMATCH_POSIX, gl_GETOPT, gl_FUNC_EACCESS, gl_FUNC_STPNCPY,
471         gl_FUNC_STRTOUL, gl_FUNC_WCWIDTH, gl_MBSWIDTH, gt_PREREQ_BACKUPFILE,
472         gt_UNION_WAIT, gt_TMPDIR, gt_FUNC_MKDTEMP, gt_SIGNALBLOCKING,
473         gt_FUNC_SETENV, gl_FUNC_STRERROR, gl_FUNC_GLIBC_UNLOCKED_IO, gl_ERROR,
474         gl_QUOTEARG, gl_QUOTE, gl_PATHMAX, gl_FUNC_READLINK, gl_XREADLINK,
475         gl_CANONICALIZE, gl_XSIZE, gl_MINMAX, gl_LIST, gl_LOCK, gl_TLS,
476         gl_BYTESWAP): Remove tests done directly or indirectly by gl_INIT
477         or that are now unused.
478         (AC_CONFIG_FILES): Add gnulib-lib/Makefile, remove lib/Makefile.
479         Remove lib/javacomp.sh, lib/javaexec.sh, lib/csharpcomp.sh,
480         lib/csharpexec.sh.
481
482 2006-07-30  Bruno Haible  <bruno@clisp.org>
483
484         * configure.ac: Don't test for the strstr function.
485
486 2006-07-30  Bruno Haible  <bruno@clisp.org>
487
488         * configure.ac: Update for changed location of javacomp.sh.in,
489         javaexec.sh.in, csharpcomp.sh.in, csharpexec.sh.in.
490
491 2006-07-23  Bruno Haible  <bruno@clisp.org>
492
493         * configure.ac: Invoke gt_OPENMP.
494
495 2006-07-23  Bruno Haible  <bruno@clisp.org>
496
497         * configure.ac: Invoke gl_LOCK and gl_TLS.
498
499 2006-07-22  Bruno Haible  <bruno@clisp.org>
500
501         * configure.ac: Invoke gl_SIZE_MAX and gl_LIST.
502
503 2006-07-25  Bruno Haible  <bruno@clisp.org>
504
505         * windows: Remove directory.
506         * Makefile.msvc: Remove file.
507         * Makefile.am (config.h.msvc, windows/stdbool.h): Remove rules.
508         (EXTRA_DIST): Remove Makefile.msvc, config.h.msvc, windows/*.
509
510 2006-07-25  Bruno Haible  <bruno@clisp.org>
511
512         * Makefile.vms: Remove file.
513         * Makefile.am (config.h_vms): Remove rule.
514         (EXTRA_DIST): Remove Makefile.vms, config.h_vms.
515
516 2006-07-22  Bruno Haible  <bruno@clisp.org>
517
518         * configure.ac: Invoke gl_FUNC_WCWIDTH, gl_MINMAX.
519
520 2006-07-21  Bruno Haible  <bruno@clisp.org>
521
522         * gettext-0.15 released.
523
524 2006-07-20  Bruno Haible  <bruno@clisp.org>
525
526         * windows/gettextlib.rc: Bump version number to 0.15.0.
527         * windows/gettextsrc.rc: Likewise.
528         * windows/gettextpo.rc: Likewise.
529
530 2006-07-14  Bruno Haible  <bruno@clisp.org>
531
532         * Makefile.am (MOSTLYCLEANFILES): New variable.
533
534 2006-06-29  Bruno Haible  <bruno@clisp.org>
535
536         * configure.ac: Remove AC_CONFIG_FILES for files in examples subdir.
537         Use AC_CONFIG_SUBDIRS instead.
538
539 2006-06-27  Bruno Haible  <bruno@clisp.org>
540
541         * configure.ac: Remove AC_ISC_POSIX invocation.
542
543 2006-06-27  Bruno Haible  <bruno@clisp.org>
544
545         Assume ANSI C header files and <ctype.h> functions.
546         * configure.ac: Remove AC_HEADER_STDC invocation.
547
548 2006-06-27  Bruno Haible  <bruno@clisp.org>
549
550         Assume vprintf function.
551         * configure.ac: Remove AC_FUNC_VPRINTF invocation.
552         * Makefile.am (config.h_vms, config.h.msvc): Remove unused HAVE_VPRINTF
553         substitution.
554
555 2006-06-27  Bruno Haible  <bruno@clisp.org>
556
557         * Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H
558         substitution.
559
560 2006-04-14  Bruno Haible  <bruno@clisp.org>
561
562         Assume autoconf >= 2.60.
563         * configure.ac (localedir): Remove variable.
564         (docdir): If --docdir value was given, use that.
565         (mandir): Remove customization.
566
567 2006-05-15  Bruno Haible  <bruno@clisp.org>
568
569         * woe32dll/export.h: Renamed from cygwin/export.h.
570         * woe32dll/gettextlib-exports: Renamed from cygwin/gettextlib-exports.h.
571         * woe32dll/gettextsrc-exports: Renamed from cygwin/gettextsrc-exports.h.
572         * woe32dll/gettextpo-exports: Renamed from cygwin/gettextpo-exports.h.
573         * configure.ac (WOE32DLL): Renamed from CYGWINDLL.
574         (DLL_VARIABLE): Define as nonempty on mingw if and only if
575         --enable-shared was specified.
576         * Makefile.am (EXTRA_DIST): Update.
577
578 2006-05-11  Bruno Haible  <bruno@clisp.org>
579
580         * woe32dll: Directory renamed from mingw.
581         * cygwin/export.h: New file.
582         * cygwin/gettextlib-exports.c: New file.
583         * cygwin/gettextsrc-exports.c: New file.
584         * cygwin/gettextpo-exports.c: New file.
585         * configure.ac (WOE32DLL): Condition renamed from MINGW. Activate it
586         also on Cygwin. Only activate it when compiling shared libraries.
587         (CYGWINDLL): New condition.
588         (CYGWINDLL): New define.
589         (DLL_VARIABLE): Use dllimport also on Cygwin.
590         * Makefile.am (EXTRA_DIST): Add cygwin/export.h.
591
592 2006-05-11  Bruno Haible  <bruno@clisp.org>
593
594         * woe32dll/c++format.cc: New file.
595
596 2006-05-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
597
598         * configure.ac (LTNOUNDEF): Set to -no-undefined also on mingw and
599         Cygwin.
600
601 2006-05-08  Bruno Haible  <bruno@clisp.org>
602
603         * Makefile.am (windows/stdbool.h): Create directory if needed.
604         Based on a patch by Charles Wilson.
605
606 2006-04-30  Bruno Haible  <bruno@clisp.org>
607
608         * configure.ac: Invoke gl_STDARG_H.
609
610 2006-05-01  Bruno Haible  <bruno@clisp.org>
611
612         * configure.ac: Pass a source-version to gt_JAVACOMP. Move gt_JAVAEXEC
613         call before the gt_JAVACOMP call.
614
615 2006-04-23  Bruno Haible  <bruno@clisp.org>
616
617         * configure.ac: Invoke gl_HEADER_UNISTD.
618
619 2006-04-17  Bruno Haible  <bruno@clisp.org>
620
621         * Makefile.am (gettextsrc_SCRIPTS): Remove mkinstalldirs.
622
623 2006-03-11  Bruno Haible  <bruno@clisp.org>
624
625         * configure.ac (MSGMERGE_LIBM): New variable. Test for presence of
626         ceil() and sqrt().
627
628 2005-11-23  Bruno Haible  <bruno@clisp.org>
629
630         Cygwin portability.
631         * configure.ac: Invoke gl_WOE32_DLL.
632
633 2005-11-24  Bruno Haible  <bruno@clisp.org>
634
635         * Makefile.am (config.h_vms, config.h.msvc): Treat HAVE_FWPRINTF like
636         HAVE_WPRINTF. Needed since 2003-09-17.
637         Reported by Svante Seleborg <svante@axantum.com>.
638
639 2005-08-16  Bruno Haible  <bruno@clisp.org>
640
641         * configure.ac: Remove gl_STRCASE invocation.
642
643 2005-09-20  Bruno Haible  <bruno@clisp.org>
644
645         * configure.ac: Invoke BISON_I18N.
646
647 2005-08-23  Bruno Haible  <bruno@clisp.org>
648
649         * configure.ac: Invoke gl_BYTESWAP. Define ENDIANNESS.
650
651 2005-08-13  Bruno Haible  <bruno@clisp.org>
652
653         New configure options --disable-java, --disable-native-java.
654         * configure.ac: Invoke gt_JAVA_CHOICE.
655         (BUILDJAVAEXE, BUILDJAVA): Use it.
656
657 2005-08-11  Bruno Haible  <bruno@clisp.org>
658
659         * configure.ac: Accept --without-emacs option.
660
661 2005-08-03  Bruno Haible  <bruno@clisp.org>
662
663         * configure.ac (intl/Makefile): Remove the VPATH line.
664         Reported by Jason Keltz <jas@cs.yorku.ca>.
665
666 2005-07-26  Bruno Haible  <bruno@clisp.org>
667
668         * configure.ac: Move the AM_GNU_GETTEXT invocation early, since it
669         modifies CPPFLAGS.
670
671 2005-07-05  Bruno Haible  <bruno@clisp.org>
672
673         * mingw: New directory.
674         * configure.ac (LTNOUNDEF): New macro.
675         (MINGW): New conditional.
676         (DLL_VARIABLE): Define also as nonempty when building shared libraries
677         with mingw.
678
679 2005-05-01  Bruno Haible  <bruno@clisp.org>
680
681         * configure.ac: Call gt_CSHARPEXEC with parameters.
682
683 2005-03-20  Bruno Haible  <bruno@clisp.org>
684
685         * configure.ac: Test for field __names in struct __locale_struct.
686         Also define USE_IN_GETTEXT_TESTS.
687
688 2006-06-21  Bruno Haible  <bruno@clisp.org>
689
690         * gettext-0.14.6 released.
691
692 2006-06-21  Bruno Haible  <bruno@clisp.org>
693
694         * windows/gettextlib.rc: Bump version number to 0.14.6.
695         * windows/gettextsrc.rc: Likewise.
696         * windows/gettextpo.rc: Likewise.
697
698 2005-05-23  Bruno Haible  <bruno@clisp.org>
699
700         * gettext-0.14.5 released.
701
702 2005-05-23  Bruno Haible  <bruno@clisp.org>
703
704         * windows/gettextlib.rc: Bump version number to 0.14.5.
705         * windows/gettextsrc.rc: Likewise.
706         * windows/gettextpo.rc: Likewise.
707
708 2005-04-11  Bruno Haible  <bruno@clisp.org>
709
710         * gettext-0.14.4 released.
711
712 2005-04-11  Bruno Haible  <bruno@clisp.org>
713
714         * windows/gettextlib.rc: Bump version number to 0.14.4.
715         * windows/gettextsrc.rc: Likewise.
716         * windows/gettextpo.rc: Likewise.
717
718 2005-03-22  Bruno Haible  <bruno@clisp.org>
719
720         * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
721         * Makefile.am (ACLOCAL_AMFLAGS): Replace config/m4 with m4.
722         (gettextsrc_SCRIPTS): Replace config with build-aux.
723
724 2005-03-14  Bruno Haible  <bruno@clisp.org>
725
726         * gettext-0.14.3 released.
727
728 2005-03-08  Bruno Haible  <bruno@clisp.org>
729
730         * windows/gettextlib.rc: Bump version number to 0.14.3.
731         * windows/gettextsrc.rc: Likewise.
732         * windows/gettextpo.rc: Likewise.
733
734 2005-02-24  Bruno Haible  <bruno@clisp.org>
735
736         * gettext-0.14.2 released.
737
738 2005-02-13  Bruno Haible  <bruno@clisp.org>
739
740         * configure.ac: Invoke gt_LOCALE_FR_UTF8.
741
742 2005-02-13  Bruno Haible  <bruno@clisp.org>
743
744         * configure.ac: Invoke gl_FUNC_STRTOUL. Keep AC_CHECK_FUNCS(strtoul)
745         because plural-exp.c needs it.
746
747 2005-02-12  Bruno Haible  <bruno@clisp.org>
748
749         * windows/gettextsrc.def: Remove po_parse_comment_filepos. Add
750         check_msgid_msgstr_format, is_ascii_msgdomain_list,
751         message_list_insert_at, string_list_join.
752
753 2005-02-12  Bruno Haible  <bruno@clisp.org>
754
755         * windows/getopt.h: New file.
756         * Makefile.am (EXTRA_DIST): Add it.
757
758 2005-02-11  Bruno Haible  <bruno@clisp.org>
759
760         * windows/gettextlib.rc: Bump version number to 0.14.2.
761         * windows/gettextsrc.rc: Likewise.
762         * windows/gettextpo.rc: Likewise.
763
764 2005-02-10  Bruno Haible  <bruno@clisp.org>
765
766         * windows/gettextpo.def: Add po_header_set_field.
767
768 2005-02-10  Bruno Haible  <bruno@clisp.org>
769
770         * windows/gettextpo.def: Add libgettextpo_version.
771
772 2005-02-10  Bruno Haible  <bruno@clisp.org>
773
774         * windows/gettextpo.def: Add po_message_remove_filepos,
775         po_message_add_filepos.
776
777 2005-02-10  Bruno Haible  <bruno@clisp.org>
778
779         * windows/gettextpo.def: Add po_message_set_extracted_comments.
780
781 2005-02-07  Bruno Haible  <bruno@clisp.org>
782
783         * windows/gettextlib.def: Add c_strcasecmp, c_strncasecmp.
784
785 2005-01-08  Bruno Haible  <bruno@clisp.org>
786
787         * libgrep: New subdirectory.
788         * configure.ac: Invoke gt_LIBGREP. Declare libgrep/Makefile.am.
789         * Makefile.am (SUBDIRS): Add libgrep.
790         (config.h_vms, config.h.msvc): Define HAVE_DECL_STRDUP, HAVE_MEMCHR,
791         restrict.
792         * Makefile.msvc: Recurse into libgrep as well.
793         * Makefile.vms: Likewise.
794
795 2005-01-06  Bruno Haible  <bruno@clisp.org>
796
797         * configure.ac: Invoke gl_STRCASE. Don't test for strcasecmp and
798         strncasecmp here.
799
800 2005-01-06  Bruno Haible  <bruno@clisp.org>
801
802         * configure.ac: Invoke gl_FUNC_STPNCPY.
803
804 2005-01-06  Bruno Haible  <bruno@clisp.org>
805
806         * configure.ac: Invoke gl_ERROR instead of gt_FUNC_ERROR_AT_LINE.
807         * Makefile.am (config.h_vms, config.h.msvc): Remove setting of
808         HAVE_DECL_STRERROR.
809
810 2005-01-06  Bruno Haible  <bruno@clisp.org>
811
812         * configure.ac: Invoke gl_QUOTE.
813
814 2005-01-06  Bruno Haible  <bruno@clisp.org>
815
816         * configure.ac: Invoke gl_EXITFAIL.
817
818 2005-01-06  Bruno Haible  <bruno@clisp.org>
819
820         * configure.ac: Invoke gl_GETOPT.
821         * Makefile.am (config.h_vms, config.h.msvc): Define __GETOPT_PREFIX
822         to empty.
823         * Makefile.msvc: Update.
824         * Makefile.vms: Update.
825
826 2005-01-06  Bruno Haible  <bruno@clisp.org>
827
828         * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_WMEMCHR and
829         HAVE_WMEMCPY to 1.
830
831 2005-01-06  Bruno Haible  <bruno@clisp.org>
832
833         * Makefile.am (config.h_vms, config.h.msvc): Define USE_UNLOCKED_IO
834         to 1.
835
836 2005-01-05  Bruno Haible  <bruno@clisp.org>
837
838         * windows/gettextlib.rc: Update copyright year.
839         * windows/gettextsrc.rc: Likewise.
840         * windows/gettextpo.rc: Likewise.
841
842 2004-12-10  Bruno Haible  <bruno@clisp.org>
843
844         * windows/gettextlib.def: Export obstack_free, not _obstack_free.
845
846 2004-09-06  Bruno Haible  <bruno@clisp.org>
847
848         * windows/gettextpo.def: Add po_message_check_format.
849
850 2004-09-05  Bruno Haible  <bruno@clisp.org>
851
852         * windows/gettextsrc.def: Add the variables names from po-error.h.
853         * windows/gettextpo.def: Add many new function names.
854
855 2004-04-19  Bruno Haible  <bruno@clisp.org>
856
857         * gettext.m4: Change jm_ to gl_ in all uses of AC_DEFINE'd names.
858
859 2004-03-11  Bruno Haible  <bruno@clisp.org>
860
861         * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX.
862
863 2004-02-07  Bruno Haible  <bruno@clisp.org>
864
865         * configure.ac: Invoke gl_QUOTEARG.
866
867 2004-01-29  Bruno Haible  <bruno@clisp.org>
868
869         * gettext-0.14.1 released.
870
871 2004-01-28  Bruno Haible  <bruno@clisp.org>
872
873         * gettext-0.14 released.
874
875 2004-01-24  Bruno Haible  <bruno@clisp.org>
876
877         * Makefile.am (config.h_vms): Set MALLOC_0_IS_NONNULL to 0.
878         (config.h.msvc): Set MALLOC_0_IS_NONNULL to 1.
879
880 2004-01-12  Bruno Haible  <bruno@clisp.org>
881
882         * windows/gettextlib.def: Add compile_csharp_class,
883         execute_csharp_program.
884         * windows/gettextsrc.def: Add formatstring_csharp. Rename
885         get_c99_format_directives to get_sysdep_c_format_directives.
886
887 2004-01-17  Bruno Haible  <bruno@clisp.org>
888
889         * windows/gettextlib.rc: Bump version number to 0.14.
890         * windows/gettextsrc.rc: Likewise.
891         * windows/gettextpo.rc: Likewise.
892
893 2004-01-10  Bruno Haible  <bruno@clisp.org>
894
895         * configure.ac: When --disable-csharp was given, set BUILDCSHARP=no.
896
897 2003-12-26  Bruno Haible  <bruno@clisp.org>
898
899         Support for C#.
900         * configure.ac: Invoke gt_CSHARPCOMP, gt_CSHARPEXEC. Set BUILDCSHARP
901         and TESTCSHARP.
902         (AC_CONFIG_FILES): Add lib/csharpcomp.sh and lib/csharpexec.sh.
903
904 2003-12-27  Bruno Haible  <bruno@clisp.org>
905
906         * configure.ac: Set and AC_SUBST the TESTLIBASPRINTF variable.
907
908 2003-12-12  Bruno Haible  <bruno@clisp.org>
909
910         Assume automake-1.8.
911         * Makefile.am (html): Remove rule.
912
913 2003-11-30  Bruno Haible  <bruno@clisp.org>
914
915         * configure.ac: Remove computation of LTALLOCA.
916
917 2003-11-30  Bruno Haible  <bruno@clisp.org>
918
919         * configure.ac: Invoke gl_ALLOCSA instead of gl_FUNC_ALLOCA.
920         * windows/gettextlib.def: Add mallocsa, xmallocsa, freesa.
921
922 2003-12-17  Bruno Haible  <bruno@clisp.org>
923
924         * gettext-0.13.1 released.
925
926 2003-12-02  Bruno Haible  <bruno@clisp.org>
927
928         * Makefile.msvc (all, install, installdirs, uninstall, check,
929         mostlyclean, clean, distclean, maintainer-clean): Create the intl
930         directory if it doesn't exist. Needed because a widespread archiving
931         tool on Windows doesn't extract empty directories that are present in
932         .tar.gz files.
933         Reported by Stefan Kowski <stefan.kowski@parks-informatik.de>.
934
935 2003-12-02  Bruno Haible  <bruno@clisp.org>
936
937         * configure.ac: Invoke FIX_MAKEFILE_DISTRIB for examples/Makefile.
938
939 2003-11-30  Bruno Haible  <bruno@clisp.org>
940
941         * gettext-0.13 released.
942
943 2003-11-28  Bruno Haible  <bruno@clisp.org>
944
945         * Makefile.am (config.h.msvc): Define SIZE_MAX and inline.
946
947 2003-11-28  Bruno Haible  <bruno@clisp.org>
948
949         * windows/gettextlib.def: Add at_fatal_signal, block_fatal_signals,
950         unblock_fatal_signals, _obstack_begin, _obstack_free,
951         _obstack_newchunk.
952         * windows/gettextsrc.def: Add message_print_syntax_stringtable.
953
954 2003-11-16  Bruno Haible  <bruno@clisp.org>
955
956         * configure.ac (man/Makefile): Postprocess with FIX_MAKEFILE_DISTRIB.
957
958 2003-11-16  Bruno Haible  <bruno@clisp.org>
959
960         * windows/gettextpo.rc: Bump version number to 0.13.
961
962 2003-11-15  Bruno Haible  <bruno@clisp.org>
963
964         * configure.ac (AC_CONFIG_FILES): Create examples/Makefile,
965         examples, installpaths, examples/po/Makefile.
966         * Makefile.am (SUBDIRS): Add examples.
967         * Makefile.msvc (all, install, installdirs, uninstall, check,
968         mostlyclean, clean, distclean, maintainer-clean): Recurse into
969         examples.
970         * Makefile.vms (all, install, installdirs, uninstall, check,
971         mostlyclean, clean, distclean, maintainer-clean): Recurse into
972         examples.
973
974 2003-11-13  Bruno Haible  <bruno@clisp.org>
975
976         * configure.ac (docdir): New variable.
977
978 2003-11-05  Bruno Haible  <bruno@clisp.org>
979
980         * configure.ac (localedir): New variable.
981         (src/user-email): Generate from src/user-email.sh.in.
982
983 2003-11-04  Bruno Haible  <bruno@clisp.org>
984
985         * configure.ac: Invoke gl_XSIZE.
986
987 2003-10-31  Bruno Haible  <bruno@clisp.org>
988
989         * configure.ac: Also check for waitid.
990
991 2003-10-31  Bruno Haible  <bruno@clisp.org>
992
993         * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE,
994         FIX_MAKEFILE_DISTRIB, FIX_MAKEFILE_INFO.
995
996 2003-10-07  Bruno Haible  <bruno@clisp.org>
997
998         * configure.ac: Drop PARAMS definition from config.h.in.
999
1000 2003-10-08  Bruno Haible  <bruno@clisp.org>
1001
1002         * configure.ac: Invoke gt_SIG_ATOMIC_T.
1003         * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_SIG_ATOMIC_T.
1004
1005 2003-10-04  Bruno Haible  <bruno@clisp.org>
1006
1007         * configure.ac: Remove gt_PROG_LEX invocation.
1008
1009 2003-09-18  Bruno Haible  <bruno@clisp.org>
1010
1011         * windows/gettextpo.def: Add po_file_domain_header, po_header_field,
1012         po_message_is_obsolete, po_message_is_fuzzy, po_message_is_format.
1013         * windows/gettextpo.rc: Bump version number to 0.12.2.
1014
1015 2003-09-16  Bruno Haible  <bruno@clisp.org>
1016
1017         Portability to SunOS 4.
1018         * configure.ac: Also check for atexit.
1019
1020 2003-09-14  Bruno Haible  <bruno@clisp.org>
1021
1022         * windows/gettextlib.def: Export fwriteerror.
1023
1024 2003-09-13  Bruno Haible  <bruno@clisp.org>
1025
1026         * windows/gettextlib.def: Export close_stdout.
1027
1028 2003-09-09  Bruno Haible  <bruno@clisp.org>
1029
1030         * configure.ac: Don't test for putc_unlocked.
1031
1032 2003-08-31  Bruno Haible  <bruno@clisp.org>
1033
1034         * windows/gettextsrc.def: Add formatstring_sh.
1035
1036 2003-08-29  Bruno Haible  <bruno@clisp.org>
1037
1038         * Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF,
1039         HAVE_DECL__SNWPRINTF.
1040
1041 2003-08-24  Bruno Haible  <bruno@clisp.org>
1042
1043         * configure.ac: Define DLL_VARIABLE in config.h through AH_BOTTOM.
1044
1045 2003-08-24  Bruno Haible  <bruno@clisp.org>
1046
1047         * windows/gettextsrc.def: Add formatstring_gcc_internal,
1048         formatstring_perl, formatstring_perl_brace to the export list.
1049
1050 2003-08-24  Bruno Haible  <bruno@clisp.org>
1051
1052         * windows/gettextpo.def: New file.
1053         * windows/gettextpo.rc: New file.
1054         * Makefile.am (EXTRA_DIST): Add them.
1055
1056 2003-08-23  Bruno Haible  <bruno@clisp.org>
1057
1058         * Makefile.am (config.h_vms): Define HAVE_BTOWC, HAVE_DECL_GETENV,
1059         HAVE_MBSTATE_T, HAVE_READLINK, HAVE_WCSLEN, HAVE_WINT_T, HAVE_WPRINTF.
1060         (config.h.msvc): Define .HAVE_BTOWC, HAVE_DECL_GETENV, HAVE_WCSLEN,
1061         HAVE_WINT_T, HAVE_WPRINTF.
1062
1063 2003-08-23  Bruno Haible  <bruno@clisp.org>
1064
1065         * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS.
1066
1067 2003-08-23  Bruno Haible  <bruno@clisp.org>
1068
1069         * windows/fnmatch.h: Include fnmatch_.h.
1070
1071 2003-08-23  Bruno Haible  <bruno@clisp.org>
1072
1073         * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H.
1074         Invoke gl_FUNC_FNMATCH_POSIX instead of gt_FUNC_FNMATCH.
1075         Invoke gl_MBSWIDTH instead of jm_PREREQ_MBSWIDTH.
1076
1077 2003-07-01  Bruno Haible  <bruno@clisp.org>
1078
1079         * configure.ac: Invoke gl_FUNC_READLINK.
1080
1081 2003-07-01  Bruno Haible  <bruno@clisp.org>
1082
1083         * Makefile.am (windows/stdbool.h): Use stdbool_.h instead of
1084         stdbool.h.in.
1085
1086 2003-06-19  Bruno Haible  <bruno@clisp.org>
1087
1088         * configure.ac: Invoke gt_LOCALE_FR.
1089
1090 2003-06-08  Bruno Haible  <bruno@clisp.org>
1091
1092         * Makefile.am (config.h_vms): Don't define HAVE_ENVIRON_DECL. Define
1093         eaccess.
1094         * Makefile.vms (all, install, installdirs, uninstall, check,
1095         mostlyclean, clean, distclean, maintainer-clean): Fix passing of srcdir
1096         to sub-Makefile.
1097         Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
1098
1099 2003-05-22  Bruno Haible  <bruno@clisp.org>
1100
1101         * gettext-0.12.1 released.
1102
1103 2003-05-20  Bruno Haible  <bruno@clisp.org>
1104
1105         * Makefile.am (config.h_vms, config.h.msvc, windows/stdbool.h):
1106         Don't use $< here.
1107
1108 2003-05-19  Bruno Haible  <bruno@clisp.org>
1109
1110         * windows/gettextlib.rc: Include <winver.h>.
1111         * windows/gettextsrc.rc: Likewise.
1112         Reported by Perry Rapp.
1113
1114 2003-05-17  Bruno Haible  <bruno@clisp.org>
1115
1116         * gettext-0.12 released.
1117
1118 2003-05-17  Bruno Haible  <bruno@clisp.org>
1119
1120         * Makefile.am (config.h.msvc): Define HAVE_STRPBRK.
1121
1122 2003-05-15  Bruno Haible  <bruno@clisp.org>
1123
1124         * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
1125
1126 2003-05-12  Bruno Haible  <bruno@clisp.org>
1127
1128         * configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
1129
1130 2003-05-12  Bruno Haible  <bruno@clisp.org>
1131
1132         * windows/gettextsrc.def: Update.
1133         Based on a patch by Perry Rapp.
1134
1135 2003-04-12  Bruno Haible  <bruno@clisp.org>
1136
1137         * Makefile.am (config.h_vms): Renamed from config.h.vms.
1138         * Makefile.vms: Don't use the force target. Use config.h_vms, not
1139         config.h.vms. Create intl subdirectory. Correct wildcard syntax.
1140         Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
1141
1142 2003-04-12  Bruno Haible  <bruno@clisp.org>
1143
1144         * configure.ac (mandir): Change default value.
1145         * Makefile.msvc (mandir, docdir): Use datadir instead of prefix.
1146
1147 2003-04-10  Bruno Haible  <bruno@clisp.org>
1148
1149         * configure.ac: Invoke gl_FUNC_EACCESS.
1150
1151 2003-04-05  Bruno Haible  <bruno@clisp.org>
1152
1153         * Makefile.am (config.h.msvc): Remove redundant sed expression.
1154
1155 2003-04-03  Bruno Haible  <bruno@clisp.org>
1156
1157         * configure.ac (INVALID_PATH_CHAR): Add a definition for Woe32.
1158         Reported by Perry Rapp.
1159
1160 2003-03-30  Bruno Haible  <bruno@clisp.org>
1161
1162         * Makefile.vms: New file.
1163         * Makefile.am (config.h.vms): New rule.
1164         (EXTRA_DIST): Add Makefile.vms and config.h.vms.
1165
1166 2003-03-30  Bruno Haible  <bruno@clisp.org>
1167
1168         * configure.ac: Add checks for <pwd.h> and chown().
1169
1170 2003-03-17  Bruno Haible  <bruno@clisp.org>
1171
1172         Native Woe32/MSVC support.
1173         * Makefile.msvc: New file.
1174         * README.woe32: New file.
1175         * windows/gettextlib.def: New file.
1176         * windows/gettextlib.rc: New file.
1177         * windows/gettextsrc.def: New file.
1178         * windows/gettextsrc.rc: New file.
1179         * windows/alloca.h: New file.
1180         * windows/fnmatch.h: New file.
1181         * Makefile.am (EXTRA_DIST): Add them and config.h.msvc,
1182         windows/stdbool.h.
1183         (config.h.msvc, intl/libgnuintl.h.msvc-shared, windows/stdbool.h): New
1184         rules.
1185         * configure.ac: Invoke AC_TYPE_MODE_T.
1186
1187 2003-02-28  Bruno Haible  <bruno@clisp.org>
1188
1189         Support for relocatable installation.
1190         * configure.ac: Invoke AC_RELOCATABLE, AC_REPLACE_FUNCS([memmove]),
1191         gl_FUNC_STRERROR, gl_XREADLINK, gl_CANONICALIZE.
1192         * INSTALL: Document --enable-relocatable and --with-libintl-prefix.
1193
1194 2003-02-28  Bruno Haible  <bruno@clisp.org>
1195
1196         * configure.ac: Invoke gl_PATHMAX.
1197
1198 2003-02-22  Bruno Haible  <bruno@clisp.org>
1199
1200         * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
1201
1202 2003-02-18  Bruno Haible  <bruno@clisp.org>
1203
1204         * Makefile.am: Don't install ABOUT-NLS in $(datadir)/gettext. This is
1205         now done by the gettext-runtime package.
1206
1207 2003-02-12  Bruno Haible  <bruno@clisp.org>
1208
1209         Big restructuring.
1210         * configure.ac: New file.
1211         * Makefile.am: New file.
1212