summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (describe_buffer_bindings): gcpro stuff. Delete some unused code.Karl Heuer1994-04-291-16/+13
* (describe_map_tree): gcpro some things.Karl Heuer1994-04-291-4/+5
* (Fsingle_key_description): Accept strings as keys since the buffer menu usesKarl Heuer1994-04-291-1/+4
* (describe_map_tree, describe_map): Skip keymaps we've seen before.Karl Heuer1994-04-201-11/+23
* (describe_map): Merge with describe_map_2.Karl Heuer1994-04-201-33/+20
* (describe_map_tree): Fix call to Flookup_key.Richard M. Stallman1994-04-131-1/+1
* (Fkey_binding): Declare accept_default.Richard M. Stallman1994-04-121-1/+1
* (get_keymap): Pass 1 as ERROR to get_keymap_1.Richard M. Stallman1994-04-091-15/+19
* (describe_buffer_bindings): Move XSYMBOL to after SYMBOLP.Karl Heuer1994-04-061-7/+8
* (Fwhere_is_internal): Skip duplicates.Karl Heuer1994-03-251-2/+4
* (access_keymap, store_in_keymap, Fcopy_keymap, Fdefine_key,Karl Heuer1994-03-231-32/+40
* (where_is_string, Fwhere_is): Deleted.Richard M. Stallman1994-03-231-34/+0
* (Fdefine_key): Check for non-events in keyvector.Karl Heuer1994-03-221-0/+3
* (Fkeymapp): Doc fix.Karl Heuer1994-03-211-1/+1
* (Fcopy_keymap): Account for menus and equiv-key cache.Karl Heuer1994-03-211-4/+34
* (get_keyelt): Cached equiv-key data is now a sublist.Richard M. Stallman1994-02-211-7/+6
* (get_keyelt): Discard keyboard equivalentsRichard M. Stallman1994-02-191-2/+14
* (Fwhere_is_internal): Take just one keymap arg.Richard M. Stallman1994-02-041-19/+46
* Whitespace changes.Richard M. Stallman1994-01-301-8/+10
* Scale by sizeof when allocating objects.Karl Heuer1994-01-291-4/+10
* (Fkey_binding): Handle Voverriding_local_map.Richard M. Stallman1994-01-161-13/+31
* (describe_map_tree): New arg NOMENU.Richard M. Stallman1994-01-101-6/+28
* (describe_command): If binding is a kbd macro, say so.Richard M. Stallman1993-12-291-0/+2
* (Fwhere_is_internal): Doc fix.Richard M. Stallman1993-12-231-3/+3
* Doc fix.Richard M. Stallman1993-11-211-0/+6
* (Fkey_binding): Doc fix.Richard M. Stallman1993-11-171-2/+2
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1