12006-11-27 Bruno Haible <bruno@clisp.org> 2 3 * gettext-0.16.1 released. 4 52006-10-26 Bruno Haible <bruno@clisp.org> 6 7 * gettext-0.16 released. 8 92006-10-14 Bruno Haible <bruno@clisp.org> 10 11 * gettext.sh.in: Put under LGPL. 12 132006-07-31 Bruno Haible <bruno@clisp.org> 14 15 * Makefile.am (AM_CPPFLAGS, LDADD, RELOCATABLE_SRC_DIR, 16 RELOCATABLE_BUILD_DIR): Replace lib and ../gettext-tools/lib with 17 gnulib-lib. 18 192006-07-30 Bruno Haible <bruno@clisp.org> 20 21 * Makefile.am (AM_CPPFLAGS): Replace gettext-tools/lib with 22 gettext-tools/gnulib-lib. 23 242006-07-25 Bruno Haible <bruno@clisp.org> 25 26 * Makefile.msvc: Remove file. 27 * Makefile.am (EXTRA_DIST): Remove Makefile.msvc. 28 292006-07-25 Bruno Haible <bruno@clisp.org> 30 31 * Makefile.vms: Remove file. 32 * Makefile.am (EXTRA_DIST): Remove Makefile.vms. 33 342006-07-21 Bruno Haible <bruno@clisp.org> 35 36 * gettext-0.15 released. 37 382006-04-14 Bruno Haible <bruno@clisp.org> 39 40 Assume autoconf >= 2.60. 41 * Makefile.am (localedir): Remove variable. 42 432006-04-02 Bruno Haible <bruno@clisp.org> 44 45 * envsubst.c: Include propername.h. 46 (main): Call proper_name. Bump copyright year. 47 * gettext.c: Include propername.h. 48 (main): Call proper_name. Bump copyright year. 49 * ngettext.c: Include propername.h. 50 (main): Call proper_name. Bump copyright year. 51 * Makefile.am (LDADD): Add LTLIBICONV. 52 532005-12-19 Bruno Haible <bruno@clisp.org> 54 55 * gettext.sh.in: Fix behaviour when the sourceing script has a name 56 ending in gettext.sh. 57 Reported by Andreas Schwab <schwab@suse.de>. 58 592005-12-19 Bruno Haible <bruno@clisp.org> 60 61 * gettext.sh.in: Make it work when sourced by zsh. 62 Reported by Sergio Talens-Oliag <sto@debian.org>. 63 642006-06-21 Bruno Haible <bruno@clisp.org> 65 66 * gettext-0.14.6 released. 67 682005-05-23 Bruno Haible <bruno@clisp.org> 69 70 * gettext-0.14.5 released. 71 722005-04-11 Bruno Haible <bruno@clisp.org> 73 74 * gettext-0.14.4 released. 75 762005-03-14 Bruno Haible <bruno@clisp.org> 77 78 * gettext-0.14.3 released. 79 802005-02-24 Bruno Haible <bruno@clisp.org> 81 82 * gettext-0.14.2 released. 83 842005-02-10 Bruno Haible <bruno@clisp.org> 85 86 * gettext.sh.in: Renamed from gettext.sh. Show help or usage or an 87 error message when invoked as an executable. 88 * Makefile.am (bin_SCRIPTS, DISTCLEANFILES): New variables. 89 (EXTRA_DIST): Remove gettext.sh. 90 (all-local, install-data-local, uninstall-local): Remove rules. 91 * Makefile.msvc (install): Don't install gettext.sh. 92 (uninstall): Don't uninstall gettext.sh. 93 * Makefile.vms (install): Don't install gettext.sh. 94 (uninstall): Don't uninstall gettext.sh. 95 Suggested by Alfred M. Szmidt <ams@kemisten.nu>. 96 972005-01-05 Bruno Haible <bruno@clisp.org> 98 99 * gettext.c (main): Update year in --version output. 100 * ngettext.c (main): Likewise. 101 * envsubst.c (main): Likewise. 102 1032004-07-10 Bruno Haible <bruno@clisp.org> 104 105 * gettext.c (expand_escape): Don't go into an endless loop when the 106 first backslash is not followed by one of the expected characters. 107 * ngettext.c (expand_escape): Likewise. 108 Reported by Arkadiusz Miśkiewicz <arekm@pld-linux.org>. 109 1102004-07-10 Bruno Haible <bruno@clisp.org> 111 112 * gettext.c (expand_escape): Support also \a and \v. 113 * ngettext.c (expand_escape): Likewise. 114 1152004-02-02 Bruno Haible <bruno@clisp.org> 116 117 * Makefile.am (RM): New variable. 118 1192004-01-29 Bruno Haible <bruno@clisp.org> 120 121 * gettext-0.14.1 released. 122 1232004-01-28 Bruno Haible <bruno@clisp.org> 124 125 * gettext-0.14 released. 126 1272004-01-09 Bruno Haible <bruno@clisp.org> 128 129 * gettext.c (main): Update year in --version output. 130 * ngettext.c (main): Likewise. 131 * envsubst.c (main): Likewise. 132 1332003-12-17 Bruno Haible <bruno@clisp.org> 134 135 * gettext-0.13.1 released. 136 1372003-11-30 Bruno Haible <bruno@clisp.org> 138 139 * gettext-0.13 released. 140 1412003-11-15 Bruno Haible <bruno@clisp.org> 142 143 * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. 144 1452003-10-09 Bruno Haible <bruno@clisp.org> 146 147 * envsubst.c: Include xalloc.h instead of xmalloc.h. 148 * gettext.c: Likewise. 149 * ngettext.c: Likewise. 150 1512003-09-16 Bruno Haible <bruno@clisp.org> 152 153 * envsubst.c: Include stdbool.h. 154 (all_variables): Change type to bool. 155 (main, find_variables, subst_from_stdin): Use bool. 156 * gettext.c: Include stdbool.h. 157 (add_newline, do_expand): Change type to bool. Make static. 158 (main, expand_escape): Use bool. 159 * ngettext.c: Include stdbool.h. 160 (do_expand): Change type to bool. Make static. 161 (main): Use bool. 162 1632003-09-14 Bruno Haible <bruno@clisp.org> 164 165 * envsubst.c (main): Remove stdout write error check, now done in 166 close_stdout. 167 1682003-09-18 Bruno Haible <bruno@clisp.org> 169 170 * Makefile.am (EXTRA_DIST): Add gettext.sh. 171 Reported by Guido Flohr. 172 1732003-09-13 Bruno Haible <bruno@clisp.org> 174 175 * envsubst.c: New file. 176 * gettext.sh: New file. 177 * Makefile.am (bin_PROGRAMS): Add envsubst. 178 (envsubst_SOURCES, envsubst_CFLAGS, envsubst_LDFLAGS): New variables. 179 (all-local): Depend on gettext.sh. 180 (install-data-local, uninstall-local): New rules, for gettext.sh. 181 * Makefile.msvc (PROGRAMS): Add envsubst.exe. 182 (envsubst_OBJECTS): New variable. 183 (envsubst.obj, envsubst.exe): New rules. 184 (install): Install also envsubst.exe and gettext.sh. 185 (uninstall): Uninstall also envsubst.exe and gettext.sh. 186 * Makefile.vms (PROGRAMS): Add envsubst.exe. 187 (envsubst_OBJECTS): New variable. 188 (envsubst.obj, envsubst.exe): New rules. 189 (install): Install also envsubst.exe and gettext.sh. 190 (uninstall): Uninstall also envsubst.exe and gettext.sh. 191 1922003-09-13 Bruno Haible <bruno@clisp.org> 193 194 Fix behaviour of "<program> --help > /dev/full". 195 * gettext.c: Include closeout.h. 196 (main): Register close_stdout for execution at program exit. 197 * ngettext.c: Include closeout.h. 198 (main): Register close_stdout for execution at program exit. 199 2002003-06-08 Bruno Haible <bruno@clisp.org> 201 202 * Makefile.vms (LDADD): Take options from .opt files. 203 (libiconv.opt): New rule. 204 (gettext.exe, ngettext.exe): Depend on it. 205 Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>. 206 2072003-05-22 Bruno Haible <bruno@clisp.org> 208 209 * gettext-0.12.1 released. 210 2112003-05-18 Bruno Haible <bruno@clisp.org> 212 213 * Makefile.msvc (DEBUGFLAGS): New variable. 214 (gettext.exe, ngettext.exe): Use it, and MFLAGS too. 215 2162003-05-17 Bruno Haible <bruno@clisp.org> 217 218 * gettext-0.12 released. 219 2202003-05-17 Bruno Haible <bruno@clisp.org> 221 222 * Makefile.msvc (libdir, IIlibdir): New variables. 223 (gettext.exe, ngettext.exe): Link with iconv.lib, needed by intl.lib. 224 2252003-04-12 Bruno Haible <bruno@clisp.org> 226 227 * Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no 228 lines. Don't use the force target. Correct wildcard syntax. 229 Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>. 230 2312003-03-30 Bruno Haible <bruno@clisp.org> 232 233 * Makefile.vms: New file. 234 * Makefile.am (EXTRA_DIST): Add Makefile.vms. 235 2362003-03-17 Bruno Haible <bruno@clisp.org> 237 238 Native Woe32/MSVC support. 239 * Makefile.msvc: New file. 240 * Makefile.am (EXTRA_DIST): Add it. 241 2422003-02-28 Bruno Haible <bruno@clisp.org> 243 244 Support for relocatable installation. 245 * gettext.c: Include progname.h, relocatable.h. 246 (program_name): Remove variable. 247 (main): Use set_program_name. Relocate LOCALEDIR value. Update 248 copyright year. 249 * ngettext.c: Include progname.h, relocatable.h. 250 (program_name): Remove variable. 251 (main): Use set_program_name. Relocate LOCALEDIR value. Update 252 copyright year. 253 * Makefile.am (gettext_CFLAGS, ngettext_CFLAGS): New variables. 254 (gettext_LDFLAGS, ngettext_LDFLAGS): New variables. 255 (RELOCATABLE_LIBRARY_PATH, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR, 256 RELOCATABLE_CONFIG_H_DIR): New variables. 257 2582003-02-12 Bruno Haible <bruno@clisp.org> 259 260 Extracted from gettext package. 261 * Makefile.am: New file. 262 263