log src/keymap.c @ 32844:5aa0846c2995

age author description
Wed, 25 Oct 2000 03:02:17 +0000 Stefan Monnier (fix_submap_inheritance): Use get_keymap_1 on parent_entry
Tue, 24 Oct 2000 12:32:33 +0000 Gerd Moellmann Update copyright.
Sun, 22 Oct 2000 04:48:48 +0000 Stefan Monnier (fix_submap_inheritance): Don't do anything if parent_entry
Wed, 18 Oct 2000 14:20:53 +0000 Gerd Moellmann (access_keymap): If IDX has a meta prefix, and there's
Mon, 16 Oct 2000 21:57:11 +0000 Stefan Monnier (keymap_memberp): Ensure that nil is not a member.
Sun, 15 Oct 2000 03:34:18 +0000 Stefan Monnier (Fkeymap_parent): Undefined autoload -> 1.
Sun, 15 Oct 2000 03:31:21 +0000 Stefan Monnier * keymap.c (access_keymap): Add AUTOLOAD parameter.
Wed, 04 Oct 2000 23:16:35 +0000 Stefan Monnier (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
Sat, 30 Sep 2000 17:00:15 +0000 Stefan Monnier (keymap_memberp): New function.
Fri, 29 Sep 2000 06:47:05 +0000 Kenichi Handa Remove the line "#undef NULL".
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Fri, 08 Sep 2000 13:30:03 +0000 Gerd Moellmann (Fset_keymap_parent): Check for cycles in keymap
Mon, 28 Aug 2000 18:40:21 +0000 Dave Love (store_in_keymap): Add `static' to declaration.
Sun, 27 Aug 2000 16:21:55 +0000 Stefan Monnier (store_in_keymap, fix_submap_inheritance): New prototypes.
Mon, 14 Aug 2000 12:44:38 +0000 Gerd Moellmann (push_key_description): If C without modifiers is < 32,
Sat, 05 Aug 2000 19:27:01 +0000 Gerd Moellmann (current_minor_maps): Use xmalloc instead of malloc.
Wed, 02 Aug 2000 20:16:40 +0000 Gerd Moellmann (Fsingle_key_description): Add parameter NO_ANGLES.
Mon, 10 Jul 2000 14:10:51 +0000 Gerd Moellmann (get_keymap_1): Add comment that this function can GC.
Tue, 04 Jul 2000 12:07:36 +0000 Gerd Moellmann (get_keyelt): Temporarily inhibit GC while evaluating
Mon, 26 Jun 2000 15:04:22 +0000 Gerd Moellmann (get_keyelt): For menu-items containing a `:filter
Mon, 19 Jun 2000 07:15:08 +0000 Ken Raeburn * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Sun, 18 Jun 2000 20:14:35 +0000 Ken Raeburn fix shadowing of 'keymap' enum value
Fri, 16 Jun 2000 15:17:41 +0000 Gerd Moellmann (describe_buffer_bindings): Add `\f\n' in front of titles.
Wed, 14 Jun 2000 13:35:45 +0000 Gerd Moellmann (Fsingle_key_description): Enclose function key and
Mon, 29 May 2000 11:54:51 +0000 Dave Love Include intervals.h.
Sat, 20 May 2000 00:03:16 +0000 Kenichi Handa (Fsingle_key_description): Use SPLIT_CHAR instead of
Wed, 15 Dec 1999 00:15:57 +0000 Kenichi Handa (push_key_description): Adjusted for the change of
Thu, 18 Nov 1999 05:10:13 +0000 Kenichi Handa (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.