summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2001-10-08(Fkeymap_prompt, Fcurrent_active_maps): New funs.Stefan Monnier
2001-10-08Don't define min/max.Gerd Moellmann
2001-08-24(access_keymap): Return the cdr of the binding ofGerd Moellmann
2001-08-22(access_keymap): Fix last change to not considerGerd Moellmann
2001-08-21(access_keymap): If a binding of the form (GENERIC-CHARGerd Moellmann
2001-05-29(Fsingle_key_description): NUL-terminate the stringGerd Moellmann
2001-05-28(Fsingle_key_description): Create a multibyte stringGerd Moellmann
2001-05-16(Fsingle_key_description): Replace a build_string withGerd 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 bindingStefan Monnier
2001-01-29Undo 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 cachedGerd Moellmann
2001-01-12Call 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-controlKenichi Handa
2000-12-20(where_is_internal): Check ascii_sequence_p rather thanStefan 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 beforeKen 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-25Use AREF, ASET and ASIZE macros.Stefan Monnier
2000-10-25(fix_submap_inheritance): Use get_keymap_1 on parent_entryStefan Monnier
2000-10-24Update copyright.Gerd Moellmann
2000-10-22(fix_submap_inheritance): Don't do anything if parent_entryStefan Monnier
2000-10-18(access_keymap): If IDX has a meta prefix, and there'sGerd 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-29Remove the line "#undef NULL".Kenichi Handa
2000-09-21Avoid some more compiler warnings.Gerd Moellmann
2000-09-08(Fset_keymap_parent): Check for cycles in keymapGerd 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 evaluatingGerd Moellmann
2000-06-26(get_keyelt): For menu-items containing a `:filterGerd Moellmann
2000-06-19* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checksKen Raeburn
2000-06-18fix shadowing of 'keymap' enum valueKen Raeburn
2000-06-16(describe_buffer_bindings): Add `\f\n' in front of titles.Gerd Moellmann