• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12015-09-30  Daiki Ueno  <ueno@gnu.org>
2
3	* Makefile.am (ABOUT-NLS): Don't omit directory name of input file.
4
52015-09-11  Daiki Ueno  <ueno@gnu.org>
6
7	* gettext 0.19.6 released.
8
92015-07-10  Daiki Ueno  <ueno@gnu.org>
10
11	* gettext 0.19.5 released.
12
132015-06-23  Daiki Ueno  <ueno@gnu.org>
14
15	* m4/codeset.m4: Update copyright year.
16	* m4/gettext.m4: Likewise.
17	* m4/iconv.m4: Likewise.
18	* m4/intl.m4: Likewise.
19	* m4/intldir.m4: Likewise.
20	* m4/intlmacosx.m4: Likewise.
21	* m4/lcmessage.m4: Likewise.
22	* m4/nls.m4: Likewise.
23	* m4/po.m4: Likewise.
24	* m4/extern-inline.m4: Likewise.  Port the following change:
25	    2015-04-29  Paul Eggert  <eggert@cs.ucla.edu>
26	      extern-inline: no need for workaround in GCC 5.1
27	      * doc/extern-inline.texi (extern inline):
28	      * m4/extern-inline.m4 (gl_EXTERN_INLINE):
29	      GCC bugs 54113 and 63877 are fixed in GCC 5.1, so don't work
30	      around these bugs in GCC 5.1 and later.  Maybe in a decade or
31	      two we can remove these workarounds.
32
332015-06-23  Daiki Ueno  <ueno@gnu.org>
34
35	* ABOUT-NLS: Regenerate for 0.19.5.
36
372014-12-24  Daiki Ueno  <ueno@gnu.org>
38
39	* gettext 0.19.4 released.
40
412014-10-15  Daiki Ueno  <ueno@gnu.org>
42
43	* gettext 0.19.3 released.
44
452014-10-02  Daiki Ueno  <ueno@gnu.org>
46
47	* configure.ac: To automatically disable building libasprintf when
48	no C++ is found, check if CXX is "no", not ":".  This seems to be
49	a left over of commit 09963c23.  Reported by Assaf Gordon in:
50	<https://lists.gnu.org/archive/html/bug-gettext/2014-10/msg00003.html>.
51
522014-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53
54	* configure.ac: Invoke AM_PROG_CC_C_O so that the system stdbool.h
55	will be used on Solaris.  Suggested by Paul Eggert in:
56	<https://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00053.html>.
57
582014-07-14  Daiki Ueno  <ueno@gnu.org>
59
60	* gettext 0.19.2 released.
61
622014-06-10  Daiki Ueno  <ueno@gnu.org>
63
64	* gettext 0.19.1 released.
65
662014-06-02  Daiki Ueno  <ueno@gnu.org>
67
68	* gettext 0.19 released.
69
702014-05-14  Daiki Ueno  <ueno@gnu.org>
71
72	* configure.ac: Adjust $docdir assuming that AC_PACKAGE_TARNAME is
73	set.
74
752014-04-22  Daiki Ueno  <ueno@gnu.org>
76
77	build: Use git-version-gen intead of version.sh
78	* configure.ac: Use git-version-gen in AC_INIT.
79
802013-07-07  Daiki Ueno  <ueno@gnu.org>
81
82	* NEWS: Mention setlocale() change on Mac OS X.
83
842013-05-29  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
85
86	* configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
87	Require Automake 1.11.1 or later, so that the 'parallel-tests'
88	will be certainly available.
89	(AC_INIT): Require Autoconf 2.62 or later; that is the minimal
90	version supported by Automake 1.11.1 or later.
91
922012-12-27  Daiki Ueno  <ueno@gnu.org>
93
94	* configure.ac (WOE32DLL): New conditional.
95	(INTL_EXPORTS_FLAGS): New substituted variable.
96
972012-12-25  Daiki Ueno  <ueno@gnu.org>
98
99	* gettext-0.18.2 released.
100
1012012-12-17  Daiki Ueno  <ueno@unixuser.org>
102
103	* configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
104	Suggested by Stefano Lattarini <stefano.lattarini@gmail.com>.
105
1062012-01-26  Bruno Haible  <bruno@clisp.org>
107
108	Modernize quoting.
109	* INSTALL: Process through sed -e "s/\`\([^']*\)'/‘\1’/g"
110	* Makefile.am (ABOUT-NLS): Likewise. Use --plaintext instead of
111	--no-header.
112
1132011-06-03  Bruno Haible  <bruno@clisp.org>
114
115	Copyright: Use LGPL 2.1 instead of LGPL 2.0.
116	* COPYING: Update file references.
117
1182010-07-31  Bruno Haible  <bruno@clisp.org>
119
120	Use new ansi-c++.m4 from gnulib.
121	* configure.ac: Invoke gl_PROG_ANSI_CXX instead of gt_PROG_ANSI_CXX.
122	Reported at <https://savannah.gnu.org/bugs/?30607>.
123
1242010-06-04  Bruno Haible  <bruno@clisp.org>
125
126	* gettext-0.18.1 released.
127
1282010-05-09  Bruno Haible  <bruno@clisp.org>
129
130	* gettext-0.18 released.
131
1322010-04-02  Bruno Haible  <bruno@clisp.org>
133
134	* Makefile.am (ACLOCAL_AMFLAGS): Remove "-I ../autoconf-lib-link/m4"
135	option.
136
1372009-12-26  Bruno Haible  <bruno@clisp.org>
138
139	* NEWS: Mention the use of the thread-specific locale on MacOS X.
140
1412009-05-23  Bruno Haible  <bruno@clisp.org>
142
143	* configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option.
144
1452009-05-23  Bruno Haible  <bruno@clisp.org>
146
147	* configure.ac: Invoke gl_INIT_PACKAGE. Use the preferred form of
148	AM_INIT_AUTOMAKE.
149
1502009-05-21  Bruno Haible  <bruno@clisp.org>
151
152	Assume automake >= 1.10.2.
153	* configure.ac (AC_CONFIG_FILES): Remove FIX_MAKEFILE_COMPILE
154	invocations.
155
1562009-03-25  Bruno Haible  <bruno@clisp.org>
157
158	Fix the handling of Windows resources in shared libraries.
159	* configure.ac: Invoke LT_LANG for 'Windows Resource'.
160
1612009-01-14  Bruno Haible  <bruno@clisp.org>
162
163	* configure.ac: More consistent m4 quoting.
164
1652008-04-20  Bruno Haible  <bruno@clisp.org>
166
167	* configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
168
1692007-11-07  Bruno Haible  <bruno@clisp.org>
170
171	* gettext-0.17 released.
172
1732007-05-28  Bruno Haible  <bruno@clisp.org>
174
175	* configure.ac (WOE32): New conditional.
176
1772007-04-13  Bruno Haible  <bruno@clisp.org>
178
179	* configure.ac: For LIBSCHED, try also -lposix4.
180	Reported by Arto C. Nirkko <anirkko@insel.ch>.
181
1822006-10-27  Bruno Haible  <bruno@clisp.org>
183
184	Work around automake-1.10 annoyance.
185	* Makefile.am (ACLOCAL): New macro.
186
1872006-11-27  Bruno Haible  <bruno@clisp.org>
188
189	* gettext-0.16.1 released.
190
1912006-10-26  Bruno Haible  <bruno@clisp.org>
192
193	* gettext-0.16 released.
194
1952006-10-25  Bruno Haible  <bruno@clisp.org>
196
197	* configure.ac: Don't invoke AC_RELOCATABLE; now done through the
198	relocwrapper module.
199
2002006-10-25  Bruno Haible  <bruno@clisp.org>
201
202	* configure.ac (DLL_VARIABLE): Define to empty if IN_RELOCWRAPPER is
203	defined.
204
2052006-10-14  Bruno Haible  <bruno@clisp.org>
206
207	* COPYING: Clarify copyright of the programs.
208	Reported by Charles Wilson <cwilson@fastmail.fm>.
209
2102006-10-02  Bruno Haible  <bruno@clisp.org>
211
212	* Makefile.am (EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4.
213
2142006-10-02  Bruno Haible  <bruno@clisp.org>
215
216	* Makefile.am (ACLOCAL_AMFLAGS): Move gnulib-m4 to the end, since
217	sometime we have newer m4 files than gnulib.
218
2192006-07-31  Bruno Haible  <bruno@clisp.org>
220
221	* Makefile.am (ACLOCAL_AMFLAGS): Append gnulib-m4. Remove
222	../gettext-tools/m4 and ../gettext-tools/gnulib-m4.
223	(SUBDIRS): Replace lib with gnulib-lib.
224	* configure.ac (AC_PREREQ): Bump to 2.59.
225	(gl_EARLY): Invoke.
226	(AC_GNU_SOURCE, gl_USE_SYSTEM_EXTENSIONS): Remove invocations.
227	(gl_INIT): Invoke.
228	(string.h, AM_STDBOOL_H, gl_ALLOCSA, strerror, strstr, atexit, memmove,
229	gl_GETOPT, gt_FUNC_SETENV, gl_FUNC_STRERROR, gl_FUNC_STRTOUL,
230	gl_FUNC_GLIBC_UNLOCKED_IO, gl_ERROR, gl_PATHMAX, gl_FUNC_READLINK,
231	gl_XREADLINK, gl_CANONICALIZE): Remove tests done directly or
232	indirectly by gl_INIT.
233	(AC_CONFIG_FILES): Add gnulib-lib/Makefile, remove lib/Makefile.
234	Remove lib/javacomp.sh, lib/csharpcomp.sh.
235
2362006-07-30  Bruno Haible  <bruno@clisp.org>
237
238	* Makefile.am (ACLOCAL_AMFLAGS): Append ../gettext-tools/gnulib-m4.
239
2402006-07-30  Bruno Haible  <bruno@clisp.org>
241
242	* configure.ac: Update for changed location of javacomp.sh.in and
243	csharpcomp.sh.in.
244
2452006-07-25  Bruno Haible  <bruno@clisp.org>
246
247	* windows: Remove directory.
248	* Makefile.msvc: Remove file.
249	* Makefile.am (config.h.msvc, intl/libgnuintl.h.msvc-static,
250	intl/libgnuintl.h.msvc-shared): Remove rules.
251	(EXTRA_DIST): Remove Makefile.msvc, config.h.msvc, windows/*.
252
2532006-07-25  Bruno Haible  <bruno@clisp.org>
254
255	* Makefile.vms: Remove file.
256	* Makefile.am (config.h_vms, intl/libgnuintl.h_vms): Remove rules.
257	(EXTRA_DIST): Remove Makefile.vms, config.h_vms.
258
2592006-07-21  Bruno Haible  <bruno@clisp.org>
260
261	* gettext-0.15 released.
262
2632006-07-20  Bruno Haible  <bruno@clisp.org>
264
265	* windows/intl.rc: Bump version number to 0.15.0.
266
2672006-06-27  Bruno Haible  <bruno@clisp.org>
268
269	* configure.ac: Remove AC_ISC_POSIX invocation.
270
2712006-06-27  Bruno Haible  <bruno@clisp.org>
272
273	Assume vprintf function.
274	* configure.ac: Remove AC_FUNC_VPRINTF invocation.
275	* Makefile.am (config.h_vms, config.h.msvc): Remove unused HAVE_VPRINTF
276	substitution.
277
2782006-06-27  Bruno Haible  <bruno@clisp.org>
279
280	* Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H
281	substitution.
282
2832006-04-14  Bruno Haible  <bruno@clisp.org>
284
285	Assume autoconf >= 2.60.
286	* configure.ac (docdir): If --docdir value was given, use that.
287	(mandir): Remove customization.
288
2892006-05-15  Bruno Haible  <bruno@clisp.org>
290
291	* configure.ac (DLL_VARIABLE): Define as empty on mingw, like on
292	Cygwin.
293
2942006-05-01  Bruno Haible  <bruno@clisp.org>
295
296	* configure.ac: Pass a source-version and a target-version to
297	gt_JAVACOMP.
298
2992006-04-02  Bruno Haible  <bruno@clisp.org>
300
301	* configure.ac: Test for strstr().
302	* Makefile.am (config.h_vms, config.h.msvc): Also define HAVE_STRSTR.
303
3042005-11-23  Bruno Haible  <bruno@clisp.org>
305
306	Cygwin portability.
307	* configure.ac: Invoke gl_WOE32_DLL.
308
3092005-11-24  Bruno Haible  <bruno@clisp.org>
310
311	* Makefile.am (config.h_vms, config.h.msvc): Treat HAVE_FWPRINTF like
312	HAVE_WPRINTF. Needed since 2003-09-17.
313	Reported by Svante Seleborg <svante@axantum.com>.
314
3152005-08-28  Bruno Haible  <bruno@clisp.org>
316
317	* Makefile.am (config.h_vms): Remove setting of HAVE_MALLOC_H,
318	HAVE_NL_TYPES_H.
319
3202005-08-28  Bruno Haible  <bruno@clisp.org>
321
322	* Makefile.am (intl/libgnuintl.h_vms, intl/libgnuintl.h.msvc-static,
323	intl/libgnuintl.h.msvc-shared): Remove the IN_LIBGLOCALE conditional.
324
3252008-08-28  Bruno Haible  <bruno@clisp.org>
326
327	* glocale: Remove directory, moved to separate project.
328	* configure.ac (--disable-libglocale): Remove option.
329	(SUBDIR_glocale): Remove variable.
330	(ENABLE_GLOCALE): Remove conditional.
331	(AC_CONFIG_SUBDIRS): Remove glocale.
332	* Makefile.am (SUBDIR_glocale): Remove variable.
333	(SUBDIRS): Remove $(SUBDIR_glocale).
334
3352005-08-13  Bruno Haible  <bruno@clisp.org>
336
337	New configure options --disable-java, --disable-native-java.
338	* configure.ac: Invoke gt_JAVA_CHOICE.
339	(BUILDJAVA): Use it.
340
3412005-08-10  Bruno Haible  <bruno@clisp.org>
342
343	* configure.ac (SUBDIR_libasprintf, SUBDIR_glocale): Remove AC_SUBSTs.
344	(ENABLE_LIBASPRINTF, ENABLE_GLOCALE): New automake conditionals.
345	* Makefile.am (SUBDIR_libasprintf, SUBDIR_glocale): New variables.
346	(SUBDIRS): Use them.
347	(DIST_SUBDIRS): Remove variable. Automake computes it correctly through
348	the conditionals.
349	Suggested by Stepan Kasal <kasal@ucw.cz>.
350
3512005-07-31  Bruno Haible  <bruno@clisp.org>
352
353	* glocale: New directory.
354	* configure.ac (SUBDIR_glocale): New variable.
355	* Makefile.am (SUBDIRS): Add SUBDIR_glocale.
356	(DIST_SUBDIRS): Add glocale.
357
3582005-07-26  Bruno Haible  <bruno@clisp.org>
359
360	* configure.ac: Move the AM_GNU_GETTEXT invocation early, since it
361	modifies CPPFLAGS.
362
3632005-07-16  Bruno Haible  <bruno@clisp.org>
364
365	* tests: New directory.
366	* configure.ac (LIBSCHED): New variable.
367	Add AC_CONFIG of tests/Makefile.
368	* Makefile.am (SUBDIRS, DIST_SUBDIRS): Add tests.
369	(config.h.msvc): Define USE_WIN32_THREADS.
370
3712005-07-05  Bruno Haible  <bruno@clisp.org>
372
373	* configure.ac (DLL_VARIABLE): Define also as nonempty when building
374	shared libraries with mingw.
375
3762006-06-21  Bruno Haible  <bruno@clisp.org>
377
378	* gettext-0.14.6 released.
379
3802006-06-21  Bruno Haible  <bruno@clisp.org>
381
382	* windows/intl.rc: Bump version number to 0.14.6.
383
3842005-05-23  Bruno Haible  <bruno@clisp.org>
385
386	* gettext-0.14.5 released.
387
3882005-05-23  Bruno Haible  <bruno@clisp.org>
389
390	* windows/intl.rc: Bump version number to 0.14.5.
391
3922005-04-11  Bruno Haible  <bruno@clisp.org>
393
394	* gettext-0.14.4 released.
395
3962005-04-11  Bruno Haible  <bruno@clisp.org>
397
398	* windows/intl.rc: Bump version number to 0.14.4.
399
4002005-03-22  Bruno Haible  <bruno@clisp.org>
401
402	* configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
403	* Makefile.am (ACLOCAL_AMFLAGS): Replace config/m4 with m4.
404
4052005-03-14  Bruno Haible  <bruno@clisp.org>
406
407	* gettext-0.14.3 released.
408
4092005-03-08  Bruno Haible  <bruno@clisp.org>
410
411	* windows/intl.rc: Bump version number to 0.14.3.
412
4132005-02-24  Bruno Haible  <bruno@clisp.org>
414
415	* gettext-0.14.2 released.
416
4172005-02-13  Bruno Haible  <bruno@clisp.org>
418
419	* configure.ac: Invoke gl_FUNC_STRTOUL instead of
420	AC_CHECK_FUNCS(strtoul).
421
4222005-02-11  Bruno Haible  <bruno@clisp.org>
423
424	* windows/intl.rc: Bump version number to 0.14.2.
425
4262005-02-10  Bruno Haible  <bruno@clisp.org>
427
428	* configure.ac: Add creation rule for src/gettext.sh.
429
4302005-01-06  Bruno Haible  <bruno@clisp.org>
431
432	* configure.ac: Invoke gl_ERROR instead of gt_FUNC_ERROR_AT_LINE.
433	* Makefile.am (config.h_vms, config.h.msvc): Remove setting of
434	HAVE_DECL_STRERROR.
435
4362005-01-06  Bruno Haible  <bruno@clisp.org>
437
438	* configure.ac: Invoke gl_GETOPT.
439	* Makefile.am (config.h_vms, config.h.msvc): Define __GETOPT_PREFIX
440	to empty.
441
4422005-01-06  Bruno Haible  <bruno@clisp.org>
443
444	* Makefile.am (config.h_vms, config.h.msvc): Define USE_UNLOCKED_IO
445	to 1.
446
4472005-01-05  Bruno Haible  <bruno@clisp.org>
448
449	* windows/intl.rc: Update copyright year.
450
4512004-03-11  Bruno Haible  <bruno@clisp.org>
452
453	* Makefile.am (config.h.msvc): Fix the value of SIZE_MAX.
454
4552004-01-29  Bruno Haible  <bruno@clisp.org>
456
457	* gettext-0.14.1 released.
458
4592004-01-28  Bruno Haible  <bruno@clisp.org>
460
461	* gettext-0.14 released.
462
4632004-01-24  Bruno Haible  <bruno@clisp.org>
464
465	* Makefile.am (config.h_vms): Set MALLOC_0_IS_NONNULL to 0.
466	(config.h.msvc): Set MALLOC_0_IS_NONNULL to 1.
467
4682004-01-17  Bruno Haible  <bruno@clisp.org>
469
470	* windows/intl.rc: Bump version number to 0.14.
471
4722004-01-10  Bruno Haible  <bruno@clisp.org>
473
474	* configure.ac: When --disable-csharp was given, set BUILDCSHARP=no.
475
4762003-12-26  Bruno Haible  <bruno@clisp.org>
477
478	Support for C#.
479	* intl-csharp: New subdirectory.
480	* Makefile.am (SUBDIRS): Add intl-csharp.
481	(DIST_SUBDIRS): Add intl-csharp.
482	* configure.ac: Invoke gt_CSHARPCOMP. Set BUILDCSHARP.
483	(AC_CONFIG_FILES): Add intl-csharp/Makefile and lib/csharpcomp.sh.
484
4852003-12-12  Bruno Haible  <bruno@clisp.org>
486
487	Assume automake-1.8.
488	* Makefile.am (html): Remove rule.
489
4902003-11-30  Bruno Haible  <bruno@clisp.org>
491
492	* configure.ac: Invoke gl_ALLOCSA instead of gl_FUNC_ALLOCA.
493
4942003-12-17  Bruno Haible  <bruno@clisp.org>
495
496	* gettext-0.13.1 released.
497
4982003-11-30  Bruno Haible  <bruno@clisp.org>
499
500	* gettext-0.13 released.
501
5022003-11-28  Bruno Haible  <bruno@clisp.org>
503
504	* Makefile.am (config.h.msvc): Define SIZE_MAX and inline.
505
5062003-11-16  Bruno Haible  <bruno@clisp.org>
507
508	* configure.ac (man/Makefile): Postprocess with FIX_MAKEFILE_DISTRIB.
509
5102003-11-13  Bruno Haible  <bruno@clisp.org>
511
512	* configure.ac (docdir): New variable.
513
5142003-11-04  Bruno Haible  <bruno@clisp.org>
515
516	* Makefile.am (MAKEINFO): Set LC_MESSAGES and LC_ALL to empty as well.
517
5182003-10-31  Bruno Haible  <bruno@clisp.org>
519
520	* configure.ac: Remove argument of FIX_MAKEFILE_COMPILE.
521
5222003-09-16  Bruno Haible  <bruno@clisp.org>
523
524	Portability to SunOS 4.
525	* configure.ac: Also check for strtoul and atexit.
526
5272003-08-29  Bruno Haible  <bruno@clisp.org>
528
529	* Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF,
530	HAVE_DECL__SNWPRINTF.
531
5322003-08-24  Bruno Haible  <bruno@clisp.org>
533
534	* configure.ac: Define DLL_VARIABLE in config.h through AH_BOTTOM.
535
5362003-08-23  Bruno Haible  <bruno@clisp.org>
537
538	* Makefile.am (config.h_vms): Define HAVE_READLINK and HAVE_WCSLEN.
539	(config.h.msvc): Define HAVE_WCSLEN and ssize_t.
540
5412003-08-23  Bruno Haible  <bruno@clisp.org>
542
543	* configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS.
544
5452003-08-23  Bruno Haible  <bruno@clisp.org>
546
547	* configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H.
548
5492003-07-01  Bruno Haible  <bruno@clisp.org>
550
551	* configure.ac: Invoke gl_FUNC_READLINK.
552
5532003-06-19  Bruno Haible  <bruno@clisp.org>
554
555	* Makefile.am (config.h_vms, config.h.msvc): Update.
556	(intl/libgnuintl.h_vms, intl/libgnuintl.h.msvc-static): New rule.
557	(all-local): Depend on them.
558	(intl/libgnuintl.h.msvc-shared): Also perform some AC_SUBST
559	substitutions.
560
5612003-06-19  Bruno Haible  <bruno@clisp.org>
562
563	* configure.ac: New option --disable-libasprintf.
564
5652003-06-08  Bruno Haible  <bruno@clisp.org>
566
567	* Makefile.am (config.h_vms): Don't define HAVE_ENVIRON_DECL.
568	Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
569
5702003-05-22  Bruno Haible  <bruno@clisp.org>
571
572	* gettext-0.12.1 released.
573
5742003-05-20  Bruno Haible  <bruno@clisp.org>
575
576	* Makefile.am (config.h_vms, config.h.msvc,
577	intl/libgnuintl.h.msvc-shared): Don't use $< here.
578
5792003-05-19  Bruno Haible  <bruno@clisp.org>
580
581	* windows/intl.rc: Include <winver.h>.
582	Reported by Perry Rapp.
583
5842003-05-17  Bruno Haible  <bruno@clisp.org>
585
586	* gettext-0.12 released.
587
5882003-05-15  Bruno Haible  <bruno@clisp.org>
589
590	* Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
591
5922003-05-12  Bruno Haible  <bruno@clisp.org>
593
594	* configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
595
5962003-04-12  Bruno Haible  <bruno@clisp.org>
597
598	* Makefile.am (config.h_vms): Renamed from config.h.vms.
599	* Makefile.vms: Don't use the force target. Don't recurse into
600	libasprintf. Use config.h_vms, not config.h.vms. Correct wildcard
601	syntax.
602	Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
603
6042003-04-12  Bruno Haible  <bruno@clisp.org>
605
606	* configure.ac (mandir): Change default value.
607	* Makefile.msvc (mandir, docdir): Use datadir instead of prefix.
608
6092003-03-30  Bruno Haible  <bruno@clisp.org>
610
611	* Makefile.vms: New file.
612	* Makefile.am (config.h.vms): New rule.
613	(EXTRA_DIST): Add Makefile.vms and config.h.vms.
614
6152003-03-17  Bruno Haible  <bruno@clisp.org>
616
617	Native Woe32/MSVC support.
618	* Makefile.msvc: New file.
619	* README.woe32: New file.
620	* windows/dllexport.h: New file.
621	* windows/intl.rc: New file.
622	* Makefile.am (EXTRA_DIST): Add them and config.h.msvc.
623	(config.h.msvc, intl/libgnuintl.h.msvc-shared): New rules.
624
6252003-02-28  Bruno Haible  <bruno@clisp.org>
626
627	Support for relocatable installation.
628	* configure.ac: Invoke AC_RELOCATABLE, gt_STDBOOL_H, gl_FUNC_ALLOCA,
629	AC_REPLACE_FUNCS([memmove]), gt_FUNC_SETENV, gl_FUNC_STRERROR,
630	gl_PATHMAX, gl_XREADLINK, gl_CANONICALIZE.
631	* INSTALL: Document --enable-relocatable and --with-libintl-prefix.
632
6332003-02-22  Bruno Haible  <bruno@clisp.org>
634
635	* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
636
6372003-02-18  Bruno Haible  <bruno@clisp.org>
638
639	* Makefile.am: Install ABOUT-NLS in $(datadir)/gettext.
640
6412003-02-12  Bruno Haible  <bruno@clisp.org>
642
643	Extracted from gettext package.
644	* configure.ac: New file.
645	* Makefile.am: New file.
646	* AUTHORS, BUGS, COPYING, INSTALL, NEWS, README: New files.
647
648