aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-06-111-1/+1
|\
| * (Fkey_description): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-05-151-2/+3
|\ \ | |/
| * (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
* | Merge from emacs--devo--0Miles Bader2007-04-241-1/+2
|\ \ | |/
| * (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
* | Merge from emacs--devo--0Miles Bader2007-04-111-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
* | Merge from emacs--devo--0Miles Bader2007-03-181-0/+2
|\ \ | |/
| * (Fdescribe_buffer_bindings): Check that BUFFER is valid.Juanma Barranquero2007-03-091-0/+2
* | Merge from emacs--devo--0Miles Bader2007-03-041-2/+2
|\ \ | |/
| * *** empty log message ***David Kastrup2007-03-021-2/+2
* | Merge from emacs--devo--0Miles Bader2007-01-261-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
* | Merge from emacs--devo--0Miles Bader2007-01-011-1/+2
|\ \ | |/
| * (Fdefine_key): Doc fix.Richard M. Stallman2006-12-301-1/+2
* | Merge from emacs--devo--0Miles Bader2006-12-161-14/+15
|\ \ | |/
| * (Flookup_key): Doc fix.Juanma Barranquero2006-12-101-14/+15
* | Merge from emacs--devo--0Miles Bader2006-10-151-8/+8
|\ \ | |/
| * * keymap.c (Fkey_binding): Check Lisp_Object types before doingChong Yidong2006-10-131-8/+8
* | Merge from emacs--devo--0Miles Bader2006-10-031-2/+5
|\ \ | |/
| * (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
* | Merge from emacs--devo--0Miles Bader2006-09-201-47/+144
|\ \ | |/
| * 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
* | Merge from emacs--devo--0Miles Bader2006-09-141-0/+31
|\ \ | |/
| * * 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
* | Merge from emacs--devo--0Miles Bader2006-08-031-0/+14
|\ \ | |/
| * (Fdefine_key): If the key binding definition looks like anStefan Monnier2006-07-221-0/+14
* | Merge from emacs--devo--0Miles Bader2006-07-191-5/+3
|\ \ | |/
| * (Fmap_keymap): Use xsignal1.Kim F. Storm2006-07-181-1/+1
| * (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+2
* | (push_key_description): Fix synching with HEAD.Kenichi Handa2006-05-151-15/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-1/+12
|\ \ | |/
| * * keymap.c (describe_map): Avoid generating duplicate entries ifChong Yidong2006-05-101-1/+3
| * (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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader2006-05-021-3/+6
|\ \ | |/
| * (Fdefine_key): Improve error message when KEY begins with a non-prefix key.Richard M. Stallman2006-04-301-2/+5