comparison lispref/ChangeLog @ 83189:3b9f4bbca1bf

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-485 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-229
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 11 Aug 2004 12:30:04 +0000
parents 629b8defcfb4
children 041bc4e3cd69
comparison
equal deleted inserted replaced
83188:1425b1df1da8 83189:3b9f4bbca1bf
1 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2
3 * keymaps.texi: Various changes in addition to:
4 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5 Give more varied examples for `kbd'.
6 (Creating Keymaps): Char tables have slots for all characters
7 without modifiers.
8 (Active Keymaps): `overriding-local-map' and
9 `overriding-terminal-local-map' also override text property and
10 overlay keymaps.
11 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
12 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
13 to denote a prefix of no events.
14 `map-keymap' includes parent's bindings _recursively_.
15 Clarify and correct description of `where-is-internal'.
16 Mention BUFFER-OR-NAME arg to `describe-bindings'.
17 (Menu Example): For menus intended for use with the keyboard, the
18 menu items should be bound to characters or real function keys.
19
1 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> 20 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2 21
3 * objects.texi (Character Type): Reposition `@anchor' to prevent 22 * objects.texi (Character Type): Reposition `@anchor' to prevent
4 double space inside sentence in Info. 23 double space inside sentence in Info.
5 24