| Age | Commit message (Expand) | Author |
| 2006-07-22 | (Fdefine_key): If the key binding definition looks like an | Stefan Monnier |
| 2006-07-18 | (Fmap_keymap): Use xsignal1. | Kim F. Storm |
| 2006-07-12 | (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING. | Kim F. Storm |
| 2006-05-10 | * keymap.c (describe_map): Avoid generating duplicate entries if | Chong Yidong |
| 2006-05-09 | (push_key_description): Fix previous change. | Kenichi Handa |
| 2006-05-09 | (push_key_description): Handle invalid character key. | Kenichi Handa |
| 2006-04-30 | (Fdefine_key): Improve error message when KEY begins with a non-prefix key. | Richard M. Stallman |
| 2006-04-26 | (store_in_keymap): Change `def' arg to not be `register'. | Stefan Monnier |
| 2006-04-18 | (describe_map): Make "shadowed" warning more verbose. | Richard M. Stallman |
| 2006-04-08 | (describe_map): Don't use XINT if we haven't checked INTEGERP. | Stefan Monnier |
| 2006-03-20 | (map_keymap): Set tail to Qnil before GCPRO it. | Kenichi Handa |
| 2006-03-11 | (describe_map): Shorten string to indicate shadowed binding. | Richard M. Stallman |
| 2006-02-10 | * data.c (Findirect_function): Add NOERROR arg. All callers changed | Kim F. Storm |
| 2006-02-06 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2006-01-26 | (Fmap_keymap): Doc fix. | Richard M. Stallman |
| 2006-01-19 | (Fmap_keymap): Doc fix. | Richard M. Stallman |
| 2006-01-03 | (describe_map_compare): Yet another int/Lisp_Object mixup. | Stefan Monnier |
| 2005-12-30 | (describe_map): Put sparse map elements into an array, | Richard M. Stallman |
| 2005-12-19 | (Vfunction_key_map): Docstring fix: mention that bindings can be functions. | Stefan Monnier |
| 2005-12-11 | (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE. | Richard M. Stallman |
| 2005-12-02 | (Vminibuffer_local_filename_completion_map) | Eli Zaretskii |
| 2005-11-21 | (shadow_lookup): Use make_number to pass a number to Fsubstring. | Ken Raeburn |
| 2005-11-09 | (shadow_lookup): If Flookup_key returns a number, | Juri Linkov |
| 2005-09-12 | (Fdescribe_buffer_bindings): Reload `translate' | Kim F. Storm |
| 2005-08-07 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2005-07-18 | (Fminor_mode_key_binding): Delete duplicate words. | Juri Linkov |
| 2005-07-04 | Update FSF's address. | Lute Kamstra |
| 2005-04-10 | (where_is_internal): Convert a string used as event type into "(any string)". | Richard M. Stallman |
| 2005-02-15 | (describe_map_tree): New arg MENTION_SHADOW. Calls changed. | Richard M. Stallman |
| 2005-01-28 | (access_keymap): YAILOM. | Stefan Monnier |
| 2005-01-21 | (access_keymap): Protect from bad value of meta_prefix_char. | Richard M. Stallman |
| 2005-01-13 | (Fcurrent_active_maps): Ignore Voverriding_local_map | Richard M. Stallman |
| 2004-11-23 | (Flookup_key): Check INTEGERP before XINT. | Stefan Monnier |
| 2004-11-16 | (Fmap_keymap): New arg SORT-FIRST. Use | Richard M. Stallman |
| 2004-11-10 | (Fkeymap_prompt): Accept symbol keymaps. | Stefan Monnier |
| 2004-10-13 | (get_keymap): An autoload form is not a keymap. | Stefan Monnier |
| 2004-08-09 | (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes. | Luc Teirlinck |
| 2004-08-08 | (Flocal_key_binding, Fglobal_key_binding) | Luc Teirlinck |
| 2004-07-31 | (Fset_keymap_parent): Minor doc fix. | Luc Teirlinck |
| 2004-07-31 | (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. | Luc Teirlinck |
| 2004-06-23 | (Ftext_char_description): Doc fix. | Luc Teirlinck |
| 2004-06-05 | (Fdescribe_vector): Fix docstring. | Juanma Barranquero |
| 2004-05-22 | (Fdefine_key): Doc fix. | Juanma Barranquero |
| 2004-04-20 | (Fkey_description): Fix the usual int/Lisp_Object mixup. | Stefan Monnier |
| 2004-04-16 | (Fkey_description): Add optional PREFIX arg. | Kim F. Storm |
| 2004-02-04 | (Vmouse_events): Rename from Vmenu_events. | Stefan Monnier |
| 2003-10-03 | (map_keymap): Don't abort when binding is a vector. | John Paul Wallington |
| 2003-09-01 | Add arch taglines | Miles Bader |
| 2003-05-17 | (Fset_keymap_parent, map_keymap, Fcopy_keymap) | Richard M. Stallman |
| 2003-05-05 | (map_keymap): Doc fix. | Stefan Monnier |