Annotation of embedaddon/libiconv/libcharset/ChangeLog, revision 1.1

1.1     ! misho       1: 2009-05-19  Bruno Haible  <bruno@clisp.org>
        !             2: 
        !             3:        * Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
        !             4:        * autogen.sh: Update comments.
        !             5: 
        !             6: 2009-01-25  Bruno Haible  <bruno@clisp.org>
        !             7: 
        !             8:        Don't install charset.alias on MacOS X >= 10.3.
        !             9:        * INTEGRATE: Don't install charset.alias on MacOS X >= 10.3, if the
        !            10:        file does not yet exist.
        !            11: 
        !            12: 2009-01-25  Bruno Haible  <bruno@clisp.org>
        !            13: 
        !            14:        Don't install charset.alias on mingw and Cygwin.
        !            15:        * INTEGRATE: Don't install charset.alias on mingw and Cygwin, if the
        !            16:        file does not yet exist. The result for these platforms is hardcoded in
        !            17:        localcharset.c.
        !            18: 
        !            19: 2009-01-24  Bruno Haible  <bruno@clisp.org>
        !            20: 
        !            21:        * tools/all-charsets: Add CP1131, ARMSCII-8, PT154 to the list of
        !            22:        allowed encodings.
        !            23:        * tools/darwin-7.5: Regenerated.
        !            24:        * tools/darwin-9.5: Regenerated.
        !            25: 
        !            26: 2009-01-18  Bruno Haible  <bruno@clisp.org>
        !            27: 
        !            28:        * tools/darwin-9.5: New file.
        !            29: 
        !            30: 2009-01-18  Bruno Haible  <bruno@clisp.org>
        !            31: 
        !            32:        * tools/locale_monthnames.c: New file.
        !            33: 
        !            34: 2009-01-16  Bruno Haible  <bruno@clisp.org>
        !            35: 
        !            36:        * Makefile.in (install-strip): New target.
        !            37:        Reported by Alon Bar-Lev <alon.barlev@gmail.com>.
        !            38: 
        !            39: 2009-01-14  Bruno Haible  <bruno@clisp.org>
        !            40: 
        !            41:        * configure.ac: More consistent m4 quoting.
        !            42: 
        !            43: 2008-09-28  Bruno Haible  <bruno@clisp.org>
        !            44: 
        !            45:        * build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
        !            46:        preprocess the argument vector through prepare_spawn.
        !            47: 
        !            48: 2008-09-16  Bruno Haible  <bruno@clisp.org>
        !            49: 
        !            50:        * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.63.
        !            51: 
        !            52: 2008-09-07  Bruno Haible  <bruno@clisp.org>
        !            53: 
        !            54:        * m4/libtool.m4: Update from libtool-2.2.6, with modifications:
        !            55:        2008-04-06  Bruno Haible  <bruno@clisp.org>
        !            56:                * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
        !            57:                CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
        !            58:                to ${CONFIG_SHELL}.
        !            59:        * m4/ltoptions.m4: Update from libtool-2.2.6.
        !            60:        * m4/ltsugar.m4: Likewise.
        !            61:        * m4/ltversion.m4: Likewise.
        !            62:        * build-aux/ltmain.sh: Likewise.
        !            63: 
        !            64: 2008-05-18  Bruno Haible  <bruno@clisp.org>
        !            65: 
        !            66:        * m4/libtool.m4: Update from libtool-2.2.4, with modifications:
        !            67:        2008-04-06  Bruno Haible  <bruno@clisp.org>
        !            68:                * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
        !            69:                CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
        !            70:                to ${CONFIG_SHELL}.
        !            71:        * m4/ltoptions.m4: Update from libtool-2.2.4.
        !            72:        * m4/ltversion.m4: Likewise.
        !            73:        * m4/lt~obsolete.m4: Likewise.
        !            74:        * build-aux/ltmain.sh: Likewise.
        !            75: 
        !            76: 2008-04-14  Bruno Haible  <bruno@clisp.org>
        !            77: 
        !            78:        * configure.ac: Invoke AC_USE_SYSTEM_EXTENSIONS instead of AC_AIX and
        !            79:        AC_MINIX.
        !            80:        * Makefile.devel (AUTOCONF, AUTOHEADER): Require autoconf-2.62.
        !            81: 
        !            82: 2008-04-06  Bruno Haible  <bruno@clisp.org>
        !            83: 
        !            84:        * m4/libtool.m4: Update from libtool-2.2.2, with modifications:
        !            85:        2008-04-06  Bruno Haible  <bruno@clisp.org>
        !            86:                * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
        !            87:                CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
        !            88:                to ${CONFIG_SHELL}.
        !            89:        * m4/ltoptions.m4: New file, from libtool-2.2.2.
        !            90:        * m4/ltsugar.m4: New file, from libtool-2.2.2.
        !            91:        * m4/ltversion.m4: New file, from libtool-2.2.2.
        !            92:        * m4/lt~obsolete.m4: New file, from libtool-2.2.2.
        !            93:        * build-aux/ltmain.sh: New file, from libtool-2.2.2.
        !            94:        * configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
        !            95: 
        !            96: 2007-11-14  Bruno Haible  <bruno@clisp.org>
        !            97: 
        !            98:        * tools/all-locales: Add "C" for Darwin. Treat OpenBSD like Darwin.
        !            99: 
        !           100: 2007-11-11  Bruno Haible  <bruno@clisp.org>
        !           101: 
        !           102:        * Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
        !           103:        (ACLOCAL): Require version 1.10.
        !           104: 
        !           105: 2007-10-26  Bruno Haible  <bruno@clisp.org>
        !           106: 
        !           107:        * m4/libtool.m4: Update, based on libtool-1.5.24.
        !           108:        * build-aux/ltmain.sh: Update, based on libtool-1.5.24.
        !           109: 
        !           110: 2007-06-30  Bruno Haible  <bruno@clisp.org>
        !           111: 
        !           112:        * autogen.sh: New file.
        !           113:        * DEPENDENCIES: New file.
        !           114:        * HACKING: New file.
        !           115: 
        !           116: 2007-03-04  Bruno Haible  <bruno@clisp.org>
        !           117: 
        !           118:        * configure.ac: Invoke gl_RELOCATABLE_LIBRARY instead of
        !           119:        AC_RELOCATABLE_LIBRARY.
        !           120:        * m4/relocatable-lib.m4: New file, from gnulib.
        !           121:        * m4/relocatable.m4: Remove file.
        !           122: 
        !           123: 2007-02-16  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
        !           124: 
        !           125:        * djgpp/*: Update.
        !           126: 
        !           127: 2006-10-31  Bruno Haible  <bruno@clisp.org>
        !           128: 
        !           129:        Update from GNU gettext.
        !           130:        2006-10-25  Bruno Haible  <bruno@clisp.org>
        !           131:                * m4/relocatable.m4 (AC_RELOCATABLE_BODY): Renamed from
        !           132:                AC_RELOCATABLE, without the AC_LIBOBJ invocation.
        !           133:                (AC_RELOCATABLE): New macro. Invoke AC_LIBOBJ here.
        !           134: 
        !           135: 2006-10-18  Bruno Haible  <bruno@clisp.org>
        !           136: 
        !           137:        * INTEGRATE: Remove recommendation to test for setlocale.
        !           138: 
        !           139: 2006-07-29  Bruno Haible  <bruno@clisp.org>
        !           140: 
        !           141:        * configure.ac: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
        !           142: 
        !           143: 2006-07-29  Bruno Haible  <bruno@clisp.org>
        !           144: 
        !           145:        * configure.ac: Remove obsolete calls AC_PROG_GCC_TRADITIONAL,
        !           146:        AC_ISC_POSIX.
        !           147: 
        !           148: 2006-07-25  Bruno Haible  <bruno@clisp.org>
        !           149: 
        !           150:        * Makefile.msvc: Remove file.
        !           151:        * Makefile.devel (config.h.msvc): Remove rule.
        !           152:        (include/libcharset.h.msvc-shared, include/localcharset.h.msvc-shared):
        !           153:        Remove rules.
        !           154:        (all): Update.
        !           155: 
        !           156: 2006-07-25  Bruno Haible  <bruno@clisp.org>
        !           157: 
        !           158:        * Makefile.vms: Remove file.
        !           159:        * Makefile.devel (config.h_vms): Remove rule.
        !           160:        (all): Update.
        !           161: 
        !           162: 2006-06-27  Bruno Haible  <bruno@clisp.org>
        !           163: 
        !           164:        * Makefile.devel (AUTOCONF, AUTOHEADER): Use autoconf-2.60.
        !           165:        * Makefile.in (datarootdir): New variable.
        !           166:        * configure.ac (mandir): Remove customization.
        !           167: 
        !           168: 2006-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
        !           169: 
        !           170:        * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
        !           171:        "parsing" /etc/ld.so.conf and empty /etc/ld.so.conf.d.
        !           172: 
        !           173: 2006-05-15  Bruno Haible  <bruno@clisp.org>
        !           174: 
        !           175:        * m4/relocatable.m4: Update from GNU gettext.
        !           176: 
        !           177: 2006-05-14  Bruno Haible  <bruno@clisp.org>,
        !           178:             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
        !           179: 
        !           180:        * m4/libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)
        !           181:        (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_COMPILER_PIC)
        !           182:        (AC_LIBTOOL_PROG_LD_SHLIBS): Add support for Sun C 5.9,
        !           183:        Sun C++ 5.9, and Sun Fortran 8.3 on Linux.
        !           184: 
        !           185: 2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
        !           186: 
        !           187:        * m4/libtool.m4: On Cygwin, like on mingw, define DLL_EXPORT when
        !           188:        compiling a shared library object.
        !           189: 
        !           190: 2006-03-31  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
        !           191: 
        !           192:        * djgpp/*: Update.
        !           193: 
        !           194: 2005-12-29  Bruno Haible  <bruno@clisp.org>
        !           195: 
        !           196:        * configure.ac: Renamed from configure.in.
        !           197:        * Makefile.devel (configure, config.h.in): Update.
        !           198:        * djgpp/Makefile.maint (fnchange.lst, README): Update.
        !           199: 
        !           200: 2005-12-29  Bruno Haible  <bruno@clisp.org>
        !           201: 
        !           202:        * build-aux/config.guess: Update to GNU version 2005-12-23.
        !           203:        * build-aux/config.sub: Likewise.
        !           204:        * build-aux/config.libpath: Update from GNU gettext.
        !           205: 
        !           206: 2005-12-29  Bruno Haible  <bruno@clisp.org>
        !           207: 
        !           208:        * m4/codeset.m4: Update from GNU gettext.
        !           209:        * m4/glibc21.m4: Update from GNU gettext.
        !           210:        * m4/relocatable.m4: Update from GNU gettext.
        !           211:        * configure: Invoke gl_GLIBC21 instead of jm_GLIBC21.
        !           212: 
        !           213: 2005-12-29  Bruno Haible  <bruno@clisp.org>
        !           214: 
        !           215:        * m4/libtool.m4: Update, based on libtool-1.5.22.
        !           216:        * build-aux/ltmain.sh: Update, based on libtool-1.5.22.
        !           217: 
        !           218: 2005-09-18  Bruno Haible  <bruno@clisp.org>
        !           219: 
        !           220:        * m4/libtool.m4: Update, based on libtool-1.5.20.
        !           221:        * build-aux/ltmain.sh: Update, based on libtool-1.5.20.
        !           222: 
        !           223: 2005-07-24  Bruno Haible  <bruno@clisp.org>
        !           224: 
        !           225:        Tidy up exported symbols.
        !           226:        * m4/visibility.m4: New file.
        !           227:        * include/export.h: New file.
        !           228:        * configure.in Invoke gl_VISIBILITY. Use AC_CONFIG_FILES. Arrange to
        !           229:        create also include/localcharset.h.inst.
        !           230:        (VERSION): Bump to 1.4.
        !           231:        * Makefile.devel (all): Depend on include/localcharset.h.build.in.
        !           232:        (include/localcharset.h.build.in): New rule.
        !           233:        * Makefile.in (all): Remove dependency on include/localcharset.h.
        !           234:        (include/localcharset.h): Remove rule.
        !           235:        (install-lib, install): Install include/localcharset.h.inst,
        !           236:        not the include/localcharset.h that was used for building.
        !           237:        (distclean, maintainer-clean): Remove also include/localcharset.h.inst.
        !           238: 
        !           239: 2005-07-08  Bruno Haible  <bruno@clisp.org>
        !           240: 
        !           241:        * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
        !           242:        executable after installing it.
        !           243: 
        !           244: 2005-07-07  Bruno Haible  <bruno@clisp.org>
        !           245: 
        !           246:        * configure.in: Bump version number.
        !           247:        * windows/charset.rc: Likewise.
        !           248: 
        !           249: 2005-07-05  Bruno Haible  <bruno@clisp.org>
        !           250: 
        !           251:        * m4/relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
        !           252:        SET_RELOCATABLE to a trivial value.
        !           253: 
        !           254: 2005-07-05  Bruno Haible  <bruno@clisp.org>
        !           255: 
        !           256:        * Makefile.devel (AUTOHEADER, ACLOCAL): New variables.
        !           257:        (autoconf/aclocal.m4, config.h.in): Use them.
        !           258: 
        !           259: 2005-03-22  Bruno Haible  <bruno@clisp.org>
        !           260: 
        !           261:        * build-aux: New directory, renamed from autoconf.
        !           262:        * configure.in (AC_CONFIG_AUX_DIR): Use build-aux.
        !           263:        * Makefile.in (mkinstalldirs): Update.
        !           264: 
        !           265: 2005-01-05  Bruno Haible  <bruno@clisp.org>
        !           266: 
        !           267:        * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.10.
        !           268:        * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.10.
        !           269: 
        !           270: 2004-09-21  Juan Manuel Guerrero  <st001906@hrz1.hrz.tu-darmstadt.de>
        !           271: 
        !           272:        * djgpp/config.bat: Update.
        !           273:        * djgpp/config.sed: Update.
        !           274:        * djgpp/config.site: Update.
        !           275:        * djgpp/fnchange.in: Update.
        !           276:        * djgpp/README.in: Update.
        !           277: 
        !           278: 2004-08-25  Bruno Haible  <bruno@clisp.org>
        !           279: 
        !           280:        * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.6.
        !           281:        * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.6.
        !           282: 
        !           283: 2004-01-20  Bruno Haible  <bruno@clisp.org>
        !           284: 
        !           285:        Upgrade from gettext-0.14.
        !           286: 
        !           287:        2003-08-24  Bruno Haible  <bruno@clisp.org>
        !           288:        * m4/relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
        !           289:        since the substitution of @host@ may occur before the substitution of
        !           290:        @SET_RELOCATABLE@.
        !           291: 
        !           292: 2004-01-20  Bruno Haible  <bruno@clisp.org>
        !           293: 
        !           294:        Assume automake-1.8.
        !           295:        * Makefile.devel (AUTOCONF): Assume autoconf-2.59.
        !           296: 
        !           297: 2003-06-18  Bruno Haible  <bruno@clisp.org>
        !           298: 
        !           299:        * config/install-sh: Update from automake-1.7.5.
        !           300: 
        !           301: 2003-06-07  Bruno Haible  <bruno@clisp.org>
        !           302: 
        !           303:        * Makefile.devel (config.h_vms): Remove INSTALLPREFIX.
        !           304:        Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
        !           305: 
        !           306: 2003-05-19  Bruno Haible  <bruno@clisp.org>
        !           307: 
        !           308:        * windows/charset.rc: Include <winver.h>.
        !           309:        Reported by Perry Rapp.
        !           310: 
        !           311: 2003-05-07  Bruno Haible  <bruno@clisp.org>
        !           312: 
        !           313:        * Makefile.vms: New file.
        !           314:        * Makefile.devel (config.h_vms): New rule.
        !           315:        (all): Depend on it.
        !           316: 
        !           317: 2003-05-06  Bruno Haible  <bruno@clisp.org>
        !           318: 
        !           319:        * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.
        !           320: 
        !           321: 2003-05-06  Bruno Haible  <bruno@clisp.org>
        !           322: 
        !           323:        * autoconf/config.guess: Update to GNU version 2003-02-22.
        !           324:        * autoconf/config.sub: Likewise.
        !           325: 
        !           326: 2003-05-06  Bruno Haible  <bruno@clisp.org>
        !           327: 
        !           328:        * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.
        !           329: 
        !           330: 2003-04-12  Bruno Haible  <bruno@clisp.org>
        !           331: 
        !           332:        * configure.in (mandir): Change default value.
        !           333:        * Makefile.in (datadir): New variable.
        !           334: 
        !           335: 2003-04-05  Bruno Haible  <bruno@clisp.org>
        !           336: 
        !           337:        Support for relocatable installation.
        !           338:        * m4/relocatable.m4: New file, from GNU gettext.
        !           339:        * autoconf/config.libpath: New file, from GNU gettext.
        !           340:        * configure.in: Invoke AC_RELOCATABLE_LIBRARY.
        !           341:        * include/libcharset.h.in: New file.
        !           342:        * Makefile.devel (include/libcharset.h.msvc-shared): New rule.
        !           343:        (all): Depend on it.
        !           344:        (autoconf/aclocal.m4): Update aclocal invocation.
        !           345:        (config.h.msvc): Handle INSTALLPREFIX.
        !           346:        * Makefile.in (include/libcharset.h): New rule.
        !           347:        (all): Depend on it.
        !           348:        (install-lib, install): Also install libcharset.h.
        !           349:        (uninstall): Uninstall libcharset.h.
        !           350:        (distclean, maintainer-clean): Remove include/libcharset.h.
        !           351:        * Makefile.msvc (all): Create include/libcharset.h.
        !           352:        (install): Also install libcharset.h.
        !           353:        (uninstall): Uninstall libcharset.h.
        !           354:        (mostlyclean, clean, distclean, maintainer-clean): Remove
        !           355:        include/libcharset.h.
        !           356:        * INSTALL.generic: Document --enable-relocatable and
        !           357:        --with-libintl-prefix. Remove the recommendation to set CPPFLAGS and
        !           358:        LDFLAGS. The lib-link.m4 macros make this unnecessary.
        !           359: 
        !           360: 2003-04-05  Bruno Haible  <bruno@clisp.org>
        !           361: 
        !           362:        * Makefile.msvc (PREFIX): New variable.
        !           363:        (prefix): Use it.
        !           364:        (distclean, maintainer-clean): Drop Unix specific removals.
        !           365:        * man/Makefile.msvc (PREFIX): New variable.
        !           366:        (prefix): Use it.
        !           367:        (clean): Drop unnecessary removals.
        !           368:        (distclean): Drop Unix specific removal.
        !           369: 
        !           370: 2003-04-05  Bruno Haible  <bruno@clisp.org>
        !           371: 
        !           372:        * configure.in: Invoke AM_LANGINFO_CODESET, not jm_LANGINFO_CODESET.
        !           373:        * autoconf/ltmain.sh: Update from GNU gettext.
        !           374:        2003-02-18  Bruno Haible  <bruno@clisp.org>
        !           375:                Fix the 2002-09-16 fix.
        !           376:                * ltmain.sh (install): If "ln -s -f" fails (this is the case
        !           377:                with /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
        !           378:        * m4/codeset.m4: Update from GNU gettext-0.10.40.
        !           379:        * m4/glibc21.m4: Update from GNU gettext-0.10.40.
        !           380: 
        !           381: 2003-03-17  Bruno Haible  <bruno@clisp.org>
        !           382: 
        !           383:        Improved MSVC support.
        !           384:        * windows/charset.rc: New file.
        !           385:        * Makefile.msvc (prefix): Use less Unixy value.
        !           386:        (local_prefix): Remove variable.
        !           387:        (libdir, includedir): Use backslashes.
        !           388:        (bindir): New variable.
        !           389:        (mandir): Remove variable.
        !           390:        (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): New variables.
        !           391:        (mostlyclean, clean): Remove config.h and include/localcharset.h.
        !           392:        (install, installdirs, uninstall): Rewritten.
        !           393:        * README.woe32: Mention automatic installation command.
        !           394: 
        !           395:        Rename libcharset.h to localcharset.h.
        !           396:        * include/localcharset.h.in: Renamed from include/libcharset.h.in.
        !           397:        * tools/locale_charset.c: Include localcharset.h, not libcharset.h.
        !           398:        * Makefile.in (include/localcharset.h): Renamed from
        !           399:        include/libcharset.h.
        !           400:        (all): Update dependency.
        !           401:        (install-lib, install, uninstall, distclean, maintainer-clean): Update.
        !           402:        * Makefile.msvc (all): Create include/localcharset.h, not
        !           403:        include/libcharset.h.
        !           404:        * Makefile.devel (include/localcharset.h.msvc-shared): Renamed from
        !           405:        include/libcharset.h.msvc-shared.
        !           406:        (all): Update dependency.
        !           407:        (config.h.in): Touch the file when done; autoheader doesn't do it.
        !           408:        (config.h.msvc): Make rule more robust.
        !           409:        * INTEGRATE: Mention localcharset.h only once.
        !           410:        * djgpp/README.in, djgpp/README: Update.
        !           411:        * djgpp/config.bat: Update.
        !           412:        * djgpp/config.sed: Update.
        !           413:        * djgpp/fnchange.in, djgpp/fnchange.lst: Update.
        !           414:        * configure.in (VERSION): Bump to 1.2.
        !           415:        * NEWS: New file.
        !           416: 
        !           417: 2003-02-14  Bruno Haible  <bruno@clisp.org>
        !           418: 
        !           419:        * Makefile.devel (AUTOCONF): Switch to autoconf-2.57.
        !           420:        (configure, config.h.in): Update rules.
        !           421: 
        !           422: 2003-01-03  Albert Chin  <libtool@thewrittenword.com>
        !           423: 
        !           424:        * autoconf/ltmain.sh: Don't pass -R flags found in a .la's
        !           425:        dependency_libs variable directly down to the linker.
        !           426:        Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
        !           427: 
        !           428: 2003-01-12  Bruno Haible  <bruno@clisp.org>
        !           429: 
        !           430:        * INTEGRATE: Mention localcharset.h.
        !           431: 
        !           432: 2003-01-01  Bruno Haible  <bruno@clisp.org>
        !           433: 
        !           434:        * Makefile.in (mkinstalldirs): Renamed from MKINSTALLDIRS.
        !           435:        (install-lib, install, installdirs): Use it.
        !           436: 
        !           437: 2002-09-27  Bruno Haible  <bruno@clisp.org>
        !           438: 
        !           439:        * autoconf/mkinstalldirs: Upgrade to automake-1.7.2 version.
        !           440: 
        !           441: 2002-11-07  Bruno Haible  <bruno@clisp.org>
        !           442: 
        !           443:        * m4/libtool.m4: Upgrade to libtool-1.4.3.
        !           444:        * autoconf/ltmain.sh: Upgrade to libtool-1.4.3.
        !           445: 
        !           446: 2002-07-14  Bruno Haible  <bruno@clisp.org>
        !           447: 
        !           448:        * m4/libtool.m4 (_LT_AC_LTCONFIG_HACK): Add support for GNU/FreeBSD.
        !           449: 
        !           450: 2002-06-12  Bruno Haible  <bruno@clisp.org>
        !           451: 
        !           452:        * configure.in: Use new AC_* names of libtool macros. Invoke
        !           453:        AC_LIBTOOL_WIN32_DLL.
        !           454: 
        !           455: 2002-11-07  Bruno Haible  <bruno@clisp.org>
        !           456: 
        !           457:        Make "make install" without prior "make" work.
        !           458:        * Makefile.in (install): Depend on include/libcharset.h.
        !           459:        Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>.
        !           460: 
        !           461: 2002-05-12  Bruno Haible  <bruno@clisp.org>
        !           462: 
        !           463:        * tools/all-charsets: Update for change of lib/config.charset.
        !           464: 
        !           465: 2002-05-12  Bruno Haible  <bruno@clisp.org>
        !           466: 
        !           467:        * Makefile.devel (AUTOCONF): New variable.
        !           468:        (configure): Use the AUTOCONF variable.
        !           469: 
        !           470: 2002-05-08  Bruno Haible  <bruno@clisp.org>
        !           471: 
        !           472:        * README.woe32: Renamed from README.win32.
        !           473: 
        !           474: 2002-02-06  Bruno Haible  <bruno@clisp.org>
        !           475: 
        !           476:        * m4/libtool.m4: Upgrade to libtool-1.4.2.
        !           477:        * autoconf/ltmain.sh: Likewise.
        !           478: 
        !           479: 2002-02-02  Bruno Haible  <bruno@clisp.org>
        !           480: 
        !           481:        * autoconf/ltmain.sh: Add DESTDIR support on ELF systems.
        !           482: 
        !           483: 2001-11-03  Bruno Haible  <haible@clisp.cons.org>
        !           484: 
        !           485:        * autoconf/ltmain.sh: chmod 777 the .libs directory, so that
        !           486:        "make install" succeeds.
        !           487: 
        !           488: 2001-12-04  Bruno Haible  <bruno@clisp.org>
        !           489: 
        !           490:        * INTEGRATE: Change the install rule to not create $(libdir) if
        !           491:        there is no file to install in it.
        !           492: 
        !           493: 2001-07-17  Bruno Haible  <haible@clisp.cons.org>
        !           494: 
        !           495:        * configure.in (VERSION): Bump to 1.1.
        !           496: 
        !           497: 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
        !           498: 
        !           499:        * m4/libtool.m4: Upgrade to libtool-1.4.
        !           500:        * autoconf/ltmain.sh: Likewise.
        !           501:        * autoconf/ltconfig: Remove file.
        !           502: 
        !           503: 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
        !           504: 
        !           505:        * autoconf/config.guess: Update to GNU version 2001-05-11.
        !           506:        * autoconf/config.sub: Likewise.
        !           507: 
        !           508: 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
        !           509: 
        !           510:        * Makefile.in (include/libcharset.h): New target.
        !           511:        (all): Depend on it.
        !           512: 
        !           513: 2001-05-11  Bruno Haible  <haible@clisp.cons.org>
        !           514: 
        !           515:        * INTEGRATE (Makefile.in): Fix syntax error.
        !           516: 
        !           517: 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
        !           518: 
        !           519:        * Makefile.msvc (config.h): Allow the 'del' command to fail.
        !           520: 
        !           521: 2001-03-21  Bruno Haible  <haible@clisp.cons.org>
        !           522: 
        !           523:        * INSTALL.generic (Particular Systems): Add recommendations for AIX 3.
        !           524: 
        !           525: 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
        !           526: 
        !           527:        * INSTALL.generic: New section "Particular Systems".
        !           528: 
        !           529: 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
        !           530: 
        !           531:        * tools/all-charsets: Update for change of lib/config.charset.
        !           532: 
        !           533: 2001-03-01  Bruno Haible  <haible@clisp.cons.org>
        !           534: 
        !           535:        * tools/all-charsets: Update for change of lib/config.charset.
        !           536: 
        !           537: 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
        !           538: 
        !           539:        * autoconf/ltconfig:
        !           540:        sed -e 's/reload object files/produce relocatable object files/'.
        !           541: 
        !           542: 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
        !           543: 
        !           544:        * include/libcharset.h.in (locale_charset): Return value is never
        !           545:        NULL any more.
        !           546: 
        !           547: 2001-02-22  Bruno Haible  <haible@clisp.cons.org>
        !           548: 
        !           549:        * INTEGRATE (Makefile.am): Change $@-t to t-$@. For DJGPP.
        !           550:        Patch by Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
        !           551: 
        !           552: 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
        !           553: 
        !           554:        Better support for DOS/Windows platforms.
        !           555:        * autoconf/ltconfig: Upgrade to libtool-1.3.5.
        !           556:        * autoconf/ltmain.sh: Likewise.
        !           557:        * m4/libtool.m4: Likewise.
        !           558:        * autoconf/aclocal.m4: Likewise.
        !           559:        * configure.in: Call AC_OBJEXT and AC_EXEEXT.
        !           560: 
        !           561: 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
        !           562: 
        !           563:        * Makefile.in (libdir, includedir, mandir): Use the autoconf
        !           564:        determined value, in order to respect the configure arguments.
        !           565:        * lib/Makefile.in (libdir): Likewise.
        !           566: 
        !           567: 2000-12-13  Bruno Haible  <haible@clisp.cons.org>
        !           568: 
        !           569:        * autoconf/install-sh: Update to a newer version from fileutils.
        !           570: 
        !           571: 2000-12-12  Bruno Haible  <haible@clisp.cons.org>
        !           572: 
        !           573:        * Makefile.in: Use $(MAKE) instead of $(MAKE) -r. Needed with Solaris
        !           574:        "make", which doesn't set MAKE as expected by @SET_MAKE@ if -r is
        !           575:        given. Reported by Toshimitsu Fujiwara.
        !           576: 
        !           577: 2000-12-08  Bruno Haible  <haible@clisp.cons.org>
        !           578: 
        !           579:        * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
        !           580: 
        !           581: 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
        !           582: 
        !           583:        * Makefile.msvc (check): Depend on target 'force' as well.
        !           584:        (mostlyclean, clean, distclean, maintainer-clean): Fix dependency.
        !           585: 
        !           586:        * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
        !           587: 
        !           588: 2000-11-24  Bruno Haible  <haible@clisp.cons.org>
        !           589: 
        !           590:        * tools/all-charsets: Update for 2000-10-31 change of
        !           591:        lib/config.charset.
        !           592: 
        !           593: 2000-11-23  Bruno Haible  <haible@clisp.cons.org>
        !           594: 
        !           595:        * Makefile.in (install-lib): Fix for builddir != srcdir.
        !           596: 
        !           597: 2000-11-22  Bruno Haible  <haible@clisp.cons.org>
        !           598: 
        !           599:        * Makefile.in (all): Fix for builddir != srcdir.
        !           600: 
        !           601: 2000-11-21  Bruno Haible  <haible@clisp.cons.org>
        !           602: 
        !           603:        * include/libcharset.h.in: Renamed from include/libcharset.h.
        !           604:        * windows/dllexport.h: New file.
        !           605:        * Makefile.devel (all): Add config.h.msvc,
        !           606:        include/libcharset.h.msvc-shared.
        !           607:        (config.h.msvc, include/libcharset.h.msvc-shared): New targets.
        !           608:        * Makefile.msvc (MFLAGS): New variable.
        !           609:        (all): Create include\libcharset.h.
        !           610:        (distclean, maintainer-clean): Remove include\libcharset.h.
        !           611:        * Makefile.in (CP): New variable.
        !           612:        (all): Create include/libcharset.h.
        !           613:        (distclean, maintainer-clean): Remove include/libcharset.h.
        !           614: 
        !           615: 2000-11-18  Bruno Haible  <haible@clisp.cons.org>
        !           616: 
        !           617:        * Makefile.devel (config.h.in): Rename from config.h.
        !           618: 
        !           619: 2000-11-16  Bruno Haible  <haible@clisp.cons.org>
        !           620: 
        !           621:        * Makefile.in: After "cd", use "&&" not ";".
        !           622: 
        !           623: 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
        !           624: 
        !           625:        * Makefile.msvc: New file.
        !           626:        * README.win32: New file.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>