# HG changeset patch # User Richard M. Stallman # Date 964044309 0 # Node ID 5861c80aa7950be6c7759c439923e98be348d502 # Parent 01102e63ed88179932dec041cba5157a3e4428bb *** empty log message *** diff -r 01102e63ed88 -r 5861c80aa795 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 19 22:04:34 2000 +0000 +++ b/lisp/ChangeLog Wed Jul 19 22:05:09 2000 +0000 @@ -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 -r 01102e63ed88 -r 5861c80aa795 src/ChangeLog --- a/src/ChangeLog Wed Jul 19 22:04:34 2000 +0000 +++ b/src/ChangeLog Wed Jul 19 22:05:09 2000 +0000 @@ -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.