diff options
| author | Luc Teirlinck | 2004-08-08 17:09:43 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-08 17:09:43 +0000 |
| commit | c90e7e43b102a9732ea4ef7a292f51cec881d463 (patch) | |
| tree | 177f045baf4580af3b8dadab07d970d07731f5a6 | |
| parent | 572fc345a065d970fc0bc648cac384d2e54b5f0c (diff) | |
| download | emacs-c90e7e43b102a9732ea4ef7a292f51cec881d463.tar.gz emacs-c90e7e43b102a9732ea4ef7a292f51cec881d463.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
2 files changed, 13 insertions, 0 deletions
| @@ -2187,6 +2187,11 @@ configuration files. | |||
| 2187 | 2187 | ||
| 2188 | * Lisp Changes in Emacs 21.4 | 2188 | * Lisp Changes in Emacs 21.4 |
| 2189 | 2189 | ||
| 2190 | +++ | ||
| 2191 | ** Both the variable and the function `disabled-command-hook' have | ||
| 2192 | been renamed to `disabled-command-function', The variable | ||
| 2193 | `disabled-command-hook' has been kept as an obsolete alias. | ||
| 2194 | |||
| 2190 | ** Function `compute-motion' now calculates the usable window | 2195 | ** Function `compute-motion' now calculates the usable window |
| 2191 | width if the WIDTH argument is nil. If the TOPOS argument is nil, | 2196 | width if the WIDTH argument is nil. If the TOPOS argument is nil, |
| 2192 | the usable window height and width is used. | 2197 | the usable window height and width is used. |
diff --git a/src/ChangeLog b/src/ChangeLog index 577f3291069..7ec9ec257d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * keyboard.c: Declare Qdisabled_command_function instead of | ||
| 4 | Qdisabled_command_command. | ||
| 5 | (Fcommand_execute): Use Qdisabled_command_function instead of | ||
| 6 | Qdisabled_command_command. | ||
| 7 | (syms_of_keyboard): Ditto. | ||
| 8 | |||
| 1 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | 9 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 10 | ||
| 3 | * keymap.c (Flocal_key_binding, Fglobal_key_binding) | 11 | * keymap.c (Flocal_key_binding, Fglobal_key_binding) |