source: trunk/third/gettext2/ChangeLog @ 22167

Revision 22167, 5.9 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22166, which included commits to RCS files with non-trunk default branches.
Line 
12003-12-17  Bruno Haible  <bruno@clisp.org>
2
3        * gettext-0.13.1 released.
4
52003-12-17  Bruno Haible  <bruno@clisp.org>
6
7        * version.sh: Bump version number to 0.13.1.
8
92003-11-30  Bruno Haible  <bruno@clisp.org>
10
11        * gettext-0.13 released.
12
132003-11-30  Bruno Haible  <bruno@clisp.org>
14
15        * version.sh: Bump version number to 0.13.
16
172003-11-27  Bruno Haible  <bruno@clisp.org>
18
19        * config/ltmain.sh: In the trampoline code, include string.h, ctype.h,
20        and return 127. Fixes warnings on cygwin.
21
222003-11-23  Bruno Haible  <bruno@clisp.org>
23
24        * PACKAGING: Remove ssize_t.m4.
25
262003-11-16  Bruno Haible  <bruno@clisp.org>
27
28        * PACKAGING: Add size_max.m4, ssize_t.m4, xsize.m4.
29
302003-11-16  Bruno Haible  <bruno@clisp.org>
31
32        * config/config.guess, config/config.sub: Update to GNU version
33        2003-11-03.
34
352003-11-16  Bruno Haible  <bruno@clisp.org>
36
37        * version.sh: Bump version number to 0.13-pre1.
38
392003-11-15  Bruno Haible  <bruno@clisp.org>
40
41        * PACKAGING: Add examples.
42
432003-10-31  Bruno Haible  <bruno@clisp.org>
44
45        * config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB,
46        FIX_MAKEFILE_INFO): Drop argument, use $ac_file instead.
47
482003-09-13  Bruno Haible  <bruno@clisp.org>
49
50        * PACKAGING: Add envsubst related files and gettext.sh.
51
522003-08-23  Bruno Haible  <bruno@clisp.org>
53
54        * version.sh: Bump version number to 0.12.2.
55
562003-07-01  Bruno Haible  <bruno@clisp.org>
57
58        * config/install-reloc: Also compile readlink.c.
59
602003-06-19  Bruno Haible  <bruno@clisp.org>
61
62        * PACKAGING: Add intmax.m4, longdouble.m4, longlong.m4,
63        printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.
64
652003-06-18  Bruno Haible  <bruno@clisp.org>
66
67        * config/install-sh: Update from automake-1.7.5.
68        Reported by Paul Eggert.
69
702003-06-11  Bruno Haible  <bruno@clisp.org>
71
72        * README.gemtext: Remove outdated file.
73        * Makefile.am (EXTRA_DIST): Remove it.
74        Reported by Guido Flohr <guido@imperia.net>.
75
762003-06-08  Bruno Haible  <bruno@clisp.org>
77
78        * vms/link_options.opt: New file.
79        * vms/with-libiconv.opt, vms/without-libiconv.opt: New files.
80        * Makefile.am (EXTRA_DIST): Add them.
81        Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
82
832003-05-22  Bruno Haible  <bruno@clisp.org>
84
85        * gettext-0.12.1 released.
86
872003-05-22  Bruno Haible  <bruno@clisp.org>
88
89        * version.sh: Bump version number to 0.12.1.
90
912003-05-19  Bruno Haible  <bruno@clisp.org>
92
93        * config/mdate-sh: Update from automake-1.7.5.
94
952003-05-17  Bruno Haible  <bruno@clisp.org>
96
97        * gettext-0.12 released.
98
992003-05-17  Bruno Haible  <bruno@clisp.org>
100
101        * version.sh: Bump version number to 0.12.
102
1032003-05-08  Bruno Haible  <bruno@clisp.org>
104
105        * PACKAGING: Update for changed default value of $mandir and $docdir.
106
1072003-05-06  Bruno Haible  <bruno@clisp.org>
108
109        * config/config.guess, config/config.sub: Update to GNU version
110        2003-02-22.
111
1122003-04-24  Bruno Haible  <bruno@clisp.org>
113
114        Support for libtool-1.5.
115        * configure.ac: Postprocess the esyscmd output by replacing
116        ]AC_ENABLE_SHARED_DEFAULT[ -> yes
117        ]AC_ENABLE_STATIC_DEFAULT[ -> yes
118        ]AC_ENABLE_FAST_INSTALL_DEFAULT[ -> yes
119
120        * config/ltmain.sh: Upgrade to libtool-1.5.
121        2003-02-18  Bruno Haible  <bruno@clisp.org>
122                * config/ltmain.sh (install): Use "ln -s -f" instead of
123                "rm -f && ln -s" to make a symlink for a shared library. Take
124                care of Solaris /bin/ln.
125                Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
126        2001-11-03  Bruno Haible  <bruno@clisp.org>
127                * config/m4/ltmain.sh: chmod 777 the .libs directory, so that
128                "make install" succeeds.
129        * config/m4/libtool.m4: Upgrade to libtool-1.5.
130        2002-07-14  Bruno Haible  <bruno@clisp.org>
131                * config/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add
132                support for GNU/FreeBSD.
133
1342003-04-12  Bruno Haible  <bruno@clisp.org>
135
136        * Makefile.vms: Don't use the force target.
137        Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
138
1392003-04-12  Bruno Haible  <bruno@clisp.org>
140
141        * Makefile.msvc (mandir, docdir): Use datadir instead of prefix.
142
1432003-04-06  Bruno Haible  <bruno@clisp.org>
144
145        * config/install-reloc: Also compile progreloc.c.
146
1472003-04-05  Bruno Haible  <bruno@clisp.org>
148
149        * config/install-reloc: Don't define NO_LIBRARIES.
150
1512003-04-01  Bruno Haible  <bruno@clisp.org>
152
153        * README.mingw: New file.
154        * README.vms: New file.
155        * Makefile.am (EXTRA_DIST): Add them.
156
1572003-03-30  Bruno Haible  <bruno@clisp.org>
158
159        * Makefile.vms: New file.
160        * Makefile.am (EXTRA_DIST): Add Makefile.vms.
161
1622003-03-17  Bruno Haible  <bruno@clisp.org>
163
164        Native Woe32/MSVC support.
165        * Makefile.msvc: New file.
166        * README.woe32: New file.
167        * Makefile.am (EXTRA_DIST): Add them.
168
1692003-02-28  Bruno Haible  <bruno@clisp.org>
170
171        Support for relocatable installation.
172        * config/config.libpath: New file.
173        * config/install-reloc: New file.
174        * config/reloc-ldflags: New file.
175        * Makefile.am (EXTRA_DIST): Add them.
176        * config/compile: New file, from automake-1.7.2.
177        * INSTALL: Document --enable-relocatable and --with-libintl-prefix.
178
1792003-02-27  Bruno Haible  <bruno@clisp.org>
180
181        * configure.ac: Include AC_CANONICAL_HOST, AC_ARG_ENABLE, AC_ARG_WITH,
182        AC_ARG_VAR calls from the subdir configures.
183        * Makefile.am (configure): Depend on each subdir's configure.ac.
184
1852003-02-22  Bruno Haible  <bruno@clisp.org>
186
187        * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
188
1892003-02-18  Bruno Haible  <bruno@clisp.org>
190
191        Fix the 2002-09-16 fix.
192        * ltmain.sh (install): If "ln -s -f" fails (this is the case with
193        /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
194
1952003-02-18  Bruno Haible  <haible@clisp.cons.org>
196
197        * config/config.guess, config/config.sub: Update to GNU version
198        2003-02-03.
199
2002003-02-16  Bruno Haible  <bruno@clisp.org>
201
202        Workaround autoconf >= 2.52 breakage.
203        * config/m4/libtool.m4 (AC_LIBTOOL_ARG_WITH): New macro.
204        (_LT_AC_LTCONFIG_HACK, AC_PROG_LD): Use it.
205
2062003-02-12  Bruno Haible  <bruno@clisp.org>
207
208        Big restructuring.
209        * autoconf-lib-link: New subdirectory.
210        * gettext-runtime: New subdirectory.
211        * gettext-tools: New subdirectory.
212        * config: New subdirectory.
213        * configure.ac: New file.
214        * Makefile.am: New file.
215        * version.sh: New file.
216
217
218See ChangeLog.0 for earlier changes.
Note: See TracBrowser for help on using the repository browser.