aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merged from [email protected]Karoly Lorentey2006-05-171-1/+3
|\|
| * * keymap.c (describe_map): Avoid generating duplicate entries ifChong Yidong2006-05-101-1/+3
* | Merged from [email protected]Karoly Lorentey2006-05-101-5/+11
|\|
| * (push_key_description): Fix previous change.Kenichi Handa2006-05-091-1/+1
| * (push_key_description): Handle invalid character key.Kenichi Handa2006-05-091-5/+11
* | Merged from [email protected]Karoly Lorentey2006-05-031-2/+5
|\|
| * (Fdefine_key): Improve error message when KEY begins with a non-prefix key.Richard M. Stallman2006-04-301-2/+5
* | Merged from [email protected]Karoly Lorentey2006-04-281-1/+1
|\|
| * (store_in_keymap): Change `def' arg to not be `register'.Stefan Monnier2006-04-261-1/+1
* | Merged from [email protected]Karoly Lorentey2006-04-191-1/+1
|\|
| * (describe_map): Make "shadowed" warning more verbose.Richard M. Stallman2006-04-181-1/+1
* | Merged from Karoly Lorentey2006-04-101-1/+1
|\|
| * (describe_map): Don't use XINT if we haven't checked INTEGERP.Stefan Monnier2006-04-081-1/+1
* | Merged from [email protected]Karoly Lorentey2006-03-221-0/+1
|\|
| * (map_keymap): Set tail to Qnil before GCPRO it.Kenichi Handa2006-03-201-0/+1
* | Merged from [email protected]Karoly Lorentey2006-03-121-1/+1
|\|
| * (describe_map): Shorten string to indicate shadowed binding.Richard M. Stallman2006-03-111-1/+1
* | Merged from [email protected]Karoly Lorentey2006-02-121-16/+7
|\|
| * * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-15/+6
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from [email protected] (patch 187, 704)Karoly Lorentey2006-01-301-2/+4
|\|
| * (Fmap_keymap): Doc fix.Richard M. Stallman2006-01-261-1/+1
| * (Fmap_keymap): Doc fix.Richard M. Stallman2006-01-191-2/+4
* | Merged from [email protected] (patch 683-684)Karoly Lorentey2006-01-061-2/+2
|\|
| * (describe_map_compare): Yet another int/Lisp_Object mixup.Stefan Monnier2006-01-031-2/+2
* | Merged from [email protected] (patch 682)Karoly Lorentey2006-01-031-21/+108
|\|
| * (describe_map): Put sparse map elements into an array,Richard M. Stallman2005-12-301-21/+108
| * (Vfunction_key_map): Docstring fix: mention that bindings can be functions.Stefan Monnier2005-12-191-0/+3
* | Merged from [email protected] (patch 169-173, 671-676)Karoly Lorentey2005-12-191-1/+5
|\|
| * (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.Richard M. Stallman2005-12-111-4/+8
* | Merged in changes from CVS trunk.Karoly Lorentey2005-12-101-0/+22
|\|
| * (Vminibuffer_local_filename_completion_map)Eli Zaretskii2005-12-021-0/+22
* | Merged from [email protected] (patch 656-658)Karoly Lorentey2005-11-231-1/+2
|\|
| * (shadow_lookup): Use make_number to pass a number to Fsubstring.Ken Raeburn2005-11-211-1/+2
* | Merged from [email protected] (patch 152-156, 642-654)Karoly Lorentey2005-11-181-1/+7
|\|
| * (shadow_lookup): If Flookup_key returns a number,Juri Linkov2005-11-091-1/+7
* | Change `keyboard-translate-table' to be terminal-local.Karoly Lorentey2005-10-281-4/+4
* | Merged from [email protected] (patch 543)Karoly Lorentey2005-09-171-1/+4
|\|
| * (Fdescribe_buffer_bindings): Reload `translate'Kim F. Storm2005-09-121-1/+4
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-3/+4
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
| * (Fminor_mode_key_binding): Delete duplicate words.Juri Linkov2005-07-181-1/+1
* | Rename function-key-map to local-function-key-map, and global-function-key-ma...Karoly Lorentey2005-07-121-4/+4
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Change key-translation-map to be terminal-local.Karoly Lorentey2005-06-261-11/+2
* | Make function-key-map a terminal-local variable (move it inside the kboard st...Karoly Lorentey2005-06-251-29/+2
* | Merged from [email protected] (patch 59, 240-245)Karoly Lorentey2005-04-111-2/+17
|\|
| * (where_is_internal): Convert a string used as event type into "(any string)".Richard M. Stallman2005-04-101-2/+17
* | Merged from [email protected] (patch 14-16, 95-106)Karoly Lorentey2005-02-191-20/+60
|\|