Mercurial > emacs
changeset 30337:5861c80aa795
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 19 Jul 2000 22:05:09 +0000 |
parents | 01102e63ed88 |
children | 410bf1054bbd |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + * 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.
--- 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 <rms@caffeine.ai.mit.edu> +2000-06-19 Richard Stallman <rms@gnu.org> * 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 <rms@caffeine.ai.mit.edu> +2000-06-13 Richard Stallman <rms@gnu.org> * 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 <rms@caffeine.ai.mit.edu> +2000-03-19 Richard M. Stallman <rms@gnu.org> * 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 <rms@caffeine.ai.mit.edu> +2000-02-25 Richard M. Stallman <rms@gnu.org> * fileio.c (Ffile_symlink_p): If result starts with a `/' and contains a `:', prepend `/:'. @@ -3835,7 +3835,7 @@ * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. -2000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> +2000-02-20 Richard M. Stallman <rms@gnu.org> * data.c (Fmake_variable_buffer_local): Doc fix. Init found_for_buffer to 0.