| Commit message (Expand) | Author | Age | Files | Lines |
* | (current_minor_maps): `override' only shadows its | Stefan Monnier | 2001-10-18 | 1 | -1/+1 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -23/+23 |
* | (access_keymap): Unify handling of `t' and generic-char. | Stefan Monnier | 2001-10-14 | 1 | -40/+29 |
* | (Fkey_description): Use empty_string. | Stefan Monnier | 2001-10-12 | 1 | -35/+8 |
* | current-active-maps: quote newlines | Sam Steingold | 2001-10-08 | 1 | -2/+2 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | (Fkeymap_prompt, Fcurrent_active_maps): New funs. | Stefan Monnier | 2001-10-08 | 1 | -177/+175 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
* | (access_keymap): Return the cdr of the binding of | Gerd Moellmann | 2001-08-24 | 1 | -1/+1 |
* | (access_keymap): Fix last change to not consider | Gerd Moellmann | 2001-08-22 | 1 | -3/+3 |
* | (access_keymap): If a binding of the form (GENERIC-CHAR | Gerd Moellmann | 2001-08-21 | 1 | -2/+25 |
* | (Fsingle_key_description): NUL-terminate the string | Gerd Moellmann | 2001-05-29 | 1 | -1/+4 |
* | (Fsingle_key_description): Create a multibyte string | Gerd Moellmann | 2001-05-28 | 1 | -8/+12 |
* | (Fsingle_key_description): Replace a build_string with | Gerd Moellmann | 2001-05-16 | 1 | -2/+6 |
* | (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table. | Stefan Monnier | 2001-02-26 | 1 | -3/+4 |
* | *** empty log message *** | Stefan Monnier | 2001-02-26 | 1 | -8/+34 |
* | (where_is_internal): Accept non-ascii integer prefixes. | Stefan Monnier | 2001-02-24 | 1 | -2/+3 |
* | (Fwhere_is_internal): Use the first valid binding | Stefan Monnier | 2001-01-31 | 1 | -5/+10 |
* | Undo last change. | Gerd Moellmann | 2001-01-29 | 1 | -53/+4 |
* | (mouse_key_p): New function. | Gerd Moellmann | 2001-01-29 | 1 | -4/+53 |
* | (Fwhere_is_internal): Declare gcpro3, gcpro4. | Dave Love | 2001-01-25 | 1 | -1/+1 |
* | (Fwhere_is_internal): Don't nreverse the cached | Gerd Moellmann | 2001-01-24 | 1 | -12/+27 |
* | Call get_local_map with new argument list. | Gerd Moellmann | 2001-01-12 | 1 | -12/+13 |
* | (push_key_description): Add parameter FORCE_MULTIBYTE. | Gerd Moellmann | 2000-12-28 | 1 | -12/+21 |
* | (push_key_description): Don't convert eight-bit-control | Kenichi Handa | 2000-12-21 | 1 | -3/+0 |
* | (where_is_internal): Check ascii_sequence_p rather than | Stefan Monnier | 2000-12-20 | 1 | -22/+8 |
* | (get_keyelt): Only eval the filter if `autoload' is set. | Stefan Monnier | 2000-12-13 | 1 | -6/+2 |
* | (Fkey_description): If KEYS is an empty key sequence, | Gerd Moellmann | 2000-12-11 | 1 | -0/+2 |
* | (current_minor_maps): Use malloc. Prevent a leak. | Gerd Moellmann | 2000-12-08 | 1 | -10/+12 |
* | * undo.c (record_delete): Check that last_undo_buffer is really a buffer before | Ken Raeburn | 2000-10-27 | 1 | -1/+1 |
* | * lisp.h (KEYMAPP): New macro. | Stefan Monnier | 2000-10-27 | 1 | -98/+83 |
* | (where_is_cache, where_is_cache_keymaps): New vars. | Stefan Monnier | 2000-10-25 | 1 | -47/+122 |
* | Use AREF, ASET and ASIZE macros. | Stefan Monnier | 2000-10-25 | 1 | -158/+92 |
* | (fix_submap_inheritance): Use get_keymap_1 on parent_entry | Stefan Monnier | 2000-10-25 | 1 | -2/+3 |
* | Update copyright. | Gerd Moellmann | 2000-10-24 | 1 | -3/+4 |
* | (fix_submap_inheritance): Don't do anything if parent_entry | Stefan Monnier | 2000-10-22 | 1 | -13/+17 |
* | (access_keymap): If IDX has a meta prefix, and there's | Gerd Moellmann | 2000-10-18 | 1 | -5/+20 |
* | (keymap_memberp): Ensure that nil is not a member. | Stefan Monnier | 2000-10-16 | 1 | -0/+1 |
* | (Fkeymap_parent): Undefined autoload -> 1. | Stefan Monnier | 2000-10-15 | 1 | -1/+1 |
* | * keymap.c (access_keymap): Add AUTOLOAD parameter. | Stefan Monnier | 2000-10-15 | 1 | -86/+44 |
* | (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'. | Stefan Monnier | 2000-10-04 | 1 | -23/+9 |
* | (keymap_memberp): New function. | Stefan Monnier | 2000-09-30 | 1 | -47/+22 |
* | Remove the line "#undef NULL". | Kenichi Handa | 2000-09-29 | 1 | -1/+0 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -4/+8 |
* | (Fset_keymap_parent): Check for cycles in keymap | Gerd Moellmann | 2000-09-08 | 1 | -1/+13 |
* | (store_in_keymap): Add `static' to declaration. | Dave Love | 2000-08-28 | 1 | -1/+1 |
* | (store_in_keymap, fix_submap_inheritance): New prototypes. | Stefan Monnier | 2000-08-27 | 1 | -7/+15 |
* | (push_key_description): If C without modifiers is < 32, | Gerd Moellmann | 2000-08-14 | 1 | -4/+8 |
* | (current_minor_maps): Use xmalloc instead of malloc. | Gerd Moellmann | 2000-08-05 | 1 | -2/+2 |
* | (Fsingle_key_description): Add parameter NO_ANGLES. | Gerd Moellmann | 2000-08-02 | 1 | -14/+24 |