| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync to HEAD | Kenichi Handa | 2004-04-16 | 1 | -11/+17 |
* | (describe_vector): Handle default value of a char table. | Kenichi Handa | 2004-02-10 | 1 | -0/+8 |
* | (store_in_keymap): Pay attention to the case that idx is a cons | Kenichi Handa | 2003-11-24 | 1 | -2/+41 |
* | (store_in_keymap): Pay attention to the case that idx | Kenichi Handa | 2003-11-22 | 1 | -4/+9 |
* | (Fdefine_key): Fix handling of Lucid style event type list. | Kenichi Handa | 2003-11-17 | 1 | -5/+5 |
* | (Fset_keymap_parent, map_keymap, Fcopy_keymap) | Dave Love | 2003-09-29 | 1 | -9/+1 |
* | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -283/+80 |
|\ |
|
| * | (Fapropos_internal): Don't gcpro apropos_predicate but | Dave Love | 2003-01-07 | 1 | -3/+2 |
| * | (apropos_predicate, apropos_accumulate): Declare | Dave Love | 2003-01-03 | 1 | -9/+13 |
| * | (Ftext_char_description): Check C by ASCII_CHAR_P, not | Kenichi Handa | 2002-10-15 | 1 | -1/+1 |
| * | (push_key_description): Pay attention to force_multibyte. | Kenichi Handa | 2002-10-07 | 1 | -1/+2 |
| * | (push_key_description): Call CHARACTERP correctly. | Dave Love | 2002-07-30 | 1 | -1/+1 |
| * | (access_keymap): Remove generic char code. | Dave Love | 2002-07-03 | 1 | -22/+2 |
| * | (describe_vector): Handle a char-table directly here. | Kenichi Handa | 2002-06-12 | 1 | -140/+36 |
| * | Include "character.h". | Kenichi Handa | 2002-03-01 | 1 | -254/+178 |
* | | New directory | Kenichi Handa | 2003-09-08 | 1 | -3/+0 |
* | | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | | (Fset_keymap_parent, map_keymap, Fcopy_keymap) | Richard M. Stallman | 2003-05-17 | 1 | -5/+6 |
* | | (map_keymap): Doc fix. | Stefan Monnier | 2003-05-05 | 1 | -1/+2 |
* | | (map_keymap_item, map_keymap_char_table_item, map_keymap) | Stefan Monnier | 2003-05-04 | 1 | -0/+97 |
* | | (Faccessible_keymaps): Remove unused var. | Stefan Monnier | 2003-03-18 | 1 | -1/+1 |
* | | (accessible_keymaps_1): Break cycles but without preventing | Stefan Monnier | 2003-03-18 | 1 | -61/+44 |
* | | (Vmenu_events): New var. | Stefan Monnier | 2003-03-16 | 1 | -3/+14 |
* | | (copy_keymap_1): Make it static. | Stefan Monnier | 2003-02-22 | 1 | -1/+1 |
* | | (Fdefine_key): Clarification of formulation. | Kai Großjohann | 2003-02-21 | 1 | -1/+1 |
* | | (Fdefine_key): Doc fix. | Kai Großjohann | 2003-02-21 | 1 | -2/+3 |
* | | Typo in docstring for define-key. | Kai Großjohann | 2003-02-19 | 1 | -1/+1 |
* | | Renamed remap-command to command-remapping. All uses changed. | Kim F. Storm | 2003-02-12 | 1 | -10/+10 |
* | | (Fremap_command): Return nil if arg is not a symbol. | Kim F. Storm | 2003-02-11 | 1 | -1/+4 |
* | | (apropos_predicate, apropos_accumulate): Make them static. | Richard M. Stallman | 2003-01-06 | 1 | -6/+11 |
* | | (Fdescribe_buffer_bindings): Use const for pointer to | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -17/+17 |
* | | (Fkey_binding): Fix typo. | Markus Rost | 2002-07-12 | 1 | -1/+1 |
* | | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
* | | (Fdefine_key): Doc fix. | Richard M. Stallman | 2002-07-02 | 1 | -0/+2 |
* | | (syms_of_keymap): Fix typo. | Juanma Barranquero | 2002-07-02 | 1 | -1/+1 |
* | | (describe_command): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -14/+14 |
* | | * keymap.c (silly_event_symbol_error, Fsingle_key_description) | Ken Raeburn | 2002-05-20 | 1 | -10/+10 |
* | | (keymap_parent): New fun, extracted from Fkeymap_parent. | Stefan Monnier | 2002-05-14 | 1 | -170/+153 |
* | | (current_minor_maps): Fixed resizing of cmm_maps; | Kim F. Storm | 2002-05-10 | 1 | -27/+28 |
* | | (Vemulation_mode_map_alists): New variable. | Kim F. Storm | 2002-05-10 | 1 | -62/+88 |
|/ |
|
* | (Flookup_key): Fixed problem in 2001-12-28 patch: | Kim F. Storm | 2002-02-24 | 1 | -1/+3 |
* | The following changes rework my patch of 2002-02-06 which | Kim F. Storm | 2002-02-23 | 1 | -89/+69 |
* | (where_is_internal): Only check if definition is | Kim F. Storm | 2002-02-07 | 1 | -1/+1 |
* | (Fdefine_key): Allow symbol as KEY argument for | Kim F. Storm | 2002-02-06 | 1 | -30/+158 |
* | (Fcurrent_active_maps): Put the `keymap' property map first. | Richard M. Stallman | 2002-01-03 | 1 | -23/+23 |
* | (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 |