summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2003-02-22(copy_keymap_1): Make it static.Stefan Monnier
2003-02-21(Fdefine_key): Clarification of formulation.Kai Großjohann
2003-02-21(Fdefine_key): Doc fix.Kai Großjohann
2003-02-19Typo in docstring for define-key.Kai Großjohann
2003-02-12Renamed remap-command to command-remapping. All uses changed.Kim F. Storm
2003-02-11(Fremap_command): Return nil if arg is not a symbol.Kim F. Storm
2003-01-07(Fapropos_internal): Don't gcpro apropos_predicate butDave Love
2003-01-06(apropos_predicate, apropos_accumulate): Make them static.Richard M. Stallman
2003-01-03(apropos_predicate, apropos_accumulate): DeclareDave Love
2002-10-15(Ftext_char_description): Check C by ASCII_CHAR_P, notKenichi Handa
2002-10-07(push_key_description): Pay attention to force_multibyte.Kenichi Handa
2002-07-30(push_key_description): Call CHARACTERP correctly.Dave Love
2002-07-16(Fdescribe_buffer_bindings): Use const for pointer toKen Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-12(Fkey_binding): Fix typo.Markus Rost
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-07-03(access_keymap): Remove generic char code.Dave Love
2002-07-02(Fdefine_key): Doc fix.Richard M. Stallman
2002-07-02(syms_of_keymap): Fix typo.Juanma Barranquero
2002-06-12(describe_vector): Handle a char-table directly here.Kenichi Handa
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-03-01Include "character.h".Kenichi Handa
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