summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (Fset_keymap_parent): Return early if KEYMAP already has the proper parent.Richard M. Stallman1996-06-121-0/+5
* (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.Richard M. Stallman1996-06-101-0/+5
* (Fkeymap_parent, Fset_keymap_parent): New functions.Richard M. Stallman1996-06-061-0/+144
* (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.Richard M. Stallman1996-03-031-2/+0
* (Faccessible_keymaps): Doc fix.Karl Heuer1996-01-241-2/+20
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (describe_map): New arg nomenu.Karl Heuer1996-01-091-3/+7
* (Fapropos_internal): Fix previous change.Karl Heuer1996-01-091-1/+1
* (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,Erik Naggum1996-01-091-21/+21
* (Flookup_key): Doc fix.Karl Heuer1996-01-041-2/+2
* (Fkey_binding): Handle text-property keymaps.Karl Heuer1995-12-211-4/+8
* (describe_translation): Insert newline after key description.Richard M. Stallman1995-10-301-1/+4
* (describe_map_tree): New arg always_title. Callers changed.Richard M. Stallman1995-10-191-8/+13
* (describe_vector): Support nested char-tables.Richard M. Stallman1995-10-121-15/+103
* (describe_vector): Use Flength to get length of vector.Richard M. Stallman1995-10-071-1/+5
* (describe_buffer_bindings): Print bindings fromRichard M. Stallman1995-07-281-9/+59
* (current_minor_maps): Catch errors in Findirect_function.Karl Heuer1995-07-171-3/+20
* (Vdefine_key_rebound_commands): New variable.Richard M. Stallman1995-06-171-0/+15
* (Fkey_binding, describe_buffer_bindings):Karl Heuer1995-06-161-3/+13
* (Flookup_key, Fdefine_key): Use Fevent_convert_list.Karl Heuer1995-06-091-2/+2
* (describe_vector): New arg entire_map.Karl Heuer1995-05-291-14/+29
* (describe_map_tree): Move declaration to lisp.h.Karl Heuer1995-05-261-1/+0
* Update copyright.Karl Heuer1995-04-071-1/+1
* (Fwhere_is_internal): Fix missing \n\.Karl Heuer1995-03-221-1/+1
* (Fdefine_key): Handle Lucid-style (crtl backspace) etc.Richard M. Stallman1995-02-261-72/+6
* (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,Richard M. Stallman1995-02-231-5/+28
* (Flocal_set_key, Fglobal_set_key): Use K, not k.Richard M. Stallman1995-01-241-2/+2
* (store_in_keymap): Copy a cons only if car is a string.Richard M. Stallman1995-01-081-3/+4
* (store_in_keymap): While dumping, copy DEF if a cons.Richard M. Stallman1995-01-021-2/+7
* (Fsingle_key_description): Use type test macros.Karl Heuer1994-11-181-12/+7
* (access_keymap): Use type test macros.Karl Heuer1994-11-161-19/+15
* (access_keymap, store_in_keymap): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-5/+2
* (current_minor_maps): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-3/+3
* (describe_buffer_bindings): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
* (synkey, access_keymap, store_in_keymap, Faccessible_keymaps,Karl Heuer1994-10-041-15/+16
* (synkey, Fdescribe_bindings, describe_command): Use new accessor macrosKarl Heuer1994-10-041-3/+3
* (get_keyelt, store_in_keymap, Fcopy_keymap, Fdefine_key, Flookup_key,Karl Heuer1994-09-271-47/+39
* (Fkey_description): Reverse condition.Karl Heuer1994-09-191-1/+1
* (Fkey_description): Give error if KEYS not an array.Richard M. Stallman1994-09-181-7/+9
* (syms_of_keymap): Doc fix.Richard M. Stallman1994-09-131-6/+9
* (Fdefine_key): Fix error message.Richard M. Stallman1994-08-111-2/+2
* (Faccessible_keymaps): Fix previous change.Richard M. Stallman1994-08-071-3/+5
* (Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change.Richard M. Stallman1994-08-061-0/+3
* (Faccessible_keymaps): Use PREFIX to set loop startingRichard M. Stallman1994-08-031-3/+17
* (Flookup_key): Add gcpro.Richard M. Stallman1994-06-211-12/+58
* (Fsingle_key_description): Allow strings as keys.Karl Heuer1994-06-151-1/+5
* (Fkey_description): Avoid using Fmapconcat--do it directly.Richard M. Stallman1994-06-051-2/+22
* (describe_map): Fix the call to Fequal.Richard M. Stallman1994-05-241-1/+1
* (describe_map): Ignore bindings for all except symbols and integers.Richard M. Stallman1994-05-051-2/+5
* (Fsingle_key_description): Undo previous change.Karl Heuer1994-04-291-4/+4