From: Andrew Innes Date: Wed, 30 Aug 2000 12:57:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af9ba8ad6c6b2e2673352d80e90d729b68eeb5c3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f1b1c3744b1..34dda0e224d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-08-30 Andrew Innes + + * timer.el (run-with-idle-timer): Undo last change, so that timer + is not activated immediately if Emacs is already idle. Some + existing code relies on this behaviour. + 2000-08-30 Miles Bader * frame.el (set-frame-font): Do completion of font-name for @@ -6975,5 +6981,5 @@ See ChangeLog.8 for earlier changes. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: iso-2022-7bit-unix ;; End: diff --git a/nt/ChangeLog b/nt/ChangeLog index 783cf14e932..15c642c2043 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -582,5 +582,5 @@ * _emacs: New file. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: iso-2022-7bit-unix ;; End: diff --git a/src/ChangeLog b/src/ChangeLog index 57dd1e2fca9..c6375fc2f98 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5969,5 +5969,5 @@ See ChangeLog.8 for earlier changes. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: iso-2022-7bit-unix ;; End: