summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2002-06-03(describe_command): Cast `current_column' return value to int.Thien-Thi Nguyen
2002-05-20* keymap.c (silly_event_symbol_error, Fsingle_key_description)Ken Raeburn
2002-05-14(keymap_parent): New fun, extracted from Fkeymap_parent.Stefan Monnier
2002-05-10(current_minor_maps): Fixed resizing of cmm_maps;Kim F. Storm
2002-05-10(Vemulation_mode_map_alists): New variable.Kim F. Storm
2002-02-24(Flookup_key): Fixed problem in 2001-12-28 patch:Kim F. Storm
2002-02-23The following changes rework my patch of 2002-02-06 whichKim F. Storm
2002-02-07(where_is_internal): Only check if definition isKim F. Storm
2002-02-06(Fdefine_key): Allow symbol as KEY argument forKim F. Storm
2002-01-03(Fcurrent_active_maps): Put the `keymap' property map first.Richard M. Stallman
2001-12-29(silly_event_symbol_error): New subrtn, from Fdefine_key.Richard M. Stallman
2001-12-28Fix previous change; also correct its change log:Richard M. Stallman
2001-12-28(Flookup_key): Add error message for trying to bind [DEL], [RET], etc.Richard M. Stallman
2001-12-20Doc fix.Pavel Janík
2001-11-26(access_keymap): Handle t bindings like nil bindings.Stefan Monnier
2001-11-23(access_keymap): Remove unused variables `c1' and `c2'.Pavel Janík
2001-11-19(Fdescribe_vector): Add `describer' parameter.Stefan Monnier
2001-11-13Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-11-07(access_keymap): Fix compilation error.Pavel Janík
2001-11-07(access_keymap): Don't use initializers on Lisp_Object.Richard M. Stallman
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-11-01(Fdescribe_buffer_bindings): Print character propertyRichard M. Stallman
2001-10-28(access_keymap): Remove unused variable `charset'.Pavel Janík
2001-10-18(current_minor_maps): `override' only shadows itsStefan Monnier
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-10-14(access_keymap): Unify handling of `t' and generic-char.Stefan Monnier
2001-10-12(Fkey_description): Use empty_string.Stefan Monnier
2001-10-08current-active-maps: quote newlinesSam Steingold
2001-10-08Include keymap.h.Stefan Monnier
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