aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.Stefan Monnier2001-02-261-3/+4
* *** empty log message ***Stefan Monnier2001-02-261-8/+34
* (where_is_internal): Accept non-ascii integer prefixes.Stefan Monnier2001-02-241-2/+3
* (Fwhere_is_internal): Use the first valid bindingStefan Monnier2001-01-311-5/+10
* Undo last change.Gerd Moellmann2001-01-291-53/+4
* (mouse_key_p): New function.Gerd Moellmann2001-01-291-4/+53
* (Fwhere_is_internal): Declare gcpro3, gcpro4.Dave Love2001-01-251-1/+1
* (Fwhere_is_internal): Don't nreverse the cachedGerd Moellmann2001-01-241-12/+27
* Call get_local_map with new argument list.Gerd Moellmann2001-01-121-12/+13
* (push_key_description): Add parameter FORCE_MULTIBYTE.Gerd Moellmann2000-12-281-12/+21
* (push_key_description): Don't convert eight-bit-controlKenichi Handa2000-12-211-3/+0
* (where_is_internal): Check ascii_sequence_p rather thanStefan Monnier2000-12-201-22/+8
* (get_keyelt): Only eval the filter if `autoload' is set.Stefan Monnier2000-12-131-6/+2
* (Fkey_description): If KEYS is an empty key sequence,Gerd Moellmann2000-12-111-0/+2
* (current_minor_maps): Use malloc. Prevent a leak.Gerd Moellmann2000-12-081-10/+12
* * 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