From 260810aaca9c61a4ec215815ab5f1840fe241bbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Sat, 16 Feb 2008 22:38:40 -0500 Subject: [PATCH] Recover ChangeLog details from elsewhere --- ChangeLog | 82 ++++++++++++++++++++++++++++++++++++---------- doc/ChangeLog | 14 ++++++++ lib/ChangeLog | 11 +++++++ libiconv/ChangeLog | 6 +++- m4/ChangeLog | 32 ++++++++++++++++++ po/ChangeLog | 26 +++++++++++++++ src/ChangeLog | 25 ++++++++++++++ tests/ChangeLog | 4 +++ 8 files changed, 182 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9a8eed..6e836b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2008-02-16 François Pinard + + * README: Do not mention AC-PATCHES anymore. + * TODO: Do not mention BACKLOG anymore. + + * Makefile.in, TODO, acconfig.h, configure.ac: Write Free Recode, + not GNU Recode. + + * INSTALL, Makefile.in, config.guess, config.sub, depcomp, install-sh, + missing, mkinstalldirs: Modified by Automake 1.10. + + * README: Tell about the maintainer git sandbox. + Reformatted from Allout to reST, and reorganised. + * Makefile.am: New goals for the Recode site maintainer. + * after-git.py, after-git.sh: New files. + + * ABOUT-NLS: Updated from an old, but less old copy. + +2005-11-06 François Pinard + + * BACKLOG, PATCHES-AC: Deleted. + * : Documentation details, here and there. + * ABOUT-NLS, INSTALL, COPYING: New files, from elsewhere. + * Makefile.am: Adjusted. + +2005-11-05 François Pinard + + * config.guess, config.sub, ltmain.sh: Updated. + + * configure.ac (ALL_LINGUAS): Deleted. + * acconfig.h: Deleted. + * configure.ac: Use AM_GNU_GETTEXT rather than fp_WITH_GETTEXT. + * Makefile.am (POTFILES, all-local, stamp-pot): Deleted. + + * po: New name for i18n. + +2005-10-28 François Pinard + + * Makefile.am (EXTRA_DIST): Include stamp-pot. + * stamp-pot: Save it. + + * configure.ac (ALL_LINGUAS): Adjusted. + +2005-10-27 François Pinard + + * configure.ac: New name for configure.in. Adjusted for Autoconf 2.59 + instead of 2.13, and Automake 1.9.6 instead of 1.4. + * : Automatic derivation of many files. + * depcomp: New file, automatically added. + + * config.guess, config.sub, ltmain.sh: From libtool 1.5.18 instead of + 1.3.4. + + * acinclude.m4: Deleted. + * doc: Delete old, extraneous info files. + 2005-03-06 gettextize * Makefile.am (SUBDIRS): Add intl. @@ -24,34 +80,26 @@ Remove spurious AC_CANONICAL_HOST. * depcomp: New file, from elsewhere. * INSTALL, config.guess, config.sub, install-sh, mdate-sh, missing, - mkinstalldirs, doc/texinfo.tex, src/ansi2knr.c: Newer versions, from - elsewhere. - * m4/atconfig.m4, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, - m4/malloc.m4, m4/realloc.m4, m4/utimbuf.m4: Quoted first argument of - AC_DEFUN. - * m4/gettext.m4, m4/malloc.m4, m4/realloc.m4: Use AC_LIBOBJ macro - instead of LIBOBJS variable. - * m4/lcmessage.m4: Move previously global AC_PREREQ into macro. - * m4/flex.m4: Deleted. - * m4/gettext.m4, m4/lcmessage.m4: Use third argument to AC_DEFINE or - AC_DEFINE_UNQUOTED. + mkinstalldirs: Newer versions, from elsewhere. * acconfig.h: Deleted. Postpone libtool support, as it creates too many problems for now. * configure.ac: Replace AC_PROG_LIBTOOL with AC_PROG_RANLIB. Do not fiddle with LTALLOCA nor LTLIBOBJS. - * ltconfig, ltmain.sh, m4/libtool.m4: Deleted. - * src/Makefile.am: Replace lib_LTLIBRARIES by noinst_LIBRARIES. - Replace librecode.la by libcode.a and librecode_la by librecode_a. + * ltconfig, ltmain.sh: Deleted. - * ChangeLog, config/ChangeLog, doc/ChangeLog, libiconv/ChangeLog, - tests/ChangeLog, m4/ChangeLog: Converted to UTF-8. + * ChangeLog: Converted to UTF-8. * PATCHES-AC: Deleted, hoping Autoconf has it by now. I did not check, because if it does not yet, it is a lost cause. * rebox.el: Deleted. It has been moved as rebox.py into Pymacs. +2001-12-28 François Pinard + + Get Autoconf 2.14a, Automake 1.4 and Libtool 1.3.5 working together. + * configure.in: Use AC_PROG_CC_STDC between AC_MINIX and AC_C_CONST. + 2001-01-03 Bruno Haible * configure.in: Version 3.6. @@ -80,7 +128,7 @@ 2000-06-28 François Pinard * configure.in: Version 3.5e. - + * Makefile.am (POTFILES): Rename debug.c to testdump.c. 2000-06-27 François Pinard diff --git a/doc/ChangeLog b/doc/ChangeLog index 9d4dde5..ce7b40f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,17 @@ +2008-02-16 François Pinard + + * mdate-sh, texinfo.tex: Modified by Automake 1.10. + +2005-11-06 François Pinard + + * version.texi, help2man, texinfo.tex: New files, from elsewhere. + +2005-03-06 François Pinard + + * texinfo.tex: Newer version, from elsewhere. + + * ChangeLog: Converted to UTF-8. + 2000-12-06 Bruno Haible * Makefile.am (MAKEINFO): New definition, forcing English titles in diff --git a/lib/ChangeLog b/lib/ChangeLog index 97f495a..d5d39ec 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-11-06 François Pinard + + * gettext.h: New, from coreutils. + * alloca.c, error.c, error.h, malloc.c, pathmax.h, + realloc.c, strtol.c, strtoul.c: Updated, from coreutils. + +2005-11-05 François Pinard + + * gettext.c, gettext.h: Deleted. + * Makefile.am: Adujsted. + 2000-10-24 Bruno Haible * xmalloc.c, xalloc.h: Move to src/. diff --git a/libiconv/ChangeLog b/libiconv/ChangeLog index d9b2d91..8ec889c 100644 --- a/libiconv/ChangeLog +++ b/libiconv/ChangeLog @@ -1,3 +1,7 @@ +2005-03-06 François Pinard + + * ChangeLog: Converted to UTF-8. + 2000-12-18 Bruno Haible * config.charset: Add support for BeOS. @@ -187,7 +191,7 @@ * ucs2internal.h, ucs2swapped.h, ucs4internal.h, ucs4swapped.h: Cosmetic changes to avoid compiler warnings. - + 2000-06-28 François Pinard * Makefile.am (noinst_HEADERS): Distribute iconv.h. diff --git a/m4/ChangeLog b/m4/ChangeLog index 8bcdbb4..7d4097a 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,19 @@ +2005-11-05 François Pinard + + * gettext.m4, lcmessage.m4: Deleted. + * Makefile.am: Adjusted. + +2005-10-28 François Pinard + + * Makefile.am (EXTRA_DIST): Adjusted for deleted .m4 files. + +2005-10-27 François Pinard + + * atconfig.m4, codeset.m4, gettext.m4, glibc21.m4, lcmessage.m4, + malloc.m4, realloc.m4, utimbuf.m4: Quote arguments. + * gettext.m4, malloc.m4, realloc.m4: Use AC_LIBOBJ. + * flex.m4, libtool.m4: Deleted. + 2005-03-06 gettextize * codeset.m4: Upgrade to gettext-0.14.1. @@ -30,6 +46,22 @@ * xsize.m4: New file, from gettext-0.14.1. * Makefile.am (EXTRA_DIST): Add the new files. +2005-03-06 François Pinard + + * atconfig.m4, codeset.m4, gettext.m4, glibc21.m4, malloc.m4, + realloc.m4, utimbuf.m4: Quoted first argument of AC_DEFUN. + * gettext.m4, malloc.m4, realloc.m4: Use AC_LIBOBJ macro + instead of LIBOBJS variable. + * lcmessage.m4: Move previously global AC_PREREQ into macro. + * flex.m4: Deleted. + * gettext.m4, lcmessage.m4: Use third argument to AC_DEFINE or + AC_DEFINE_UNQUOTED. + + Postpone libtool support, as it creates too many problems for now. + * libtool.m4: Deleted. + + * ChangeLog: Converted to UTF-8. + 2001-01-03 Bruno Haible * gettext.m4: Check for argz.h, limits.h, malloc.h, string.h, diff --git a/po/ChangeLog b/po/ChangeLog index bcb6cac..932c85c 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,29 @@ +2005-11-05 François Pinard + + * Makefile.in.in, Makevars, LINGUAS, POTFILE.in: New files. + * Makefile.am: Deleted. + + * po: New name for i18n. Rename all .mo files to .gmo. + * remove-potcdate.sin: New file, from elsewhere. + +2005-10-28 François Pinard + + * Makefile.am (uninstall): Add missing backslash. + + * be.po, ca.po, eo.po, ga.po, he.po, hr.po, hu.po, id.po, pt_BR.po, + ro.po, ru.po, rw.po, tr.po, vi.po: New files. + + * da.po, de.po, el.po, es.po, fr.po, it.po, nl.po, pl.po, pt.po, + sl.po, sv.po: Updated, from the Translation Project. + + * : Save .mo files for new .po files. + +2005-10-27 François Pinard + + * el.po: Replace all 0xD2 characters by 0xB7, to be + ISO 8859-7 as declared, and not CP 1253 as apparently used. + Reported by Christian Weisgerber. + 2005-03-06 gettextize * Makefile.in.in: New file, from gettext-0.14.1. diff --git a/src/ChangeLog b/src/ChangeLog index 9abf591..7de92cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,28 @@ +2008-02-16 François Pinard + + * ansi2knr.c: Modified by Automake 1.10. + + * Makefile.am (merged.c): Split flex -t8 into flex -t -8. + * mergelex.py: Add coding cookie. + +2005-11-06 François Pinard + + * exit.h, exitfail.c, exitfail.h, xalloc-die.c: New, from coreutils. + * hash.c, hash.h, xalloc.h, xmalloc.c: Updated, from coreutils. + * Makefile.am: Adjusted. + +2005-11-05 François Pinard + + * main.c: Do not call bindtextdomain. + +2005-03-06 François Pinard + + * ansi2knr.c: Newer version, from elsewhere. + + Postpone libtool support, as it creates too many problems for now. + * Makefile.am: Replace lib_LTLIBRARIES by noinst_LIBRARIES. + Replace librecode.la by libcode.a and librecode_la by librecode_a. + 2001-01-22 Bruno Haible * hash.c: Avoid use of undefined macros HAVE_DECL_MALLOC/FREE. diff --git a/tests/ChangeLog b/tests/ChangeLog index 9e3ffcc..3db44c9 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-03-06 François Pinard + + * ChangeLog: Converted to UTF-8. + 2001-01-02 Bruno Haible * names.m4: Adjusted for libiconv-1.5 (BIG5HKSCS, GB18030, CHAR, -- 2.40.0