diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -2994,6 +2994,10 @@ any customizations. | |||
| 2994 | 2994 | ||
| 2995 | * Incompatible Lisp Changes in Emacs 22.1 | 2995 | * Incompatible Lisp Changes in Emacs 22.1 |
| 2996 | 2996 | ||
| 2997 | --- | ||
| 2998 | ** The variables post-command-idle-hook and post-command-idle-delay have | ||
| 2999 | been removed. Use run-with-idle-timer instead. | ||
| 3000 | |||
| 2997 | +++ | 3001 | +++ |
| 2998 | ** `suppress-keymap' now works by remapping `self-insert-command' to | 3002 | ** `suppress-keymap' now works by remapping `self-insert-command' to |
| 2999 | the command `undefined'. (In earlier Emacs versions, it used | 3003 | the command `undefined'. (In earlier Emacs versions, it used |
| @@ -3012,10 +3016,6 @@ the command `undefined'. (In earlier Emacs versions, it used | |||
| 3012 | 3016 | ||
| 3013 | ** General Lisp changes: | 3017 | ** General Lisp changes: |
| 3014 | 3018 | ||
| 3015 | --- | ||
| 3016 | *** The variables post-command-idle-hook and post-command-idle-delay have | ||
| 3017 | been removed. Use run-with-idle-timer instead. | ||
| 3018 | |||
| 3019 | +++ | 3019 | +++ |
| 3020 | *** The function `eql' is now available without requiring the CL package. | 3020 | *** The function `eql' is now available without requiring the CL package. |
| 3021 | 3021 | ||
| @@ -14247,7 +14247,7 @@ select one of those items. | |||
| 14247 | ---------------------------------------------------------------------- | 14247 | ---------------------------------------------------------------------- |
| 14248 | Copyright information: | 14248 | Copyright information: |
| 14249 | 14249 | ||
| 14250 | Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | 14250 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. |
| 14251 | 14251 | ||
| 14252 | Permission is granted to anyone to make or distribute verbatim copies | 14252 | Permission is granted to anyone to make or distribute verbatim copies |
| 14253 | of this document as received, in any medium, provided that the | 14253 | of this document as received, in any medium, provided that the |