aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-20 12:19:33 +0000
committerRichard M. Stallman2006-08-20 12:19:33 +0000
commitce6297137d3f5ae98335f35119faae72d04d6a44 (patch)
tree1f2beab5a8cae4d050d14b71fa42ad3d57bfab58
parent79ffb765f25e6e1bc3c6664fcd24bf7edb3b2d32 (diff)
downloademacs-ce6297137d3f5ae98335f35119faae72d04d6a44.tar.gz
emacs-ce6297137d3f5ae98335f35119faae72d04d6a44.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lispref/ChangeLog7
-rw-r--r--src/ChangeLog7
4 files changed, 26 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 570db4a7656..4b8f564a042 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4665,6 +4665,7 @@ keymap alist to this list.
4665 4665
4666*** The definition of a key-binding passed to define-key can use XEmacs-style 4666*** The definition of a key-binding passed to define-key can use XEmacs-style
4667key-sequences, such as [(control a)]. 4667key-sequences, such as [(control a)].
4668
4668** Abbrev changes: 4669** Abbrev changes:
4669 4670
4670+++ 4671+++
@@ -5493,6 +5494,9 @@ been renamed to `disabled-command-function'. The variable
5493*** `emacsserver' now runs `pre-command-hook' and `post-command-hook' 5494*** `emacsserver' now runs `pre-command-hook' and `post-command-hook'
5494when it receives a request from emacsclient. 5495when it receives a request from emacsclient.
5495 5496
5497+++
5498*** `current-idle-time' reports how long Emacs has been idle.
5499
5496** Lisp file loading changes: 5500** Lisp file loading changes:
5497 5501
5498+++ 5502+++
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e5692b08fb7..2fca315c263 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12006-08-20 Richard Stallman <rms@gnu.org>
2
3 * simple.el (line-number-at-pos): Doc fix.
4
5 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6 timer-activate-when-idle, so timer can run before Emacs becomes
7 non-idle again.
8
12006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) 92006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2 10
3 * whitespace.el (whitespace-cleanup-internal): New optional arg 11 * whitespace.el (whitespace-cleanup-internal): New optional arg
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d09689ce637..ea6aa4e41b8 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,10 @@
12006-08-20 Richard Stallman <rms@gnu.org>
2
3 * os.texi (Idle Timers): New node, split out from Timers.
4 Document current-idle-time.
5 * commands.texi (Reading One Event): Update xref.
6 * elisp.texi (Top): Update subnode menu.
7
12006-08-16 Richard Stallman <rms@gnu.org> 82006-08-16 Richard Stallman <rms@gnu.org>
2 9
3 * keymaps.texi (Extended Menu Items): Show format of cached 10 * keymaps.texi (Extended Menu Items): Show format of cached
diff --git a/src/ChangeLog b/src/ChangeLog
index 68a2bb082ec..a820b51f77d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-08-20 Richard Stallman <rms@gnu.org>
2
3 * xfaces.c (load_pixmap): Add quotes in error message.
4
5 * keyboard.c (Fcurrent_idle_time): New function.
6 (syms_of_keyboard): defsubr it.
7
12006-08-18 Nick Roberts <nickrob@snap.net.nz> 82006-08-18 Nick Roberts <nickrob@snap.net.nz>
2 9
3 * window.c (Fset_window_fringes): Do nothing on a tty. 10 * window.c (Fset_window_fringes): Do nothing on a tty.