# HG changeset patch # User Eli Zaretskii # Date 1081114325 0 # Node ID 08605ee999469bb34fdd81f8bf7daed096ef2fcf # Parent 3d13cea5e07a897ec0babdad6315c3cad6eedadd *** empty log message *** diff -r 3d13cea5e07a -r 08605ee99946 ChangeLog --- a/ChangeLog Sun Apr 04 21:30:49 2004 +0000 +++ b/ChangeLog Sun Apr 04 21:32:05 2004 +0000 @@ -1,3 +1,9 @@ +2004-04-04 Eli Zaretskii + + * config.bat (lib-src): Recognize comment lines in Makefile.in + that have a TAB after the #, to avoid errors in preprocessing with + GCC 3.3.3. + 2004-03-31 Luc Teirlinck * Makefile.in: Mention in comment that `make maintainer-clean' diff -r 3d13cea5e07a -r 08605ee99946 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 04 21:30:49 2004 +0000 +++ b/lisp/ChangeLog Sun Apr 04 21:32:05 2004 +0000 @@ -1,3 +1,11 @@ +2004-04-04 Eli Zaretskii + + * calendar/timeclock.el (timeclock-relative) + (timeclock-get-project-function, timeclock-get-workday-function) + (timeclock-query-out, timeclock-when-to-leave) + (timeclock-when-to-leave-string, timeclock-log-data) + (timeclock-generate-report, timeclock-in): Doc fixes. + 2004-04-03 Stefan Monnier * url: Import the URL package from its repository. diff -r 3d13cea5e07a -r 08605ee99946 src/ChangeLog --- a/src/ChangeLog Sun Apr 04 21:30:49 2004 +0000 +++ b/src/ChangeLog Sun Apr 04 21:32:05 2004 +0000 @@ -1,3 +1,8 @@ +2004-04-04 Eli Zaretskii + + * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings + from GCC. + 2004-04-03 Stefan Monnier * .gdbinit-union: Remove.