log src/keymap.c @ 10008:b83150a8020d

age author description
Fri, 18 Nov 1994 05:29:08 +0000 Karl Heuer (Fsingle_key_description): Use type test macros.
Wed, 16 Nov 1994 05:59:53 +0000 Karl Heuer (access_keymap): Use type test macros.
Wed, 16 Nov 1994 01:00:10 +0000 Karl Heuer (access_keymap, store_in_keymap): Use NATNUMP instead of its expansion.
Tue, 15 Nov 1994 22:54:36 +0000 Karl Heuer (current_minor_maps): Avoid assignments in arguments to a type-test macro.
Wed, 09 Nov 1994 05:55:39 +0000 Karl Heuer (describe_buffer_bindings): Set help-mode in *Help* buffer.
Tue, 04 Oct 1994 16:05:05 +0000 Karl Heuer (synkey, access_keymap, store_in_keymap, Faccessible_keymaps,
Tue, 04 Oct 1994 12:14:16 +0000 Karl Heuer (synkey, Fdescribe_bindings, describe_command): Use new accessor macros
Tue, 27 Sep 1994 02:26:34 +0000 Karl Heuer (get_keyelt, store_in_keymap, Fcopy_keymap, Fdefine_key, Flookup_key,
Mon, 19 Sep 1994 17:46:42 +0000 Karl Heuer (Fkey_description): Reverse condition.
Sun, 18 Sep 1994 04:02:25 +0000 Richard M. Stallman (Fkey_description): Give error if KEYS not an array.
Tue, 13 Sep 1994 18:01:51 +0000 Richard M. Stallman (syms_of_keymap): Doc fix.
Thu, 11 Aug 1994 19:45:41 +0000 Richard M. Stallman (Fdefine_key): Fix error message.
Sun, 07 Aug 1994 06:40:55 +0000 Richard M. Stallman (Faccessible_keymaps): Fix previous change.
Sat, 06 Aug 1994 03:48:16 +0000 Richard M. Stallman (Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change.
Wed, 03 Aug 1994 07:39:00 +0000 Richard M. Stallman (Faccessible_keymaps): Use PREFIX to set loop starting
Tue, 21 Jun 1994 19:46:07 +0000 Richard M. Stallman (Flookup_key): Add gcpro.
Wed, 15 Jun 1994 01:09:17 +0000 Karl Heuer (Fsingle_key_description): Allow strings as keys.
Sun, 05 Jun 1994 18:30:59 +0000 Richard M. Stallman (Fkey_description): Avoid using Fmapconcat--do it directly.
Tue, 24 May 1994 21:12:22 +0000 Richard M. Stallman (describe_map): Fix the call to Fequal.
Thu, 05 May 1994 20:25:41 +0000 Richard M. Stallman (describe_map): Ignore bindings for all except symbols and integers.
Fri, 29 Apr 1994 06:05:19 +0000 Karl Heuer (Fsingle_key_description): Undo previous change.
Fri, 29 Apr 1994 03:40:16 +0000 Karl Heuer (describe_buffer_bindings): gcpro stuff. Delete some unused code.
Fri, 29 Apr 1994 02:51:44 +0000 Karl Heuer (describe_map_tree): gcpro some things.
Fri, 29 Apr 1994 01:10:33 +0000 Karl Heuer (Fsingle_key_description): Accept strings as keys since the buffer menu uses
Wed, 20 Apr 1994 04:22:24 +0000 Karl Heuer (describe_map_tree, describe_map): Skip keymaps we've seen before.
Wed, 20 Apr 1994 03:04:46 +0000 Karl Heuer (describe_map): Merge with describe_map_2.
Wed, 13 Apr 1994 21:54:08 +0000 Richard M. Stallman (describe_map_tree): Fix call to Flookup_key.
Tue, 12 Apr 1994 16:37:03 +0000 Richard M. Stallman (Fkey_binding): Declare accept_default.
Sat, 09 Apr 1994 21:09:34 +0000 Richard M. Stallman (get_keymap): Pass 1 as ERROR to get_keymap_1.
Wed, 06 Apr 1994 02:07:40 +0000 Karl Heuer (describe_buffer_bindings): Move XSYMBOL to after SYMBOLP.