This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / intl / ChangeLog
blob77a3e38121024dfae16a2d7f12d5675b50a08fea
1 2004-04-18  Release Manager
3         * GCC 3.4.0 released.
5 2004-04-16  Mark Mitchell  <mark@codesourcery.com>
7         * plural.c: Regenerated.
9 2004-04-07  Joe Buck <jbuck@welsh-buck.org>
11         * plural.y: don't assume that the inline keyword can be used.
12         * gettextP.h: likewise.
14 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
16         * README: Update.
17         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
18         mkinstalldirs, gettextsrcdir, l): Delete.
19         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
20         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
21         (SOURCES): Remove os2compat.c.
22         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
23         DEFS-relocatable.o): New.
24         (all-yes): Add config.intl.
25         (libintl.h): Use cp, not cat.
26         (INCLUDES): Remove -I..
27         (TAGS, CTAGS, ID): Word wrap.
28         (mostlyclean, distclean): Remove junk.
29         (config.intl): New rule.
30         * aclocal.m4: sinclude ../config/progtest.m4 instead of
31         including it inline.
32         * config.intl.in: New file.
33         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
34         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
35         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
36         them.  Add config.intl to AC_OUTPUT.
37         * os2compat.c, os2compat.h: Delete, unused.
39 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
41         * Makefile.in: Remove unnecessary capabilities for
42         installation, build of shared libraries, generation of
43         distribution tarballs, etc.  Fix all the places that rely on
44         the parent directory.  Don't generate libgnuintl.h from
45         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
46         necessary.  Adjust DEFS for use of config.h.
47         * libgnuintl.h.in: Rename libgnuintl.h.
48         * README: New file.
49         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
50         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
51         * aclocal.m4: New; generated per instructions in gettext manual.
52         * configure.in: New; written from scratch for this configuration.
53         * configure, config.h.in: Generated.
55 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
57         * Version 0.12.1 released.