diff options
| author | Karoly Lorentey | 2004-08-09 11:05:10 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-08-09 11:05:10 +0000 |
| commit | cd83ec7be76b05014a49f8bb155a84ddd7c323ee (patch) | |
| tree | d8847695cedbde0c1bad8737131e219bfac6ce8a /lispref/ChangeLog | |
| parent | 18ad87544445be2584163436bd3c5d6366afa122 (diff) | |
| parent | 30e75a873acbcc4f4d59d0341fb49211d8c6d010 (diff) | |
| download | emacs-cd83ec7be76b05014a49f8bb155a84ddd7c323ee.tar.gz emacs-cd83ec7be76b05014a49f8bb155a84ddd7c323ee.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
Build-in-place tweak
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-228
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 146f2173864..5f4f8901637 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * objects.texi (Character Type): Reposition `@anchor' to prevent | ||
| 4 | double space inside sentence in Info. | ||
| 5 | |||
| 6 | * hooks.texi (Standard Hooks): `disabled-command-hook' has been | ||
| 7 | renamed to `disabled-command-function'. | ||
| 8 | * commands.texi (Key Sequence Input): Remove unnecessary anchor, | ||
| 9 | (Command Loop Info): Replace reference to it. | ||
| 10 | (Disabling Commands): `disabled-command-hook' has been renamed to | ||
| 11 | `disabled-command-function'. | ||
| 12 | |||
| 13 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | ||
| 14 | |||
| 15 | * os.texi (Translating Input): Only non-prefix bindings in | ||
| 16 | `key-translation-map' override actual key bindings. Warn about | ||
| 17 | possible indirect effect of actual key bindings on non-prefix | ||
| 18 | bindings in `key-translation-map'. | ||
| 19 | |||
| 20 | 2004-08-06 Luc Teirlinck <teirllm@auburn.edu> | ||
| 21 | |||
| 22 | * minibuf.texi (High-Level Completion): Add anchor for definition | ||
| 23 | of `read-variable'. | ||
| 24 | |||
| 25 | * commands.texi: Various changes in addition to: | ||
| 26 | (Using Interactive): Clarify description of `interactive-form'. | ||
| 27 | (Interactive Call): Mention default for KEYS argument to | ||
| 28 | `call-interactively'. | ||
| 29 | (Command Loop Info): Clarify description of `this-command-keys'. | ||
| 30 | Mention KEEP-RECORD argument to `clear-this-command-keys'. | ||
| 31 | Value of `last-event-frame' can be `macro'. | ||
| 32 | (Repeat Events): `double-click-fuzz' is also used to distinguish | ||
| 33 | clicks and drags. | ||
| 34 | (Classifying Events): Clarify descriptions of `event-modifiers' | ||
| 35 | `event-basic-type' and `event-convert-list'. | ||
| 36 | (Accessing Events): `posn-timestamp' takes POSITION argument. | ||
| 37 | (Quoted Character Input): Clarify description of | ||
| 38 | `read-quoted-char' and fix example. | ||
| 39 | (Quitting): Add `with-local-quit'. | ||
| 40 | (Disabling Commands): Correct and clarify descriptions of | ||
| 41 | `enable-command' and `disable-command'. | ||
| 42 | Mention what happens if `disabled-command-hook' is nil. | ||
| 43 | (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'. | ||
| 44 | Describe `executing-kbd-macro' instead of obsolete `executing-macro'. | ||
| 45 | |||
| 1 | 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | 46 | 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 47 | ||
| 3 | * frames.texi: Various changes in addition to: | 48 | * frames.texi: Various changes in addition to: |