aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(push_key_description): Adjusted for the change ofKenichi Handa1-10/+9
1999-11-18(Fsingle_key_description): Use KEY_DESCRIPTION_SIZE toKenichi Handa1-2/+2
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-7/+1
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-4/+1
1999-10-10(Fsingle_key_description): Make tem big enough.Phillip Rulon1-2/+2
1999-09-20(Flookup_key, Faccessible_keymaps, describe_vector,Gerd Moellmann1-8/+2
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-156/+156
1999-09-08(fix_submap_inheritance): Do nothing if the proper parent is anRichard M. Stallman1-1/+17
1999-07-30(get_keymap_1, get_keyelt): Check the type of OBJECTKarl Heuer1-44/+60
1999-04-06(Faccessible_keymaps): Really initialize i_byte.Richard M. Stallman1-11/+13
1999-02-25(push_key_description): If enable-multibyte-charactersKenichi Handa1-1/+3
1999-02-24(push_key_description): If enable-multibyte-charactersKenichi Handa1-12/+25
1998-12-31(Fdefine_prefix_command): Accept a third argument NAMEEli Zaretskii1-5/+7
1998-12-29(Fsingle_key_description): Handle (control ?x) etc.Richard M. Stallman1-12/+36
1998-11-28(Fsingle_key_description): Fix previous change.Richard M. Stallman1-2/+3
1998-11-24(Fmake_keymap): Doc fix.Richard M. Stallman1-2/+2
1998-11-19(Fsingle_key_description): Handle generic characters.Richard M. Stallman1-5/+24
1998-07-28(push_key_description): Output multibyte char as itself.Richard M. Stallman1-7/+5
1998-04-14Revert erroneous 1998-04-08 change.Dave Love1-2/+1
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-1/+5
1998-04-08(fix_submap_inheritance): Fix parens.Karl Heuer1-2/+2
1998-04-08(describe_command): Use quotes around symbol name.Karl Heuer1-1/+2
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-1/+1
1998-03-21(fix_submap_inheritance, get_keyelt, store_in_keymap,Richard M. Stallman1-47/+117
1998-02-11(describe_map_tree): Add the maps we have alreadyRichard M. Stallman1-3/+12
1998-02-05(Fdescribe_bindings_internal):Richard M. Stallman1-17/+25
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-12(Fkey_description): Remember to set i_before.Kenichi Handa1-1/+1
1998-01-12(push_key_description): If C >= 128, always use octal representation.Kenichi Handa1-2/+2
1998-01-09(describe_vector): Unconditionally handle multibyte chars.Richard M. Stallman1-15/+25
1998-01-02(current_minor_maps):Richard M. Stallman1-0/+10
1997-12-26(Vminor_mode_overriding_map_alist): New variable.Richard M. Stallman1-54/+71
1997-11-28(describe_map): Fix decl of arg ELT_DESCRIBER.Andreas Schwab1-1/+1
1997-11-27(describe_vector): Declaration fixed (delete `.' at theKenichi Handa1-1/+2
1997-11-21(copy_keymap_1): Fix return type.Andreas Schwab1-12/+10
1997-10-16(Faccessible_keymaps): Avoid alloca for fixed-size array.Karl Heuer1-8/+5
1997-10-16(Fwhere_is_internal): some minor mode bindings weren'tKarl Heuer1-5/+11
1997-09-25(push_key_description): Delete useless `if' statement.Kenichi Handa1-2/+0
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1-5/+4
1997-06-04(Fcopy_keymap): After copying a sub-char-table, do store the copy.Richard M. Stallman1-0/+2
1997-05-23(access_keymap, store_in_keymap): Don't look in a char-tableRichard M. Stallman1-2/+14
1997-05-18(copy_keymap_1): Do nothing if ELT isn't a keymap.Richard M. Stallman1-1/+2
1997-05-16Declare Fcopy_keymap as Lisp_Object in advance toKenichi Handa1-0/+1
1997-05-14(describe_vector): Identify charset row numbers clearly.Richard M. Stallman1-7/+9
1997-05-13(get_keyelt): Handle an indirect entry with meta char.Richard M. Stallman1-241/+429
1997-04-19(describe_vector): Test for suppressed commands inRichard M. Stallman1-2/+3
1997-04-19(Faccessible_keymaps): Convert PREFIX to a vectorRichard M. Stallman1-1/+20
1997-04-07(describe_vector): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1-37/+65
1997-03-30(Faccessible_keymaps): When metizing, convert aRichard M. Stallman1-3/+8
1997-03-18(describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1-13/+18