diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ec9ec257d8..248d5daa92e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * keyboard.c: Declare Qdisabled_command_function instead of | 3 | * keyboard.c: Declare Qdisabled_command_function instead of |
| 4 | Qdisabled_command_command. | 4 | Qdisabled_command_hook. |
| 5 | (Fcommand_execute): Use Qdisabled_command_function instead of | 5 | (Fcommand_execute): Use Qdisabled_command_function instead of |
| 6 | Qdisabled_command_command. | 6 | Qdisabled_command_hook. |
| 7 | (syms_of_keyboard): Ditto. | 7 | (syms_of_keyboard): Ditto. |
| 8 | 8 | ||
| 9 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | 9 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> |