| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (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 |
* | (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): Test for suppressed commands in | Richard M. Stallman | 1997-04-19 | 1 | -2/+3 |
* | (Faccessible_keymaps): Convert PREFIX to a vector | Richard M. Stallman | 1997-04-19 | 1 | -1/+20 |
* | (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 |
* | (describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS. | Kenichi Handa | 1997-03-18 | 1 | -13/+18 |
* | (describe_vector): Do not descibe deeper char-table if | Kenichi Handa | 1997-02-27 | 1 | -1/+3 |
* | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -58/+150 |
* | (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 |
* | (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 |
* | (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 |
* | 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 |
* | (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 |
* | (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 |
* | (describe_translation): Insert newline after key description. | Richard M. Stallman | 1995-10-30 | 1 | -1/+4 |
* | (describe_map_tree): New arg always_title. Callers changed. | Richard M. Stallman | 1995-10-19 | 1 | -8/+13 |
* | (describe_vector): Support nested char-tables. | Richard M. Stallman | 1995-10-12 | 1 | -15/+103 |
* | (describe_vector): Use Flength to get length of vector. | Richard M. Stallman | 1995-10-07 | 1 | -1/+5 |
* | (describe_buffer_bindings): Print bindings from | Richard M. Stallman | 1995-07-28 | 1 | -9/+59 |
* | (current_minor_maps): Catch errors in Findirect_function. | Karl Heuer | 1995-07-17 | 1 | -3/+20 |
* | (Vdefine_key_rebound_commands): New variable. | Richard M. Stallman | 1995-06-17 | 1 | -0/+15 |
* | (Fkey_binding, describe_buffer_bindings): | Karl Heuer | 1995-06-16 | 1 | -3/+13 |
* | (Flookup_key, Fdefine_key): Use Fevent_convert_list. | Karl Heuer | 1995-06-09 | 1 | -2/+2 |
* | (describe_vector): New arg entire_map. | Karl Heuer | 1995-05-29 | 1 | -14/+29 |
* | (describe_map_tree): Move declaration to lisp.h. | Karl Heuer | 1995-05-26 | 1 | -1/+0 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (Fwhere_is_internal): Fix missing \n\. | Karl Heuer | 1995-03-22 | 1 | -1/+1 |
* | (Fdefine_key): Handle Lucid-style (crtl backspace) etc. | Richard M. Stallman | 1995-02-26 | 1 | -72/+6 |
* | (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii, | Richard M. Stallman | 1995-02-23 | 1 | -5/+28 |
* | (Flocal_set_key, Fglobal_set_key): Use K, not k. | Richard M. Stallman | 1995-01-24 | 1 | -2/+2 |
* | (store_in_keymap): Copy a cons only if car is a string. | Richard M. Stallman | 1995-01-08 | 1 | -3/+4 |
* | (store_in_keymap): While dumping, copy DEF if a cons. | Richard M. Stallman | 1995-01-02 | 1 | -2/+7 |
* | (Fsingle_key_description): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -12/+7 |
* | (access_keymap): Use type test macros. | Karl Heuer | 1994-11-16 | 1 | -19/+15 |
* | (access_keymap, store_in_keymap): Use NATNUMP instead of its expansion. | Karl Heuer | 1994-11-16 | 1 | -5/+2 |
* | (current_minor_maps): Avoid assignments in arguments to a type-test macro. | Karl Heuer | 1994-11-15 | 1 | -3/+3 |