| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert erroneous 1998-04-08 change. | Dave Love | 1998-04-14 | 1 | -2/+1 |
| | | |||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -1/+5 |
| | | |||||
| * | (fix_submap_inheritance): Fix parens. | Karl Heuer | 1998-04-08 | 1 | -2/+2 |
| | | |||||
| * | (describe_command): Use quotes around symbol name. | Karl Heuer | 1998-04-08 | 1 | -1/+2 |
| | | |||||
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
| | | |||||
| * | (fix_submap_inheritance, get_keyelt, store_in_keymap, | Richard M. Stallman | 1998-03-21 | 1 | -47/+117 |
| | | | | | | copy-keymap, where_is_internal_1): Support new format for menu items. (syms_of_keymap): New symbol `menu-item'. | ||||
| * | (describe_map_tree): Add the maps we have already | Richard M. Stallman | 1998-02-11 | 1 | -3/+12 |
| | | | | | handled into SUB_SHADOWS. | ||||
| * | (Fdescribe_bindings_internal): | Richard M. Stallman | 1998-02-05 | 1 | -17/+25 |
| | | | | | | | | | Renamed from Fdescribe_bindings. New arg NOMENU. (syms_of_keymap): Corresponding changes. (describe_buffer_bindings): Get NOMENU out of the arg list. Pass it along to describe_map_tree. Improve text of `alternate_heading'. | ||||
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
| | | |||||
| * | (Fkey_description): Remember to set i_before. | Kenichi Handa | 1998-01-12 | 1 | -1/+1 |
| | | | | | and use it in all cases. | ||||
| * | (push_key_description): If C >= 128, always use octal representation. | Kenichi Handa | 1998-01-12 | 1 | -2/+2 |
| | | |||||
| * | (describe_vector): Unconditionally handle multibyte chars. | Richard M. Stallman | 1998-01-09 | 1 | -15/+25 |
| | | | | | | | | (describe_vector): Pass new args to insert_from_string. (Ftext_char_description): Use make_multibyte_string. (Fkey_binding): Scan PREFIX a char at a time. (Fkey_description): Scan KEYS by chars. | ||||
| * | (current_minor_maps): | Richard M. Stallman | 1998-01-02 | 1 | -0/+10 |
| | | | | | | If a variable has an entry in Vminor_mode_overriding_map_alist, and also an entry in Vminor_mode_map_alist, ignore the latter. | ||||
| * | (Vminor_mode_overriding_map_alist): New variable. | Richard M. Stallman | 1997-12-26 | 1 | -54/+71 |
| | | | | | | | (syms_of_keymap): Set up Lisp var. (current_minor_maps): Use Vminor_mode_overriding_map_alist first, then Vminor_mode_map_alist. | ||||
| * | (describe_map): Fix decl of arg ELT_DESCRIBER. | Andreas Schwab | 1997-11-28 | 1 | -1/+1 |
| | | |||||
| * | (describe_vector): Declaration fixed (delete `.' at the | Kenichi Handa | 1997-11-27 | 1 | -1/+2 |
| | | | | | | tail of type `void'. (fix_submap_inheritance): Declare it as void. | ||||
| * | (copy_keymap_1): Fix return type. | Andreas Schwab | 1997-11-21 | 1 | -12/+10 |
| | | | | | | | | | (accessible_keymaps_char_table): Likewise. (where_is_internal_2): Likewise. (describe_vector_princ): Likewise. (Ftext_char_description): Fix type of `str'. (describe_vector): Likewise. Protoize parameter. | ||||
| * | (Faccessible_keymaps): Avoid alloca for fixed-size array. | Karl Heuer | 1997-10-16 | 1 | -8/+5 |
| | | | | | (Fset_keymap_parent, Fcopy_keymap, Fwhere_is_internal): Likewise. | ||||
| * | (Fwhere_is_internal): some minor mode bindings weren't | Karl Heuer | 1997-10-16 | 1 | -5/+11 |
| | | | | | being found. | ||||
| * | (push_key_description): Delete useless `if' statement. | Kenichi Handa | 1997-09-25 | 1 | -2/+0 |
| | | |||||
| * | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -5/+4 |
| | | |||||
| * | (Fcopy_keymap): After copying a sub-char-table, do store the copy. | Richard M. Stallman | 1997-06-04 | 1 | -0/+2 |
| | | |||||
| * | (access_keymap, store_in_keymap): Don't look in a char-table | Richard M. Stallman | 1997-05-23 | 1 | -2/+14 |
| | | | | | for a character that has modifier bits. | ||||
| * | (copy_keymap_1): Do nothing if ELT isn't a keymap. | Richard M. Stallman | 1997-05-18 | 1 | -1/+2 |
| | | |||||
| * | Declare Fcopy_keymap as Lisp_Object in advance to | Kenichi Handa | 1997-05-16 | 1 | -0/+1 |
| | | | | | avoid compiler error. | ||||
| * | (describe_vector): Identify charset row numbers clearly. | Richard M. Stallman | 1997-05-14 | 1 | -7/+9 |
| | | |||||
| * | (get_keyelt): Handle an indirect entry with meta char. | Richard M. Stallman | 1997-05-13 | 1 | -241/+429 |
| | | | | | | | | | | | | | (describe_vector): Rewrite char-table handling. (Fmake_keymap): Make a char-table. (access_keymap, store_in_keymap): Likewise, (describe_map, Fset_keymap_parent, Faccessible_keymaps): Likewise. (Fwhere_is_internal, Fcopy_keymap): Handle a char-table. (copy_keymap_1, accessible_keymaps_char_table): New subroutines. (where_is_internal_1, where_is_internal_2): New functions. (syms_of_keymap): Set up Qchar_table_extra_slots prop on Qkeymap. | ||||
| * | (describe_vector): Test for suppressed commands in | Richard M. Stallman | 1997-04-19 | 1 | -2/+3 |
| | | | | | all cases. Call get_keyelt with two arguments. | ||||
| * | (Faccessible_keymaps): Convert PREFIX to a vector | Richard M. Stallman | 1997-04-19 | 1 | -1/+20 |
| | | | | | at the beginning, if it has any definition. | ||||
| * | (describe_vector): Adjusted for the new structure of Lisp_Char_Table. | Kenichi Handa | 1997-04-07 | 1 | -37/+65 |
| | | |||||
| * | (Faccessible_keymaps): When metizing, convert a | Richard M. Stallman | 1997-03-30 | 1 | -3/+8 |
| | | | | | string to a vector. But don't metize a character that is part of PREFIX. | ||||
| * | (describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS. | Kenichi Handa | 1997-03-18 | 1 | -13/+18 |
| | | | | | | (push_key_description): A key code less than 512 is printed with 3 octal numbers. Print only entries of valid charsets. | ||||
| * | (describe_vector): Do not descibe deeper char-table if | Kenichi Handa | 1997-02-27 | 1 | -1/+3 |
| | | | | | enable-multibyte-characters is nil. | ||||
| * | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -58/+150 |
| | | | | | | | | | (push_key_description): If enable-multibyte-characters is t, use octal representation for a code of range 128..255 as binary. (Ftext_char_description): Handle multibyte characters. (describe_vector): Provide prettier description of a char table which contains multibyte characters. | ||||
| * | (push_key_description): Print C-j, not TAB. | Richard M. Stallman | 1997-01-17 | 1 | -7/+1 |
| | | |||||
| * | (describe_buffer_bindings): Pass 1 for PARTIAL | Richard M. Stallman | 1996-10-26 | 1 | -3/+3 |
| | | | | | in some calls to describe_map_tree. | ||||
| * | (syms_of_keymap): staticpro global_map. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| | | |||||
| * | (syms_of_keymap): staticpro current_global_map; | Richard M. Stallman | 1996-09-04 | 1 | -2/+3 |
| | | |||||
| * | (Fset_keymap_parent): Return early if KEYMAP already has the proper parent. | Richard M. Stallman | 1996-06-12 | 1 | -0/+5 |
| | | |||||
| * | (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead. | Richard M. Stallman | 1996-06-10 | 1 | -0/+5 |
| | | |||||
| * | (Fkeymap_parent, Fset_keymap_parent): New functions. | Richard M. Stallman | 1996-06-06 | 1 | -0/+144 |
| | | | | | | (fix_submap_inheritance): New function. (access_keymap): Use fix_submap_inheritance. | ||||
| * | (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| | | |||||
| * | (Faccessible_keymaps): Doc fix. | Karl Heuer | 1996-01-24 | 1 | -2/+20 |
| | | | | | | | (describe_command): Sometimes use col 32 for desc. Record that col in previous_description_column for hysteresis. (describe_map): Clear out previous_description_column. | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (describe_map): New arg nomenu. | Karl Heuer | 1996-01-09 | 1 | -3/+7 |
| | | | | | (describe_map_tree): Pass that arg. | ||||
| * | (Fapropos_internal): Fix previous change. | Karl Heuer | 1996-01-09 | 1 | -1/+1 |
| | | |||||
| * | (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps, | Erik Naggum | 1996-01-09 | 1 | -21/+21 |
| | | | | | | Ftext_char_description, Fapropos_internal): Harmonize arguments with documentation. | ||||
| * | (Flookup_key): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -2/+2 |
| | | |||||
| * | (Fkey_binding): Handle text-property keymaps. | Karl Heuer | 1995-12-21 | 1 | -4/+8 |
| | | | | | | Include puresize.h. (store_in_keymap): Check PURE_P (def) and copy if nec. | ||||
| * | (describe_translation): Insert newline after key description. | Richard M. Stallman | 1995-10-30 | 1 | -1/+4 |
| | | |||||