Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / keymap.c
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-11 Richard M. Stallman(describe_buffer_bindings): Declare shadow just once.
1993-07-18 Jim Blandy* keyboard.c (read_key_sequence): Accept both strings...
1993-07-07 Richard M. Stallman(describe_map_tree): When inserting TITLE, mention...
1993-07-03 Richard M. Stallman(Faccessible_keymaps): Doc fix.
1993-07-02 Richard M. Stallman(describe_map_tree): Insert key_heading here.
1993-06-28 Richard M. Stallman(describe_map_2): Cleanups.
1993-06-15 Richard M. StallmanMake prefix keys work with keymap inheritance
1993-06-12 Richard M. Stallman(get_keymap_1): Add missing semicolon.
1993-06-12 Richard M. Stallman(Fcopy_keymap): Check Fkeymapp value with NILP.
1993-06-11 Richard M. Stallman(Fdescribe_vector): Use current buf, not standard-output.
1993-06-07 Richard M. StallmanDoc fix.
1993-06-06 Richard M. Stallman(access_keymap, store_in_keymap): Discard meaningless
1993-06-02 Richard M. Stallman(syms_of_keymap): Add missing 2nd arg to Fcons.
1993-05-28 Richard M. Stallman(syms_of_keymap): Create global_map 256 slots long.
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-19 Jim BlandyDoc fix.
1993-05-14 Richard M. Stallman(access_keymap): Handle any length vector.
1993-05-13 Richard M. Stallman(current_minor_maps): Call Findirect_function, so symbols
1993-05-12 Richard M. Stallman(Faccessible_keymaps): Use whatever size the vector...
1993-05-10 Jim Blandy* keymap.c (Fwhere_is_internal): If FIRSTONLY is non...
1993-05-04 Jim Blandy* keymap.c (Fdefine_prefix_command): Doc fix.
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-25 Jim Blandy* keymap.c (Fkeymapp): Doc fix.
1993-03-24 Richard M. Stallman(push_key_description): Ignore bits above meta_modifier.
1993-03-10 Richard M. Stallman(Fdefine_key): Use proper meta-bit to clear.
1993-03-07 Richard M. StallmanInclude termhooks.h.
1993-02-22 Jim Blandy* keymap.c (Fdescribe_vector): Pass the proper number...
1993-02-19 Richard M. Stallman(describe_map): Call Fkey_description before build_string.
1993-02-14 Jim Blandy* keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding,
1993-01-26 Jim BlandyJimB's changes since January 18th
1992-11-07 Jim Blandy* keymap.c (get_keymap_1): Don't try to autoload OBJECT...
1992-10-31 Jim Blandy* keymap.c (Fdefine_key, Flookup_key, describe_map...
1992-10-19 Jim Blandy* keymap.c (store_in_keymap): Don't forget to QUIT...
1992-10-11 Jim Blandy* keymap.c (initial_define_lispy_key): New function...
1992-10-03 Jim Blandy* keymap.c (access_keymap, store_in_keymap,
1992-09-29 Jim Blandy* keymap.c (access_keymap): Don't forget to QUIT while...
1992-09-28 Jim Blandy* keymap.c (access_keymap): Remove code to notice bindi...
1992-09-23 Jim Blandy* keymap.c (DENSE_TABLE_SIZE): Doc fix.
1992-09-18 Richard M. Stallman(get_keyelt): Skip menu help string after menu item...
1992-09-13 Jim Blandy* keymap.c (describe_buffer_bindings): Adjust key_headi...
1992-09-11 Richard M. Stallman(Fmake_sparse_keymap, Fmake_keymap): New optional arg...
1992-05-18 Jim Blandyentered into RCS
1992-01-28 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-12-20 Jim Blandy*** empty log message ***
1991-07-31 Jim Blandy*** empty log message ***
1991-07-28 Jim Blandy*** empty log message ***
1991-05-06 Jim BlandyInitial revision