From 639ec7659c0877c5d07a64c4507964582a61163d Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 19 May 2005 00:11:48 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 4 ++++ etc/NEWS | 6 +++++- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 6 ++++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index f89b964f27c..0efca03ac29 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Nick Roberts + + * TODO: post-command-idle-hook has gone. + 2005-05-16 Juanma Barranquero * NEWS: Remove references to open-network-stream-nowait and diff --git a/etc/NEWS b/etc/NEWS index 7379eba7374..58eaf52fa7b 100644 --- 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66adfa4bed3..c84d1948eea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2005-05-19 Nick Roberts + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index aed4ea6b973..951bf142541 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-05-19 Nick Roberts + + * 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 * xdisp.c (handle_display_prop): Handle empty replacement. -- 2.39.5