diff options
| author | Luc Teirlinck | 2004-08-08 15:47:21 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-08 15:47:21 +0000 |
| commit | de700726fb364cf5b6107501b392d96cac641df2 (patch) | |
| tree | 546150828288e363ed4a1eb2d499f96b5d0d7069 /lispref/ChangeLog | |
| parent | 81909a1aef80ec199c646f488da81fa48d1417af (diff) | |
| download | emacs-de700726fb364cf5b6107501b392d96cac641df2.tar.gz emacs-de700726fb364cf5b6107501b392d96cac641df2.zip | |
(Key Sequence Input): Remove unnecessary anchor,
(Command Loop Info): Replace reference to it.
(Disabling Commands): `disabled-command-hook' has been renamed to
`disabled-command-function'.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b046727f2f9..f8abc8e2c11 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * hooks.texi (Standard Hooks): `disabled-command-hook' has been | ||
| 4 | renamed to `disabled-command-function'. | ||
| 5 | * commands.texi (Key Sequence Input): Remove unnecessary anchor, | ||
| 6 | (Command Loop Info): Replace reference to it. | ||
| 7 | (Disabling Commands): `disabled-command-hook' has been renamed to | ||
| 8 | `disabled-command-function'. | ||
| 9 | |||
| 1 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | 10 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 11 | ||
| 3 | * os.texi (Translating Input): Only non-prefix bindings in | 12 | * os.texi (Translating Input): Only non-prefix bindings in |