# HG changeset patch # User Eli Zaretskii # Date 994438301 0 # Node ID b3afd4436a00693410516f369b5b8e2f0d2e4f2a # Parent 1a7b93d64c310ddba99fab49c8899c9cca4fbbb8 *** empty log message *** diff -r 1a7b93d64c31 -r b3afd4436a00 msdos/ChangeLog --- a/msdos/ChangeLog Fri Jul 06 16:50:29 2001 +0000 +++ b/msdos/ChangeLog Fri Jul 06 16:51:41 2001 +0000 @@ -1,3 +1,8 @@ +2001-07-06 Eli Zaretskii + + * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse + error in "gcc -E -traditional" with GCC 3.0. + 2001-04-02 Eli Zaretskii * sedleim.inp (srcdir=): Edit @srcdir@ into an absolute file name diff -r 1a7b93d64c31 -r b3afd4436a00 src/ChangeLog --- a/src/ChangeLog Fri Jul 06 16:50:29 2001 +0000 +++ b/src/ChangeLog Fri Jul 06 16:51:41 2001 +0000 @@ -1,9 +1,12 @@ 2001-07-06 Eli Zaretskii + * dosfns.c (syms_of_dosfns): Add \n\ at the end of a line in the + doc string line for dos-timezone-offset. + * msdos.c (do_visible_bell): Add \n\ at the end of each line of inline assembly, to avoid compiler warnings. - (syms_of_msdos): Add \n\ at the end of a doc string line for - dos-unsupported-char-glyph. + (syms_of_msdos): Add \n\ at the end of a line in the doc string + line for dos-unsupported-char-glyph. * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.