1 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3 * configure: Regenerate.
5 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7 * Makefile.in (datarootdir): New variable.
9 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
12 * aclocal.m4: Regenerate.
13 * configure: Regenerate.
15 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17 * aclocal.m4: Regenerate.
18 * configure: Likewise.
20 2006-09-27 Alan Modra <amodra@bigpond.net.au>
22 * Makefile.in (distclean): Delete config files.
24 2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
28 Backport from gettext repository:
30 2003-09-04 Bruno Haible <bruno@clisp.org>
31 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
32 ensures that libintl_dcgettext is correctly declared on Solaris.
33 (Needed because Solaris <locale.h> includes libintl.h.)
34 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
36 2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
38 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
41 2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
43 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
44 Add install-html target.
46 2005-05-13 Nick Clifton <nickc@redhat.com>
48 * Update the address and phone number of the FSF organization in
49 the GPL notices in the following files:
50 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
51 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
52 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
53 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
54 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
55 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
56 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
57 relocatable.c, relocatable.h, textdomain.c
59 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
61 * aclocal.m4: Regenerate.
63 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
65 * Makefile.in (config.h.in): Correct dependencies.
67 (config.intl): Likewise.
69 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
71 * configure.ac (AC_CONFIG_MACRO_DIR): New.
72 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
73 * Makefile.in: Update with maintainer mode rules.
74 * README: Update aclocal regeneration instructions.
75 * aclocal.m4, configure: Regenerate.
77 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
79 * .cvsignore: Ignore autom4te.cache
81 2004-04-25 Paolo Bonzini <bonzini@gnu.org>
83 * configure.ac: Point config.intl to the parent directory of
85 * configure: Regenerate.
87 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
89 * configure.ac: Bump AC_PREREQ to 2.59.
90 * configure: Regenerate.
91 * config.h.in: Regenerate.
93 2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
95 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
96 cleanup, rename to configure.ac.
97 * configure.ac: Renamed from configure.in.
98 * config.h.in: Rebuilt with autoheader 2.57.
99 * configure: Rebuilt with autoconf 2.57
100 * README: Update to reflect rename of configure.in to configure.ac.
102 2003-07-07 Zack Weinberg <zack@codesourcery.com>
105 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
106 mkinstalldirs, gettextsrcdir, l): Delete.
107 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
108 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
109 (SOURCES): Remove os2compat.c.
110 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
111 DEFS-relocatable.o): New.
112 (all-yes): Add config.intl.
113 (libintl.h): Use cp, not cat.
114 (INCLUDES): Remove -I..
115 (TAGS, CTAGS, ID): Word wrap.
116 (mostlyclean, distclean): Remove junk.
117 (config.intl): New rule.
118 * aclocal.m4: sinclude ../config/progtest.m4 instead of
120 * config.intl.in: New file.
121 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
122 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
123 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
124 them. Add config.intl to AC_OUTPUT.
125 * os2compat.c, os2compat.h: Delete, unused.
127 2003-07-04 Zack Weinberg <zack@codesourcery.com>
129 * Makefile.in: Remove unnecessary capabilities for
130 installation, build of shared libraries, generation of
131 distribution tarballs, etc. Fix all the places that rely on
132 the parent directory. Don't generate libgnuintl.h from
133 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
134 necessary. Adjust DEFS for use of config.h.
135 * libgnuintl.h.in: Rename libgnuintl.h.
137 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
138 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
139 * aclocal.m4: New; generated per instructions in gettext manual.
140 * configure.in: New; written from scratch for this configuration.
141 * configure, config.h.in: Generated.
143 2003-05-22 GNU <bug-gnu-gettext@gnu.org>
145 * Version 0.12.1 released.