summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (describe_buffer_bindings): Declare shadow just once.Richard M. Stallman1993-08-111-5/+1
* * keyboard.c (read_key_sequence): Accept both strings and vectorsJim Blandy1993-07-181-5/+5
* (describe_map_tree): When inserting TITLE, mention PREFIX.Richard M. Stallman1993-07-071-12/+39
* (Faccessible_keymaps): Doc fix.Richard M. Stallman1993-07-031-1/+3
* (describe_map_tree): Insert key_heading here.Richard M. Stallman1993-07-021-75/+158
* (describe_map_2): Cleanups.Richard M. Stallman1993-06-281-16/+17
* Make prefix keys work with keymap inheritanceRichard M. Stallman1993-06-151-11/+69
* (get_keymap_1): Add missing semicolon.Richard M. Stallman1993-06-121-2/+3
* (Fcopy_keymap): Check Fkeymapp value with NILP.Richard M. Stallman1993-06-121-1/+1
* (Fdescribe_vector): Use current buf, not standard-output.Richard M. Stallman1993-06-111-3/+9
* Doc fix.Richard M. Stallman1993-06-071-2/+2
* (access_keymap, store_in_keymap): Discard meaninglessRichard M. Stallman1993-06-061-1/+8