aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (store_in_keymap): Add `static' to declaration.Dave Love2000-08-281-1/+1
* (store_in_keymap, fix_submap_inheritance): New prototypes.Stefan Monnier2000-08-271-7/+15
* (push_key_description): If C without modifiers is < 32,Gerd Moellmann2000-08-141-4/+8
* (current_minor_maps): Use xmalloc instead of malloc.Gerd Moellmann2000-08-051-2/+2
* (Fsingle_key_description): Add parameter NO_ANGLES.Gerd Moellmann2000-08-021-14/+24
* (get_keymap_1): Add comment that this function can GC.Gerd Moellmann2000-07-101-12/+30
* (get_keyelt): Temporarily inhibit GC while evaluatingGerd Moellmann2000-07-041-1/+5
* (get_keyelt): For menu-items containing a `:filterGerd Moellmann2000-06-261-2/+17
* * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checksKen Raeburn2000-06-191-1/+1
* fix shadowing of 'keymap' enum valueKen Raeburn2000-06-181-9/+9
* (describe_buffer_bindings): Add `\f\n' in front of titles.Gerd Moellmann2000-06-161-4/+6
* (Fsingle_key_description): Enclose function key andGerd Moellmann2000-06-141-1/+5
* Include intervals.h.Dave Love2000-05-291-3/+23
* (Fsingle_key_description): Use SPLIT_CHAR instead ofKenichi Handa2000-05-201-22/+10
* (push_key_description): Adjusted for the change ofKenichi Handa1999-12-151-10/+9
* (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE toKenichi Handa1999-11-181-2/+2
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-7/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+1
* (Fsingle_key_description): Make tem big enough.Phillip Rulon1999-10-101-2/+2
* (Flookup_key, Faccessible_keymaps, describe_vector,Gerd Moellmann1999-09-201-8/+2
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-156/+156
* (fix_submap_inheritance): Do nothing if the proper parent is anRichard M. Stallman1999-09-081-1/+17
* (get_keymap_1, get_keyelt): Check the type of OBJECTKarl Heuer1999-07-301-44/+60
* (Faccessible_keymaps): Really initialize i_byte.Richard M. Stallman1999-04-061-11/+13
* (push_key_description): If enable-multibyte-charactersKenichi Handa1999-02-251-1/+3
* (push_key_description): If enable-multibyte-charactersKenichi Handa1999-02-241-12/+25
* (Fdefine_prefix_command): Accept a third argument NAMEEli Zaretskii1998-12-311-5/+7
* (Fsingle_key_description): Handle (control ?x) etc.Richard M. Stallman1998-12-291-12/+36
* (Fsingle_key_description): Fix previous change.Richard M. Stallman1998-11-281-2/+3
* (Fmake_keymap): Doc fix.Richard M. Stallman1998-11-241-2/+2
* (Fsingle_key_description): Handle generic characters.Richard M. Stallman1998-11-191-5/+24
* (push_key_description): Output multibyte char as itself.Richard M. Stallman1998-07-281-7/+5
* Revert erroneous 1998-04-08 change.Dave Love1998-04-141-2/+1
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-1/+5
* (fix_submap_inheritance): Fix parens.Karl Heuer1998-04-081-2/+2
* (describe_command): Use quotes around symbol name.Karl Heuer1998-04-081-1/+2
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-1/+1
* (fix_submap_inheritance, get_keyelt, store_in_keymap,Richard M. Stallman1998-03-211-47/+117
* (describe_map_tree): Add the maps we have alreadyRichard M. Stallman1998-02-111-3/+12
* (Fdescribe_bindings_internal):Richard M. Stallman1998-02-051-17/+25
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (Fkey_description): Remember to set i_before.Kenichi Handa1998-01-121-1/+1
* (push_key_description): If C >= 128, always use octal representation.Kenichi Handa1998-01-121-2/+2
* (describe_vector): Unconditionally handle multibyte chars.Richard M. Stallman1998-01-091-15/+25
* (current_minor_maps):Richard M. Stallman1998-01-021-0/+10
* (Vminor_mode_overriding_map_alist): New variable.Richard M. Stallman1997-12-261-54/+71
* (describe_map): Fix decl of arg ELT_DESCRIBER.Andreas Schwab1997-11-281-1/+1
* (describe_vector): Declaration fixed (delete `.' at theKenichi Handa1997-11-271-1/+2
* (copy_keymap_1): Fix return type.Andreas Schwab1997-11-211-12/+10
* (Faccessible_keymaps): Avoid alloca for fixed-size array.Karl Heuer1997-10-161-8/+5