From: Richard M. Stallman Date: Fri, 20 May 2005 22:05:21 +0000 (+0000) Subject: Reclassify item. Update copyright year. X-Git-Tag: ttn-vms-21-2-B4~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=240d926eb293d791716ef862bd1f7bfcf25e8379;p=emacs.git Reclassify item. Update copyright year. --- diff --git a/etc/NEWS b/etc/NEWS index 58eaf52fa7b..8c9148fe395 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2994,6 +2994,10 @@ any customizations. * Incompatible Lisp Changes in Emacs 22.1 +--- +** The variables post-command-idle-hook and post-command-idle-delay have + been removed. Use run-with-idle-timer instead. + +++ ** `suppress-keymap' now works by remapping `self-insert-command' to the command `undefined'. (In earlier Emacs versions, it used @@ -3012,10 +3016,6 @@ 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. @@ -14247,7 +14247,7 @@ select one of those items. ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/src/ChangeLog b/src/ChangeLog index 19ccab1ad3a..ccfc27f1998 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -11,7 +11,7 @@ 2005-05-19 Nick Roberts - * keyboard.c (syms_of_keyboard): Remove lisp variables + * 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.