| Age | Commit message (Expand) | Author |
| 1994-08-07 | (Faccessible_keymaps): Fix previous change. | Richard M. Stallman |
| 1994-08-06 | (Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change. | Richard M. Stallman |
| 1994-08-03 | (Faccessible_keymaps): Use PREFIX to set loop starting | Richard M. Stallman |
| 1994-06-21 | (Flookup_key): Add gcpro. | Richard M. Stallman |
| 1994-06-15 | (Fsingle_key_description): Allow strings as keys. | Karl Heuer |
| 1994-06-05 | (Fkey_description): Avoid using Fmapconcat--do it directly. | Richard M. Stallman |
| 1994-05-24 | (describe_map): Fix the call to Fequal. | Richard M. Stallman |
| 1994-05-05 | (describe_map): Ignore bindings for all except symbols and integers. | Richard M. Stallman |
| 1994-04-29 | (Fsingle_key_description): Undo previous change. | Karl Heuer |
| 1994-04-29 | (describe_buffer_bindings): gcpro stuff. Delete some unused code. | Karl Heuer |
| 1994-04-29 | (describe_map_tree): gcpro some things. | Karl Heuer |
| 1994-04-29 | (Fsingle_key_description): Accept strings as keys since the buffer menu uses | Karl Heuer |
| 1994-04-20 | (describe_map_tree, describe_map): Skip keymaps we've seen before. | Karl Heuer |
| 1994-04-20 | (describe_map): Merge with describe_map_2. | Karl Heuer |
| 1994-04-13 | (describe_map_tree): Fix call to Flookup_key. | Richard M. Stallman |
| 1994-04-12 | (Fkey_binding): Declare accept_default. | Richard M. Stallman |
| 1994-04-09 | (get_keymap): Pass 1 as ERROR to get_keymap_1. | Richard M. Stallman |
| 1994-04-06 | (describe_buffer_bindings): Move XSYMBOL to after SYMBOLP. | Karl Heuer |
| 1994-03-25 | (Fwhere_is_internal): Skip duplicates. | Karl Heuer |
| 1994-03-23 | (access_keymap, store_in_keymap, Fcopy_keymap, Fdefine_key, | Karl Heuer |
| 1994-03-23 | (where_is_string, Fwhere_is): Deleted. | Richard M. Stallman |
| 1994-03-22 | (Fdefine_key): Check for non-events in keyvector. | Karl Heuer |
| 1994-03-21 | (Fkeymapp): Doc fix. | Karl Heuer |
| 1994-03-21 | (Fcopy_keymap): Account for menus and equiv-key cache. | Karl Heuer |
| 1994-02-21 | (get_keyelt): Cached equiv-key data is now a sublist. | Richard M. Stallman |
| 1994-02-19 | (get_keyelt): Discard keyboard equivalents | Richard M. Stallman |
| 1994-02-04 | (Fwhere_is_internal): Take just one keymap arg. | Richard M. Stallman |
| 1994-01-30 | Whitespace changes. | Richard M. Stallman |
| 1994-01-29 | Scale by sizeof when allocating objects. | Karl Heuer |
| 1994-01-16 | (Fkey_binding): Handle Voverriding_local_map. | Richard M. Stallman |
| 1994-01-10 | (describe_map_tree): New arg NOMENU. | Richard M. Stallman |
| 1993-12-29 | (describe_command): If binding is a kbd macro, say so. | Richard M. Stallman |
| 1993-12-23 | (Fwhere_is_internal): Doc fix. | Richard M. Stallman |
| 1993-11-21 | Doc fix. | Richard M. Stallman |
| 1993-11-17 | (Fkey_binding): Doc fix. | Richard M. Stallman |
| 1993-09-10 | Include <config.h> instead of "config.h". | Roland McGrath |
| 1993-08-11 | (describe_buffer_bindings): Declare shadow just once. | Richard M. Stallman |
| 1993-07-18 | * keyboard.c (read_key_sequence): Accept both strings and vectors | Jim Blandy |
| 1993-07-07 | (describe_map_tree): When inserting TITLE, mention PREFIX. | Richard M. Stallman |
| 1993-07-03 | (Faccessible_keymaps): Doc fix. | Richard M. Stallman |
| 1993-07-02 | (describe_map_tree): Insert key_heading here. | Richard M. Stallman |
| 1993-06-28 | (describe_map_2): Cleanups. | Richard M. Stallman |
| 1993-06-15 | Make prefix keys work with keymap inheritance | Richard M. Stallman |
| 1993-06-12 | (get_keymap_1): Add missing semicolon. | Richard M. Stallman |
| 1993-06-12 | (Fcopy_keymap): Check Fkeymapp value with NILP. | Richard M. Stallman |
| 1993-06-11 | (Fdescribe_vector): Use current buf, not standard-output. | Richard M. Stallman |
| 1993-06-07 | Doc fix. | Richard M. Stallman |
| 1993-06-06 | (access_keymap, store_in_keymap): Discard meaningless | Richard M. Stallman |
| 1993-06-02 | (syms_of_keymap): Add missing 2nd arg to Fcons. | Richard M. Stallman |
| 1993-05-28 | (syms_of_keymap): Create global_map 256 slots long. | Richard M. Stallman |