diff etc/NEWS @ 62497:e4728ae2ecf8

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 19 May 2005 00:11:48 +0000
parents 4e1114c69642
children 49570fafcade f042e7c0fe20
line wrap: on
line diff
--- a/etc/NEWS	Wed May 18 23:34:33 2005 +0000
+++ b/etc/NEWS	Thu May 19 00:11:48 2005 +0000
@@ -2278,7 +2278,7 @@
 
 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 @@
 
 ** 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.