X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=5b3d9bb7e445a1e129e1023f7148eeb95a053dc8;hp=4f07fc2d9dd3971e47a6ba7420ba0461d41b3e34;hb=f1b5aa9f6d80e6f2b7bc20d58e762866ead25569;hpb=eab5ac34318f8b2cf515ff9b981ba31f1e7a3b27 diff --git a/ChangeLog b/ChangeLog index 4f07fc2d..5b3d9bb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,49 @@ +2007-10-22 Micah Cowan + + * po/*.po: Refresh from TP and update-po. + +2007-10-18 Micah Cowan + + * po/POTFILES.in: Removed no-longer-existing or generated files. + * autogen.sh: Reinstated, in case we have to do something at + some point other than autoreconf. + * Makefile.am: Put autogen.sh back in EXTRA_DIST. Just in case + someone needs to rebuild configure. + * configure.ac: Removed config-post.h inclusion from bottom of + generated config.h. + +2007-10-16 Micah Cowan + + * README: Draw attention to wiki:PatchGuidelines. + +2007-10-14 Micah Cowan + + * configure.ac: Let gnulib handle builtin MD5 functionality. + * NEWS: Mention gnulib. + +2007-10-13 Micah Cowan + + * GNUMakefile, maint.mk: Added as part of the gnulib-ization. + * Makefile.am: gnulib-ized. + * configure.ac: gnulib-ized. Removed built-in getopt checks. + +2007-10-12 Micah Cowan + + * PATCHES: Removed. + * NEWS: Updated info about source repositories, removal of + PATCHES file. + 2007-10-09 Micah Cowan * configure.in: Renamed to configure.ac * configure.ac: Renamed from configure.in. Added invocations of - AM_GNU_GETTEXT, etc. + AM_GNU_GETTEXT, etc. Added en@quot and en@boldquot pseudo-LINGUA + support. * ABOUT-NLS: Added back in (required by autoreconf :\). * Makefile.am: Added ABOUT-NLS and msdos/Makefile.WC to EXTRA_DIST. * m4/wget.m4: Removed no-longer-used NLS stuff. + * Makefile.in.in: Restore previous policy of not updating .po's + unless explicitly asked (via update-po). 2007-10-09 gettextize