aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57Miles Bader2004-10-141-1/+2
|\
| * (get_keymap): An autoload form is not a keymap.Stefan Monnier2004-10-131-1/+2
* | (where_is_internal_2): Fix previous change.Kenichi Handa2004-10-011-5/+4
* | (where_is_internal_2): Fix for the case that KEY is aKenichi Handa2004-10-011-6/+37
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-29Miles Bader2004-08-101-11/+15
|\ \ | |/
| * (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.Luc Teirlinck2004-08-091-8/+12
| * (Flocal_key_binding, Fglobal_key_binding)Luc Teirlinck2004-08-081-3/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27Miles Bader2004-08-031-2/+3
|\ \ | |/
| * (Fset_keymap_parent): Minor doc fix.Luc Teirlinck2004-07-311-2/+1
| * (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.Luc Teirlinck2004-07-311-1/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader2004-06-291-1/+5
|\ \ | |/
| * (Ftext_char_description): Doc fix.Luc Teirlinck2004-06-231-1/+5
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-96/+137
|\ \ | |/
| * (Fdescribe_vector): Fix docstring.Juanma Barranquero2004-06-051-3/+4
| * (Fdefine_key): Doc fix.Juanma Barranquero2004-05-221-4/+4
| * (Fkey_description): Fix the usual int/Lisp_Object mixup.Stefan Monnier2004-04-201-3/+3
| * (Fkey_description): Add optional PREFIX arg.Kim F. Storm2004-04-161-94/+133
| * (Vmouse_events): Rename from Vmenu_events.Stefan Monnier2004-02-041-10/+14
| * (map_keymap): Don't abort when binding is a vector.John Paul Wallington2003-10-031-1/+0
* | Sync to HEADKenichi Handa2004-04-161-11/+17
* | (describe_vector): Handle default value of a char table.Kenichi Handa2004-02-101-0/+8
* | (store_in_keymap): Pay attention to the case that idx is a consKenichi Handa2003-11-241-2/+41
* | (store_in_keymap): Pay attention to the case that idxKenichi Handa2003-11-221-4/+9
* | (Fdefine_key): Fix handling of Lucid style event type list.Kenichi Handa2003-11-171-5/+5
* | (Fset_keymap_parent, map_keymap, Fcopy_keymap)Dave Love2003-09-291-9/+1
* | *** empty log message ***Kenichi Handa2003-09-081-283/+80
|\ \
| * | (Fapropos_internal): Don't gcpro apropos_predicate butDave Love2003-01-071-3/+2
| * | (apropos_predicate, apropos_accumulate): DeclareDave Love2003-01-031-9/+13
| * | (Ftext_char_description): Check C by ASCII_CHAR_P, notKenichi Handa2002-10-151-1/+1
| * | (push_key_description): Pay attention to force_multibyte.Kenichi Handa2002-10-071-1/+2
| * | (push_key_description): Call CHARACTERP correctly.Dave Love2002-07-301-1/+1
| * | (access_keymap): Remove generic char code.Dave Love2002-07-031-22/+2
| * | (describe_vector): Handle a char-table directly here.Kenichi Handa2002-06-121-140/+36
| * | Include "character.h".Kenichi Handa2002-03-011-254/+178
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (Fset_keymap_parent, map_keymap, Fcopy_keymap)Richard M. Stallman2003-05-171-5/+6
* | (map_keymap): Doc fix.Stefan Monnier2003-05-051-1/+2
* | (map_keymap_item, map_keymap_char_table_item, map_keymap)Stefan Monnier2003-05-041-0/+97
* | (Faccessible_keymaps): Remove unused var.Stefan Monnier2003-03-181-1/+1
* | (accessible_keymaps_1): Break cycles but without preventingStefan Monnier2003-03-181-61/+44
* | (Vmenu_events): New var.Stefan Monnier2003-03-161-3/+14
* | (copy_keymap_1): Make it static.Stefan Monnier2003-02-221-1/+1
* | (Fdefine_key): Clarification of formulation.Kai Großjohann2003-02-211-1/+1
* | (Fdefine_key): Doc fix.Kai Großjohann2003-02-211-2/+3
* | Typo in docstring for define-key.Kai Großjohann2003-02-191-1/+1
* | Renamed remap-command to command-remapping. All uses changed.Kim F. Storm2003-02-121-10/+10
* | (Fremap_command): Return nil if arg is not a symbol.Kim F. Storm2003-02-111-1/+4
* | (apropos_predicate, apropos_accumulate): Make them static.Richard M. Stallman2003-01-061-6/+11
* | (Fdescribe_buffer_bindings): Use const for pointer toKen Raeburn2002-07-161-1/+1