Mercurial > emacs
changeset 72452:bcc1f5792592
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Aug 2006 12:19:33 +0000 |
parents | 66b140055b7d |
children | 204e1538695a |
files | etc/NEWS lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Aug 20 12:16:58 2006 +0000 +++ b/etc/NEWS Sun Aug 20 12:19:33 2006 +0000 @@ -4665,6 +4665,7 @@ *** 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 @@ *** `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: +++
--- a/lisp/ChangeLog Sun Aug 20 12:16:58 2006 +0000 +++ b/lisp/ChangeLog Sun Aug 20 12:19:33 2006 +0000 @@ -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
--- a/lispref/ChangeLog Sun Aug 20 12:16:58 2006 +0000 +++ b/lispref/ChangeLog Sun Aug 20 12:19:33 2006 +0000 @@ -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
--- a/src/ChangeLog Sun Aug 20 12:16:58 2006 +0000 +++ b/src/ChangeLog Sun Aug 20 12:19:33 2006 +0000 @@ -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.