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