12003-05-10  Bruno Haible  <bruno@clisp.org>
2
3	* iconv_string.c (iconv_string): Don't return -1 just because the
4	string is longer than 4 KB.
5
62002-02-13  Bruno Haible  <bruno@clisp.org>
7
8	* iconv.m4: Remove file. Obsoleted by m4/iconv.m4.
9
102000-06-16  Bruno Haible  <haible@clisp.cons.org>
11
12        * iconv.m4: Change prefix to AM.
13
142001-05-23  Bruno Haible  <haible@clisp.cons.org>
15
16        * iconv.m4 (jm_ICONV): Accept --with-libiconv-prefix option.
17
182001-03-23  Bruno Haible  <haible@clisp.cons.org>
19
20        * iconv.m4 (jm_ICONV): Tweak printing of prototype.
21
222001-03-20  Bruno Haible  <haible@clisp.cons.org>
23
24        * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25
262001-01-03  Bruno Haible  <haible@clisp.cons.org>
27
28        * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29          has const.
30
312000-02-02  Bruno Haible  <haible@clisp.cons.org>
32
33        * iconv.m4: New file.
34
352001-01-29  Bruno Haible  <haible@clisp.cons.org>
36
37        * locale_charset.c: Remove file. Obsoleted by libcharset.
38
392000-10-22  Bruno Haible  <haible@clisp.cons.org>
40
41        * locale_charset.c (get_locale_charset): Accept french and spanish
42          names in both ISO-8859-1 and UTF-8.
43
442000-08-24  Jim Blackson  <blackson@ontrack-japan.com>
45
46        * iconv_string.c (iconv_string): Fix return value for autodetect.
47
482000-01-24  Bruno Haible  <haible@clisp.cons.org>
49
50        * iconv_string.c (iconv_string): Stop recognizing JOHAB.
51          Fix typo for EUC-JP.
52
531999-12-18  Bruno Haible  <haible@clisp.cons.org>
54
55        * locale_charset.c (get_locale_charset): Recognize more language codes:
56          "af" (afrikaans), "ca" (catalan), "eu" (basque), "fo" (faeroese),
57          "ga" (irish), "gd" (scottish), "gl" (galician), "sq" (albanian),
58          "eo" (esperanto), "mt" (maltese), "be" (byelorussian),
59          "et" (estonian), "lt" (lithuanian), "lv" (latvian), "uk" (ukrainian).
60          Recognize more aliases: "english", "slovenian", "macedonian",
61          "serbian", "arabic".
62          Change default: KOI8-R for "ru" (russian) instead of ISO-8859-5,
63          ISO-8859-5 for "sr" instead of ISO-8859-2.
64
65