]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Jul 2001 16:51:41 +0000 (16:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Jul 2001 16:51:41 +0000 (16:51 +0000)
msdos/ChangeLog
src/ChangeLog

index 741ef10242fec7d64f89391ca36622a44c7130c5..faffd4aec6e29c883293a09672892fbb0dc37aa7 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <eliz@is.elta.co.il>
 
        * sedleim.inp (srcdir=): Edit @srcdir@ into an absolute file name
index 833e14a874ece73e6eac252dac094b069ba87fce..da8913ea9ed6bde477c0d3ca26355adde557721c 100644 (file)
@@ -1,9 +1,12 @@
 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * 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.