From: Eli Zaretskii Date: Fri, 6 Jul 2001 16:51:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24b97d4bf8cb03379c1b7e9ffe21a5ce3e657ba1;p=emacs.git *** empty log message *** --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 741ef10242f..faffd4aec6e 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 833e14a874e..da8913ea9ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.