source: trunk/third/gettext/ChangeLog @ 18200

Revision 18200, 48.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18199, which included commits to RCS files with non-trunk default branches.
Line 
12002-08-06  Bruno Haible  <bruno@clisp.org>
2
3        * gettext-0.11.5 released.
4
52002-07-25  Bruno Haible  <bruno@clisp.org>
6
7        * gettext-0.11.4 released.
8
92002-07-17  Bruno Haible  <bruno@clisp.org>
10
11        * gettext-0.11.3 released.
12
132002-07-16  Bruno Haible  <bruno@clisp.org>
14
15        * configure.in: Bump version number to 0.11.3.
16        (RELEASE_DATE): Bump.
17
182002-07-16  Bruno Haible  <bruno@clisp.org>
19
20        * configure.in: Call gt_GCJ and set BUILDJAVAEXE.
21
222002-07-16  Bruno Haible  <haible@clisp.cons.org>
23
24        * config.guess, config.sub: Update to GNU version 2002-07-09.
25
262002-07-14  Bruno Haible  <bruno@clisp.org>
27
28        * configure.in: Switch to autoconf-2.52. Split AC_INIT into AC_INIT
29        and AC_CONFIG_SRCDIR. Replace AM_TYPE_PTRDIFF_T with AC_CHECK_TYPES.
30        Call AH_TOP and AH_BOTTOM with earlier contents of acconfig.h. Use
31        AC_LANG_PUSH/AC_LANG_POP instead of AC_LANG_CPLUSPLUS/AC_LANG_RESTORE.
32        Use AC_TRY_EVAL instead of AC_TRY_COMPILER.
33        * acconfig.h: Remove file.
34
352002-06-15  Bruno Haible  <bruno@clisp.org>
36
37        * configure.in: Call AC_LIBTOOL_WIN32_DLL.
38
392002-05-19  Bruno Haible  <bruno@clisp.org>
40
41        * Makefile.am (CONFIGURES_RPATHZ, CONFIGURES_RPATHLZ,
42        CONFIGURES_RPATHLZYX): New variables.
43        (SUBCONFIGURES): Add them.
44        ($(srcdir)/tests/rpath*z*/Makefile.in): New rules.
45        ($(srcdir)/tests/rpath*z*/aclocal.m4): New rules.
46        ($(srcdir)/tests/rpath*z*/configure): New rules.
47
482002-05-18  Bruno Haible  <bruno@clisp.org>
49
50        * PACKAGING: Remove note about libgettextlib.a and libgettextsrc.a.
51
522002-05-03  Bruno Haible  <bruno@clisp.org>
53
54        * Makefile.am (SUBDIRS): Move man and m4 after projects and misc.
55        'man' must be after 'misc' because 'misc' contains some programs.
56
572002-05-01  Bruno Haible  <bruno@clisp.org>
58
59        * configure.in (AC_OUTPUT): Add misc/autopoint. Make misc/autopoint
60        executable.
61
622002-05-01  Bruno Haible  <bruno@clisp.org>
63
64        * INSTALL: Remove the recommendation to set CPPFLAGS and LDFLAGS.
65        The lib-link.m4 macros make this unnecessary.
66
672002-04-28  Bruno Haible  <bruno@clisp.org>
68
69        * Makefile.am (gettextsrc_SCRIPTS): Add mkinstalldirs.
70
712002-04-24  Bruno Haible  <bruno@clisp.org>
72
73        * gettext-0.11.2 released.
74
752002-04-24  Bruno Haible  <bruno@clisp.org>
76
77        * configure.in: Bump version number to 0.11.2.
78        (RELEASE_DATE): Bump.
79
802002-03-15  Andrew Zabolotny  <zap@cobra.ru>
81
82        * os2/README.OS2: Update.
83        * os2/Makefile: Likewise.
84
852002-03-12  Bruno Haible  <bruno@clisp.org>
86
87        * gettext-0.11.1 released.
88
892002-03-12  Bruno Haible  <bruno@clisp.org>
90
91        * configure.in: Bump version number to 0.11.1.
92        (RELEASE_DATE): Bump.
93
94        * Makefile.am (EXTRA_DIST): Add some more djgpp/* files.
95
962002-03-09  Bruno Haible  <bruno@clisp.org>
97
98        * configure.in: Don't check for stpncpy; AIX 4.3.3 has an incompatible
99        implementation of it.
100        * acconfig.h (HAVE_STPNCPY): Define on glibc systems only.
101
1022002-03-07  Bruno Haible  <bruno@clisp.org>
103
104        * Makefile.am (MAKEINFO): New variable.
105        * missing (makeinfo): Don't call touch without arguments if the source
106        texinfo file doesn't contain a @setfilename command.
107        Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>.
108
1092002-02-15  Bruno Haible  <bruno@clisp.org>
110
111        * djgpp/*: Update DJGPP support.
112        From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
113        * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'.
114
1152002-02-14  Andrew Zabolotny  <zap@cobra.ru>
116
117        * os2/README.OS2: Update.
118        * os2/Makefile: Update.
119
1202002-02-10  Bruno Haible  <bruno@clisp.org>
121
122        * Makefile.am (EXTRA_DIST): Remove os2/iconv/README.
123
1242002-01-14  Bruno Haible  <bruno@clisp.org>
125
126        * configure.in: Add check for libexpat.
127
1282002-02-02  Bruno Haible  <bruno@clisp.org>
129
130        * Makefile.am (SUBDIRS): Add libuniname.
131        * configure.in (AC_OUTPUT): Add libuniname/Makefile.
132
1332002-02-06  Bruno Haible  <bruno@clisp.org>
134
135        * ltmain.sh: Upgrade from libtool-1.4 to libtool-1.4.2.
136        * config.rpath: Likewise.
137
1382002-02-02  Bruno Haible  <bruno@clisp.org>
139
140        * ltmain.sh: Add DESTDIR support on ELF systems.
141
1422002-01-31  Bruno Haible  <bruno@clisp.org>
143
144        * gettext-0.11 released.
145
1462002-01-31  Bruno Haible  <bruno@clisp.org>
147
148        * configure.in: Bump version number to 0.11.
149        (RELEASE_DATE): Bump.
150        * Makefile.am (EXTRA_DIST): Remove README-alpha.
151
1522002-01-31  Bruno Haible  <bruno@clisp.org>
153
154        * INSTALL: Remove instructions for using Intel icc. It's getting to
155        be fixed in icc.
156
1572002-01-30  Bruno Haible  <bruno@clisp.org>
158
159        * configure.in:
160        Check for strtoul through AC_CHECK_FUNCS, not AC_REPLACE_FUNCS.
161        Call gt_FUNC_ERROR_AT_LINE instead of AM_FUNC_ERROR_AT_LINE.
162        * PACKAGING: New file.
163        * Makefile.am (EXTRA_DIST): Add it.
164
1652002-01-24  Bruno Haible  <bruno@clisp.org>
166
167        * Makefile.am ($(srcdir)/tests/rpathy/aclocal.m4): Fix dependencies.
168
1692002-01-21  Bruno Haible  <bruno@clisp.org>
170
171        * Makefile.am (EXTRA_DIST): Add os2/configure.awk.
172        Remove os2/iconv/iconv.h, os2/iconv/iconv.c.
173
1742002-01-20  Bruno Haible  <bruno@clisp.org>
175
176        * Makefile.am (CONFIGURES_RPATH*): New variables.
177        ($(srcdir)/tests/rpath*/Makefile.in): New rules.
178        ($(srcdir)/tests/rpath*/aclocal.m4): New rules.
179        ($(srcdir)/tests/rpath*/configure): New rules.
180        (SUBCONFIGURES): New variable.
181        (subconfigures): New target.
182        (distdir): Depend on subconfigures.
183        * configure.in: Propagate GCC, LD, with_gnu_ld to Makefiles.
184        Postprocess Makefile because of distdir dependency.
185
1862002-01-12  Bruno Haible  <bruno@clisp.org>
187
188        * INSTALL: Add instructions for using Intel icc.
189
1902002-01-11  Bruno Haible  <bruno@clisp.org>
191
192        * configure.in: Change version number to 0.11-pre5.
193
1942002-01-11  Bruno Haible  <bruno@clisp.org>
195
196        * configure.in: Postprocess doc/Makefile a second time.
197
1982002-01-10  Bruno Haible  <bruno@clisp.org>
199
200        * acconfig.h [OS/2]: Include intl/os2compat.h, not os2/os2compat.h.
201        * Makefile.am (EXTRA_DIST): Remove os2/os2compat.h.
202
2032002-01-10  Andrew Zabolotny  <zap@cobra.ru>
204
205        * os2/README.OS2: Update.
206        * os2/Makefile: Heavily reworked.
207        * os2/iconv/iconv.c: Bug fixes.
208
2092002-01-07  Bruno Haible  <bruno@clisp.org>
210
211        * config.rpath [IRIX]: Fix typo.
212
2132002-01-05  Bruno Haible  <bruno@clisp.org>
214
215        * configure.in: Postprocess doc/Makefile.
216
2172002-01-04  Bruno Haible  <haible@clisp.cons.org>
218
219        * config.guess, config.sub: Update to GNU version 2002-01-02.
220
2212001-12-17  Bruno Haible  <bruno@clisp.org>
222
223        * configure.in: Call gt_FUNC_FNMATCH.
224
2252001-12-17  Bruno Haible  <bruno@clisp.org>
226
227        * configure.in: Change version number to 0.11-pre4.
228
2292001-12-15  Andrew Zabolotny  <zap@cobra.ru>
230            Bruno Haible  <bruno@clisp.org>
231
232        * os2/*: New EMX support.
233        * Makefile.am (EXTRA_DIST): Remove old os2/ contents, add new os2/
234        contents.
235        * acconfig.h: Add conditional include of os2/os2compat.h.
236
2372001-12-11  Bruno Haible  <bruno@clisp.org>
238
239        * configure.in: Use a variant of AC_PROG_CXX_WORKS that doesn't abort
240        upon failure.
241
2422001-12-11  Bruno Haible  <bruno@clisp.org>
243
244        * configure.in: Change version number to 0.11-pre3.
245
2462001-12-02  Bruno Haible  <bruno@clisp.org>
247
248        * config.rpath: New file.
249        * Makefile.am (EXTRA_DIST): Add it.
250        (gettextsrc_SCRIPTS): New variable.
251
2522001-11-30  Bruno Haible  <bruno@clisp.org>
253
254        * configure.in: Change version number to 0.11-pre2.
255
2562001-11-25  Bruno Haible  <bruno@clisp.org>
257
258        * configure.in: Check for C++ compiler.
259
2602001-11-18  Bruno Haible  <haible@clisp.cons.org>
261
262        * configure.in: Make misc/gettextize executable.
263
2642001-11-10  Bruno Haible  <haible@clisp.cons.org>
265
266        * acconfig.h (PARAMS): Also test for __GNUC__, __SUNPRO_C, __cplusplus
267        and __PROTOTYPES because on 64-bit Solaris, we need prototypes
268        although __STDC__ is often defined to 0. __GNUC__ covers GCC,
269        __SUNPRO_C covers Sun cc, regardless of compilation flags.
270        __PROTOTYPES, __cplusplus are just for consistency with libgnuintl.h.
271
2722001-11-03  Bruno Haible  <haible@clisp.cons.org>
273
274        * ltmain.sh: chmod 777 the .libs directory, so that "make install"
275        succeeds.
276
2772001-10-30  Bruno Haible  <haible@clisp.cons.org>
278
279        * configure.in: Change version number to 0.11-pre1.
280        * Makefile.am (EXTRA_DIST): Add README-alpha.
281
2822001-10-21  Bruno Haible  <haible@clisp.cons.org>
283
284        * configure.in: Define LTLIBOBJS and LTALLOCA based on LIBOBJS, ALLOCA.
285
2862001-10-19  Bruno Haible  <haible@clisp.cons.org>
287
288        * configure.in: Remove check for texi2html.
289
2902001-10-09  Bruno Haible  <haible@clisp.cons.org>
291
292        * configure.in: Also check for putc_unlocked.
293
2942001-10-21  Bruno Haible  <haible@clisp.cons.org>
295
296        * Makefile.am (SUBDIRS): Add projects.
297        * configure.in (AC_OUTPUT): Add projects/Makefile.
298
2992001-09-29  Bruno Haible  <haible@clisp.cons.org>
300
301        * configure.in: Also create src/user-email.
302
3032001-09-29  Bruno Haible  <haible@clisp.cons.org>
304
305        * configure.in: Call gt_PREREQ_HOSTNAME.
306
3072001-09-25  Bruno Haible  <haible@clisp.cons.org>
308
309        Upgrade to automake-1.5.
310        * aclocal.sh: Remove file.
311        * Makefile.am (AUTOMAKE_OPTIONS): Add 'no-dependencies'.
312        (EXTRA_DIST): Remove aclocal.sh.
313        * configure.in: Add some postprocessing to lib/Makefile, src/Makefile,
314        tests/Makefile.
315        * missing: Upgrade to automake-1.5.
316        * ylwrap: New file, from automake-1.5.
317
3182001-09-23  Bruno Haible  <haible@clisp.cons.org>
319
320        * configure.in: Call gt_SIGINFO.
321
3222001-10-20  Bruno Haible  <haible@clisp.cons.org>
323
324        * DISCLAIM: Update from
325        http://www.iro.umontreal.ca/contrib/po/doc/DISCLAIM.
326
3272001-10-20  Bruno Haible  <haible@clisp.cons.org>
328
329        Assume strchr() exists.
330        * configure.in: Remove check for strchr.
331
3322001-09-17  Bruno Haible  <haible@clisp.cons.org>
333
334        * configure.in: Call gt_PREREQ_BACKUPFILE.
335
3362001-09-17  Bruno Haible  <haible@clisp.cons.org>
337
338        * configure.in: Check for utime and utimes.
339
3402001-09-08  Bruno Haible  <haible@clisp.cons.org>
341
342        * configure.in (AC_OUTPUT): Add intl-java/Makefile.
343        * Makefile.am (SUBDIRS): Add intl-java.
344
3452001-09-16  Bruno Haible  <haible@clisp.cons.org>
346
347        * configure.in: Don't check for memmove (unneeded).
348
3492001-09-02  Bruno Haible  <haible@clisp.cons.org>
350
351        * configure.in: Add check for 'raise'. Call gt_SIGNALBLOCKING.
352
3532001-09-08  Bruno Haible  <haible@clisp.cons.org>
354
355        * configure.in: Call gt_JAVACOMP and check for 'jar'. Define BUILDJAVA.
356        Call gt_JAVAEXEC. Define TESTJAVA.
357        (AC_OUTPUT): Also create lib/javacomp.sh and lib/javaexec.sh.
358
3592001-09-06  Bruno Haible  <haible@clisp.cons.org>
360
361        * configure.in: Add AC_REPLACE_FUNCS of strpbrk.
362
3632001-09-06  Bruno Haible  <haible@clisp.cons.org>
364
365        * configure.in: Call gt_FUNC_SETENV.
366
3672001-09-02  Bruno Haible  <haible@clisp.cons.org>
368
369        * configure.in: Call gt_TMPDIR and gt_FUNC_MKDTEMP.
370
3712001-09-03  Bruno Haible  <haible@clisp.cons.org>
372
373        * configure.in: Call gt_PROG_LEX.
374
3752001-08-26  Bruno Haible  <haible@clisp.cons.org>
376
377        * configure.in: Remove parse_printf_format check.
378
3792001-07-28  Bruno Haible  <haible@clisp.cons.org>
380
381        * configure.in: Don't call AC_REVISION. It modifies configure.in
382        during "cvs commit" after "make dist".
383
3842001-07-28  Bruno Haible  <haible@clisp.cons.org>
385
386        * configure.in (AC_OUTPUT): Add man/x-to-1.
387
3882001-07-26  Bruno Haible  <haible@clisp.cons.org>
389
390        * configure.in (configure.in): Remove automake bug workarounds, not
391        needed anymore with automake-1.4-p5.
392
3932001-07-22  Bruno Haible  <haible@clisp.cons.org>
394
395        * configure.in (ALL_LINGUAS): Remove assignment.
396
3972001-08-02  Bruno Haible  <haible@clisp.cons.org>
398
399        * README: Change bug report address to <bug-gnu-gettext@gnu.org>.
400        * configure.in: Likewise.
401
4022001-06-30  Bruno Haible  <haible@clisp.cons.org>
403
404        * configure.in: Call gt_STDBOOL_H.
405
4062001-06-25  Bruno Haible  <haible@clisp.cons.org>
407
408        * configure.in (ACLOCAL_VERSION): Remove.
409
4102001-06-25  Bruno Haible  <haible@clisp.cons.org>
411
412        * aclocal.sh: Tweak last patch for automake-1.4f.
413
4142001-06-23  Bruno Haible  <haible@clisp.cons.org>
415
416        * aclocal.sh: Don't fail if aclocal isn't available.
417
4182001-06-15  Bruno Haible  <haible@clisp.cons.org>
419
420        * configure.in: Remove post-processing of tests/Makefile.
421
4222001-06-10  Bruno Haible  <haible@clisp.cons.org>
423
424        * configure.in: Add test for cross compilation and for PERL.
425
4262001-06-10  Bruno Haible  <haible@clisp.cons.org>
427
428        * configure.in: Bump version number to 0.11.
429
4302001-06-10  Bruno Haible  <haible@clisp.cons.org>
431
432        * configure.in: Check for ssize_t, pid_t, posix_spawn, select.
433        Call AC_FUNC_VFORK, gt_UNION_WAIT.
434
4352001-09-13  Bruno Haible  <haible@clisp.cons.org>
436
437        * gettext-0.10.40 released.
438
4392001-09-13  Bruno Haible  <haible@clisp.cons.org>
440
441        * configure.in: Bump version number to 0.10.40.
442        (RELEASE_DATE): Bump.
443
444        * config.guess, config.sub: Update to GNU version 2001-09-13.
445
4462001-07-31  Bruno Haible  <haible@clisp.cons.org>
447
448        * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not
449        'gnits', to avoid distributing README-alpha.
450
4512001-07-24  Bruno Haible  <haible@clisp.cons.org>
452
453        * gettext-0.10.39 released.
454
4552001-06-08  Bruno Haible  <haible@clisp.cons.org>
456
457        * ltmain.sh: Upgrade to libtool-1.4.
458        * ltconfig: Remove file.
459
4602001-05-23  Bruno Haible  <haible@clisp.cons.org>
461
462        * gettext-0.10.38 released.
463
4642001-05-23  Bruno Haible  <haible@clisp.cons.org>
465
466        * configure.in: Bump version number to 0.10.38.
467        (RELEASE_DATE): Bump.
468
469        * INSTALL (Optional Features): Document --with-libiconv-prefix.
470        (Particular Systems): Generalize section about /usr/local to "most
471        systems".
472        * config.guess, config.sub: Update to GNU version 2001-05-11.
473
4742001-05-20  Bruno Haible  <haible@clisp.cons.org>
475
476        * Makefile.am (SUBDIRS): Add man.
477        * configure.in (AC_OUTPUT): Add man/Makefile.
478
4792001-05-17  Bruno Haible  <haible@clisp.cons.org>
480
481        * configure.in (ALL_LINGUAS): Add cs, gl, id, it, ru. zh.
482
4832001-04-30  Bruno Haible  <haible@clisp.cons.org>
484
485        * configure.in (ALL_LINGUAS): Add et.
486
4872001-04-19  Bruno Haible  <haible@clisp.cons.org>
488
489        * gettext-0.10.37 released.
490
4912001-04-17  Bruno Haible  <haible@clisp.cons.org>
492
493        * configure.in: Check for dvips, texi2pdf, texi2html.
494
4952001-04-17  Bruno Haible  <haible@clisp.cons.org>
496
497        * configure.in: Bump version number to 0.10.37.
498        (RELEASE_DATE): Bump.
499
5002001-04-04  Bruno Haible  <haible@clisp.cons.org>
501
502        * configure.in: Call jm_PREREQ_MBSWIDTH.
503
5042001-04-04  Bruno Haible  <haible@clisp.cons.org>
505
506        * Makefile.am (ps, pdf, html): New targets.
507
5082001-04-02  Bruno Haible  <haible@clisp.cons.org>
509
510        * configure.in (ALL_LINGUAS): Add pt_BR.
511
5122001-03-29  Bruno Haible  <haible@clisp.cons.org>
513
514        * gettext-0.10.36 released.
515
5162001-03-28  Bruno Haible  <haible@clisp.cons.org>
517
518        * config.guess, config.sub: Update to GNU version 2001-03-19.
519
5202001-03-25  Bruno Haible  <haible@clisp.cons.org>
521
522        * acconfig.h (WARN_ID_LEN): Remove macro.
523
5242001-03-21  Bruno Haible  <haible@clisp.cons.org>
525
526        * INSTALL (Particular Systems): Add recommendations for AIX 3.
527
5282001-03-20  Bruno Haible  <haible@clisp.cons.org>
529
530        * Makefile.am (MAINTAINERCLEANFILES): Remove variable.
531        (EXTRA_DIST): Incorporate its contents.
532
5332001-03-16  Bruno Haible  <haible@clisp.cons.org>
534
535        * configure.in: Postprocess tests/Makefile to work around an
536        inconsistency in automake-1.4: EXTRA_PROGRAMS is not treated like
537        bin_PROGRAMS.
538
5392001-03-11  Bruno Haible  <haible@clisp.cons.org>
540
541        * configure.in: Add AC_REPLACE_FUNCS(strcasecmp). Needed for EMX.
542
5432001-03-11  Bruno Haible  <haible@clisp.cons.org>
544
545        * configure.in: Use AM_FUNC_GETLINE instead of
546        AC_REPLACE_FUNCS(getline). Needed for HP-UX 10.
547
5482001-03-11  Bruno Haible  <haible@clisp.cons.org>
549
550        * configure.in: Pass 'need-ngettext' to AM_GNU_GETTEXT.
551
5522001-03-11  Bruno Haible  <haible@clisp.cons.org>
553
554        * configure.in (ALL_LINGUAS): Add en@quot and en@boldquot.
555
5562001-03-10  Bruno Haible  <haible@clisp.cons.org>
557
558        * INSTALL: New section "Particular Systems".
559
560        * configure.in: Postprocess Makefile to work around another
561        automake-1.4 bug: on FreeBSD, shell commands are run with "set -e".
562
563        * configure.in: Postprocess misc/Makefile to work around another
564        automake-1.4 bug: if @EMACS@ = no, $(lispdir) is empty.
565
5662001-03-09  Bruno Haible  <haible@clisp.cons.org>
567
568        * os2/*: EMX support.
569        From Jun Sawataishi <jsawa@attglobal.net>.
570        * Makefile.am (EXTRA_DIST): Add these files.
571
5722001-03-09  Bruno Haible  <haible@clisp.cons.org>
573
574        * config.guess, config.sub: Update to GNU version 2001-03-06.
575
5762001-03-09  Bruno Haible  <haible@clisp.cons.org>
577
578        * djgpp/*: DJGPP support.
579        From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
580        * Makefile.am (EXTRA_DIST): Add these files.
581        (MAINTAINERCLEANFILES): New variable.
582
5832001-03-09  Bruno Haible  <haible@clisp.cons.org>
584
585        * configure.in (RELEASE_DATE): New variable.
586        Create intl/ChangeLog.inst.
587
5882001-03-03  Bruno Haible  <haible@clisp.cons.org>
589
590        * ltconfig:
591        sed -e 's/reload object files/produce relocatable object files/'.
592
593        Better support for DOS/Windows platforms.
594        * configure.in: Call AC_OBJEXT and AC_EXEEXT.
595
5962001-03-06  Bruno Haible  <haible@clisp.cons.org>
597
598        * configure.in: Call bh_C_SIGNED.
599
6002001-02-27  Bruno Haible  <haible@clisp.cons.org>
601
602        * configure.in (ALL_LINGUAS): Replace no@nynorsk with nn.
603
6042001-02-10  Bruno Haible  <haible@clisp.cons.org>
605
606        * configure.in (ALL_LINGUAS): Add ja.
607
6082001-02-04  Bruno Haible  <haible@clisp.cons.org>
609
610        * Makefile.am (SUBDIRS): Move intl before lib, because lib needs
611        libintl.h if the included libintl is used.
612
6132001-01-21  Bruno Haible  <haible@clisp.cons.org>
614
615        Use libtool.
616        * configure.in: Add argument 'use-libtool' to AM_GNU_GETTEXT call.
617
6182001-01-20  Bruno Haible  <haible@clisp.cons.org>
619
620        * configure.in: Add a third argument to AC_DEFINE.
621        Require autoconf-2.13.
622        * acconfig.h (_GNU_SOURCE): Remove, now done in configure.in.
623        (HAVE_PARSE_PRINTF_FORMAT): Likewise.
624        (ENABLE_NLS): Remove, now done in m4/gettext.m4.
625        (HAVE_GETTEXT): Likewise.
626        (HAVE_STPCPY): Likewise.
627        (HAVE_LC_MESSAGES): Remove, now done in m4/lcmessage.m4.
628        (HAVE_PTRDIFF_T): Remove, now done in automake-1.4's ptrdiff.m4.
629        (HAVE_OBSTACK): Remove, not set by configure.
630        (HAVE_CATGETS): Likewise.
631
6322001-01-07  Bruno Haible  <haible@clisp.cons.org>
633
634        * Makefile.am (DISTCLEANFILES): Remove. Now done in intl/Makefile.in.
635        * configure.in: Stop creating intl/intlh.inst from intl/intlh.inst.in.
636        Now done through a simple file copy.
637
6382001-01-06  Bruno Haible  <haible@clisp.cons.org>
639
640        * configure.in: Use AC_CHECK_HEADERS instead of AC_HAVE_HEADERS.
641        Call gt_SETLOCALE.
642
6432000-12-30  Bruno Haible  <haible@clisp.cons.org>
644
645        * ltconfig, ltmain.sh: Update from libtool-1.3.5.
646        * config.guess, config.sub: Update to GNU version 2000-11-10.
647        * missing: Update from gmp-3.1.1.
648        * install-sh: Update from fileutils-4.0.32.
649
6502000-12-30  Bruno Haible  <haible@clisp.cons.org>
651
652        * configure.in: Call jm_AC_TYPE_UNSIGNED_LONG_LONG and
653        jm_AC_TYPE_UINTMAX_T.
654
6552000-11-09  Bruno Haible  <haible@clisp.cons.org>
656
657        * configure.in (ALL_LINGUAS): Add tr.
658
6592000-08-23  Bruno Haible  <haible@clisp.cons.org>
660
661        * configure.in: Invoke AC_C_BACKSLASH_A.
662
6632000-07-29  Bruno Haible  <haible@clisp.cons.org>
664
665        * Makefile.am (EXTRA_DIST): Add aclocal.sh.
666
6672000-07-28  Bruno Haible  <haible@clisp.cons.org>
668
669        * configure.in: Postprocess misc/Makefile to workaround an automake
670        bug.
671
6722000-06-16  Bruno Haible  <haible@clisp.cons.org>
673
674        * Makefile.am: Put back the ACLOCAL_AMFLAGS definition, but define
675        ACLOCAL as a wrapper around aclocal.
676        * aclocal.sh: New file.
677
678        * config.guess, config.sub: Update to GNU version 2000-06-13.
679        * misc/locale.alias: Update to glibc CVS version 2000-06-13.
680
6812000-05-06  Ulrich Drepper  <drepper@redhat.com>
682
683        * Makefile.am: Comment out ACLOCAL_AMFLAGS definition.  The files
684        come with automake and therefore the -I will cause redefinitions.
685
686        * acconfig.h: Define HAVE_BASENAME if glibc is used.
687                       
6881998-05-01 08:47  Ulrich Drepper  <drepper@cygnus.com>
689
690        * gettext-0.10.35 released.
691
6921998-04-30 23:20  Ulrich Drepper  <drepper@cygnus.com>
693
694        * configure.in: Remove commands in AC_OUTPUT.  Moved into
695        AM_GNU_GETTEXT macro in m4/gettext.m4.
696
697        * configure.in: Bump version number to 0.10.35.
698
6991998-04-28 16:07  Ulrich Drepper  <drepper@cygnus.com>
700
701        * configure.in: Bump version number to 0.10.34.
702        Don't test for basename function.
703
7041998-04-27 20:36  Ulrich Drepper  <drepper@cygnus.com>
705
706        * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.3.
707        (ACLOCAL_AMFLAGS): New variable, set to -I m4.
708        (aclocaldir): Definition removed.
709        (gettextsrc_DATA): New variable, set to ABOUT_NLS.
710
711        * configure.in: Bump version number to 0.10.33.
712        Define INCLUDE_LOCALE_H in gettext.m4.  Remove AC_LINK_FILES line,
713        can now be in gettext.m4.  Rewrite also m4/Makefile.
714
7151997-09-06 01:11  Ulrich Drepper  <drepper@cygnus.com>
716
717        * configure.in: Bump version number to 0.10.32.
718
7191997-09-05 05:44  Ulrich Drepper  <drepper@cygnus.com>
720
721        * configure.in (ALL_LINGUAS): Add da.
722
7231997-08-21 15:02  Ulrich Drepper  <drepper@cygnus.com>
724
725        * progtest.m4: Change copyright.
726        * lcmessage.m4: Change copyright.
727        * gettext.m4: Change copyright.
728
7291997-08-19 03:20  Ulrich Drepper  <drepper@cygnus.com>
730
731        * configure.in: Bump version number to 0.10.31.
732
7331997-08-18 13:47  Philippe De Muyter  <phdm@info.ucl.ac.be>
734
735        * configure.in (ACLOCAL_VERSION): Do not use nested \(..\) with sed.
736
7371997-08-15 03:04  Ulrich Drepper  <drepper@cygnus.com>
738
739        * configure.in (VERSION): Bump version number to 0.10.30.
740
741        * acconfig.h: Change DEFAULT_ALIGNMENT to DEFAULT_OUTPUT_ALIGNMENT
742        to avoid clash with macro with same name in obstack.c.
743        Reported by Akim Demaille <demaille@inf.enst.fr>.
744
7451997-08-15 12:40  Ulrich Drepper  <drepper@cygnus.com>
746
747        * configure.in (VERSION): Bump to 0.10.29.
748
7491997-08-01 15:47  Ulrich Drepper  <drepper@cygnus.com>
750
751        * configure.in: Remove obstack test.
752        Don't always rewrite po/Makefile.in, only if in CONFIG_FILES.
753
754        * Makefile.am (EXTRA_DIST): Add README.gemtext.
755
756        * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.2.
757
7581997-05-29 12:44  Ulrich Drepper  <drepper@cygnus.com>
759
760        * gettext.m4: Don't use INTLDEPS="../intl/libintl.a" which forces
761        a to use only one level of subdirs.  Use $(top_builddir)/intl
762        instead.
763        Patch by Akim Demaille <demaille@inf.enst.fr>.
764
7651997-05-01 02:26  Ulrich Drepper  <drepper@cygnus.com>
766
767        * configure.in (VERSION): Bump to 0.10.28.
768
769        * gettext.m4: Check for sys/param.h header.
770        Patch by Bruno Haible <haible@ilog.fr>.
771
772        * gettext.m4: Be safe and call test with quoted arguments and
773        explicit -n option.
774        Patch by Bruno Haible <haible@ilog.fr>.
775
776        * gettext.m4: Require AC_PROG_RANLIB.
777        Reported by Tom Tromey <tromey@cygnus.com>.
778
779        * gettext.m4: Remove POTFILES before generating it.
780        Patch by Jim Meyering <meyering@eng.ascend.com>.
781
782Wed Dec  4 00:36:11 1996  Ulrich Drepper  <drepper@cygnus.com>
783
784        * Makefile.am (EXTRA_DIST): Remove @DIST-ALPHA@.
785
786Tue Dec  3 23:55:43 1996  Ulrich Drepper  <drepper@cygnus.com>
787
788        * configure.in: Make sure aclocaldir gets substituted.
789
790Tue Dec  3 19:38:41 1996  Ulrich Drepper  <drepper@cygnus.com>
791
792        * Makefile.am (aclocal_DATA): Install aclocal macros for gettext.
793
794        * configure.in: Bump version number to 0.10.26.
795
796Fri Nov 22 22:57:48 1996  Ulrich Drepper  <drepper@cygnus.com>
797
798        * Makefile.am (EXTRA_DIST): Add gettext.m4, lcmessage.m4, and
799        progtest.m4.
800        Reported by Tom Tromey.
801
802Thu Nov 21 23:07:20 1996  Ulrich Drepper  <drepper@cygnus.com>
803
804        * configure.in: Use AM_INIT_AUTOMAKE.  Rename various tests to
805        official AM_*.  Write tests/Makefile.
806
807        * aclocal.m4: Removed.  The test are now in separate files.
808        * gettext.m4, progtext.m4, lcmessage.m4: New files.
809
810        * Makefile.am (AUTOMAKE_OPTIONS): Require 1.1.
811        (MAINT_CHARSET): Latin 1 is used here.
812        (gettextdemodir): Removed.
813        (gettextdemo_DATA): Removed.
814
815Fri Sep 20 12:41:23 1996  Ulrich Drepper  <drepper@cygnus.com>
816
817        * configure.in (ALL_LINGUAS): Add pt.
818
819Wed Sep 18 17:55:23 1996  Ulrich Drepper  <drepper@cygnus.com>
820
821        * Makefile.am (SUBDIRS): Change checks to tests.
822
823Sat Aug 31 14:19:04 1996  Ulrich Drepper  <drepper@cygnus.com>
824
825        * configure.in (VERSION): Bump to 0.10.25.
826
827Sat Aug 31 04:50:13 1996  Ulrich Drepper  <drepper@cygnus.com>
828
829        * configure.in: Add test for error which is part of GNU libc.
830
831        * aclocal.m4: Check for gettext in libc.  Necessary for GNU libc.
832
833Tue Aug 27 04:05:19 1996  Ulrich Drepper  <drepper@cygnus.com>
834
835        * configure.in (ALL_LINGUAS): Add es.
836
837Sun Aug 18 18:49:34 1996  Ulrich Drepper  <drepper@cygnus.com>
838
839        * configure.in: Use AM_PROG_INSTALL instead of fp_PROG_INSTALL.
840
841        * aclocal.m4 (fp_PROG_INSTALL): Rename to AM_PROG_INSTALL.
842
843Fri Jul 19 12:18:55 1996  Ulrich Drepper  <drepper@cygnus.com>
844
845        * configure.in: Don't use NULL in check for obstack.
846
847Tue Jul 16 01:51:47 1996  Ulrich Drepper  <drepper@cygnus.com>
848
849        * aclocal.m4: Correct text for --with-included-gettext option.
850        Patch by François Pinard.
851
852Sun Jul 14 01:16:19 1996  Ulrich Drepper  <drepper@cygnus.com>
853
854        * configure.in (VERSION): Bump to 0.10.24.
855
856Sat Jul  6 01:49:26 1996  Ulrich Drepper  <drepper@cygnus.com>
857
858        * configure.in (VERSION): Bump to 0.10.23.
859
860Tue Jul  2 16:42:20 1996  Ulrich Drepper  <drepper@cygnus.com>
861
862        * configure.in (ALL_LINGUAS): Add nl.
863        Add AC_PROG_MKINSTALLDIRS test.
864        Set AC_PREREQ to 2.99 since no official autoconf has the
865        bugs fixed.
866
867        * aclocal.m4: Fix check for obsolete xgettext implementation.
868        Patch by Marcus Daniels.
869
870Sat Jun 22 04:25:23 1996  Ulrich Drepper  <drepper@cygnus.com>
871
872        * aclocal.m4: Define MKINSTALLDIRS.
873
874        * configure.in (VERSION): Bump to 0.10.22.
875
876Wed Jun 19 01:26:09 1996  Ulrich Drepper  <drepper@cygnus.com>
877
878        * configure.in (AC_REPLACE_FUNCS): Add stpncpy.
879
880        * configure.in (VERSION): Bump to 0.10.21.
881
882        * configure.in (AC_REPLACE_FUNCS): Add strncasecmp.
883
884Tue Jun 18 15:11:01 1996  Ulrich Drepper  <drepper@cygnus.com>
885
886        * acconfig.h (PAGE_WIDTH): Define to 79.  This allows even in
887        Emacs nice looking lines.
888
889        * aclocal.m4 (md_PATH_PROG): remove macro.
890        (ud_PATH_PROG_WITH_TEST): New macro.  Similar to AC_PATH_PROG, only
891        that an additional, user-given test is performed before a program
892        is accepted.
893
894        Rewrite all tests for msgfmt and xgettext to use
895        ud_PATH_PROG_WITH_TEST to make sure no XView versions are used.
896
897        * configure.in (ACLOCAL_VERSION): Determine version number in
898        aclocal.m4 file which is used in misc/gettextize.
899        (VERSION): Bump to 0.10.20.
900
901Fri Jun 14 04:07:10 1996  Ulrich Drepper  <drepper@cygnus.com>
902
903        * configure.in (VERSION): Bump to 0.10.19.
904
905Thu Jun 13 15:19:45 1996  Ulrich Drepper  <drepper@cygnus.com>
906
907        * configure.in (VERSION): Bump to 0.10.18.
908
909Tue Jun 11 15:02:49 1996  Ulrich Drepper  <drepper@cygnus.com>
910
911        * configure.in (ALL_LINGUAS): Add `sl' for Slowenian.
912
913        * Makefile.am (EXTRA_DIST): Add DISCLAIM.
914        Reported by François Pinard.
915
916Sun Jun  9 12:46:31 1996  Ulrich Drepper  <drepper@cygnus.com>
917
918        * configure.in (ALL_LINGUAS): Do not write intlh.inst.in, but
919        intlh.inst.  Reported by Marcus Daniels.
920
921Fri Jun  7 01:51:57 1996  Ulrich Drepper  <drepper@cygnus.com>
922
923        * configure.in (VERSION): Bump to 0.10.17.
924
925Thu Jun  6 01:55:47 1996  Ulrich Drepper  <drepper@cygnus.com>
926
927        * aclocal.m4: Define USE_INCLUDED_LIBINTL in case we need the code
928        from the intl/ subdir.
929
930        * configure.in: Undo patch from Wed Jun 5 00:10:36 1996.  We do
931        need intlh.inst.
932
933        * aclocal.m4: Remove definition of INTLSUB.  Add definition of
934        GT_NO and GT_YES (needed in intl/Makefile.in).
935
936Wed Jun  5 00:10:36 1996  Ulrich Drepper  <drepper@cygnus.com>
937
938        * configure.in (VERSION): Bump to 0.10.16.
939
940        * configure.in: Don't write intlh.inst.
941
942        * configure.in (VERSION): Bump to 0.10.15.
943
944Tue Jun  4 00:10:25 1996  Ulrich Drepper  <drepper@cygnus.com>
945
946        * configure.in: Rewrite intl/intlh.inst.in depending on whether
947        <locale.h> is available or not.
948        Reported by Peter Miller.
949
950        * aclocal.m4 (ud_WITH_NLS): Using `AC_CHECK_LIB(intl, main)' is
951        not useful.  Use `AC_CHECK_LIB(intl, bindtextdomain)' instead.
952        Patch by Uwe Ohse.
953
954        * configure.in (AC_REPLACE_GNU_GETOPT): Removed.  We don't need
955        this because the getopt source itself knows when it can be
956        omitted.
957
958Mon Jun  3 00:04:55 1996  Ulrich Drepper  <drepper@cygnus.com>
959
960        * aclocal.m4 (AC_REPLACE_GNU_GETOPT): Don't need this anymore.
961        The getopt sources should recognize when the getopt is available
962        in the library.
963
964        * configure.in (VERSION): Bump to 0.10.14.
965
966        * Makefile.am (AUTOMAKE_OPTIONS): Add variable to control Automake
967        behaviour.  Thanks, Tom.
968
969        * configure.in: Check for __argz_count, __argz_stringify, and
970        __argz_next in aclocal.m4.
971        * aclocal.m4: Add above checks.
972
973        * aclocal.m4: Fix typo in --with-included-gettext handling.
974
975Sun Jun  2 01:50:03 1996  Ulrich Drepper  <drepper@cygnus.com>
976
977        * aclocal.m4 (ud_WITH_NLS): If used in gettext always define
978        USE_NLS to yes.
979
980        * configure.in: Add AC_ARG_PROGRAM.  Don't write tupdate because
981        it does not exist anymore.
982
983Sat Jun  1 03:18:15 1996  Ulrich Drepper  <drepper@cygnus.com>
984
985        * configure.in (VERSION): Bump to 0.10.13.  Remove check for Perl.
986
987        * configure.in: Add the test for __argz_next.
988
989        * configure.in: We don't want to replace the __argz_* function,
990        just check.
991
992        * configure.in: Add __argz_count and __argz_stringify to
993        AC_CHECK_FUNC list.
994
995        * aclocal.m4 (ud_WITH_NLS): Change command line option
996        `--with-gnu-gettext' to `--with-included-gettext'.  The former was
997        misleading because this option really means to ignore a possibly
998        installed GNU libintl.
999
1000Sun May 26 03:09:43 1996  Ulrich Drepper  <drepper@cygnus.com>
1001
1002        * Makefile.in (ABOUT-NLS): Don't cd to doc/ dir.  Use -I option of
1003        makeinfo instead.  Patch by Tran Huu Da <tranhu@IRO.UMontreal.CA>.
1004
1005Sat May 11 11:40:17 1996  Ulrich Drepper  <drepper@myware>
1006
1007        * aclocal.m4: Move INSTOBJECT initialization out of recently
1008        introduced AC_TRY_LINK macro.  Reported by Jim Meyering.
1009
1010Sat May 11 00:31:40 1996  Ulrich Drepper  <drepper@myware>
1011
1012        * aclocal.m4: Check whether locally available libintl is GNU
1013        gettext library.  In this case we use .gmo files and share/ as
1014        datadir.
1015
1016Wed Apr 24 23:49:29 1996  Ulrich Drepper  <drepper@myware>
1017
1018        * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro by Jim Meyering.
1019        Test for GNU's getopt implementation.
1020
1021        * configure.in: Use AC_REPLACE_GNU_GETOPT.
1022
1023Thu Apr  4 23:35:56 1996  Ulrich Drepper  <drepper@myware>
1024
1025        * Makefile.in (ABOUT-NLS): Adapt rule for using matrix.texi.
1026
1027Thu Apr  4 01:58:14 1996  Ulrich Drepper  <drepper@myware>
1028
1029        * configure.in (VERSION): Bump to 0.10.12.
1030
1031Tue Apr  2 18:55:50 1996  Ulrich Drepper  <drepper@myware>
1032
1033        * aclocal.m4: Test whether found xgettext program is really GNU
1034        xgettext.  Else ignore it.
1035
1036        * Makefile.in (all): Do all-gettext-recursive instead of
1037        all-recursive.  We need a special all goal in intl/ because we
1038        always have to build libintl.a.
1039
1040Tue Apr  2 17:34:55 1996  Ulrich Drepper  <drepper@myware>
1041
1042        * aclocal.m4: Major change!!!  By default the catgets emulation is
1043        *not* selected anymore.  The installer explicitely has to select
1044        --with-catgets.  Looking at all the nice features GNU gettext and
1045        which cannot be emulated portably using the catgets interface, it
1046        became unreasonable to stay with the old default.
1047
1048Tue Apr  2 03:20:19 1996  Ulrich Drepper  <drepper@myware>
1049
1050        * configure.in (VERSION): Bump to 0.10.11.
1051
1052Mon Apr  1 03:37:08 1996  Ulrich Drepper  <drepper@myware>
1053
1054        * aclocal.m4 (md_PATH_PROG): Correct quotation in message.
1055        Reported by Tom Tromey.
1056
1057Thu Mar 28 23:03:01 1996  Karl Eichwalder  <ke@ke.central.de>
1058
1059        * Makefile.in (datadir): Define from @datadir@.
1060        (gettextsrcdir): Define using $(datadir).
1061
1062Thu Mar 28 13:52:14 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
1063
1064        * aclocal.m4: Initialize CATOBJEXT.
1065
1066Wed Mar 27 03:21:24 1996  Ulrich Drepper  <drepper@myware>
1067
1068        * configure.in (VERSION): Bump to 0.10.10.
1069
1070Mon Mar 25 11:20:09 1996  Ulrich Drepper  <drepper@myware>
1071
1072        * configure.in (VERSION): Bump to 0.10.9.
1073
1074        * acconfig.h (PAGE_WIDTH): Set to reasonable value 78.
1075
1076Mon Mar 25 01:24:12 1996  Ulrich Drepper  <drepper@myware>
1077
1078        * configure.in: Check for strstr() functions and add to @LIBOBJS@
1079        if necessary.
1080
1081Sun Mar 24 17:37:29 1996  Ulrich Drepper  <drepper@myware>
1082
1083        * configure.in (VERSION): Bump to 0.10.8.
1084
1085Sat Mar 23 02:49:04 1996  Ulrich Drepper  <drepper@myware>
1086
1087        * aclocal.m4: Remove trailing empty lines.
1088        (md_PATH_PROG): Move near to other definitions necessary for
1089        internationalized packages.
1090
1091Fri Mar  1 15:04:38 1996  Ulrich Drepper  <drepper@myware>
1092
1093        * aclocal.m4: Reorganized tests a bit: - don't look for libi.a
1094        when test for gettext() functions - before looking for libintl.a
1095        look for libintl.h
1096
1097        * configure.in (VERSION): Bump to 0.10.7.
1098
1099Thu Feb 29 23:43:55 1996  Ulrich Drepper  <drepper@myware>
1100
1101        * configure.in (VERSION): Bump to 0.10.6.
1102
1103Thu Feb 15 04:40:53 1996  Ulrich Drepper  <drepper@myware>
1104
1105        * configure.in (VERSION): Bump to 0.10.5.
1106
1107        * aclocal.m4 (nls_cv_use_nls): Rename to `USE_NLS' and substitute
1108        in Makefiles.
1109
1110        * Makefile.in (SUBDIRS): Always run through `po'.
1111
1112Wed Feb 14 01:56:43 1996  Ulrich Drepper  <drepper@myware>
1113
1114        * configure.in (VERSION): BUMP to 0.10.4.
1115
1116Mon Feb 12 02:21:18 1996  Ulrich Drepper  <drepper@myware>
1117
1118        * configure.in (VERSION): Bump to 0.10.3.
1119
1120Sat Feb 10 18:21:24 1996  Ulrich Drepper  <drepper@myware>
1121
1122        * configure.in (ALL_LINGUAS): Add pl.
1123
1124Thu Jan  4 12:05:01 1996  Ulrich Drepper  <drepper@myware>
1125
1126        * aclocal.m4 (ud_GNU_GETTEXT): Require AC_ISC_POSIX.
1127
1128Thu Jan  4 11:38:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1129
1130        * aclocal.m4 (ud_WITH_NLS): Fix typo.
1131
1132Wed Jan  3 20:53:53 1996  G\vran Uddeborg  <gvran@uddeborg.pp.se>
1133
1134        * configure.in: Add AC_ISC_POSIX test.
1135
1136Sat Dec 30 15:27:54 1995  Ulrich Drepper  <drepper@myware>
1137
1138        * aclocal.m4 (INTLSUB): We don't have to process it always.
1139
1140Fri Dec 29 21:14:14 1995  Ulrich Drepper  <drepper@myware>
1141
1142        * Makefile.in (stamp-h): Remove file before touching.
1143
1144Fri Dec 29 16:38:32 1995  Ulrich Drepper  <drepper@myware>
1145
1146        * configure.in (VERSION): Bump version to 0.10.2.
1147
1148Sun Dec 24 14:27:15 1995  Ulrich Drepper  <drepper@myware>
1149
1150        * configure.in (ALL_LINGUAS): Add ko.
1151
1152Tue Dec 19 22:05:22 1995  Ulrich Drepper  <drepper@myware>
1153
1154        * Makefile.in (stamp-h, Makefile, config.status): Explicitly use
1155        $(SHELL) for running shell scripts.
1156
1157Fri Dec 15 17:25:46 1995  Ulrich Drepper  <drepper@myware>
1158
1159        * aclocal.m4: Clear nls_cv_header_intl and nls_cv_header_libgt to
1160        prevent using wrong values from cache.  Reported by Andreas
1161        Schwab.
1162
1163Sat Dec  9 18:36:42 1995  Ulrich Drepper  <drepper@myware>
1164
1165        * acconfig.h: Use PARAMS instead of __P.  Suggested by Roland
1166        McGrath.
1167
1168Sat Dec  9 12:22:38 1995  Ulrich Drepper  <drepper@myware>
1169
1170        * Makefile.in (distclean-local): Add `intl/VERSION' and remove
1171        `tupdate.perl'.
1172
1173Fri Dec  8 01:20:28 1995  Ulrich Drepper  <drepper@myware>
1174
1175        * configure.in (VERSION): Bump to 0.10.1.
1176
1177Wed Dec  6 16:03:58 1995  ghazi@caip.rutgers.edu  <Kaveh R. Ghazi>
1178
1179        * aclocal.m4 (md_TYPE_PTRDIFF_T): Fix check.
1180
1181Mon Dec  4 01:01:16 1995  Ulrich Drepper  <drepper@myware>
1182
1183        * acconfig.h (PAGE__WIDTH): Because tupdate does not know about
1184        breaking lines after PAGE_WIDTH characters it is turned off for
1185        now.  When msgmerge will be used it will be enabled again.
1186
1187        * configure.in (VERSION): Bump to 0.10.
1188
1189Sun Dec  3 02:22:00 1995  Ulrich Drepper  <drepper@myware>
1190
1191        * Makefile.in (DISTFILES): New file BUGS.
1192
1193Sat Dec  2 03:17:10 1995  Ulrich Drepper  <drepper@myware>
1194
1195        * configure.in: Add handling of README-alpha file.  If current
1196        version is a test release we ship this file.  Inspired by Jim
1197        Meyering configure.in.
1198
1199        * Makefile.in (DISTFILES): Add @DIST_ALPHA@.
1200
1201Tue Nov 21 02:27:48 1995  Ulrich Drepper  <drepper@myware>
1202
1203        * Makefile.in: Make recursion loop aware of Make's -k option.
1204        Kudos to Jim Meyering.
1205
1206        * Makefile.in (DISTFILES): Add AUTHORS.
1207
1208Mon Nov 20 20:15:12 1995  Ulrich Drepper  <drepper@myware>
1209
1210        * configure.in (VERSION): Bump to 0.9.14.
1211
1212Sat Nov 18 16:38:11 1995  Ulrich Drepper  <drepper@myware>
1213
1214        * configure.in, aclocal.m4: Fix typo.
1215
1216        * aclocal.m4, configure.in:
1217        Now requires autoconf-2.5.  Use new macro AC_CACHE_CHECK.
1218
1219Thu Nov 16 21:16:44 1995  Ulrich Drepper  <drepper@myware>
1220
1221        * acconfig.h (PAGE_WIDTH): Add definition.
1222
1223Sat Nov 11 17:52:03 1995  Ulrich Drepper  <drepper@myware>
1224
1225        * configure.in (VERSION): Bump to 0.9.13.
1226
1227Thu Nov  9 00:29:28 1995  Ulrich Drepper  <drepper@myware>
1228
1229        * configure.in (AC_CHECK_FUNCS): Add getcwd.
1230
1231Tue Nov  7 13:45:47 1995  Ulrich Drepper  <drepper@myware>
1232
1233        * aclocal.m4: Don't prepend $INTLDEPS to $LIBS.
1234
1235        * configure.in (VERSION): Bump to 0.9.12.
1236
1237        * aclocal.m4 (ud_WITH_NLS):
1238        Set LIBS to correct value and filter out -intl if necessary.
1239
1240        * Makefile.in (ABOUT-NLS): Forgot to continue line.
1241
1242        * aclocal.m4: Move ud_PATH_LISPDIR out of NLS region.
1243
1244        * Makefile.in (uninstall-local):
1245        Remove root-ABOUT-NLS instead of root-NLS.
1246
1247Mon Nov  6 17:27:52 1995  Ulrich Drepper  <drepper@myware>
1248
1249        * Makefile.in: Be consistent with rm and &&.
1250
1251        * Makefile.in (ABOUT-NLS): Place file in $(srcdir).
1252
1253        * Makefile.in: Eliminate duplicate all-recursive rule.
1254
1255        * Makefile.in:
1256        Renamed README.NLS to ABOUT-NLS.  Never again MS-DOG names!
1257
1258        * Makefile.in: Some more cleanups by François Pinard.
1259
1260        * configure.in (VERSION): Bump to 0.9.11.
1261
1262        * aclocal.m4 (ud_GNU_GETTEXT):
1263        Always create intl/ dir if it does not exist.
1264
1265        * aclocal.m4 (ud_PATH_LISP):
1266        Prefer share/ directory to lib/ directory if both exist.
1267
1268        * Makefile.in (all):
1269        Now a local call.  Depends on all-local and all-recursive.
1270        (all-local): Depend on README.NLS.
1271
1272        * Makefile.in (install-src-local):
1273        Add README.NLS as dependency.  Patch by François Pinard.
1274
1275Mon Nov  6 00:46:48 1995  Ulrich Drepper  <drepper@myware>
1276
1277        * aclocal.m4 (md_TYPE_PTRDIFF_T): Cache result.
1278
1279        * configure.in (VERSION): Bump to 0.9.10.
1280
1281Sun Nov  5 21:58:34 1995  Ulrich Drepper  <drepper@myware>
1282
1283        * configure.in (VERSION): Bump to 0.9.9.
1284
1285Sun Nov  5 21:52:22 1995  Ulrich Drepper  <drepper@myware>
1286
1287        * README: Move advise for using GNU getetxt to intl/nls.texi.
1288
1289        * aclocal.m4:
1290        François reported that po2tbl.sed is not always generated.
1291
1292        * README: Some typos fixed by François Pinard.
1293
1294Sun Nov  5 19:39:05 1995  Ulrich Drepper  <drepper@myware>
1295
1296        * Makefile.in (dist-gettext):
1297        Make synonym for dist.  Recursive goal is now named
1298        dist-gettext.
1299
1300        * configure.in (VERSION): Bump to 0.9.8.
1301
1302        * Makefile.in: Rename NLS to README.NLS.
1303        Add rule for automatical generation of README.NLS.
1304
1305Sun Nov  5 11:36:53 1995  Ulrich Drepper  <drepper@myware>
1306
1307        * Makefile.in (dist): Suppress error message when ln failed.
1308        Get files from $(srcdir) explicitly.
1309
1310Sat Nov  4 23:37:38 1995  Ulrich Drepper  <drepper@myware>
1311
1312        * aclocal.m4:
1313        Fix typo: "Do not you" -> "Do not use".  Reported by Tom Tromey.
1314
1315Fri Nov  3 00:03:34 1995  Ulrich Drepper  <drepper@myware>
1316
1317        * Makefile.in (DISTFILES): Add TODO.
1318
1319Wed Nov  1 11:38:30 1995  Ulrich Drepper  <drepper@myware>
1320
1321        * configure.in:
1322        Remove AC_FUNC_MMAP.  This is tested in the intl/ specific part.
1323
1324        * configure.in (VERSION): Bump to 0.9.7.
1325
1326Sun Oct 29 12:02:01 1995  Ulrich Drepper  <drepper@myware>
1327
1328        * configure.in: Replace AC_INSTALL_PROG with fp_INSTALL_PROG.
1329
1330        * aclocal.m4 (fp_PROG_INSTALL): Replace shell comments (#) by m4
1331        comments (dnl).  This is necessary because autoconf would else
1332        find the AC_PROG_INSTALL word in the comment and report a missing
1333        definition.
1334
1335        * aclocal.m4: Use François' fp_PROG_INSTALL macro.
1336
1337Sat Oct 28 23:28:11 1995  Ulrich Drepper  <drepper@myware>
1338
1339        * aclocal.m4:
1340        Test for dcgettext function when gettext is found in C library.  This
1341        works around the missing function in Solaris 2.3.
1342
1343        * configure.in (VERSION): Bump to 0.9.6.
1344
1345Sat Oct 28 14:02:28 1995  Ulrich Drepper  <drepper@myware>
1346
1347        * configure.in (VERSION): Bump to 0.9.5.
1348
1349Fri Oct 27 02:26:10 1995  Ulrich Drepper  <drepper@myware>
1350
1351        * THANKS: Fix typo.
1352
1353        * configure.in (ALL_LINGUAS): Add sv.
1354
1355        * aclocal.m4:
1356        Use single quote where possible.  Reported by Christian von Roques.
1357
1358        * Makefile.in (DISTFILES): Add DISCLAIM.
1359
1360Tue Sep 26 00:53:48 1995  Ulrich Drepper  <drepper@myware>
1361
1362        * configure.in (md_TYPE_PTRDIFF_T):
1363        Add this macro for type in obstack.h.
1364
1365        * aclocal.m4: Handling of AC_FD_MSG is now correct in md_PATH_PROG.
1366
1367        * aclocal.m4: Correct last changes.  Some newline were missing.
1368
1369Mon Sep 25 22:17:09 1995  Ulrich Drepper  <drepper@myware>
1370
1371        * aclocal.m4 (md_PATH_PROG):
1372        Use this new macro instead of AC_PATH_PROG for msgfmt and
1373        xgettext program.  This warns about uses of OpenWin versions (Wrgg).
1374        (md_TYPE_PTRDIFF_T): New test.  Sun's compiler does not like the
1375        definition in obstack.h.
1376        All provided by Marcus Daniels.
1377
1378        * acconfig.h (HAVE_PTRDIFF_T):
1379        Add symbol because Sun's compiler cannot live with
1380        the definition in obstack.h.  Reported by Marcus Daniels.
1381
1382Sat Sep 23 21:17:53 1995  Ulrich Drepper  <drepper@myware>
1383
1384        * aclocal.m4 (stpcpy): One argument in test can be empty.
1385        Reported by Nelson Beebe.
1386
1387Thu Sep 21 18:05:41 1995  Ulrich Drepper  <drepper@myware>
1388
1389        * acconfig.h (HAVE_STPCPY): Define for autoconf work around.
1390
1391        * aclocal.m4: Some strange things with autoconf-2.4.2: If a
1392        function is tested once in AC_REPLACE_FUNCS and later with
1393        AC_CHECK_FUNCS the second definition does not define the symbol in
1394        the header.  Work around this.
1395
1396Wed Sep 20 22:36:04 1995  Ulrich Drepper  <drepper@myware>
1397
1398        * acconfig.h, configure.in: Remove unneeded STD_INC_PATH definition.
1399
1400Tue Sep 19 00:09:23 1995  Ulrich Drepper  <drepper@myware>
1401
1402        * configure.in (VERSION): Bump to 0.9.4.
1403
1404Sun Sep 17 17:37:45 1995  Ulrich Drepper  <drepper@myware>
1405
1406        * configure.in (AC_PROG_YACC):
1407        Add check.  Is now needed for msgfmt program.
1408
1409Thu Sep  7 00:19:11 1995  Ulrich Drepper  <drepper@myware>
1410
1411        * Makefile.in (dist): Don't use long --gzip option for tar.
1412
1413Tue Aug 29 23:37:44 1995  Ulrich Drepper  <drepper@myware>
1414
1415        * acconfig.h: Remove comment followinf #endif.  We now use
1416        indentation.  Reported by François Pinard.
1417
1418Sat Aug 19 23:21:19 1995  Ulrich Drepper  <drepper@myware>
1419
1420        * Makefile.in: Correct install vs install-src goals.
1421
1422        * README: Add comment about alias data base.
1423
1424        * Makefile.in: Remove Emacs mode selection.
1425
1426        * configure.in:
1427        Generate intl/VERSION file in configure run.  config.status will *not*
1428        create the file.
1429        (AC_OUTPUT): Remove intl/VERSION.
1430
1431        * Makefile.in: Make install call install-src-recursive and install-src.
1432
1433        * Makefile.in:
1434        Make install-local depend on install-src.  I.e. the sources and
1435        gettextize will always be installed.
1436
1437        * Makefile.in: Make goal more appropriate for parallel build.
1438        Inspired by François Pinard.
1439
1440Fri Aug 18 23:44:56 1995  Ulrich Drepper  <drepper@myware>
1441
1442        * configure.in (ALL_LINGUAS):
1443        Add no@nynorsk for nynorsk dialect of norwegian language.
1444        Provided by norwegian translation team.
1445
1446        * aclocal.m4, configure.in: Use AC_CHECK_FUNC instead of
1447        AC_FUNC_CHECK.
1448
1449        * configure.in (VERSION): Bump to 0.9.3.
1450
1451        * aclocal.m4 (ud_GNU_GETTEXT): Add stpcpy to AC_REPLACE_FUNCS.
1452
1453Tue Aug 15 13:15:17 1995  Ulrich Drepper  <drepper@myware>
1454
1455        * configure.in (AC_OUTPUT):
1456        Generation of intl/VERSION in extra shell code failed.  Now
1457        make it a autoconf'ed file.
1458
1459        * configure.in (AC_OUTPUT): Generate intl/VERSION file.
1460
1461Tue Aug 15 05:52:53 1995  Ulrich Drepper  <drepper@myware>
1462
1463        * configure.in (AC_CHECK_FUNCS): Remove getcwd, putenv, and setenv.
1464
1465        * Makefile.in (install-src):
1466        Install NLS as root-NLS.  Now also install aclocal.m4.
1467
1468Mon Aug 14 23:51:36 1995  Ulrich Drepper  <drepper@myware>
1469
1470        * configure.in (AC_OUTPUT):
1471        Rewrite misc/gettextize instead of misc/makelinks.
1472
1473        * Makefile.in (prefix, gettextsrcdir):
1474        Directory values needed for installation.
1475        (INSTALL, INSTALL_DATA): Programs now needed for installing NLS file.
1476        (install-src, install-src-recursive): New rules for installing gettext
1477        sources for use in gettextize shell script.
1478
1479Sun Aug 13 14:38:19 1995  Ulrich Drepper  <drepper@myware>
1480
1481        * aclocal.m4 (AC_CHECK_FUNCS):
1482        Unless the AC_FUNC_MMAP function does not check for the
1483        existence of the munmap function (which does not exist on NeXT)
1484        we do it ourself.  Report by Marcus Daniels.
1485
1486        * aclocal.m4:
1487        Generate po/POTFILES correct even if srcdir is an absolute path.
1488        Report by Marcus Daniels.
1489
1490Wed Aug  9 01:21:56 1995  Ulrich Drepper  <drepper@myware>
1491
1492        * configure.in (VERSION): Bump to 0.9.2.
1493
1494        * README: Mention points for normal user to install GNU gettext.
1495
1496Tue Aug  8 21:34:12 1995  Ulrich Drepper  <drepper@myware>
1497
1498        * aclocal.m4 (AC_REPLACE_FUNCS): New, to test for strcasecmp.
1499
1500        * aclocal.m4: Fix typo: ditribution -> distribution.
1501        Report by François Pinard.
1502
1503Mon Aug  7 22:52:43 1995  Ulrich Drepper  <drepper@myware>
1504
1505        * aclocal.m4 (ud_GNU_GETTEXT):
1506        Add AC_REQUIRE(...) for all test necessary for intl/
1507        subdirectory.
1508        (AC_CHECK_HEADERS): Add limits.h, malloc.h, string.h, unistd.h,
1509        and values.h.
1510        (AC_CHECK_FUNCS): Add getcwd, putenv, setenv, strchr.
1511        Reported by François Pinard.
1512
1513        * configure.in (AC_REPLACE_FUNCS):
1514        strcspn is now placed here instead of in AC_CHECK_FUNCS.
1515        (AC_HAVE_HEADERS): Don't test for stdlib.h.
1516        Reported by François Pinard.
1517
1518Fri Aug  4 22:16:58 1995  Ulrich Drepper  <drepper@myware>
1519
1520        * configure.in (Version): Bump to 0.9.1.
1521
1522        * configure.in (AC_OUTPUT): Remove unneeded `;'.
1523
1524        * Makefile.in (dist): Remove `copying instead' message.
1525
1526        * Makefile.in (dist): Change mode of directories to 777.
1527        Add option -o to tar command.
1528
1529Wed Aug  2 19:37:09 1995  Ulrich Drepper  <drepper@myware>
1530
1531        * configure.in (VERSION): Bump to 0.9.
1532
1533        * configure.in (AC_OUTPUT):
1534        Add new file misc/makelinks and make it executable.
1535
1536Tue Aug  1 22:51:27 1995  Ulrich Drepper  <drepper@myware>
1537
1538        * acconfig.h: Remove unneeded definition of HAVE_ASPRINTF.
1539
1540        * Makefile.in (SUBDIRS):
1541        make int doc/ first and unconditionally make in intl/.
1542
1543        * configure.in (VERSION): Bump to 0.8.2.
1544
1545Sun Jul 30 12:12:40 1995  Ulrich Drepper  <drepper@myware>
1546
1547        * aclocal.m4 (ud_WITH_NLS):
1548        Don't define INTLOBJS when using systems gettext.
1549        Always define DATADIRNAME.
1550        Don't compute catalogs to be installed when --disable-nls is
1551        selected.
1552
1553Sat Jul 29 23:22:39 1995  Ulrich Drepper  <drepper@myware>
1554
1555        * configure.in (ALL_LINGUAS): Add norwegian catalog.
1556
1557Sat Jul 22 01:13:06 1995  Ulrich Drepper  <drepper@myware>
1558
1559        * configure.in (VERSION): Bump to 0.8.1.
1560        (ud_PATH_SITELISP): Replace with call to ud_PATH_LISPDIR.
1561
1562        * aclocal.m4 (ud_EMACS_TRY_PREFIX): Remove rule.
1563        (ud_PATH_SITELISP): Rename to ud_PATH_LISPDIR and simplify it it.
1564        By François Pinard.
1565
1566Wed Jul 19 02:22:18 1995  Ulrich Drepper  <drepper@myware>
1567
1568        * aclocal.m4 (ud_PATH_SITELISP):
1569        If no Emacs program is found define ac_cv_path_sitelisp
1570        to `no'.
1571
1572        * configure.in (GETTEXTPRG):
1573        Remove variable.  Always create and install gettext.
1574
1575Tue Jul 18 20:09:41 1995  Ulrich Drepper  <drepper@myware>
1576
1577        * configure.in (VERSION): Bump to 0.8.
1578
1579Tue Jul 18 01:32:09 1995  Ulrich Drepper  <drepper@myware>
1580
1581        * Makefile.in (DISTFILES): Remove magic.add.  Now in misc/.
1582        (SUBDIRS): Add misc.
1583
1584        * README: Fix typo: one -> once.  Reported by François Pinard.
1585        Mention that magic.add is now found in misc/.
1586
1587        * configure.in (VERSION): Bump to 0.7.5.
1588        (AC_OUTPUT): Add misc/Makefile.
1589
1590        * aclocal.m4 (ud_PATH_SITELISP):
1591        Remove command for test files was incorrectly placed.
1592
1593Tue Jul 18 00:27:22 1995  Ulrich Drepper  <drepper@myware>
1594
1595        * magic.add: Moved to misc/.
1596
1597        * acconfig.h: Uniform test for __STDC__.
1598
1599Mon Jul 17 00:23:22 1995  Ulrich Drepper  <drepper@myware>
1600
1601        * aclocal.m4 (ud_PATH_SITELISP):
1602        Try path given with configures --prefix option.
1603
1604Sun Jul 16 22:36:07 1995  Ulrich Drepper  <drepper@myware>
1605
1606        * configure.in (SITELISPDIR, ELCFILES):
1607        Test for Emacs and generation of substition values
1608        is extended and now found in aclocal.m4.
1609
1610        * aclocal.m4 (ud_PATH_SITELISP, ud_EMACS_TRY_PREFIX):
1611        New rules to test for Emacs' site-lisp directory.
1612
1613Sun Jul 16 00:09:24 1995  Ulrich Drepper  <drepper@myware>
1614
1615        * configure.in (ELCFILES):
1616        Substitute as Make variable: $(ELCFILES) instead of $ELCFILES.
1617        Reported by Eric Backus.
1618
1619        * configure.in (VERSION): Bump to 0.7.4.
1620
1621Sat Jul 15 00:48:11 1995  Ulrich Drepper  <drepper@myware>
1622
1623        * acconfig.h (INVALID_PATH_CHAR): De-ANSI-fy string.
1624
1625        * configure.in (VERSION): Bump to 0.7.3.
1626        (AC_CHECK_FUNCS): Add mblen.
1627        (AC_OUTPUT): Due shorted file names now write src/tupdate.
1628
1629Thu Jul 13 22:35:36 1995  Ulrich Drepper  <drepper@myware>
1630
1631        * configure.in (VERSION): Bump to 0.7.2.
1632
1633Thu Jul 13 01:40:17 1995  Ulrich Drepper  <drepper@myware>
1634
1635        * aclocal.m4: po-to-msg.sed and po-to-tbl.sed are now called
1636        po2msg.sed and po2tbl.sed resp.
1637
1638        * configure.in: Check for Emacs.
1639        If Emacs exists, enable regeneration of *.elc files.
1640        (AC_OUTPUT): New file checks/Makefile.
1641
1642        * Makefile.in (SUBDIRS): New subdirectory `checks'.
1643        New goal check: simply recurse through all subdirectories.
1644
1645Wed Jul 12 00:26:12 1995  Ulrich Drepper  <drepper@myware>
1646
1647        * NLS: New version by François Pinard.
1648
1649Tue Jul 11 21:43:49 1995  Ulrich Drepper  <drepper@myware>
1650
1651        * acconfig.h (WARN_ID_LEN):
1652        new constant.  Specifies length of messages from which
1653        on warnings are given to prevent breaking limits of compilers and
1654        tools.
1655
1656        * configure.in (AC_OUTPUT): tupdate.perl is now found in src/
1657
1658Tue Jul 11 01:30:24 1995  Ulrich Drepper  <drepper@myware>
1659
1660        * aclocal.m4 (ud_GNU_GETTEXT): Construct po-to-tbl.sed
1661        by removing comments.
1662
1663        * configure.in: Don't have default path for Perl.
1664        strtoul can now be substituted when necessary.
1665
1666Tue Jul  4 22:27:48 1995  Ulrich Drepper  <drepper@myware>
1667
1668        * configure.in (VERSION): Bump to 0.7.1.
1669
1670        * aclocal.m4 (ud_GNU_GETTEXT): Correct loop for determining LINGUAS.
1671
1672        * configure.in (AC_REPLACE_FUNCS): Add memmove.
1673
1674Tue Jul  4 00:22:30 1995  Ulrich Drepper  <drepper@myware>
1675
1676        * aclocal.m4: aclocal.m4: Create intl/ before writing sed script.
1677
1678Sun Jul  2 01:51:36 1995  Ulrich Drepper  <drepper@myware>
1679
1680        * First official release.  This directory solely contains
1681        the usual configuration stuff.
Note: See TracBrowser for help on using the repository browser.