aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.orgKaroly Lorentey2007-04-221-0/+2
|\ \ | |/
| * (Fdescribe_buffer_bindings): Check that BUFFER is valid.Juanma Barranquero2007-03-091-0/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-2/+2
|\ \ | |/
| * *** empty log message ***David Kastrup2007-03-021-2/+2
* | Merged from emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.org.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 emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.orgKaroly 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
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2006-07-141-4/+2
|\ \ | |/
| * (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-171-1/+3
|\ \ | |/
| * * keymap.c (describe_map): Avoid generating duplicate entries ifChong Yidong2006-05-101-1/+3
* | Merged from emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.orgKaroly Lorentey2006-04-281-1/+1
|\ \ | |/
| * (store_in_keymap): Change `def' arg to not be `register'.Stefan Monnier2006-04-261-1/+1
* | Merged from emacs@sv.gnu.orgKaroly 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 emacs@sv.gnu.orgKaroly Lorentey2006-03-221-0/+1
|\ \ | |/