diff options
| author | Richard M. Stallman | 2005-05-20 22:05:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-20 22:05:21 +0000 |
| commit | 240d926eb293d791716ef862bd1f7bfcf25e8379 (patch) | |
| tree | f81eeb212da48e16c4ab8a18a20460d8cbf3361f | |
| parent | 09e8eb5baec4aa6a883e483e834e5a92258193d4 (diff) | |
| download | emacs-240d926eb293d791716ef862bd1f7bfcf25e8379.tar.gz emacs-240d926eb293d791716ef862bd1f7bfcf25e8379.zip | |
Reclassify item. Update copyright year.
| -rw-r--r-- | etc/NEWS | 10 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 6 insertions, 6 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 |
diff --git a/src/ChangeLog b/src/ChangeLog index 19ccab1ad3a..ccfc27f1998 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> | 12 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
| 13 | 13 | ||
| 14 | * keyboard.c (syms_of_keyboard): Remove lisp variables | 14 | * keyboard.c (syms_of_keyboard): Remove Lisp variables |
| 15 | post-command-idle-hook and post-command-idle-delay. | 15 | post-command-idle-hook and post-command-idle-delay. |
| 16 | (command_loop_1): Don't try to execute post-command-idle-hook. | 16 | (command_loop_1): Don't try to execute post-command-idle-hook. |
| 17 | 17 | ||