• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12015-09-11  Daiki Ueno  <ueno@gnu.org>
2
3	* gettext 0.19.6 released.
4
52015-07-28  Daiki Ueno  <ueno@gnu.org>
6
7	* configure.ac (ARCHIVE_VERSION): New substituted variable.
8
92015-07-10  Daiki Ueno  <ueno@gnu.org>
10
11	* gettext 0.19.5 released.
12
132015-06-25  Daiki Ueno  <ueno@gnu.org>
14
15	* woe32dll/gettextsrc-exports.c: Export syntax_check_name.
16	Reported by Michele Locati.
17
182015-06-24  Daiki Ueno  <ueno@gnu.org>
19
20	* woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit.
21	Reported by Vincent Torri.
22
232015-06-23  Daiki Ueno  <ueno@gnu.org>
24
25	* ABOUT-NLS: Regenerate for 0.19.5.
26
272014-12-24  Daiki Ueno  <ueno@gnu.org>
28
29	* gettext 0.19.4 released.
30
312014-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
362014-10-15  Daiki Ueno  <ueno@gnu.org>
37
38	* gettext 0.19.3 released.
39
402014-07-14  Daiki Ueno  <ueno@gnu.org>
41
42	* gettext 0.19.2 released.
43
442014-06-10  Daiki Ueno  <ueno@gnu.org>
45
46	* gettext 0.19.1 released.
47
482014-06-02  Daiki Ueno  <ueno@gnu.org>
49
50	* gettext 0.19 released.
51
522014-05-14  Daiki Ueno  <ueno@gnu.org>
53
54	* configure.ac: Adjust $docdir assuming that AC_PACKAGE_TARNAME is
55	set.
56
572014-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
632014-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
682014-03-11  Daiki Ueno  <ueno@gnu.org>
69
70	* configure.ac: Remove unnecessary make-variable expansion,
71	previously needed for LIBTOOL.
72
732014-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
802013-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
872013-07-25  Daiki Ueno  <ueno@gnu.org>
88
89	tests: fix path adjustment for LTLIBINTL
90	* configure.ac: Output tests/init.cfg.
91
922013-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
1002013-04-26  Daiki Ueno  <ueno@gnu.org>
101
102	Support for Python brace format.
103	* woe32dll/gettextsrc-exports.c: Export formatstring_python_brace.
104
1052013-04-17  Andreas Stricker  <astricker@futurelab.ch>
106
107	Support for JavaScript.
108	* woe32dll/gettextsrc-exports.c: Export formatstring_javascript.
109
1102013-04-15  Daiki Ueno  <ueno@gnu.org>
111
112	* woe32dll/gettextsrc-exports.c: Export formatstring_lua.
113
1142012-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
1242012-12-25  Daiki Ueno  <ueno@gnu.org>
125
126	* gettext-0.18.2 released.
127
1282012-12-25  Daiki Ueno  <ueno@gnu.org>
129
130	* woe32dll/export.h (IMP): Check __MINGW32__ as well as _WIN64.
131
1322012-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
1442012-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
1502012-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
1552012-01-26  Bruno Haible  <bruno@clisp.org>
156
157	Modernize quoting.
158	* INSTALL: Process through sed -e "s/\`\([^']*\)'/‘\1’/g"
159
1602012-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
1652011-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
1722011-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
1772011-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
1822011-01-28  Bruno Haible  <bruno@clisp.org>
183
184	Add a comment.
185	* woe32dll/export.h: Add a reference to the woe32dll writeup.
186
1872010-10-10  Bruno Haible  <bruno@clisp.org>
188
189	Rely more on libtool.
190	* configure.ac (LTNOUNDEF): Remove variable.
191
1922010-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
1982010-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
2052010-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
2122010-06-04  Bruno Haible  <bruno@clisp.org>
213
214	* gettext-0.18.1 released.
215
2162010-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
2212010-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
2272010-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
2342010-05-09  Bruno Haible  <bruno@clisp.org>
235
236	* gettext-0.18 released.
237
2382010-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
2452010-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
2512009-12-26  Bruno Haible  <bruno@clisp.org>
252
253	* configure.ac: Don't define USE_IN_GETTEXT_TESTS. Test for uselocale.
254
2552009-12-12  Bruno Haible  <bruno@clisp.org>
256
257	* woe32dll/export.h: Untabify.
258
2592009-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
2652009-08-10  Bruno Haible  <bruno@clisp.org>
266
267	* woe32dll/gettextsrc-exports.c: Export formatstring_gfc_internal,
268	formatstring_qt_plural.
269
2702009-05-31  Bruno Haible  <bruno@clisp.org>
271
272	* configure.ac (doc/Makefile.am): Don't invoke FIX_MAKEFILE_DISTRIB.
273
2742009-05-29  Bruno Haible  <bruno@clisp.org>
275
276	Avoid lang-c++ test failure.
277	* configure.ac: Invoke LT_LANG also for C++.
278
2792009-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
2842009-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
2892009-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
2952009-04-11  Bruno Haible  <bruno@clisp.org>
296
297	* configure.ac (gt_GLOBAL_SYMBOL_PIPE): Remove macro, moved to
298	m4/exported.m4.
299
3002009-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
3052009-01-14  Bruno Haible  <bruno@clisp.org>
306
307	* configure.ac: More consistent m4 quoting.
308
3092008-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
3142008-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
3192008-04-20  Bruno Haible  <bruno@clisp.org>
320
321	* configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
322
3232007-11-15  Bruno Haible  <bruno@clisp.org>
324
325	* configure.ac: Check for getrlimit and setrlimit.
326
3272007-11-07  Bruno Haible  <bruno@clisp.org>
328
329	* gettext-0.17 released.
330
3312007-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
3372007-10-17  Bruno Haible  <bruno@clisp.org>
338
339	* woe32dll/gettextlib-exports.c: Export gl_array_list_implementation,
340	gl_linkedhash_list_implementation.
341
3422007-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
3482007-09-30  Bruno Haible  <bruno@clisp.org>
349
350	* woe32dll/gettextsrc-exports.c: Add formatstring_kde.
351
3522007-07-07  Bruno Haible  <bruno@clisp.org>
353
354	* configure.ac: Don't create libuniname/Makefile.
355	* Makefile.am (SUBDIRS): Remove libuniname.
356
3572007-05-28  Bruno Haible  <bruno@clisp.org>
358
359	* configure.ac (WOE32): New conditional.
360
3612007-05-27  Bruno Haible  <bruno@clisp.org>
362
363	* configure.ac (gt_OPENMP): Remove invocation.
364
3652007-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
3712006-12-23  Bruno Haible  <bruno@clisp.org>
372
373	* gnulib-lib/Makefile.am (libgettextlib_la_LINK): New variable.
374
3752006-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
3802006-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
3852006-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
3902006-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
3952006-12-10  Bruno Haible  <bruno@clisp.org>
396
397	* configure.ac: Invoke gt_LOCALE_JA.
398
3992006-10-27  Bruno Haible  <bruno@clisp.org>
400
401	Work around automake-1.10 annoyance.
402	* Makefile.am (ACLOCAL): New macro.
403
4042006-11-27  Bruno Haible  <bruno@clisp.org>
405
406	* gettext-0.16.1 released.
407
4082006-10-26  Bruno Haible  <bruno@clisp.org>
409
410	* gettext-0.16 released.
411
4122006-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
4172006-10-25  Bruno Haible  <bruno@clisp.org>
418
419	* configure.ac (DLL_VARIABLE): Define to empty if IN_RELOCWRAPPER is
420	defined.
421
4222006-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
4272006-10-18  Bruno Haible  <bruno@clisp.org>
428
429	* woe32dll/gettextsrc-exports.c: Add {input,output}_format_*.
430
4312006-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
4382006-10-15  Bruno Haible  <bruno@clisp.org>
439
440	* woe32dll/gettextsrc-exports.c: Remove input_syntax.
441
4422006-10-02  Bruno Haible  <bruno@clisp.org>
443
444	* Makefile.am (EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4.
445
4462006-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
4512006-08-28  Bruno Haible  <bruno@clisp.org>
452
453	* configure.ac: Remove bh_C_SIGNED invocation.
454
4552006-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
4822006-07-30  Bruno Haible  <bruno@clisp.org>
483
484	* configure.ac: Don't test for the strstr function.
485
4862006-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
4912006-07-23  Bruno Haible  <bruno@clisp.org>
492
493	* configure.ac: Invoke gt_OPENMP.
494
4952006-07-23  Bruno Haible  <bruno@clisp.org>
496
497	* configure.ac: Invoke gl_LOCK and gl_TLS.
498
4992006-07-22  Bruno Haible  <bruno@clisp.org>
500
501	* configure.ac: Invoke gl_SIZE_MAX and gl_LIST.
502
5032006-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
5102006-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
5162006-07-22  Bruno Haible  <bruno@clisp.org>
517
518	* configure.ac: Invoke gl_FUNC_WCWIDTH, gl_MINMAX.
519
5202006-07-21  Bruno Haible  <bruno@clisp.org>
521
522	* gettext-0.15 released.
523
5242006-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
5302006-07-14  Bruno Haible  <bruno@clisp.org>
531
532	* Makefile.am (MOSTLYCLEANFILES): New variable.
533
5342006-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
5392006-06-27  Bruno Haible  <bruno@clisp.org>
540
541	* configure.ac: Remove AC_ISC_POSIX invocation.
542
5432006-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
5482006-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
5552006-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
5602006-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
5672006-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
5782006-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
5922006-05-11  Bruno Haible  <bruno@clisp.org>
593
594	* woe32dll/c++format.cc: New file.
595
5962006-05-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
597
598	* configure.ac (LTNOUNDEF): Set to -no-undefined also on mingw and
599	Cygwin.
600
6012006-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
6062006-04-30  Bruno Haible  <bruno@clisp.org>
607
608	* configure.ac: Invoke gl_STDARG_H.
609
6102006-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
6152006-04-23  Bruno Haible  <bruno@clisp.org>
616
617	* configure.ac: Invoke gl_HEADER_UNISTD.
618
6192006-04-17  Bruno Haible  <bruno@clisp.org>
620
621	* Makefile.am (gettextsrc_SCRIPTS): Remove mkinstalldirs.
622
6232006-03-11  Bruno Haible  <bruno@clisp.org>
624
625	* configure.ac (MSGMERGE_LIBM): New variable. Test for presence of
626	ceil() and sqrt().
627
6282005-11-23  Bruno Haible  <bruno@clisp.org>
629
630	Cygwin portability.
631	* configure.ac: Invoke gl_WOE32_DLL.
632
6332005-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
6392005-08-16  Bruno Haible  <bruno@clisp.org>
640
641	* configure.ac: Remove gl_STRCASE invocation.
642
6432005-09-20  Bruno Haible  <bruno@clisp.org>
644
645	* configure.ac: Invoke BISON_I18N.
646
6472005-08-23  Bruno Haible  <bruno@clisp.org>
648
649	* configure.ac: Invoke gl_BYTESWAP. Define ENDIANNESS.
650
6512005-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
6572005-08-11  Bruno Haible  <bruno@clisp.org>
658
659	* configure.ac: Accept --without-emacs option.
660
6612005-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
6662005-07-26  Bruno Haible  <bruno@clisp.org>
667
668	* configure.ac: Move the AM_GNU_GETTEXT invocation early, since it
669	modifies CPPFLAGS.
670
6712005-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
6792005-05-01  Bruno Haible  <bruno@clisp.org>
680
681	* configure.ac: Call gt_CSHARPEXEC with parameters.
682
6832005-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
6882006-06-21  Bruno Haible  <bruno@clisp.org>
689
690	* gettext-0.14.6 released.
691
6922006-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
6982005-05-23  Bruno Haible  <bruno@clisp.org>
699
700	* gettext-0.14.5 released.
701
7022005-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
7082005-04-11  Bruno Haible  <bruno@clisp.org>
709
710	* gettext-0.14.4 released.
711
7122005-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
7182005-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
7242005-03-14  Bruno Haible  <bruno@clisp.org>
725
726	* gettext-0.14.3 released.
727
7282005-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
7342005-02-24  Bruno Haible  <bruno@clisp.org>
735
736	* gettext-0.14.2 released.
737
7382005-02-13  Bruno Haible  <bruno@clisp.org>
739
740	* configure.ac: Invoke gt_LOCALE_FR_UTF8.
741
7422005-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
7472005-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
7532005-02-12  Bruno Haible  <bruno@clisp.org>
754
755	* windows/getopt.h: New file.
756	* Makefile.am (EXTRA_DIST): Add it.
757
7582005-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
7642005-02-10  Bruno Haible  <bruno@clisp.org>
765
766	* windows/gettextpo.def: Add po_header_set_field.
767
7682005-02-10  Bruno Haible  <bruno@clisp.org>
769
770	* windows/gettextpo.def: Add libgettextpo_version.
771
7722005-02-10  Bruno Haible  <bruno@clisp.org>
773
774	* windows/gettextpo.def: Add po_message_remove_filepos,
775	po_message_add_filepos.
776
7772005-02-10  Bruno Haible  <bruno@clisp.org>
778
779	* windows/gettextpo.def: Add po_message_set_extracted_comments.
780
7812005-02-07  Bruno Haible  <bruno@clisp.org>
782
783	* windows/gettextlib.def: Add c_strcasecmp, c_strncasecmp.
784
7852005-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
7952005-01-06  Bruno Haible  <bruno@clisp.org>
796
797	* configure.ac: Invoke gl_STRCASE. Don't test for strcasecmp and
798	strncasecmp here.
799
8002005-01-06  Bruno Haible  <bruno@clisp.org>
801
802	* configure.ac: Invoke gl_FUNC_STPNCPY.
803
8042005-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
8102005-01-06  Bruno Haible  <bruno@clisp.org>
811
812	* configure.ac: Invoke gl_QUOTE.
813
8142005-01-06  Bruno Haible  <bruno@clisp.org>
815
816	* configure.ac: Invoke gl_EXITFAIL.
817
8182005-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
8262005-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
8312005-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
8362005-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
8422004-12-10  Bruno Haible  <bruno@clisp.org>
843
844	* windows/gettextlib.def: Export obstack_free, not _obstack_free.
845
8462004-09-06  Bruno Haible  <bruno@clisp.org>
847
848	* windows/gettextpo.def: Add po_message_check_format.
849
8502004-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
8552004-04-19  Bruno Haible  <bruno@clisp.org>
856
857	* gettext.m4: Change jm_ to gl_ in all uses of AC_DEFINE'd names.
858
8592004-03-11  Bruno Haible  <bruno@clisp.org>
860
861	* Makefile.am (config.h.msvc): Fix the value of SIZE_MAX.
862
8632004-02-07  Bruno Haible  <bruno@clisp.org>
864
865	* configure.ac: Invoke gl_QUOTEARG.
866
8672004-01-29  Bruno Haible  <bruno@clisp.org>
868
869	* gettext-0.14.1 released.
870
8712004-01-28  Bruno Haible  <bruno@clisp.org>
872
873	* gettext-0.14 released.
874
8752004-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
8802004-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
8872004-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
8932004-01-10  Bruno Haible  <bruno@clisp.org>
894
895	* configure.ac: When --disable-csharp was given, set BUILDCSHARP=no.
896
8972003-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
9042003-12-27  Bruno Haible  <bruno@clisp.org>
905
906	* configure.ac: Set and AC_SUBST the TESTLIBASPRINTF variable.
907
9082003-12-12  Bruno Haible  <bruno@clisp.org>
909
910	Assume automake-1.8.
911	* Makefile.am (html): Remove rule.
912
9132003-11-30  Bruno Haible  <bruno@clisp.org>
914
915	* configure.ac: Remove computation of LTALLOCA.
916
9172003-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
9222003-12-17  Bruno Haible  <bruno@clisp.org>
923
924	* gettext-0.13.1 released.
925
9262003-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
9352003-12-02  Bruno Haible  <bruno@clisp.org>
936
937	* configure.ac: Invoke FIX_MAKEFILE_DISTRIB for examples/Makefile.
938
9392003-11-30  Bruno Haible  <bruno@clisp.org>
940
941	* gettext-0.13 released.
942
9432003-11-28  Bruno Haible  <bruno@clisp.org>
944
945	* Makefile.am (config.h.msvc): Define SIZE_MAX and inline.
946
9472003-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
9542003-11-16  Bruno Haible  <bruno@clisp.org>
955
956	* configure.ac (man/Makefile): Postprocess with FIX_MAKEFILE_DISTRIB.
957
9582003-11-16  Bruno Haible  <bruno@clisp.org>
959
960	* windows/gettextpo.rc: Bump version number to 0.13.
961
9622003-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
9742003-11-13  Bruno Haible  <bruno@clisp.org>
975
976	* configure.ac (docdir): New variable.
977
9782003-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
9832003-11-04  Bruno Haible  <bruno@clisp.org>
984
985	* configure.ac: Invoke gl_XSIZE.
986
9872003-10-31  Bruno Haible  <bruno@clisp.org>
988
989	* configure.ac: Also check for waitid.
990
9912003-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
9962003-10-07  Bruno Haible  <bruno@clisp.org>
997
998	* configure.ac: Drop PARAMS definition from config.h.in.
999
10002003-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
10052003-10-04  Bruno Haible  <bruno@clisp.org>
1006
1007	* configure.ac: Remove gt_PROG_LEX invocation.
1008
10092003-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
10152003-09-16  Bruno Haible  <bruno@clisp.org>
1016
1017	Portability to SunOS 4.
1018	* configure.ac: Also check for atexit.
1019
10202003-09-14  Bruno Haible  <bruno@clisp.org>
1021
1022	* windows/gettextlib.def: Export fwriteerror.
1023
10242003-09-13  Bruno Haible  <bruno@clisp.org>
1025
1026	* windows/gettextlib.def: Export close_stdout.
1027
10282003-09-09  Bruno Haible  <bruno@clisp.org>
1029
1030	* configure.ac: Don't test for putc_unlocked.
1031
10322003-08-31  Bruno Haible  <bruno@clisp.org>
1033
1034	* windows/gettextsrc.def: Add formatstring_sh.
1035
10362003-08-29  Bruno Haible  <bruno@clisp.org>
1037
1038	* Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF,
1039	HAVE_DECL__SNWPRINTF.
1040
10412003-08-24  Bruno Haible  <bruno@clisp.org>
1042
1043	* configure.ac: Define DLL_VARIABLE in config.h through AH_BOTTOM.
1044
10452003-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
10502003-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
10562003-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
10632003-08-23  Bruno Haible  <bruno@clisp.org>
1064
1065	* configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS.
1066
10672003-08-23  Bruno Haible  <bruno@clisp.org>
1068
1069	* windows/fnmatch.h: Include fnmatch_.h.
1070
10712003-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
10772003-07-01  Bruno Haible  <bruno@clisp.org>
1078
1079	* configure.ac: Invoke gl_FUNC_READLINK.
1080
10812003-07-01  Bruno Haible  <bruno@clisp.org>
1082
1083	* Makefile.am (windows/stdbool.h): Use stdbool_.h instead of
1084	stdbool.h.in.
1085
10862003-06-19  Bruno Haible  <bruno@clisp.org>
1087
1088	* configure.ac: Invoke gt_LOCALE_FR.
1089
10902003-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
10992003-05-22  Bruno Haible  <bruno@clisp.org>
1100
1101	* gettext-0.12.1 released.
1102
11032003-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
11082003-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
11142003-05-17  Bruno Haible  <bruno@clisp.org>
1115
1116	* gettext-0.12 released.
1117
11182003-05-17  Bruno Haible  <bruno@clisp.org>
1119
1120	* Makefile.am (config.h.msvc): Define HAVE_STRPBRK.
1121
11222003-05-15  Bruno Haible  <bruno@clisp.org>
1123
1124	* Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
1125
11262003-05-12  Bruno Haible  <bruno@clisp.org>
1127
1128	* configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
1129
11302003-05-12  Bruno Haible  <bruno@clisp.org>
1131
1132	* windows/gettextsrc.def: Update.
1133	Based on a patch by Perry Rapp.
1134
11352003-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
11422003-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
11472003-04-10  Bruno Haible  <bruno@clisp.org>
1148
1149	* configure.ac: Invoke gl_FUNC_EACCESS.
1150
11512003-04-05  Bruno Haible  <bruno@clisp.org>
1152
1153	* Makefile.am (config.h.msvc): Remove redundant sed expression.
1154
11552003-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
11602003-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
11662003-03-30  Bruno Haible  <bruno@clisp.org>
1167
1168	* configure.ac: Add checks for <pwd.h> and chown().
1169
11702003-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
11872003-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
11942003-02-28  Bruno Haible  <bruno@clisp.org>
1195
1196	* configure.ac: Invoke gl_PATHMAX.
1197
11982003-02-22  Bruno Haible  <bruno@clisp.org>
1199
1200	* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
1201
12022003-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
12072003-02-12  Bruno Haible  <bruno@clisp.org>
1208
1209	Big restructuring.
1210	* configure.ac: New file.
1211	* Makefile.am: New file.
1212
1213