aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcurrent_local_map): Doc fix.Richard M. Stallman2007-11-291-1/+2
* (Fsingle_key_description): Add cast when passing EMACS_INTAndreas Schwab2007-11-221-1/+1
* * xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier2007-10-171-9/+9
* Add new `input-decode-map' keymap and use it for temrinalStefan Monnier2007-10-091-2/+7
* Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\| |
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\|
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-261/+241
|\| |
| * | (map_char_table): Use an array of int for `indices' rather thanStefan Monnier2007-07-101-3/+3
| * | (struct accessible_keymaps_data, struct where_is_internal_data): New structs.Stefan Monnier2007-07-101-242/+128
| * | * keymaps.texi (Active Keymaps): Document new POSITION argument ofDavid Kastrup2007-06-251-16/+110
* | | Merge from emacs--devo--0Miles Bader2007-06-111-1/+1
|\| |
| * | (Fkey_description): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | | Merged from [email protected]Karoly Lorentey2007-05-111-3/+5
|\| |
| * | (Flookup_key): Fix typo in last change.Andreas Schwab2007-05-071-1/+1
| * | (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifierStefan Monnier2007-05-071-2/+3
| |/
| * (Fdefine_key): Minor doc fix.Richard M. Stallman2007-04-221-2/+2
| * (Fdefine_key): Fix info ref in doc string.Glenn Morris2007-04-211-1/+2
* | Merged from [email protected]Karoly Lorentey2007-04-221-18/+37
|\|
| * (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-20/+30
| * (where_is_internal): Scan provided keymaps for command remappingsChong Yidong2007-04-011-9/+16
| * Fix a comment before `current_minor_maps'.Eli Zaretskii2007-03-241-2/+4
* | Merged from [email protected]Karoly Lorentey2007-04-221-0/+2
|\|
| * (Fdescribe_buffer_bindings): Check that BUFFER is valid.Juanma Barranquero2007-03-091-0/+2
* | Merged from [email protected]Karoly Lorentey2007-04-221-2/+2
|\|
| * *** empty log message ***David Kastrup2007-03-021-2/+2
* | Merged from [email protected]Karoly Lorentey2007-01-291-3/+7
|\|
| * (describe_map): Don't consider prefix keys to be shadowed.Kim F. Storm2007-01-241-2/+6
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected].Karoly Lorentey2007-01-011-15/+17
|\|
| * (Fdefine_key): Doc fix.Richard M. Stallman2006-12-301-1/+2
| * (Flookup_key): Doc fix.Juanma Barranquero2006-12-101-14/+15
* | Merged from [email protected]Karoly Lorentey2006-10-141-30/+174
|\|
| * * keymap.c (Fkey_binding): Check Lisp_Object types before doingChong Yidong2006-10-131-8/+8
| * (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2006-09-281-1/+1
| * (Fsingle_key_description): For an invalid char, retuenKenichi Handa2006-09-261-3/+9
| * (Fsingle_key_description): Fix the last change.Kenichi Handa2006-09-251-1/+1
| * (Fsingle_key_description): Return unique names forKenichi Handa2006-09-251-5/+12
| * (Fmap_keymap): Docstring mentions about genericKenichi Handa2006-09-231-1/+4
| * Include alloca.h if available.Stefan Monnier2006-09-191-11/+9
| * * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-151-47/+146
| * * keymap.c (Fkey_binding): Use string position for string objects.Chong Yidong2006-09-111-7/+10
| * (Fkey_binding): Fix last change.Kim F. Storm2006-09-111-8/+9
| * * keymap.c (Fkey_binding): Check for local keymap for mouse clickChong Yidong2006-09-111-0/+27
* | Merged from [email protected]Karoly Lorentey2006-07-291-1/+15
|\|
| * (Fdefine_key): If the key binding definition looks like anStefan Monnier2006-07-221-0/+14
| * (Fmap_keymap): Use xsignal1.Kim F. Storm2006-07-181-1/+1