aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-08-30 12:57:13 +0000
committerAndrew Innes2000-08-30 12:57:13 +0000
commitaf9ba8ad6c6b2e2673352d80e90d729b68eeb5c3 (patch)
tree1335cd1c25087e8ac5209b69ac251cee3ad04fb0
parent903c64e93314570651dec0ca475cbfa768b7d3e5 (diff)
downloademacs-af9ba8ad6c6b2e2673352d80e90d729b68eeb5c3.tar.gz
emacs-af9ba8ad6c6b2e2673352d80e90d729b68eeb5c3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--nt/ChangeLog2
-rw-r--r--src/ChangeLog2
3 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1b1c3744b1..34dda0e224d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-08-30 Andrew Innes <andrewi@gnu.org>
2
3 * timer.el (run-with-idle-timer): Undo last change, so that timer
4 is not activated immediately if Emacs is already idle. Some
5 existing code relies on this behaviour.
6
12000-08-30 Miles Bader <miles@gnu.org> 72000-08-30 Miles Bader <miles@gnu.org>
2 8
3 * frame.el (set-frame-font): Do completion of font-name for 9 * frame.el (set-frame-font): Do completion of font-name for
@@ -6975,5 +6981,5 @@
6975See ChangeLog.8 for earlier changes. 6981See ChangeLog.8 for earlier changes.
6976 6982
6977;; Local Variables: 6983;; Local Variables:
6978;; coding: iso-2022-7bit 6984;; coding: iso-2022-7bit-unix
6979;; End: 6985;; End:
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 783cf14e932..15c642c2043 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -582,5 +582,5 @@
582 * _emacs: New file. 582 * _emacs: New file.
583 583
584;; Local Variables: 584;; Local Variables:
585;; coding: iso-2022-7bit 585;; coding: iso-2022-7bit-unix
586;; End: 586;; End:
diff --git a/src/ChangeLog b/src/ChangeLog
index 57dd1e2fca9..c6375fc2f98 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5969,5 +5969,5 @@
5969See ChangeLog.8 for earlier changes. 5969See ChangeLog.8 for earlier changes.
5970 5970
5971;; Local Variables: 5971;; Local Variables:
5972;; coding: iso-2022-7bit 5972;; coding: iso-2022-7bit-unix
5973;; End: 5973;; End: