ChangeLog 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. 2003-05-10 Bruno Haible <bruno@clisp.org>
  2. * iconv_string.c (iconv_string): Don't return -1 just because the
  3. string is longer than 4 KB.
  4. 2002-02-13 Bruno Haible <bruno@clisp.org>
  5. * iconv.m4: Remove file. Obsoleted by m4/iconv.m4.
  6. 2000-06-16 Bruno Haible <haible@clisp.cons.org>
  7. * iconv.m4: Change prefix to AM.
  8. 2001-05-23 Bruno Haible <haible@clisp.cons.org>
  9. * iconv.m4 (jm_ICONV): Accept --with-libiconv-prefix option.
  10. 2001-03-23 Bruno Haible <haible@clisp.cons.org>
  11. * iconv.m4 (jm_ICONV): Tweak printing of prototype.
  12. 2001-03-20 Bruno Haible <haible@clisp.cons.org>
  13. * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
  14. 2001-01-03 Bruno Haible <haible@clisp.cons.org>
  15. * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
  16. has const.
  17. 2000-02-02 Bruno Haible <haible@clisp.cons.org>
  18. * iconv.m4: New file.
  19. 2001-01-29 Bruno Haible <haible@clisp.cons.org>
  20. * locale_charset.c: Remove file. Obsoleted by libcharset.
  21. 2000-10-22 Bruno Haible <haible@clisp.cons.org>
  22. * locale_charset.c (get_locale_charset): Accept french and spanish
  23. names in both ISO-8859-1 and UTF-8.
  24. 2000-08-24 Jim Blackson <blackson@ontrack-japan.com>
  25. * iconv_string.c (iconv_string): Fix return value for autodetect.
  26. 2000-01-24 Bruno Haible <haible@clisp.cons.org>
  27. * iconv_string.c (iconv_string): Stop recognizing JOHAB.
  28. Fix typo for EUC-JP.
  29. 1999-12-18 Bruno Haible <haible@clisp.cons.org>
  30. * locale_charset.c (get_locale_charset): Recognize more language codes:
  31. "af" (afrikaans), "ca" (catalan), "eu" (basque), "fo" (faeroese),
  32. "ga" (irish), "gd" (scottish), "gl" (galician), "sq" (albanian),
  33. "eo" (esperanto), "mt" (maltese), "be" (byelorussian),
  34. "et" (estonian), "lt" (lithuanian), "lv" (latvian), "uk" (ukrainian).
  35. Recognize more aliases: "english", "slovenian", "macedonian",
  36. "serbian", "arabic".
  37. Change default: KOI8-R for "ru" (russian) instead of ISO-8859-5,
  38. ISO-8859-5 for "sr" instead of ISO-8859-2.