From: Richard M. Stallman Date: Wed, 19 Jul 2000 22:05:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2719 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18e21ce839ef274521686e7a63385fff66f3ad35;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 937878fa70f..4ea8ee65281 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-07-19 Richard M. Stallman + * timer.el (run-with-idle-timer): Doc fix. + * mail/mail-utils.el (mail-strip-quoted-names): Handle case where <...> appears inside "...". Use replace-match to edit the string more simply. diff --git a/src/ChangeLog b/src/ChangeLog index 6de1df39f07..b39a869c4bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -921,7 +921,7 @@ * mktime.c: Unprotoized. -2000-06-19 Richard Stallman +2000-06-19 Richard Stallman * data.c (set_internal): If variable is frame-local, store the new value immediately into the frame parameter alist. @@ -1058,7 +1058,7 @@ * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. -2000-06-13 Richard Stallman +2000-06-13 Richard Stallman * frame.c (Fmodify_frame_parameters): Doc fix. @@ -3161,7 +3161,7 @@ * term.c (calculate_costs): Remove code dealing with X frames. -2000-03-19 Richard M. Stallman +2000-03-19 Richard M. Stallman * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte. @@ -3709,7 +3709,7 @@ * emacs.c (main): Remove code snippet commented out with `//'. -2000-02-25 Richard M. Stallman +2000-02-25 Richard M. Stallman * fileio.c (Ffile_symlink_p): If result starts with a `/' and contains a `:', prepend `/:'. @@ -3835,7 +3835,7 @@ * bytecode.c (Fbyte_code) : Inline most common case. -2000-02-20 Richard M. Stallman +2000-02-20 Richard M. Stallman * data.c (Fmake_variable_buffer_local): Doc fix. Init found_for_buffer to 0.