]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 00:11:48 +0000 (00:11 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 00:11:48 +0000 (00:11 +0000)
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index f89b964f27c23f88aad7060e5eec1ff6a1d59a78..0efca03ac2924aa604c8f5655ef09b7523f5ae2a 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * TODO: post-command-idle-hook has gone.
+
 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * NEWS: Remove references to open-network-stream-nowait and
index 7379eba73748ab9bd780b3201d7889b67d9aac09..58eaf52fa7b7b3288701e79c5102f549ad5ceb8c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2278,7 +2278,7 @@ breakpoints.
 
 Use M-x gdb to start GDB-UI.
 
-*** The variable tooltip-gud-tips-p is obsoleted.  GUD tooltips can now be
+*** The variable tooltip-gud-tips-p has been removed.  GUD tooltips can now be
 toggled independently of normal tooltips with the minor mode
 `gud-tooltip-mode'.
 
@@ -3012,6 +3012,10 @@ the command `undefined'.  (In earlier Emacs versions, it used
 
 ** General Lisp changes:
 
+---
+*** The variables post-command-idle-hook and post-command-idle-delay have
+    been removed.  Use run-with-idle-timer instead.
+
 +++
 *** The function `eql' is now available without requiring the CL package.
 
index 66adfa4bed3df4ec6495abb7ca7f43c6dddccbb8..c84d1948eea78956ae6f36f7cca1236e372de857 100644 (file)
@@ -1,5 +1,11 @@
 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
 
+       * faces.el (list-faces-display): Provide button when describe-face
+       is called to take user back to  the list of faces.
+
+       * help-fns.el (describe-variable): Remove hyperlinks in a
+       variable's value as these are quite frequently inappropriate.
+
        * follow.el (follow-submit-feedback, follow-mode): Remove
        references to post-command-idle-hook.
 
index aed4ea6b9736b44173d5d910aa8f6d6b21191591..951bf142541e8c78a2c65ded78f6374dd7c26718 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * keyboard.c (syms_of_keyboard): Remove lisp variables
+       post-command-idle-hook and post-command-idle-delay.
+       (command_loop_1): Don't try to execute post-command-idle-hook.
+
 2005-05-16  Kim F. Storm  <storm@cua.dk>
 
        * xdisp.c (handle_display_prop): Handle empty replacement.