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-07-30 Bruno Haible <bruno@clisp.org> 10 11 * Makefile.am (AM_CPPFLAGS, test_names_LDADD): Replace ../lib with 12 ../gnulib-lib. 13 142006-07-25 Bruno Haible <bruno@clisp.org> 15 16 * Makefile.msvc: Remove file. 17 * Makefile.am (EXTRA_DIST): Remove Makefile.msvc. 18 192006-07-25 Bruno Haible <bruno@clisp.org> 20 21 * Makefile.vms: Remove file. 22 * Makefile.am (EXTRA_DIST): Remove Makefile.vms. 23 242006-07-21 Bruno Haible <bruno@clisp.org> 25 26 * gettext-0.15 released. 27 282006-02-21 Bruno Haible <bruno@clisp.org> 29 30 * gen-uninames: Update for Unicode 4.1.0. 31 * uninames.h: Regenerated for Unicode 4.1.0 by gen-uninames. 32 * uniname.c: (unicode_character_name, unicode_name_character): Update 33 for Unicode 4.1.0. 34 * UnicodeDataNames.txt: Update for Unicode 4.1.0. 35 Reported by Andriy Gapon <avg@icyb.net.ua>. 36 372005-10-06 Bruno Haible <bruno@clisp.org> 38 39 * uniname.c: Test HAVE_CONFIG_H using #ifdef. 40 * test-names.c: Likewise. 41 Reported by Ralf Wildenhues on bug-gnulib. 42 432006-06-21 Bruno Haible <bruno@clisp.org> 44 45 * gettext-0.14.6 released. 46 472005-05-23 Bruno Haible <bruno@clisp.org> 48 49 * gettext-0.14.5 released. 50 512005-04-11 Bruno Haible <bruno@clisp.org> 52 53 * gettext-0.14.4 released. 54 552005-03-14 Bruno Haible <bruno@clisp.org> 56 57 * gettext-0.14.3 released. 58 592005-02-24 Bruno Haible <bruno@clisp.org> 60 61 * gettext-0.14.2 released. 62 632005-01-29 Bruno Haible <bruno@clisp.org> 64 65 * Makefile.am (test_names_LDADD): Add INTL_MACOSX_LIBS. 66 672004-01-29 Bruno Haible <bruno@clisp.org> 68 69 * gettext-0.14.1 released. 70 712004-01-28 Bruno Haible <bruno@clisp.org> 72 73 * gettext-0.14 released. 74 752003-12-17 Bruno Haible <bruno@clisp.org> 76 77 * gettext-0.13.1 released. 78 792003-11-30 Bruno Haible <bruno@clisp.org> 80 81 * gettext-0.13 released. 82 832003-11-15 Bruno Haible <bruno@clisp.org> 84 85 * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. 86 872003-10-09 Bruno Haible <bruno@clisp.org> 88 89 * test-names.c: Include xalloc.h instead of xmalloc.h. 90 912003-05-22 Bruno Haible <bruno@clisp.org> 92 93 * gettext-0.12.1 released. 94 952003-05-17 Bruno Haible <bruno@clisp.org> 96 97 * gettext-0.12 released. 98 992003-04-12 Bruno Haible <bruno@clisp.org> 100 101 * Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no 102 lines. Update library creation rule. Don't use the force target. 103 Correct wildcard syntax. 104 Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>. 105 1062003-03-30 Bruno Haible <bruno@clisp.org> 107 108 * Makefile.vms: New file. 109 * Makefile.am (EXTRA_DIST): Add Makefile.vms. 110 1112003-03-17 Bruno Haible <bruno@clisp.org> 112 113 Native Woe32/MSVC support. 114 * Makefile.msvc: New file. 115 * Makefile.am (EXTRA_DIST): Add it. 116 1172003-01-12 Bruno Haible <bruno@clisp.org> 118 119 * Makefile.am: Make use of += for variables. 120 1212002-12-19 Bruno Haible <bruno@clisp.org> 122 123 * gen-uninames: Update for Unicode 3.2.0. 124 * uninames.h: Regenerated for Unicode 3.2.0 by gen-uninames. 125 * uniname.c: (unicode_character_name, unicode_name_character): Update 126 for Unicode 3.2.0. 127 * UnicodeDataNames.txt: Update for Unicode 3.2.0. 128 1292002-11-13 Bruno Haible <bruno@clisp.org> 130 131 Assume ANSI C. 132 * uniname.h (PARAMS): Remove macro. 133 (unicode_character_name, unicode_name_character): Use ANSI C function 134 declarations. 135 * uniname.c (unicode_name_word, unicode_name_word_lookup, 136 unicode_character_name, unicode_name_character): Likewise. 137 * test-names.c (getfield, fill_names, main): Likewise. 138 1392002-08-06 Bruno Haible <bruno@clisp.org> 140 141 * gettext-0.11.5 released. 142 1432002-07-25 Bruno Haible <bruno@clisp.org> 144 145 * gettext-0.11.4 released. 146 1472002-07-17 Bruno Haible <bruno@clisp.org> 148 149 * gettext-0.11.3 released. 150 1512002-04-24 Bruno Haible <bruno@clisp.org> 152 153 * gettext-0.11.2 released. 154 1552002-03-12 Bruno Haible <bruno@clisp.org> 156 157 * gettext-0.11.1 released. 158 1592002-03-07 Bruno Haible <bruno@clisp.org> 160 161 * uniname.c: Include <stdio.h>, needed by assert() on SunOS 4. 162 1632002-02-19 Bruno Haible <bruno@clisp.org> 164 165 * Makefile.am (EXTRA_DIST): Add $(TESTS). 166 1672002-02-02 Bruno Haible <bruno@clisp.org> 168 169 * gen-uninames: New file. 170 * uninames.h: New file. 171 * uniname.h: New file. 172 * uniname.c: New file. 173 * test-names.c: New file. 174 * test-names.sh: New file. 175 * UnicodeDataNames.txt: New file. 176 * Makefile.am: New file. 177 178