]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Jul 2000 22:05:09 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Jul 2000 22:05:09 +0000 (22:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 937878fa70f28c58db829e8b12b5045c2705609e..4ea8ee65281d20a0e9244d9f2a50d9ea48000305 100644 (file)
@@ -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.
index 6de1df39f078d97c493a50304d27c48c0a496a45..b39a869c4bf7ce829d7acedddc5e9e60905b2ab3 100644 (file)
 
        * 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.
 
        * 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.
 
 
        * 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.
 
 
        * 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 `/:'.
 
        * 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.