| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | (get_keymap_1): Add comment that this function can GC. | Gerd Moellmann | 2000-07-10 | 1 | -12/+30 |
* | (get_keyelt): Temporarily inhibit GC while evaluating | Gerd Moellmann | 2000-07-04 | 1 | -1/+5 |
* | (get_keyelt): For menu-items containing a `:filter | Gerd Moellmann | 2000-06-26 | 1 | -2/+17 |
* | * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks | Ken Raeburn | 2000-06-19 | 1 | -1/+1 |
* | fix shadowing of 'keymap' enum value | Ken Raeburn | 2000-06-18 | 1 | -9/+9 |
* | (describe_buffer_bindings): Add `\f\n' in front of titles. | Gerd Moellmann | 2000-06-16 | 1 | -4/+6 |
* | (Fsingle_key_description): Enclose function key and | Gerd Moellmann | 2000-06-14 | 1 | -1/+5 |
* | Include intervals.h. | Dave Love | 2000-05-29 | 1 | -3/+23 |
* | (Fsingle_key_description): Use SPLIT_CHAR instead of | Kenichi Handa | 2000-05-20 | 1 | -22/+10 |
* | (push_key_description): Adjusted for the change of | Kenichi Handa | 1999-12-15 | 1 | -10/+9 |
* | (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to | Kenichi Handa | 1999-11-18 | 1 | -2/+2 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -7/+1 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -4/+1 |
* | (Fsingle_key_description): Make tem big enough. | Phillip Rulon | 1999-10-10 | 1 | -2/+2 |
* | (Flookup_key, Faccessible_keymaps, describe_vector, | Gerd Moellmann | 1999-09-20 | 1 | -8/+2 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -156/+156 |
* | (fix_submap_inheritance): Do nothing if the proper parent is an | Richard M. Stallman | 1999-09-08 | 1 | -1/+17 |
* | (get_keymap_1, get_keyelt): Check the type of OBJECT | Karl Heuer | 1999-07-30 | 1 | -44/+60 |
* | (Faccessible_keymaps): Really initialize i_byte. | Richard M. Stallman | 1999-04-06 | 1 | -11/+13 |
* | (push_key_description): If enable-multibyte-characters | Kenichi Handa | 1999-02-25 | 1 | -1/+3 |
* | (push_key_description): If enable-multibyte-characters | Kenichi Handa | 1999-02-24 | 1 | -12/+25 |
* | (Fdefine_prefix_command): Accept a third argument NAME | Eli Zaretskii | 1998-12-31 | 1 | -5/+7 |
* | (Fsingle_key_description): Handle (control ?x) etc. | Richard M. Stallman | 1998-12-29 | 1 | -12/+36 |
* | (Fsingle_key_description): Fix previous change. | Richard M. Stallman | 1998-11-28 | 1 | -2/+3 |
* | (Fmake_keymap): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -2/+2 |
* | (Fsingle_key_description): Handle generic characters. | Richard M. Stallman | 1998-11-19 | 1 | -5/+24 |
* | (push_key_description): Output multibyte char as itself. | Richard M. Stallman | 1998-07-28 | 1 | -7/+5 |
* | Revert erroneous 1998-04-08 change. | Dave Love | 1998-04-14 | 1 | -2/+1 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -1/+5 |