Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1197 emacs/etc/NEWS:1.1198 *** emacs/etc/NEWS:1.1197 Thu May 19 00:00:05 2005 --- emacs/etc/NEWS Fri May 20 22:04:02 2005 *************** *** 2994,2999 **** --- 2994,3003 ---- * 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,3021 **** ** 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. --- 3016,3021 ---- *************** *** 14247,14253 **** ---------------------------------------------------------------------- Copyright information: ! Copyright (C) 1999, 2000, 2001, 2002, 2003 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 --- 14247,14253 ---- ---------------------------------------------------------------------- Copyright information: ! 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
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
