| Commit message (Expand) | Author | Age | Files | Lines |
| * | (silly_event_symbol_error): New subrtn, from Fdefine_key. | Richard M. Stallman | 2001-12-29 | 1 | -5/+49 |
| * | Fix previous change; also correct its change log: | Richard M. Stallman | 2001-12-28 | 1 | -3/+3 |
| * | (Flookup_key): Add error message for trying to bind [DEL], [RET], etc. | Richard M. Stallman | 2001-12-28 | 1 | -1/+22 |
| * | Doc fix. | Pavel Janík | 2001-12-20 | 1 | -1/+1 |
| * | (access_keymap): Handle t bindings like nil bindings. | Stefan Monnier | 2001-11-26 | 1 | -8/+20 |
| * | (access_keymap): Remove unused variables `c1' and `c2'. | Pavel Janík | 2001-11-23 | 1 | -1/+0 |
| * | (Fdescribe_vector): Add `describer' parameter. | Stefan Monnier | 2001-11-19 | 1 | -29/+32 |
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 1 | -225/+227 |
| * | (access_keymap): Fix compilation error. | Pavel Janík | 2001-11-07 | 1 | -1/+1 |
| * | (access_keymap): Don't use initializers on Lisp_Object. | Richard M. Stallman | 2001-11-07 | 1 | -2/+11 |
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -4/+4 |
| * | (Fdescribe_buffer_bindings): Print character property | Richard M. Stallman | 2001-11-01 | 1 | -47/+67 |
| * | (access_keymap): Remove unused variable `charset'. | Pavel Janík | 2001-10-28 | 1 | -1/+1 |
| * | (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 |