aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (syms_of_keymap): Add missing 2nd arg to Fcons.Richard M. Stallman1993-06-021-1/+1
* (syms_of_keymap): Create global_map 256 slots long.Richard M. Stallman1993-05-281-1/+2
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* Doc fix.Jim Blandy1993-05-191-3/+3
* (access_keymap): Handle any length vector.Richard M. Stallman1993-05-141-12/+9
* (current_minor_maps): Call Findirect_function, so symbolsRichard M. Stallman1993-05-131-1/+1
* (Faccessible_keymaps): Use whatever size the vector has.Richard M. Stallman1993-05-121-4/+4
* * keymap.c (Fwhere_is_internal): If FIRSTONLY is non-nil, avoidJim Blandy1993-05-101-7/+50
* * keymap.c (Fdefine_prefix_command): Doc fix.Jim Blandy1993-05-041-1/+1
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-0/+5
* * keymap.c (Fkeymapp): Doc fix.Jim Blandy1993-03-251-1/+1
* (push_key_description): Ignore bits above meta_modifier.Richard M. Stallman1993-03-241-0/+3
* (Fdefine_key): Use proper meta-bit to clear.Richard M. Stallman1993-03-101-33/+23
* Include termhooks.h.Richard M. Stallman1993-03-071-11/+78
* * keymap.c (Fdescribe_vector): Pass the proper number of argumentsJim Blandy1993-02-221-1/+1
* (describe_map): Call Fkey_description before build_string.Richard M. Stallman1993-02-191-2/+6