Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / ChangeLog.0
blobde6c8113a12cf9524936ae7fdc3806eb1839b306
1 2003-01-31  Bruno Haible  <bruno@clisp.org>
3         * PACKAGING: Add gettext-po.h and libgettextpo*.
5 2003-01-03  Albert Chin  <libtool@thewrittenword.com>
7         * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs
8         variable directly down to the linker.
9         Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
11 2003-01-14  Bruno Haible  <bruno@clisp.org>
13         * configure.in (gt_cv_prog_cxx_namespaces): Reject C++ compilers that
14         have namespaces but for which std::ostream is undefined, like cxx on
15         Tru64.
16         Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>.
18 2003-01-12  Bruno Haible  <bruno@clisp.org>
20         * configure.in: Invoke gl_FUNC_ALLOCA instead of AC_FUNC_ALLOCA.
22 2003-01-12  Bruno Haible  <bruno@clisp.org>
24         * Makefile.am: Make use of += for variables.
26 2002-12-16  Bruno Haible  <bruno@clisp.org>
28         * configure.in: Add test for <utime.h>. Needed for mingw32.
30 2002-12-07  Bruno Haible  <bruno@clisp.org>
32         Switch to autoconf-2.57 and automake-1.7.2.
33         * configure.in: Use AC_CONFIG_FILES, because the AC_OUTPUT commands
34         and not run any more when config.status is called to create a single
35         file.
36         * elisp-comp: New file, from automake-1.7.2.
38 2002-11-19  Bruno Haible  <bruno@clisp.org>
40         Switch to autoconf-2.56.
41         * configure.in (LTLIBOBJS): Remove variable.
43 2002-11-14  Bruno Haible  <bruno@clisp.org>
45         * Makefile.am ($(srcdir)/tests/rpathx/aclocal.m4,
46         $(srcdir)/tests/rpathy/aclocal.m4,
47         $(srcdir)/tests/rpathz/aclocal.m4): Depend on m4/libtool.m4.
49 2002-11-13  Bruno Haible  <bruno@clisp.org>
51         Assume ANSI C.
52         * configure.in: Remove AC_C_BACKSLASH_A call.
53         * os2/configure.awk: Remove HAVE_C_BACKSLASH_A setting.
55 2002-11-07  Bruno Haible  <bruno@clisp.org>
57         * ltmain.sh: Upgrade to libtool-1.4.3.
58         * config.rpath: Upgrade to libtool-1.4.3.
60 2002-10-28  Bruno Haible  <haible@clisp.cons.org>
62         * config.guess, config.sub: Update to GNU version 2002-10-21.
64 2002-10-27  Bruno Haible  <bruno@clisp.org>
66         * libasprintf: New subdirectory.
67         * configure.in (CXX): Adjust to match the result in and the
68         requirements of the libasprintf subdirectory.
69         (SUBDIR_libasprintf): New AC_SUBST.
70         (AC_CONFIG_SUBDIRS): Recurse into libasprintf.
71         * Makefile.am (SUBDIRS): Add libasprintf conditionally.
72         (DIST_SUBDIRS): New variable.
73         * PACKAGING: Add libasprintf.*, autosprintf.h, and its documentation
74         autosprintf.html, autosprintf.info.
76 2002-10-27  Bruno Haible  <bruno@clisp.org>
78         * PACKAGING: Update list of installed .m4 files.
80 2002-09-27  Bruno Haible  <bruno@clisp.org>
82         * mkinstalldirs: Update from automake-1.7+.
84 2002-09-16  Bruno Haible  <bruno@clisp.org>
86         * ltmain.sh (install): Use "ln -s -f" instead of "rm -f && ln -s"
87         to make a symlink for a shared library.
88         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
90 2002-08-06  Bruno Haible  <bruno@clisp.org>
92         * gettext-0.11.5 released.
94 2002-07-25  Bruno Haible  <bruno@clisp.org>
96         * gettext-0.11.4 released.
98 2002-07-17  Bruno Haible  <bruno@clisp.org>
100         * gettext-0.11.3 released.
102 2002-07-16  Bruno Haible  <bruno@clisp.org>
104         * configure.in: Bump version number to 0.11.3.
105         (RELEASE_DATE): Bump.
107 2002-07-16  Bruno Haible  <bruno@clisp.org>
109         * configure.in: Call gt_GCJ and set BUILDJAVAEXE.
111 2002-07-16  Bruno Haible  <haible@clisp.cons.org>
113         * config.guess, config.sub: Update to GNU version 2002-07-09.
115 2002-07-14  Bruno Haible  <bruno@clisp.org>
117         * configure.in: Switch to autoconf-2.52. Split AC_INIT into AC_INIT
118         and AC_CONFIG_SRCDIR. Replace AM_TYPE_PTRDIFF_T with AC_CHECK_TYPES.
119         Call AH_TOP and AH_BOTTOM with earlier contents of acconfig.h. Use
120         AC_LANG_PUSH/AC_LANG_POP instead of AC_LANG_CPLUSPLUS/AC_LANG_RESTORE.
121         Use AC_TRY_EVAL instead of AC_TRY_COMPILER.
122         * acconfig.h: Remove file.
124 2002-06-15  Bruno Haible  <bruno@clisp.org>
126         * configure.in: Call AC_LIBTOOL_WIN32_DLL.
128 2002-05-19  Bruno Haible  <bruno@clisp.org>
130         * Makefile.am (CONFIGURES_RPATHZ, CONFIGURES_RPATHLZ,
131         CONFIGURES_RPATHLZYX): New variables.
132         (SUBCONFIGURES): Add them.
133         ($(srcdir)/tests/rpath*z*/Makefile.in): New rules.
134         ($(srcdir)/tests/rpath*z*/aclocal.m4): New rules.
135         ($(srcdir)/tests/rpath*z*/configure): New rules.
137 2002-05-18  Bruno Haible  <bruno@clisp.org>
139         * PACKAGING: Remove note about libgettextlib.a and libgettextsrc.a.
141 2002-05-03  Bruno Haible  <bruno@clisp.org>
143         * Makefile.am (SUBDIRS): Move man and m4 after projects and misc.
144         'man' must be after 'misc' because 'misc' contains some programs.
146 2002-05-01  Bruno Haible  <bruno@clisp.org>
148         * configure.in (AC_OUTPUT): Add misc/autopoint. Make misc/autopoint
149         executable.
151 2002-05-01  Bruno Haible  <bruno@clisp.org>
153         * INSTALL: Remove the recommendation to set CPPFLAGS and LDFLAGS.
154         The lib-link.m4 macros make this unnecessary.
156 2002-04-28  Bruno Haible  <bruno@clisp.org>
158         * Makefile.am (gettextsrc_SCRIPTS): Add mkinstalldirs.
160 2002-04-24  Bruno Haible  <bruno@clisp.org>
162         * gettext-0.11.2 released.
164 2002-04-24  Bruno Haible  <bruno@clisp.org>
166         * configure.in: Bump version number to 0.11.2.
167         (RELEASE_DATE): Bump.
169 2002-03-15  Andrew Zabolotny  <zap@cobra.ru>
171         * os2/README.OS2: Update.
172         * os2/Makefile: Likewise.
174 2002-03-12  Bruno Haible  <bruno@clisp.org>
176         * gettext-0.11.1 released.
178 2002-03-12  Bruno Haible  <bruno@clisp.org>
180         * configure.in: Bump version number to 0.11.1.
181         (RELEASE_DATE): Bump.
183         * Makefile.am (EXTRA_DIST): Add some more djgpp/* files.
185 2002-03-09  Bruno Haible  <bruno@clisp.org>
187         * configure.in: Don't check for stpncpy; AIX 4.3.3 has an incompatible
188         implementation of it.
189         * acconfig.h (HAVE_STPNCPY): Define on glibc systems only.
191 2002-03-07  Bruno Haible  <bruno@clisp.org>
193         * Makefile.am (MAKEINFO): New variable.
194         * missing (makeinfo): Don't call touch without arguments if the source
195         texinfo file doesn't contain a @setfilename command.
196         Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>.
198 2002-02-15  Bruno Haible  <bruno@clisp.org>
200         * djgpp/*: Update DJGPP support.
201         From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
202         * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'.
204 2002-02-14  Andrew Zabolotny  <zap@cobra.ru>
206         * os2/README.OS2: Update.
207         * os2/Makefile: Update.
209 2002-02-10  Bruno Haible  <bruno@clisp.org>
211         * Makefile.am (EXTRA_DIST): Remove os2/iconv/README.
213 2002-01-14  Bruno Haible  <bruno@clisp.org>
215         * configure.in: Add check for libexpat.
217 2002-02-02  Bruno Haible  <bruno@clisp.org>
219         * Makefile.am (SUBDIRS): Add libuniname.
220         * configure.in (AC_OUTPUT): Add libuniname/Makefile.
222 2002-02-06  Bruno Haible  <bruno@clisp.org>
224         * ltmain.sh: Upgrade from libtool-1.4 to libtool-1.4.2.
225         * config.rpath: Likewise.
227 2002-02-02  Bruno Haible  <bruno@clisp.org>
229         * ltmain.sh: Add DESTDIR support on ELF systems.
231 2002-01-31  Bruno Haible  <bruno@clisp.org>
233         * gettext-0.11 released.
235 2002-01-31  Bruno Haible  <bruno@clisp.org>
237         * configure.in: Bump version number to 0.11.
238         (RELEASE_DATE): Bump.
239         * Makefile.am (EXTRA_DIST): Remove README-alpha.
241 2002-01-31  Bruno Haible  <bruno@clisp.org>
243         * INSTALL: Remove instructions for using Intel icc. It's getting to
244         be fixed in icc.
246 2002-01-30  Bruno Haible  <bruno@clisp.org>
248         * configure.in:
249         Check for strtoul through AC_CHECK_FUNCS, not AC_REPLACE_FUNCS.
250         Call gt_FUNC_ERROR_AT_LINE instead of AM_FUNC_ERROR_AT_LINE.
251         * PACKAGING: New file.
252         * Makefile.am (EXTRA_DIST): Add it.
254 2002-01-24  Bruno Haible  <bruno@clisp.org>
256         * Makefile.am ($(srcdir)/tests/rpathy/aclocal.m4): Fix dependencies.
258 2002-01-21  Bruno Haible  <bruno@clisp.org>
260         * Makefile.am (EXTRA_DIST): Add os2/configure.awk.
261         Remove os2/iconv/iconv.h, os2/iconv/iconv.c.
263 2002-01-20  Bruno Haible  <bruno@clisp.org>
265         * Makefile.am (CONFIGURES_RPATH*): New variables.
266         ($(srcdir)/tests/rpath*/Makefile.in): New rules.
267         ($(srcdir)/tests/rpath*/aclocal.m4): New rules.
268         ($(srcdir)/tests/rpath*/configure): New rules.
269         (SUBCONFIGURES): New variable.
270         (subconfigures): New target.
271         (distdir): Depend on subconfigures.
272         * configure.in: Propagate GCC, LD, with_gnu_ld to Makefiles.
273         Postprocess Makefile because of distdir dependency.
275 2002-01-12  Bruno Haible  <bruno@clisp.org>
277         * INSTALL: Add instructions for using Intel icc.
279 2002-01-11  Bruno Haible  <bruno@clisp.org>
281         * configure.in: Change version number to 0.11-pre5.
283 2002-01-11  Bruno Haible  <bruno@clisp.org>
285         * configure.in: Postprocess doc/Makefile a second time.
287 2002-01-10  Bruno Haible  <bruno@clisp.org>
289         * acconfig.h [OS/2]: Include intl/os2compat.h, not os2/os2compat.h.
290         * Makefile.am (EXTRA_DIST): Remove os2/os2compat.h.
292 2002-01-10  Andrew Zabolotny  <zap@cobra.ru>
294         * os2/README.OS2: Update.
295         * os2/Makefile: Heavily reworked.
296         * os2/iconv/iconv.c: Bug fixes.
298 2002-01-07  Bruno Haible  <bruno@clisp.org>
300         * config.rpath [IRIX]: Fix typo.
302 2002-01-05  Bruno Haible  <bruno@clisp.org>
304         * configure.in: Postprocess doc/Makefile.
306 2002-01-04  Bruno Haible  <haible@clisp.cons.org>
308         * config.guess, config.sub: Update to GNU version 2002-01-02.
310 2001-12-17  Bruno Haible  <bruno@clisp.org>
312         * configure.in: Call gt_FUNC_FNMATCH.
314 2001-12-17  Bruno Haible  <bruno@clisp.org>
316         * configure.in: Change version number to 0.11-pre4.
318 2001-12-15  Andrew Zabolotny  <zap@cobra.ru>
319             Bruno Haible  <bruno@clisp.org>
321         * os2/*: New EMX support.
322         * Makefile.am (EXTRA_DIST): Remove old os2/ contents, add new os2/
323         contents.
324         * acconfig.h: Add conditional include of os2/os2compat.h.
326 2001-12-11  Bruno Haible  <bruno@clisp.org>
328         * configure.in: Use a variant of AC_PROG_CXX_WORKS that doesn't abort
329         upon failure.
331 2001-12-11  Bruno Haible  <bruno@clisp.org>
333         * configure.in: Change version number to 0.11-pre3.
335 2001-12-02  Bruno Haible  <bruno@clisp.org>
337         * config.rpath: New file.
338         * Makefile.am (EXTRA_DIST): Add it.
339         (gettextsrc_SCRIPTS): New variable.
341 2001-11-30  Bruno Haible  <bruno@clisp.org>
343         * configure.in: Change version number to 0.11-pre2.
345 2001-11-25  Bruno Haible  <bruno@clisp.org>
347         * configure.in: Check for C++ compiler.
349 2001-11-18  Bruno Haible  <haible@clisp.cons.org>
351         * configure.in: Make misc/gettextize executable.
353 2001-11-10  Bruno Haible  <haible@clisp.cons.org>
355         * acconfig.h (PARAMS): Also test for __GNUC__, __SUNPRO_C, __cplusplus
356         and __PROTOTYPES because on 64-bit Solaris, we need prototypes
357         although __STDC__ is often defined to 0. __GNUC__ covers GCC,
358         __SUNPRO_C covers Sun cc, regardless of compilation flags.
359         __PROTOTYPES, __cplusplus are just for consistency with libgnuintl.h.
361 2001-11-03  Bruno Haible  <haible@clisp.cons.org>
363         * ltmain.sh: chmod 777 the .libs directory, so that "make install"
364         succeeds.
366 2001-10-30  Bruno Haible  <haible@clisp.cons.org>
368         * configure.in: Change version number to 0.11-pre1.
369         * Makefile.am (EXTRA_DIST): Add README-alpha.
371 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
373         * configure.in: Define LTLIBOBJS and LTALLOCA based on LIBOBJS, ALLOCA.
375 2001-10-19  Bruno Haible  <haible@clisp.cons.org>
377         * configure.in: Remove check for texi2html.
379 2001-10-09  Bruno Haible  <haible@clisp.cons.org>
381         * configure.in: Also check for putc_unlocked.
383 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
385         * Makefile.am (SUBDIRS): Add projects.
386         * configure.in (AC_OUTPUT): Add projects/Makefile.
388 2001-09-29  Bruno Haible  <haible@clisp.cons.org>
390         * configure.in: Also create src/user-email.
392 2001-09-29  Bruno Haible  <haible@clisp.cons.org>
394         * configure.in: Call gt_PREREQ_HOSTNAME.
396 2001-09-25  Bruno Haible  <haible@clisp.cons.org>
398         Upgrade to automake-1.5.
399         * aclocal.sh: Remove file.
400         * Makefile.am (AUTOMAKE_OPTIONS): Add 'no-dependencies'.
401         (EXTRA_DIST): Remove aclocal.sh.
402         * configure.in: Add some postprocessing to lib/Makefile, src/Makefile,
403         tests/Makefile.
404         * missing: Upgrade to automake-1.5.
405         * ylwrap: New file, from automake-1.5.
407 2001-09-23  Bruno Haible  <haible@clisp.cons.org>
409         * configure.in: Call gt_SIGINFO.
411 2001-10-20  Bruno Haible  <haible@clisp.cons.org>
413         * DISCLAIM: Update from
414         http://www.iro.umontreal.ca/contrib/po/doc/DISCLAIM.
416 2001-10-20  Bruno Haible  <haible@clisp.cons.org>
418         Assume strchr() exists.
419         * configure.in: Remove check for strchr.
421 2001-09-17  Bruno Haible  <haible@clisp.cons.org>
423         * configure.in: Call gt_PREREQ_BACKUPFILE.
425 2001-09-17  Bruno Haible  <haible@clisp.cons.org>
427         * configure.in: Check for utime and utimes.
429 2001-09-08  Bruno Haible  <haible@clisp.cons.org>
431         * configure.in (AC_OUTPUT): Add intl-java/Makefile.
432         * Makefile.am (SUBDIRS): Add intl-java.
434 2001-09-16  Bruno Haible  <haible@clisp.cons.org>
436         * configure.in: Don't check for memmove (unneeded).
438 2001-09-02  Bruno Haible  <haible@clisp.cons.org>
440         * configure.in: Add check for 'raise'. Call gt_SIGNALBLOCKING.
442 2001-09-08  Bruno Haible  <haible@clisp.cons.org>
444         * configure.in: Call gt_JAVACOMP and check for 'jar'. Define BUILDJAVA.
445         Call gt_JAVAEXEC. Define TESTJAVA.
446         (AC_OUTPUT): Also create lib/javacomp.sh and lib/javaexec.sh.
448 2001-09-06  Bruno Haible  <haible@clisp.cons.org>
450         * configure.in: Add AC_REPLACE_FUNCS of strpbrk.
452 2001-09-06  Bruno Haible  <haible@clisp.cons.org>
454         * configure.in: Call gt_FUNC_SETENV.
456 2001-09-02  Bruno Haible  <haible@clisp.cons.org>
458         * configure.in: Call gt_TMPDIR and gt_FUNC_MKDTEMP.
460 2001-09-03  Bruno Haible  <haible@clisp.cons.org>
462         * configure.in: Call gt_PROG_LEX.
464 2001-08-26  Bruno Haible  <haible@clisp.cons.org>
466         * configure.in: Remove parse_printf_format check.
468 2001-07-28  Bruno Haible  <haible@clisp.cons.org>
470         * configure.in: Don't call AC_REVISION. It modifies configure.in
471         during "cvs commit" after "make dist".
473 2001-07-28  Bruno Haible  <haible@clisp.cons.org>
475         * configure.in (AC_OUTPUT): Add man/x-to-1.
477 2001-07-26  Bruno Haible  <haible@clisp.cons.org>
479         * configure.in (configure.in): Remove automake bug workarounds, not
480         needed anymore with automake-1.4-p5.
482 2001-07-22  Bruno Haible  <haible@clisp.cons.org>
484         * configure.in (ALL_LINGUAS): Remove assignment.
486 2001-08-02  Bruno Haible  <haible@clisp.cons.org>
488         * README: Change bug report address to <bug-gnu-gettext@gnu.org>.
489         * configure.in: Likewise.
491 2001-06-30  Bruno Haible  <haible@clisp.cons.org>
493         * configure.in: Call gt_STDBOOL_H.
495 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
497         * configure.in (ACLOCAL_VERSION): Remove.
499 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
501         * aclocal.sh: Tweak last patch for automake-1.4f.
503 2001-06-23  Bruno Haible  <haible@clisp.cons.org>
505         * aclocal.sh: Don't fail if aclocal isn't available.
507 2001-06-15  Bruno Haible  <haible@clisp.cons.org>
509         * configure.in: Remove post-processing of tests/Makefile.
511 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
513         * configure.in: Add test for cross compilation and for PERL.
515 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
517         * configure.in: Bump version number to 0.11.
519 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
521         * configure.in: Check for ssize_t, pid_t, posix_spawn, select.
522         Call AC_FUNC_VFORK, gt_UNION_WAIT.
524 2001-09-13  Bruno Haible  <haible@clisp.cons.org>
526         * gettext-0.10.40 released.
528 2001-09-13  Bruno Haible  <haible@clisp.cons.org>
530         * configure.in: Bump version number to 0.10.40.
531         (RELEASE_DATE): Bump.
533         * config.guess, config.sub: Update to GNU version 2001-09-13.
535 2001-07-31  Bruno Haible  <haible@clisp.cons.org>
537         * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not
538         'gnits', to avoid distributing README-alpha.
540 2001-07-24  Bruno Haible  <haible@clisp.cons.org>
542         * gettext-0.10.39 released.
544 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
546         * ltmain.sh: Upgrade to libtool-1.4.
547         * ltconfig: Remove file.
549 2001-05-23  Bruno Haible  <haible@clisp.cons.org>
551         * gettext-0.10.38 released.
553 2001-05-23  Bruno Haible  <haible@clisp.cons.org>
555         * configure.in: Bump version number to 0.10.38.
556         (RELEASE_DATE): Bump.
558         * INSTALL (Optional Features): Document --with-libiconv-prefix.
559         (Particular Systems): Generalize section about /usr/local to "most
560         systems".
561         * config.guess, config.sub: Update to GNU version 2001-05-11.
563 2001-05-20  Bruno Haible  <haible@clisp.cons.org>
565         * Makefile.am (SUBDIRS): Add man.
566         * configure.in (AC_OUTPUT): Add man/Makefile.
568 2001-05-17  Bruno Haible  <haible@clisp.cons.org>
570         * configure.in (ALL_LINGUAS): Add cs, gl, id, it, ru. zh.
572 2001-04-30  Bruno Haible  <haible@clisp.cons.org>
574         * configure.in (ALL_LINGUAS): Add et.
576 2001-04-19  Bruno Haible  <haible@clisp.cons.org>
578         * gettext-0.10.37 released.
580 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
582         * configure.in: Check for dvips, texi2pdf, texi2html.
584 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
586         * configure.in: Bump version number to 0.10.37.
587         (RELEASE_DATE): Bump.
589 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
591         * configure.in: Call jm_PREREQ_MBSWIDTH.
593 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
595         * Makefile.am (ps, pdf, html): New targets.
597 2001-04-02  Bruno Haible  <haible@clisp.cons.org>
599         * configure.in (ALL_LINGUAS): Add pt_BR.
601 2001-03-29  Bruno Haible  <haible@clisp.cons.org>
603         * gettext-0.10.36 released.
605 2001-03-28  Bruno Haible  <haible@clisp.cons.org>
607         * config.guess, config.sub: Update to GNU version 2001-03-19.
609 2001-03-25  Bruno Haible  <haible@clisp.cons.org>
611         * acconfig.h (WARN_ID_LEN): Remove macro.
613 2001-03-21  Bruno Haible  <haible@clisp.cons.org>
615         * INSTALL (Particular Systems): Add recommendations for AIX 3.
617 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
619         * Makefile.am (MAINTAINERCLEANFILES): Remove variable.
620         (EXTRA_DIST): Incorporate its contents.
622 2001-03-16  Bruno Haible  <haible@clisp.cons.org>
624         * configure.in: Postprocess tests/Makefile to work around an
625         inconsistency in automake-1.4: EXTRA_PROGRAMS is not treated like
626         bin_PROGRAMS.
628 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
630         * configure.in: Add AC_REPLACE_FUNCS(strcasecmp). Needed for EMX.
632 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
634         * configure.in: Use AM_FUNC_GETLINE instead of
635         AC_REPLACE_FUNCS(getline). Needed for HP-UX 10.
637 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
639         * configure.in: Pass 'need-ngettext' to AM_GNU_GETTEXT.
641 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
643         * configure.in (ALL_LINGUAS): Add en@quot and en@boldquot.
645 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
647         * INSTALL: New section "Particular Systems".
649         * configure.in: Postprocess Makefile to work around another
650         automake-1.4 bug: on FreeBSD, shell commands are run with "set -e".
652         * configure.in: Postprocess misc/Makefile to work around another
653         automake-1.4 bug: if @EMACS@ = no, $(lispdir) is empty.
655 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
657         * os2/*: EMX support.
658         From Jun Sawataishi <jsawa@attglobal.net>.
659         * Makefile.am (EXTRA_DIST): Add these files.
661 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
663         * config.guess, config.sub: Update to GNU version 2001-03-06.
665 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
667         * djgpp/*: DJGPP support.
668         From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
669         * Makefile.am (EXTRA_DIST): Add these files.
670         (MAINTAINERCLEANFILES): New variable.
672 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
674         * configure.in (RELEASE_DATE): New variable.
675         Create intl/ChangeLog.inst.
677 2001-03-03  Bruno Haible  <haible@clisp.cons.org>
679         * ltconfig:
680         sed -e 's/reload object files/produce relocatable object files/'.
682         Better support for DOS/Windows platforms.
683         * configure.in: Call AC_OBJEXT and AC_EXEEXT.
685 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
687         * configure.in: Call bh_C_SIGNED.
689 2001-02-27  Bruno Haible  <haible@clisp.cons.org>
691         * configure.in (ALL_LINGUAS): Replace no@nynorsk with nn.
693 2001-02-10  Bruno Haible  <haible@clisp.cons.org>
695         * configure.in (ALL_LINGUAS): Add ja.
697 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
699         * Makefile.am (SUBDIRS): Move intl before lib, because lib needs
700         libintl.h if the included libintl is used.
702 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
704         Use libtool.
705         * configure.in: Add argument 'use-libtool' to AM_GNU_GETTEXT call.
707 2001-01-20  Bruno Haible  <haible@clisp.cons.org>
709         * configure.in: Add a third argument to AC_DEFINE.
710         Require autoconf-2.13.
711         * acconfig.h (_GNU_SOURCE): Remove, now done in configure.in.
712         (HAVE_PARSE_PRINTF_FORMAT): Likewise.
713         (ENABLE_NLS): Remove, now done in m4/gettext.m4.
714         (HAVE_GETTEXT): Likewise.
715         (HAVE_STPCPY): Likewise.
716         (HAVE_LC_MESSAGES): Remove, now done in m4/lcmessage.m4.
717         (HAVE_PTRDIFF_T): Remove, now done in automake-1.4's ptrdiff.m4.
718         (HAVE_OBSTACK): Remove, not set by configure.
719         (HAVE_CATGETS): Likewise.
721 2001-01-07  Bruno Haible  <haible@clisp.cons.org>
723         * Makefile.am (DISTCLEANFILES): Remove. Now done in intl/Makefile.in.
724         * configure.in: Stop creating intl/intlh.inst from intl/intlh.inst.in.
725         Now done through a simple file copy.
727 2001-01-06  Bruno Haible  <haible@clisp.cons.org>
729         * configure.in: Use AC_CHECK_HEADERS instead of AC_HAVE_HEADERS.
730         Call gt_SETLOCALE.
732 2000-12-30  Bruno Haible  <haible@clisp.cons.org>
734         * ltconfig, ltmain.sh: Update from libtool-1.3.5.
735         * config.guess, config.sub: Update to GNU version 2000-11-10.
736         * missing: Update from gmp-3.1.1.
737         * install-sh: Update from fileutils-4.0.32.
739 2000-12-30  Bruno Haible  <haible@clisp.cons.org>
741         * configure.in: Call jm_AC_TYPE_UNSIGNED_LONG_LONG and
742         jm_AC_TYPE_UINTMAX_T.
744 2000-11-09  Bruno Haible  <haible@clisp.cons.org>
746         * configure.in (ALL_LINGUAS): Add tr.
748 2000-08-23  Bruno Haible  <haible@clisp.cons.org>
750         * configure.in: Invoke AC_C_BACKSLASH_A.
752 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
754         * Makefile.am (EXTRA_DIST): Add aclocal.sh.
756 2000-07-28  Bruno Haible  <haible@clisp.cons.org>
758         * configure.in: Postprocess misc/Makefile to workaround an automake
759         bug.
761 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
763         * Makefile.am: Put back the ACLOCAL_AMFLAGS definition, but define
764         ACLOCAL as a wrapper around aclocal.
765         * aclocal.sh: New file.
767         * config.guess, config.sub: Update to GNU version 2000-06-13.
768         * misc/locale.alias: Update to glibc CVS version 2000-06-13.
770 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
772         * Makefile.am: Comment out ACLOCAL_AMFLAGS definition.  The files
773         come with automake and therefore the -I will cause redefinitions.
775         * acconfig.h: Define HAVE_BASENAME if glibc is used.
776                         
777 1998-05-01 08:47  Ulrich Drepper  <drepper@cygnus.com>
779         * gettext-0.10.35 released.
781 1998-04-30 23:20  Ulrich Drepper  <drepper@cygnus.com>
783         * configure.in: Remove commands in AC_OUTPUT.  Moved into
784         AM_GNU_GETTEXT macro in m4/gettext.m4.
786         * configure.in: Bump version number to 0.10.35.
788 1998-04-28 16:07  Ulrich Drepper  <drepper@cygnus.com>
790         * configure.in: Bump version number to 0.10.34.
791         Don't test for basename function.
793 1998-04-27 20:36  Ulrich Drepper  <drepper@cygnus.com>
795         * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.3.
796         (ACLOCAL_AMFLAGS): New variable, set to -I m4.
797         (aclocaldir): Definition removed.
798         (gettextsrc_DATA): New variable, set to ABOUT_NLS.
800         * configure.in: Bump version number to 0.10.33.
801         Define INCLUDE_LOCALE_H in gettext.m4.  Remove AC_LINK_FILES line,
802         can now be in gettext.m4.  Rewrite also m4/Makefile.
804 1997-09-06 01:11  Ulrich Drepper  <drepper@cygnus.com>
806         * configure.in: Bump version number to 0.10.32.
808 1997-09-05 05:44  Ulrich Drepper  <drepper@cygnus.com>
810         * configure.in (ALL_LINGUAS): Add da.
812 1997-08-21 15:02  Ulrich Drepper  <drepper@cygnus.com>
814         * progtest.m4: Change copyright.
815         * lcmessage.m4: Change copyright.
816         * gettext.m4: Change copyright.
818 1997-08-19 03:20  Ulrich Drepper  <drepper@cygnus.com>
820         * configure.in: Bump version number to 0.10.31.
822 1997-08-18 13:47  Philippe De Muyter  <phdm@info.ucl.ac.be>
824         * configure.in (ACLOCAL_VERSION): Do not use nested \(..\) with sed.
826 1997-08-15 03:04  Ulrich Drepper  <drepper@cygnus.com>
828         * configure.in (VERSION): Bump version number to 0.10.30.
830         * acconfig.h: Change DEFAULT_ALIGNMENT to DEFAULT_OUTPUT_ALIGNMENT
831         to avoid clash with macro with same name in obstack.c.
832         Reported by Akim Demaille <demaille@inf.enst.fr>.
834 1997-08-15 12:40  Ulrich Drepper  <drepper@cygnus.com>
836         * configure.in (VERSION): Bump to 0.10.29.
838 1997-08-01 15:47  Ulrich Drepper  <drepper@cygnus.com>
840         * configure.in: Remove obstack test.
841         Don't always rewrite po/Makefile.in, only if in CONFIG_FILES.
843         * Makefile.am (EXTRA_DIST): Add README.gemtext.
845         * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.2.
847 1997-05-29 12:44  Ulrich Drepper  <drepper@cygnus.com>
849         * gettext.m4: Don't use INTLDEPS="../intl/libintl.a" which forces
850         a to use only one level of subdirs.  Use $(top_builddir)/intl
851         instead.
852         Patch by Akim Demaille <demaille@inf.enst.fr>.
854 1997-05-01 02:26  Ulrich Drepper  <drepper@cygnus.com>
856         * configure.in (VERSION): Bump to 0.10.28.
858         * gettext.m4: Check for sys/param.h header.
859         Patch by Bruno Haible <haible@ilog.fr>.
861         * gettext.m4: Be safe and call test with quoted arguments and
862         explicit -n option.
863         Patch by Bruno Haible <haible@ilog.fr>.
865         * gettext.m4: Require AC_PROG_RANLIB.
866         Reported by Tom Tromey <tromey@cygnus.com>.
868         * gettext.m4: Remove POTFILES before generating it.
869         Patch by Jim Meyering <meyering@eng.ascend.com>.
871 Wed Dec  4 00:36:11 1996  Ulrich Drepper  <drepper@cygnus.com>
873         * Makefile.am (EXTRA_DIST): Remove @DIST-ALPHA@.
875 Tue Dec  3 23:55:43 1996  Ulrich Drepper  <drepper@cygnus.com>
877         * configure.in: Make sure aclocaldir gets substituted.
879 Tue Dec  3 19:38:41 1996  Ulrich Drepper  <drepper@cygnus.com>
881         * Makefile.am (aclocal_DATA): Install aclocal macros for gettext.
883         * configure.in: Bump version number to 0.10.26.
885 Fri Nov 22 22:57:48 1996  Ulrich Drepper  <drepper@cygnus.com>
887         * Makefile.am (EXTRA_DIST): Add gettext.m4, lcmessage.m4, and
888         progtest.m4.
889         Reported by Tom Tromey.
891 Thu Nov 21 23:07:20 1996  Ulrich Drepper  <drepper@cygnus.com>
893         * configure.in: Use AM_INIT_AUTOMAKE.  Rename various tests to
894         official AM_*.  Write tests/Makefile.
896         * aclocal.m4: Removed.  The test are now in separate files.
897         * gettext.m4, progtext.m4, lcmessage.m4: New files.
899         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.1.
900         (MAINT_CHARSET): Latin 1 is used here.
901         (gettextdemodir): Removed.
902         (gettextdemo_DATA): Removed.
904 Fri Sep 20 12:41:23 1996  Ulrich Drepper  <drepper@cygnus.com>
906         * configure.in (ALL_LINGUAS): Add pt.
908 Wed Sep 18 17:55:23 1996  Ulrich Drepper  <drepper@cygnus.com>
910         * Makefile.am (SUBDIRS): Change checks to tests.
912 Sat Aug 31 14:19:04 1996  Ulrich Drepper  <drepper@cygnus.com>
914         * configure.in (VERSION): Bump to 0.10.25.
916 Sat Aug 31 04:50:13 1996  Ulrich Drepper  <drepper@cygnus.com>
918         * configure.in: Add test for error which is part of GNU libc.
920         * aclocal.m4: Check for gettext in libc.  Necessary for GNU libc.
922 Tue Aug 27 04:05:19 1996  Ulrich Drepper  <drepper@cygnus.com>
924         * configure.in (ALL_LINGUAS): Add es.
926 Sun Aug 18 18:49:34 1996  Ulrich Drepper  <drepper@cygnus.com>
928         * configure.in: Use AM_PROG_INSTALL instead of fp_PROG_INSTALL.
930         * aclocal.m4 (fp_PROG_INSTALL): Rename to AM_PROG_INSTALL.
932 Fri Jul 19 12:18:55 1996  Ulrich Drepper  <drepper@cygnus.com>
934         * configure.in: Don't use NULL in check for obstack.
936 Tue Jul 16 01:51:47 1996  Ulrich Drepper  <drepper@cygnus.com>
938         * aclocal.m4: Correct text for --with-included-gettext option.
939         Patch by François Pinard.
941 Sun Jul 14 01:16:19 1996  Ulrich Drepper  <drepper@cygnus.com>
943         * configure.in (VERSION): Bump to 0.10.24.
945 Sat Jul  6 01:49:26 1996  Ulrich Drepper  <drepper@cygnus.com>
947         * configure.in (VERSION): Bump to 0.10.23.
949 Tue Jul  2 16:42:20 1996  Ulrich Drepper  <drepper@cygnus.com>
951         * configure.in (ALL_LINGUAS): Add nl.
952         Add AC_PROG_MKINSTALLDIRS test.
953         Set AC_PREREQ to 2.99 since no official autoconf has the
954         bugs fixed.
956         * aclocal.m4: Fix check for obsolete xgettext implementation.
957         Patch by Marcus Daniels.
959 Sat Jun 22 04:25:23 1996  Ulrich Drepper  <drepper@cygnus.com>
961         * aclocal.m4: Define MKINSTALLDIRS.
963         * configure.in (VERSION): Bump to 0.10.22.
965 Wed Jun 19 01:26:09 1996  Ulrich Drepper  <drepper@cygnus.com>
967         * configure.in (AC_REPLACE_FUNCS): Add stpncpy.
969         * configure.in (VERSION): Bump to 0.10.21.
971         * configure.in (AC_REPLACE_FUNCS): Add strncasecmp.
973 Tue Jun 18 15:11:01 1996  Ulrich Drepper  <drepper@cygnus.com>
975         * acconfig.h (PAGE_WIDTH): Define to 79.  This allows even in
976         Emacs nice looking lines.
978         * aclocal.m4 (md_PATH_PROG): remove macro.
979         (ud_PATH_PROG_WITH_TEST): New macro.  Similar to AC_PATH_PROG, only
980         that an additional, user-given test is performed before a program
981         is accepted.
983         Rewrite all tests for msgfmt and xgettext to use
984         ud_PATH_PROG_WITH_TEST to make sure no XView versions are used.
986         * configure.in (ACLOCAL_VERSION): Determine version number in
987         aclocal.m4 file which is used in misc/gettextize.
988         (VERSION): Bump to 0.10.20.
990 Fri Jun 14 04:07:10 1996  Ulrich Drepper  <drepper@cygnus.com>
992         * configure.in (VERSION): Bump to 0.10.19.
994 Thu Jun 13 15:19:45 1996  Ulrich Drepper  <drepper@cygnus.com>
996         * configure.in (VERSION): Bump to 0.10.18.
998 Tue Jun 11 15:02:49 1996  Ulrich Drepper  <drepper@cygnus.com>
1000         * configure.in (ALL_LINGUAS): Add `sl' for Slowenian.
1002         * Makefile.am (EXTRA_DIST): Add DISCLAIM.
1003         Reported by François Pinard.
1005 Sun Jun  9 12:46:31 1996  Ulrich Drepper  <drepper@cygnus.com>
1007         * configure.in (ALL_LINGUAS): Do not write intlh.inst.in, but
1008         intlh.inst.  Reported by Marcus Daniels.
1010 Fri Jun  7 01:51:57 1996  Ulrich Drepper  <drepper@cygnus.com>
1012         * configure.in (VERSION): Bump to 0.10.17.
1014 Thu Jun  6 01:55:47 1996  Ulrich Drepper  <drepper@cygnus.com>
1016         * aclocal.m4: Define USE_INCLUDED_LIBINTL in case we need the code
1017         from the intl/ subdir.
1019         * configure.in: Undo patch from Wed Jun 5 00:10:36 1996.  We do
1020         need intlh.inst.
1022         * aclocal.m4: Remove definition of INTLSUB.  Add definition of
1023         GT_NO and GT_YES (needed in intl/Makefile.in).
1025 Wed Jun  5 00:10:36 1996  Ulrich Drepper  <drepper@cygnus.com>
1027         * configure.in (VERSION): Bump to 0.10.16.
1029         * configure.in: Don't write intlh.inst.
1031         * configure.in (VERSION): Bump to 0.10.15.
1033 Tue Jun  4 00:10:25 1996  Ulrich Drepper  <drepper@cygnus.com>
1035         * configure.in: Rewrite intl/intlh.inst.in depending on whether
1036         <locale.h> is available or not.
1037         Reported by Peter Miller.
1039         * aclocal.m4 (ud_WITH_NLS): Using `AC_CHECK_LIB(intl, main)' is
1040         not useful.  Use `AC_CHECK_LIB(intl, bindtextdomain)' instead.
1041         Patch by Uwe Ohse.
1043         * configure.in (AC_REPLACE_GNU_GETOPT): Removed.  We don't need
1044         this because the getopt source itself knows when it can be
1045         omitted.
1047 Mon Jun  3 00:04:55 1996  Ulrich Drepper  <drepper@cygnus.com>
1049         * aclocal.m4 (AC_REPLACE_GNU_GETOPT): Don't need this anymore.
1050         The getopt sources should recognize when the getopt is available
1051         in the library.
1053         * configure.in (VERSION): Bump to 0.10.14.
1055         * Makefile.am (AUTOMAKE_OPTIONS): Add variable to control Automake
1056         behaviour.  Thanks, Tom.
1058         * configure.in: Check for __argz_count, __argz_stringify, and
1059         __argz_next in aclocal.m4.
1060         * aclocal.m4: Add above checks.
1062         * aclocal.m4: Fix typo in --with-included-gettext handling.
1064 Sun Jun  2 01:50:03 1996  Ulrich Drepper  <drepper@cygnus.com>
1066         * aclocal.m4 (ud_WITH_NLS): If used in gettext always define
1067         USE_NLS to yes.
1069         * configure.in: Add AC_ARG_PROGRAM.  Don't write tupdate because
1070         it does not exist anymore.
1072 Sat Jun  1 03:18:15 1996  Ulrich Drepper  <drepper@cygnus.com>
1074         * configure.in (VERSION): Bump to 0.10.13.  Remove check for Perl.
1076         * configure.in: Add the test for __argz_next.
1078         * configure.in: We don't want to replace the __argz_* function,
1079         just check.
1081         * configure.in: Add __argz_count and __argz_stringify to
1082         AC_CHECK_FUNC list.
1084         * aclocal.m4 (ud_WITH_NLS): Change command line option
1085         `--with-gnu-gettext' to `--with-included-gettext'.  The former was
1086         misleading because this option really means to ignore a possibly
1087         installed GNU libintl.
1089 Sun May 26 03:09:43 1996  Ulrich Drepper  <drepper@cygnus.com>
1091         * Makefile.in (ABOUT-NLS): Don't cd to doc/ dir.  Use -I option of
1092         makeinfo instead.  Patch by Tran Huu Da <tranhu@IRO.UMontreal.CA>.
1094 Sat May 11 11:40:17 1996  Ulrich Drepper  <drepper@myware>
1096         * aclocal.m4: Move INSTOBJECT initialization out of recently
1097         introduced AC_TRY_LINK macro.  Reported by Jim Meyering.
1099 Sat May 11 00:31:40 1996  Ulrich Drepper  <drepper@myware>
1101         * aclocal.m4: Check whether locally available libintl is GNU
1102         gettext library.  In this case we use .gmo files and share/ as
1103         datadir.
1105 Wed Apr 24 23:49:29 1996  Ulrich Drepper  <drepper@myware>
1107         * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro by Jim Meyering.
1108         Test for GNU's getopt implementation.
1110         * configure.in: Use AC_REPLACE_GNU_GETOPT.
1112 Thu Apr  4 23:35:56 1996  Ulrich Drepper  <drepper@myware>
1114         * Makefile.in (ABOUT-NLS): Adapt rule for using matrix.texi.
1116 Thu Apr  4 01:58:14 1996  Ulrich Drepper  <drepper@myware>
1118         * configure.in (VERSION): Bump to 0.10.12.
1120 Tue Apr  2 18:55:50 1996  Ulrich Drepper  <drepper@myware>
1122         * aclocal.m4: Test whether found xgettext program is really GNU
1123         xgettext.  Else ignore it.
1125         * Makefile.in (all): Do all-gettext-recursive instead of
1126         all-recursive.  We need a special all goal in intl/ because we
1127         always have to build libintl.a.
1129 Tue Apr  2 17:34:55 1996  Ulrich Drepper  <drepper@myware>
1131         * aclocal.m4: Major change!!!  By default the catgets emulation is
1132         *not* selected anymore.  The installer explicitely has to select
1133         --with-catgets.  Looking at all the nice features GNU gettext and
1134         which cannot be emulated portably using the catgets interface, it
1135         became unreasonable to stay with the old default.
1137 Tue Apr  2 03:20:19 1996  Ulrich Drepper  <drepper@myware>
1139         * configure.in (VERSION): Bump to 0.10.11.
1141 Mon Apr  1 03:37:08 1996  Ulrich Drepper  <drepper@myware>
1143         * aclocal.m4 (md_PATH_PROG): Correct quotation in message.
1144         Reported by Tom Tromey.
1146 Thu Mar 28 23:03:01 1996  Karl Eichwalder  <ke@ke.central.de>
1148         * Makefile.in (datadir): Define from @datadir@.
1149         (gettextsrcdir): Define using $(datadir).
1151 Thu Mar 28 13:52:14 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
1153         * aclocal.m4: Initialize CATOBJEXT.
1155 Wed Mar 27 03:21:24 1996  Ulrich Drepper  <drepper@myware>
1157         * configure.in (VERSION): Bump to 0.10.10.
1159 Mon Mar 25 11:20:09 1996  Ulrich Drepper  <drepper@myware>
1161         * configure.in (VERSION): Bump to 0.10.9.
1163         * acconfig.h (PAGE_WIDTH): Set to reasonable value 78.
1165 Mon Mar 25 01:24:12 1996  Ulrich Drepper  <drepper@myware>
1167         * configure.in: Check for strstr() functions and add to @LIBOBJS@
1168         if necessary.
1170 Sun Mar 24 17:37:29 1996  Ulrich Drepper  <drepper@myware>
1172         * configure.in (VERSION): Bump to 0.10.8.
1174 Sat Mar 23 02:49:04 1996  Ulrich Drepper  <drepper@myware>
1176         * aclocal.m4: Remove trailing empty lines.
1177         (md_PATH_PROG): Move near to other definitions necessary for
1178         internationalized packages.
1180 Fri Mar  1 15:04:38 1996  Ulrich Drepper  <drepper@myware>
1182         * aclocal.m4: Reorganized tests a bit: - don't look for libi.a
1183         when test for gettext() functions - before looking for libintl.a
1184         look for libintl.h
1186         * configure.in (VERSION): Bump to 0.10.7.
1188 Thu Feb 29 23:43:55 1996  Ulrich Drepper  <drepper@myware>
1190         * configure.in (VERSION): Bump to 0.10.6.
1192 Thu Feb 15 04:40:53 1996  Ulrich Drepper  <drepper@myware>
1194         * configure.in (VERSION): Bump to 0.10.5.
1196         * aclocal.m4 (nls_cv_use_nls): Rename to `USE_NLS' and substitute
1197         in Makefiles.
1199         * Makefile.in (SUBDIRS): Always run through `po'.
1201 Wed Feb 14 01:56:43 1996  Ulrich Drepper  <drepper@myware>
1203         * configure.in (VERSION): BUMP to 0.10.4.
1205 Mon Feb 12 02:21:18 1996  Ulrich Drepper  <drepper@myware>
1207         * configure.in (VERSION): Bump to 0.10.3.
1209 Sat Feb 10 18:21:24 1996  Ulrich Drepper  <drepper@myware>
1211         * configure.in (ALL_LINGUAS): Add pl.
1213 Thu Jan  4 12:05:01 1996  Ulrich Drepper  <drepper@myware>
1215         * aclocal.m4 (ud_GNU_GETTEXT): Require AC_ISC_POSIX.
1217 Thu Jan  4 11:38:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1219         * aclocal.m4 (ud_WITH_NLS): Fix typo.
1221 Wed Jan  3 20:53:53 1996  G\vran Uddeborg  <gvran@uddeborg.pp.se>
1223         * configure.in: Add AC_ISC_POSIX test.
1225 Sat Dec 30 15:27:54 1995  Ulrich Drepper  <drepper@myware>
1227         * aclocal.m4 (INTLSUB): We don't have to process it always.
1229 Fri Dec 29 21:14:14 1995  Ulrich Drepper  <drepper@myware>
1231         * Makefile.in (stamp-h): Remove file before touching.
1233 Fri Dec 29 16:38:32 1995  Ulrich Drepper  <drepper@myware>
1235         * configure.in (VERSION): Bump version to 0.10.2.
1237 Sun Dec 24 14:27:15 1995  Ulrich Drepper  <drepper@myware>
1239         * configure.in (ALL_LINGUAS): Add ko.
1241 Tue Dec 19 22:05:22 1995  Ulrich Drepper  <drepper@myware>
1243         * Makefile.in (stamp-h, Makefile, config.status): Explicitly use
1244         $(SHELL) for running shell scripts.
1246 Fri Dec 15 17:25:46 1995  Ulrich Drepper  <drepper@myware>
1248         * aclocal.m4: Clear nls_cv_header_intl and nls_cv_header_libgt to
1249         prevent using wrong values from cache.  Reported by Andreas
1250         Schwab.
1252 Sat Dec  9 18:36:42 1995  Ulrich Drepper  <drepper@myware>
1254         * acconfig.h: Use PARAMS instead of __P.  Suggested by Roland
1255         McGrath.
1257 Sat Dec  9 12:22:38 1995  Ulrich Drepper  <drepper@myware>
1259         * Makefile.in (distclean-local): Add `intl/VERSION' and remove
1260         `tupdate.perl'.
1262 Fri Dec  8 01:20:28 1995  Ulrich Drepper  <drepper@myware>
1264         * configure.in (VERSION): Bump to 0.10.1.
1266 Wed Dec  6 16:03:58 1995  ghazi@caip.rutgers.edu  <Kaveh R. Ghazi>
1268         * aclocal.m4 (md_TYPE_PTRDIFF_T): Fix check.
1270 Mon Dec  4 01:01:16 1995  Ulrich Drepper  <drepper@myware>
1272         * acconfig.h (PAGE__WIDTH): Because tupdate does not know about
1273         breaking lines after PAGE_WIDTH characters it is turned off for
1274         now.  When msgmerge will be used it will be enabled again.
1276         * configure.in (VERSION): Bump to 0.10.
1278 Sun Dec  3 02:22:00 1995  Ulrich Drepper  <drepper@myware>
1280         * Makefile.in (DISTFILES): New file BUGS.
1282 Sat Dec  2 03:17:10 1995  Ulrich Drepper  <drepper@myware>
1284         * configure.in: Add handling of README-alpha file.  If current
1285         version is a test release we ship this file.  Inspired by Jim
1286         Meyering configure.in.
1288         * Makefile.in (DISTFILES): Add @DIST_ALPHA@.
1290 Tue Nov 21 02:27:48 1995  Ulrich Drepper  <drepper@myware>
1292         * Makefile.in: Make recursion loop aware of Make's -k option.
1293         Kudos to Jim Meyering.
1295         * Makefile.in (DISTFILES): Add AUTHORS.
1297 Mon Nov 20 20:15:12 1995  Ulrich Drepper  <drepper@myware>
1299         * configure.in (VERSION): Bump to 0.9.14.
1301 Sat Nov 18 16:38:11 1995  Ulrich Drepper  <drepper@myware>
1303         * configure.in, aclocal.m4: Fix typo.
1305         * aclocal.m4, configure.in:
1306         Now requires autoconf-2.5.  Use new macro AC_CACHE_CHECK.
1308 Thu Nov 16 21:16:44 1995  Ulrich Drepper  <drepper@myware>
1310         * acconfig.h (PAGE_WIDTH): Add definition.
1312 Sat Nov 11 17:52:03 1995  Ulrich Drepper  <drepper@myware>
1314         * configure.in (VERSION): Bump to 0.9.13.
1316 Thu Nov  9 00:29:28 1995  Ulrich Drepper  <drepper@myware>
1318         * configure.in (AC_CHECK_FUNCS): Add getcwd.
1320 Tue Nov  7 13:45:47 1995  Ulrich Drepper  <drepper@myware>
1322         * aclocal.m4: Don't prepend $INTLDEPS to $LIBS.
1324         * configure.in (VERSION): Bump to 0.9.12.
1326         * aclocal.m4 (ud_WITH_NLS):
1327         Set LIBS to correct value and filter out -intl if necessary.
1329         * Makefile.in (ABOUT-NLS): Forgot to continue line.
1331         * aclocal.m4: Move ud_PATH_LISPDIR out of NLS region.
1333         * Makefile.in (uninstall-local):
1334         Remove root-ABOUT-NLS instead of root-NLS.
1336 Mon Nov  6 17:27:52 1995  Ulrich Drepper  <drepper@myware>
1338         * Makefile.in: Be consistent with rm and &&.
1340         * Makefile.in (ABOUT-NLS): Place file in $(srcdir).
1342         * Makefile.in: Eliminate duplicate all-recursive rule.
1344         * Makefile.in:
1345         Renamed README.NLS to ABOUT-NLS.  Never again MS-DOG names!
1347         * Makefile.in: Some more cleanups by François Pinard.
1349         * configure.in (VERSION): Bump to 0.9.11.
1351         * aclocal.m4 (ud_GNU_GETTEXT):
1352         Always create intl/ dir if it does not exist.
1354         * aclocal.m4 (ud_PATH_LISP):
1355         Prefer share/ directory to lib/ directory if both exist.
1357         * Makefile.in (all):
1358         Now a local call.  Depends on all-local and all-recursive.
1359         (all-local): Depend on README.NLS.
1361         * Makefile.in (install-src-local):
1362         Add README.NLS as dependency.  Patch by François Pinard.
1364 Mon Nov  6 00:46:48 1995  Ulrich Drepper  <drepper@myware>
1366         * aclocal.m4 (md_TYPE_PTRDIFF_T): Cache result.
1368         * configure.in (VERSION): Bump to 0.9.10.
1370 Sun Nov  5 21:58:34 1995  Ulrich Drepper  <drepper@myware>
1372         * configure.in (VERSION): Bump to 0.9.9.
1374 Sun Nov  5 21:52:22 1995  Ulrich Drepper  <drepper@myware>
1376         * README: Move advise for using GNU getetxt to intl/nls.texi.
1378         * aclocal.m4:
1379         François reported that po2tbl.sed is not always generated.
1381         * README: Some typos fixed by François Pinard.
1383 Sun Nov  5 19:39:05 1995  Ulrich Drepper  <drepper@myware>
1385         * Makefile.in (dist-gettext):
1386         Make synonym for dist.  Recursive goal is now named
1387         dist-gettext.
1389         * configure.in (VERSION): Bump to 0.9.8.
1391         * Makefile.in: Rename NLS to README.NLS.
1392         Add rule for automatical generation of README.NLS.
1394 Sun Nov  5 11:36:53 1995  Ulrich Drepper  <drepper@myware>
1396         * Makefile.in (dist): Suppress error message when ln failed.
1397         Get files from $(srcdir) explicitly.
1399 Sat Nov  4 23:37:38 1995  Ulrich Drepper  <drepper@myware>
1401         * aclocal.m4:
1402         Fix typo: "Do not you" -> "Do not use".  Reported by Tom Tromey.
1404 Fri Nov  3 00:03:34 1995  Ulrich Drepper  <drepper@myware>
1406         * Makefile.in (DISTFILES): Add TODO.
1408 Wed Nov  1 11:38:30 1995  Ulrich Drepper  <drepper@myware>
1410         * configure.in:
1411         Remove AC_FUNC_MMAP.  This is tested in the intl/ specific part.
1413         * configure.in (VERSION): Bump to 0.9.7.
1415 Sun Oct 29 12:02:01 1995  Ulrich Drepper  <drepper@myware>
1417         * configure.in: Replace AC_INSTALL_PROG with fp_INSTALL_PROG.
1419         * aclocal.m4 (fp_PROG_INSTALL): Replace shell comments (#) by m4
1420         comments (dnl).  This is necessary because autoconf would else
1421         find the AC_PROG_INSTALL word in the comment and report a missing
1422         definition.
1424         * aclocal.m4: Use François' fp_PROG_INSTALL macro.
1426 Sat Oct 28 23:28:11 1995  Ulrich Drepper  <drepper@myware>
1428         * aclocal.m4:
1429         Test for dcgettext function when gettext is found in C library.  This
1430         works around the missing function in Solaris 2.3.
1432         * configure.in (VERSION): Bump to 0.9.6.
1434 Sat Oct 28 14:02:28 1995  Ulrich Drepper  <drepper@myware>
1436         * configure.in (VERSION): Bump to 0.9.5.
1438 Fri Oct 27 02:26:10 1995  Ulrich Drepper  <drepper@myware>
1440         * THANKS: Fix typo.
1442         * configure.in (ALL_LINGUAS): Add sv.
1444         * aclocal.m4:
1445         Use single quote where possible.  Reported by Christian von Roques.
1447         * Makefile.in (DISTFILES): Add DISCLAIM.
1449 Tue Sep 26 00:53:48 1995  Ulrich Drepper  <drepper@myware>
1451         * configure.in (md_TYPE_PTRDIFF_T):
1452         Add this macro for type in obstack.h.
1454         * aclocal.m4: Handling of AC_FD_MSG is now correct in md_PATH_PROG.
1456         * aclocal.m4: Correct last changes.  Some newline were missing.
1458 Mon Sep 25 22:17:09 1995  Ulrich Drepper  <drepper@myware>
1460         * aclocal.m4 (md_PATH_PROG):
1461         Use this new macro instead of AC_PATH_PROG for msgfmt and
1462         xgettext program.  This warns about uses of OpenWin versions (Wrgg).
1463         (md_TYPE_PTRDIFF_T): New test.  Sun's compiler does not like the
1464         definition in obstack.h.
1465         All provided by Marcus Daniels.
1467         * acconfig.h (HAVE_PTRDIFF_T):
1468         Add symbol because Sun's compiler cannot live with
1469         the definition in obstack.h.  Reported by Marcus Daniels.
1471 Sat Sep 23 21:17:53 1995  Ulrich Drepper  <drepper@myware>
1473         * aclocal.m4 (stpcpy): One argument in test can be empty.
1474         Reported by Nelson Beebe.
1476 Thu Sep 21 18:05:41 1995  Ulrich Drepper  <drepper@myware>
1478         * acconfig.h (HAVE_STPCPY): Define for autoconf work around.
1480         * aclocal.m4: Some strange things with autoconf-2.4.2: If a
1481         function is tested once in AC_REPLACE_FUNCS and later with
1482         AC_CHECK_FUNCS the second definition does not define the symbol in
1483         the header.  Work around this.
1485 Wed Sep 20 22:36:04 1995  Ulrich Drepper  <drepper@myware>
1487         * acconfig.h, configure.in: Remove unneeded STD_INC_PATH definition.
1489 Tue Sep 19 00:09:23 1995  Ulrich Drepper  <drepper@myware>
1491         * configure.in (VERSION): Bump to 0.9.4.
1493 Sun Sep 17 17:37:45 1995  Ulrich Drepper  <drepper@myware>
1495         * configure.in (AC_PROG_YACC):
1496         Add check.  Is now needed for msgfmt program.
1498 Thu Sep  7 00:19:11 1995  Ulrich Drepper  <drepper@myware>
1500         * Makefile.in (dist): Don't use long --gzip option for tar.
1502 Tue Aug 29 23:37:44 1995  Ulrich Drepper  <drepper@myware>
1504         * acconfig.h: Remove comment followinf #endif.  We now use
1505         indentation.  Reported by François Pinard.
1507 Sat Aug 19 23:21:19 1995  Ulrich Drepper  <drepper@myware>
1509         * Makefile.in: Correct install vs install-src goals.
1511         * README: Add comment about alias data base.
1513         * Makefile.in: Remove Emacs mode selection.
1515         * configure.in:
1516         Generate intl/VERSION file in configure run.  config.status will *not*
1517         create the file.
1518         (AC_OUTPUT): Remove intl/VERSION.
1520         * Makefile.in: Make install call install-src-recursive and install-src.
1522         * Makefile.in:
1523         Make install-local depend on install-src.  I.e. the sources and
1524         gettextize will always be installed.
1526         * Makefile.in: Make goal more appropriate for parallel build.
1527         Inspired by François Pinard.
1529 Fri Aug 18 23:44:56 1995  Ulrich Drepper  <drepper@myware>
1531         * configure.in (ALL_LINGUAS):
1532         Add no@nynorsk for nynorsk dialect of norwegian language.
1533         Provided by norwegian translation team.
1535         * aclocal.m4, configure.in: Use AC_CHECK_FUNC instead of
1536         AC_FUNC_CHECK.
1538         * configure.in (VERSION): Bump to 0.9.3.
1540         * aclocal.m4 (ud_GNU_GETTEXT): Add stpcpy to AC_REPLACE_FUNCS.
1542 Tue Aug 15 13:15:17 1995  Ulrich Drepper  <drepper@myware>
1544         * configure.in (AC_OUTPUT):
1545         Generation of intl/VERSION in extra shell code failed.  Now
1546         make it a autoconf'ed file.
1548         * configure.in (AC_OUTPUT): Generate intl/VERSION file.
1550 Tue Aug 15 05:52:53 1995  Ulrich Drepper  <drepper@myware>
1552         * configure.in (AC_CHECK_FUNCS): Remove getcwd, putenv, and setenv.
1554         * Makefile.in (install-src):
1555         Install NLS as root-NLS.  Now also install aclocal.m4.
1557 Mon Aug 14 23:51:36 1995  Ulrich Drepper  <drepper@myware>
1559         * configure.in (AC_OUTPUT):
1560         Rewrite misc/gettextize instead of misc/makelinks.
1562         * Makefile.in (prefix, gettextsrcdir):
1563         Directory values needed for installation.
1564         (INSTALL, INSTALL_DATA): Programs now needed for installing NLS file.
1565         (install-src, install-src-recursive): New rules for installing gettext
1566         sources for use in gettextize shell script.
1568 Sun Aug 13 14:38:19 1995  Ulrich Drepper  <drepper@myware>
1570         * aclocal.m4 (AC_CHECK_FUNCS):
1571         Unless the AC_FUNC_MMAP function does not check for the
1572         existence of the munmap function (which does not exist on NeXT)
1573         we do it ourself.  Report by Marcus Daniels.
1575         * aclocal.m4:
1576         Generate po/POTFILES correct even if srcdir is an absolute path.
1577         Report by Marcus Daniels.
1579 Wed Aug  9 01:21:56 1995  Ulrich Drepper  <drepper@myware>
1581         * configure.in (VERSION): Bump to 0.9.2.
1583         * README: Mention points for normal user to install GNU gettext.
1585 Tue Aug  8 21:34:12 1995  Ulrich Drepper  <drepper@myware>
1587         * aclocal.m4 (AC_REPLACE_FUNCS): New, to test for strcasecmp.
1589         * aclocal.m4: Fix typo: ditribution -> distribution.
1590         Report by François Pinard.
1592 Mon Aug  7 22:52:43 1995  Ulrich Drepper  <drepper@myware>
1594         * aclocal.m4 (ud_GNU_GETTEXT):
1595         Add AC_REQUIRE(...) for all test necessary for intl/
1596         subdirectory.
1597         (AC_CHECK_HEADERS): Add limits.h, malloc.h, string.h, unistd.h,
1598         and values.h.
1599         (AC_CHECK_FUNCS): Add getcwd, putenv, setenv, strchr.
1600         Reported by François Pinard.
1602         * configure.in (AC_REPLACE_FUNCS):
1603         strcspn is now placed here instead of in AC_CHECK_FUNCS.
1604         (AC_HAVE_HEADERS): Don't test for stdlib.h.
1605         Reported by François Pinard.
1607 Fri Aug  4 22:16:58 1995  Ulrich Drepper  <drepper@myware>
1609         * configure.in (Version): Bump to 0.9.1.
1611         * configure.in (AC_OUTPUT): Remove unneeded `;'.
1613         * Makefile.in (dist): Remove `copying instead' message.
1615         * Makefile.in (dist): Change mode of directories to 777.
1616         Add option -o to tar command.
1618 Wed Aug  2 19:37:09 1995  Ulrich Drepper  <drepper@myware>
1620         * configure.in (VERSION): Bump to 0.9.
1622         * configure.in (AC_OUTPUT):
1623         Add new file misc/makelinks and make it executable.
1625 Tue Aug  1 22:51:27 1995  Ulrich Drepper  <drepper@myware>
1627         * acconfig.h: Remove unneeded definition of HAVE_ASPRINTF.
1629         * Makefile.in (SUBDIRS):
1630         make int doc/ first and unconditionally make in intl/.
1632         * configure.in (VERSION): Bump to 0.8.2.
1634 Sun Jul 30 12:12:40 1995  Ulrich Drepper  <drepper@myware>
1636         * aclocal.m4 (ud_WITH_NLS):
1637         Don't define INTLOBJS when using systems gettext.
1638         Always define DATADIRNAME.
1639         Don't compute catalogs to be installed when --disable-nls is
1640         selected.
1642 Sat Jul 29 23:22:39 1995  Ulrich Drepper  <drepper@myware>
1644         * configure.in (ALL_LINGUAS): Add norwegian catalog.
1646 Sat Jul 22 01:13:06 1995  Ulrich Drepper  <drepper@myware>
1648         * configure.in (VERSION): Bump to 0.8.1.
1649         (ud_PATH_SITELISP): Replace with call to ud_PATH_LISPDIR.
1651         * aclocal.m4 (ud_EMACS_TRY_PREFIX): Remove rule.
1652         (ud_PATH_SITELISP): Rename to ud_PATH_LISPDIR and simplify it it.
1653         By François Pinard.
1655 Wed Jul 19 02:22:18 1995  Ulrich Drepper  <drepper@myware>
1657         * aclocal.m4 (ud_PATH_SITELISP):
1658         If no Emacs program is found define ac_cv_path_sitelisp
1659         to `no'.
1661         * configure.in (GETTEXTPRG):
1662         Remove variable.  Always create and install gettext.
1664 Tue Jul 18 20:09:41 1995  Ulrich Drepper  <drepper@myware>
1666         * configure.in (VERSION): Bump to 0.8.
1668 Tue Jul 18 01:32:09 1995  Ulrich Drepper  <drepper@myware>
1670         * Makefile.in (DISTFILES): Remove magic.add.  Now in misc/.
1671         (SUBDIRS): Add misc.
1673         * README: Fix typo: one -> once.  Reported by François Pinard.
1674         Mention that magic.add is now found in misc/.
1676         * configure.in (VERSION): Bump to 0.7.5.
1677         (AC_OUTPUT): Add misc/Makefile.
1679         * aclocal.m4 (ud_PATH_SITELISP):
1680         Remove command for test files was incorrectly placed.
1682 Tue Jul 18 00:27:22 1995  Ulrich Drepper  <drepper@myware>
1684         * magic.add: Moved to misc/.
1686         * acconfig.h: Uniform test for __STDC__.
1688 Mon Jul 17 00:23:22 1995  Ulrich Drepper  <drepper@myware>
1690         * aclocal.m4 (ud_PATH_SITELISP):
1691         Try path given with configures --prefix option.
1693 Sun Jul 16 22:36:07 1995  Ulrich Drepper  <drepper@myware>
1695         * configure.in (SITELISPDIR, ELCFILES):
1696         Test for Emacs and generation of substition values
1697         is extended and now found in aclocal.m4.
1699         * aclocal.m4 (ud_PATH_SITELISP, ud_EMACS_TRY_PREFIX):
1700         New rules to test for Emacs' site-lisp directory.
1702 Sun Jul 16 00:09:24 1995  Ulrich Drepper  <drepper@myware>
1704         * configure.in (ELCFILES):
1705         Substitute as Make variable: $(ELCFILES) instead of $ELCFILES.
1706         Reported by Eric Backus.
1708         * configure.in (VERSION): Bump to 0.7.4.
1710 Sat Jul 15 00:48:11 1995  Ulrich Drepper  <drepper@myware>
1712         * acconfig.h (INVALID_PATH_CHAR): De-ANSI-fy string.
1714         * configure.in (VERSION): Bump to 0.7.3.
1715         (AC_CHECK_FUNCS): Add mblen.
1716         (AC_OUTPUT): Due shorted file names now write src/tupdate.
1718 Thu Jul 13 22:35:36 1995  Ulrich Drepper  <drepper@myware>
1720         * configure.in (VERSION): Bump to 0.7.2.
1722 Thu Jul 13 01:40:17 1995  Ulrich Drepper  <drepper@myware>
1724         * aclocal.m4: po-to-msg.sed and po-to-tbl.sed are now called
1725         po2msg.sed and po2tbl.sed resp.
1727         * configure.in: Check for Emacs.
1728         If Emacs exists, enable regeneration of *.elc files.
1729         (AC_OUTPUT): New file checks/Makefile.
1731         * Makefile.in (SUBDIRS): New subdirectory `checks'.
1732         New goal check: simply recurse through all subdirectories.
1734 Wed Jul 12 00:26:12 1995  Ulrich Drepper  <drepper@myware>
1736         * NLS: New version by François Pinard.
1738 Tue Jul 11 21:43:49 1995  Ulrich Drepper  <drepper@myware>
1740         * acconfig.h (WARN_ID_LEN):
1741         new constant.  Specifies length of messages from which
1742         on warnings are given to prevent breaking limits of compilers and
1743         tools.
1745         * configure.in (AC_OUTPUT): tupdate.perl is now found in src/
1747 Tue Jul 11 01:30:24 1995  Ulrich Drepper  <drepper@myware>
1749         * aclocal.m4 (ud_GNU_GETTEXT): Construct po-to-tbl.sed
1750         by removing comments.
1752         * configure.in: Don't have default path for Perl.
1753         strtoul can now be substituted when necessary.
1755 Tue Jul  4 22:27:48 1995  Ulrich Drepper  <drepper@myware>
1757         * configure.in (VERSION): Bump to 0.7.1.
1759         * aclocal.m4 (ud_GNU_GETTEXT): Correct loop for determining LINGUAS.
1761         * configure.in (AC_REPLACE_FUNCS): Add memmove.
1763 Tue Jul  4 00:22:30 1995  Ulrich Drepper  <drepper@myware>
1765         * aclocal.m4: aclocal.m4: Create intl/ before writing sed script.
1767 Sun Jul  2 01:51:36 1995  Ulrich Drepper  <drepper@myware>
1769         * First official release.  This directory solely contains
1770         the usual configuration stuff.