Mark ChangeLog
[official-gcc.git] / intl / ChangeLog
blob5bf22b8dd6ca700208d0a5719c24d48025eda02d
1 2008-02-01  Release Manager
3         * GCC 4.2.3 released.
5 2007-10-07  Release Manager
7         * GCC 4.2.2 released.
9 2007-07-19  Release Manager
11         * GCC 4.2.1 released.
13 2007-05-13  Release Manager
15         * GCC 4.2.0 released.
17 2006-09-27  Alan Modra  <amodra@bigpond.net.au>
19         * Makefile.in (distclean): Delete config files.
21 2006-09-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
23         PR other/23541
24         PR other/26507
25         Backport from gettext repository:
27         2003-09-04  Bruno Haible  <bruno@clisp.org>
28         * dgettext.c: Include <locale.h> after gettextP.h, not before. This
29         ensures that libintl_dcgettext is correctly declared on Solaris.
30         (Needed because Solaris <locale.h> includes libintl.h.)
31         * dngettext.c: Likewise, for the libintl_dcngettext declaration.
33 2006-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
35         * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
36         New dummy targets.
38 2005-05-23  Carlos O'Donell  <carlos@codesourcery.com>
40         * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
41         Add install-html target.
43 2005-05-13  Nick Clifton  <nickc@redhat.com>
45         * Update the address and phone number of the FSF organization in
46         the GPL notices in the following files:
47         Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
48         dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
49         explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
50         hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
51         loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
52         locale.alias, localealias.c, localename.c, log.c, ngettext.c,
53         osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
54         relocatable.c, relocatable.h, textdomain.c
56 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
58         * aclocal.m4: Regenerate.
60 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
62         * Makefile.in (config.h.in): Correct dependencies.
63         (stamp-h1): Likewise.
64         (config.intl): Likewise.
66 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
68         * configure.ac (AC_CONFIG_MACRO_DIR): New.
69         (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
70         * Makefile.in: Update with maintainer mode rules.
71         * README: Update aclocal regeneration instructions.
72         * aclocal.m4, configure: Regenerate.
74 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
76         * .cvsignore: Ignore autom4te.cache
78 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
80         * configure.ac: Point config.intl to the parent directory of
81         ${top_builddir}.
82         * configure: Regenerate.
84 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
86         * configure.ac: Bump AC_PREREQ to 2.59.
87         * configure: Regenerate.
88         * config.h.in: Regenerate.
90 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
92         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
93         cleanup, rename to configure.ac.
94         * configure.ac: Renamed from configure.in.
95         * config.h.in: Rebuilt with autoheader 2.57.
96         * configure: Rebuilt with autoconf 2.57
97         * README: Update to reflect rename of configure.in to configure.ac.
99 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
101         * README: Update.
102         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
103         mkinstalldirs, gettextsrcdir, l): Delete.
104         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
105         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
106         (SOURCES): Remove os2compat.c.
107         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
108         DEFS-relocatable.o): New.
109         (all-yes): Add config.intl.
110         (libintl.h): Use cp, not cat.
111         (INCLUDES): Remove -I..
112         (TAGS, CTAGS, ID): Word wrap.
113         (mostlyclean, distclean): Remove junk.
114         (config.intl): New rule.
115         * aclocal.m4: sinclude ../config/progtest.m4 instead of
116         including it inline.
117         * config.intl.in: New file.
118         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
119         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
120         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
121         them.  Add config.intl to AC_OUTPUT.
122         * os2compat.c, os2compat.h: Delete, unused.
124 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
126         * Makefile.in: Remove unnecessary capabilities for
127         installation, build of shared libraries, generation of
128         distribution tarballs, etc.  Fix all the places that rely on
129         the parent directory.  Don't generate libgnuintl.h from
130         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
131         necessary.  Adjust DEFS for use of config.h.
132         * libgnuintl.h.in: Rename libgnuintl.h.
133         * README: New file.
134         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
135         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
136         * aclocal.m4: New; generated per instructions in gettext manual.
137         * configure.in: New; written from scratch for this configuration.
138         * configure, config.h.in: Generated.
140 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
142         * Version 0.12.1 released.