summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* * undo.c (record_delete): Check that last_undo_buffer is really a buffer beforeKen Raeburn2000-10-271-1/+1
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-98/+83
* (where_is_cache, where_is_cache_keymaps): New vars.Stefan Monnier2000-10-251-47/+122
* Use AREF, ASET and ASIZE macros.Stefan Monnier2000-10-251-158/+92
* (fix_submap_inheritance): Use get_keymap_1 on parent_entryStefan Monnier2000-10-251-2/+3
* Update copyright.Gerd Moellmann2000-10-241-3/+4
* (fix_submap_inheritance): Don't do anything if parent_entryStefan Monnier2000-10-221-13/+17
* (access_keymap): If IDX has a meta prefix, and there'sGerd Moellmann2000-10-181-5/+20
* (keymap_memberp): Ensure that nil is not a member.Stefan Monnier2000-10-161-0/+1
* (Fkeymap_parent): Undefined autoload -> 1.Stefan Monnier2000-10-151-1/+1
* * keymap.c (access_keymap): Add AUTOLOAD parameter.Stefan Monnier2000-10-151-86/+44
* (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.Stefan Monnier2000-10-041-23/+9
* (keymap_memberp): New function.Stefan Monnier2000-09-301-47/+22
* Remove the line "#undef NULL".Kenichi Handa2000-09-291-1/+0
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-4/+8
* (Fset_keymap_parent): Check for cycles in keymapGerd Moellmann2000-09-081-1/+13
* (store_in_keymap): Add `static' to declaration.Dave Love2000-08-281-1/+1
* (store_in_keymap, fix_submap_inheritance): New prototypes.Stefan Monnier2000-08-271-7/+15
* (push_key_description): If C without modifiers is < 32,Gerd Moellmann2000-08-141-4/+8
* (current_minor_maps): Use xmalloc instead of malloc.Gerd Moellmann2000-08-051-2/+2
* (Fsingle_key_description): Add parameter NO_ANGLES.Gerd Moellmann2000-08-021-14/+24
* (get_keymap_1): Add comment that this function can GC.Gerd Moellmann2000-07-101-12/+30
* (get_keyelt): Temporarily inhibit GC while evaluatingGerd Moellmann2000-07-041-1/+5
* (get_keyelt): For menu-items containing a `:filterGerd Moellmann2000-06-261-2/+17
* * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checksKen Raeburn2000-06-191-1/+1
* fix shadowing of 'keymap' enum valueKen Raeburn2000-06-181-9/+9
* (describe_buffer_bindings): Add `\f\n' in front of titles.Gerd Moellmann2000-06-161-4/+6
* (Fsingle_key_description): Enclose function key andGerd Moellmann2000-06-141-1/+5
* Include intervals.h.Dave Love2000-05-291-3/+23
* (Fsingle_key_description): Use SPLIT_CHAR instead ofKenichi Handa2000-05-201-22/+10
* (push_key_description): Adjusted for the change ofKenichi Handa1999-12-151-10/+9
* (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE toKenichi Handa1999-11-181-2/+2
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-7/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+1
* (Fsingle_key_description): Make tem big enough.Phillip Rulon1999-10-101-2/+2
* (Flookup_key, Faccessible_keymaps, describe_vector,Gerd Moellmann1999-09-201-8/+2
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-156/+156
* (fix_submap_inheritance): Do nothing if the proper parent is anRichard M. Stallman1999-09-081-1/+17
* (get_keymap_1, get_keyelt): Check the type of OBJECTKarl Heuer1999-07-301-44/+60
* (Faccessible_keymaps): Really initialize i_byte.Richard M. Stallman1999-04-061-11/+13
* (push_key_description): If enable-multibyte-charactersKenichi Handa1999-02-251-1/+3
* (push_key_description): If enable-multibyte-charactersKenichi Handa1999-02-241-12/+25
* (Fdefine_prefix_command): Accept a third argument NAMEEli Zaretskii1998-12-311-5/+7
* (Fsingle_key_description): Handle (control ?x) etc.Richard M. Stallman1998-12-291-12/+36
* (Fsingle_key_description): Fix previous change.Richard M. Stallman1998-11-281-2/+3
* (Fmake_keymap): Doc fix.Richard M. Stallman1998-11-241-2/+2
* (Fsingle_key_description): Handle generic characters.Richard M. Stallman1998-11-191-5/+24
* (push_key_description): Output multibyte char as itself.Richard M. Stallman1998-07-281-7/+5
* Revert erroneous 1998-04-08 change.Dave Love1998-04-141-2/+1
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-1/+5