| Age | Commit message (Expand) | Author |
| 2001-10-08 | (Fkeymap_prompt, Fcurrent_active_maps): New funs. | Stefan Monnier |
| 2001-10-08 | Don't define min/max. | Gerd Moellmann |
| 2001-08-24 | (access_keymap): Return the cdr of the binding of | Gerd Moellmann |
| 2001-08-22 | (access_keymap): Fix last change to not consider | Gerd Moellmann |
| 2001-08-21 | (access_keymap): If a binding of the form (GENERIC-CHAR | Gerd Moellmann |
| 2001-05-29 | (Fsingle_key_description): NUL-terminate the string | Gerd Moellmann |
| 2001-05-28 | (Fsingle_key_description): Create a multibyte string | Gerd Moellmann |
| 2001-05-16 | (Fsingle_key_description): Replace a build_string with | Gerd Moellmann |
| 2001-02-26 | (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table. | Stefan Monnier |
| 2001-02-26 | *** empty log message *** | Stefan Monnier |
| 2001-02-24 | (where_is_internal): Accept non-ascii integer prefixes. | Stefan Monnier |
| 2001-01-31 | (Fwhere_is_internal): Use the first valid binding | Stefan Monnier |
| 2001-01-29 | Undo last change. | Gerd Moellmann |
| 2001-01-29 | (mouse_key_p): New function. | Gerd Moellmann |
| 2001-01-25 | (Fwhere_is_internal): Declare gcpro3, gcpro4. | Dave Love |
| 2001-01-24 | (Fwhere_is_internal): Don't nreverse the cached | Gerd Moellmann |
| 2001-01-12 | Call get_local_map with new argument list. | Gerd Moellmann |
| 2000-12-28 | (push_key_description): Add parameter FORCE_MULTIBYTE. | Gerd Moellmann |
| 2000-12-21 | (push_key_description): Don't convert eight-bit-control | Kenichi Handa |
| 2000-12-20 | (where_is_internal): Check ascii_sequence_p rather than | Stefan Monnier |
| 2000-12-13 | (get_keyelt): Only eval the filter if `autoload' is set. | Stefan Monnier |
| 2000-12-11 | (Fkey_description): If KEYS is an empty key sequence, | Gerd Moellmann |
| 2000-12-08 | (current_minor_maps): Use malloc. Prevent a leak. | Gerd Moellmann |
| 2000-10-27 | * undo.c (record_delete): Check that last_undo_buffer is really a buffer before | Ken Raeburn |
| 2000-10-27 | * lisp.h (KEYMAPP): New macro. | Stefan Monnier |
| 2000-10-25 | (where_is_cache, where_is_cache_keymaps): New vars. | Stefan Monnier |
| 2000-10-25 | Use AREF, ASET and ASIZE macros. | Stefan Monnier |
| 2000-10-25 | (fix_submap_inheritance): Use get_keymap_1 on parent_entry | Stefan Monnier |
| 2000-10-24 | Update copyright. | Gerd Moellmann |
| 2000-10-22 | (fix_submap_inheritance): Don't do anything if parent_entry | Stefan Monnier |
| 2000-10-18 | (access_keymap): If IDX has a meta prefix, and there's | Gerd Moellmann |
| 2000-10-16 | (keymap_memberp): Ensure that nil is not a member. | Stefan Monnier |
| 2000-10-15 | (Fkeymap_parent): Undefined autoload -> 1. | Stefan Monnier |
| 2000-10-15 | * keymap.c (access_keymap): Add AUTOLOAD parameter. | Stefan Monnier |
| 2000-10-04 | (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'. | Stefan Monnier |
| 2000-09-30 | (keymap_memberp): New function. | Stefan Monnier |
| 2000-09-29 | Remove the line "#undef NULL". | Kenichi Handa |
| 2000-09-21 | Avoid some more compiler warnings. | Gerd Moellmann |
| 2000-09-08 | (Fset_keymap_parent): Check for cycles in keymap | Gerd Moellmann |
| 2000-08-28 | (store_in_keymap): Add `static' to declaration. | Dave Love |
| 2000-08-27 | (store_in_keymap, fix_submap_inheritance): New prototypes. | Stefan Monnier |
| 2000-08-14 | (push_key_description): If C without modifiers is < 32, | Gerd Moellmann |
| 2000-08-05 | (current_minor_maps): Use xmalloc instead of malloc. | Gerd Moellmann |
| 2000-08-02 | (Fsingle_key_description): Add parameter NO_ANGLES. | Gerd Moellmann |
| 2000-07-10 | (get_keymap_1): Add comment that this function can GC. | Gerd Moellmann |
| 2000-07-04 | (get_keyelt): Temporarily inhibit GC while evaluating | Gerd Moellmann |
| 2000-06-26 | (get_keyelt): For menu-items containing a `:filter | Gerd Moellmann |
| 2000-06-19 | * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks | Ken Raeburn |
| 2000-06-18 | fix shadowing of 'keymap' enum value | Ken Raeburn |
| 2000-06-16 | (describe_buffer_bindings): Add `\f\n' in front of titles. | Gerd Moellmann |