]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Aug 2006 12:19:33 +0000 (12:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Aug 2006 12:19:33 +0000 (12:19 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 570db4a76563bb7b92aa697402c27c1aab9c1287..4b8f564a042d208076efddd05b6c16592a910517 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4665,6 +4665,7 @@ keymap alist to this list.
 
 *** The definition of a key-binding passed to define-key can use XEmacs-style
 key-sequences, such as [(control a)].
+
 ** Abbrev changes:
 
 +++
@@ -5493,6 +5494,9 @@ been renamed to `disabled-command-function'.  The variable
 *** `emacsserver' now runs `pre-command-hook' and `post-command-hook'
 when it receives a request from emacsclient.
 
++++
+*** `current-idle-time' reports how long Emacs has been idle.
+
 ** Lisp file loading changes:
 
 +++
index e5692b08fb76185a4d4dafa7e338cc87ff998789..2fca315c263e19c82de028b6160670813846c326 100644 (file)
@@ -1,3 +1,11 @@
+2006-08-20  Richard Stallman  <rms@gnu.org>
+
+       * simple.el (line-number-at-pos): Doc fix.
+
+       * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
+       timer-activate-when-idle, so timer can run before Emacs becomes
+       non-idle again.
+
 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
 
        * whitespace.el (whitespace-cleanup-internal): New optional arg
index d09689ce637929be21b1b25605862bcd504dfdcb..ea6aa4e41b8d613649aa56f6892ba2adce758c37 100644 (file)
@@ -1,3 +1,10 @@
+2006-08-20  Richard Stallman  <rms@gnu.org>
+
+       * os.texi (Idle Timers): New node, split out from Timers.
+       Document current-idle-time.
+       * commands.texi (Reading One Event): Update xref.
+       * elisp.texi (Top): Update subnode menu.
+
 2006-08-16  Richard Stallman  <rms@gnu.org>
 
        * keymaps.texi (Extended Menu Items): Show format of cached
index 68a2bb082ec5dddc1ade4c966db215a21f8cecd2..a820b51f77db71b01af0eae3b870c02d0957fd95 100644 (file)
@@ -1,3 +1,10 @@
+2006-08-20  Richard Stallman  <rms@gnu.org>
+
+       * xfaces.c (load_pixmap): Add quotes in error message.
+
+       * keyboard.c (Fcurrent_idle_time): New function.
+       (syms_of_keyboard): defsubr it.
+
 2006-08-18  Nick Roberts  <nickrob@snap.net.nz>
 
        * window.c (Fset_window_fringes): Do nothing on a tty.