2007-04-22 |
Richard M. Stallman |
(Fdefine_key): Minor doc fix.
|
2007-04-21 |
Glenn Morris |
(Fdefine_key): Fix info ref in doc string.
|
2007-04-01 |
Chong Yidong |
(Fcommand_remapping): New optional argument.
|
2007-04-01 |
Chong Yidong |
(where_is_internal): Scan provided keymaps for command remappings
|
2007-03-24 |
Eli Zaretskii |
Fix a comment before `current_minor_maps'.
|
2007-03-09 |
Juanma Barranquero |
(Fdescribe_buffer_bindings): Check that BUFFER is valid.
|
2007-03-02 |
David Kastrup |
*** empty log message ***
|
2007-01-24 |
Kim F. Storm |
(describe_map): Don't consider prefix keys to be shadowed.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-12-30 |
Richard M. Stallman |
(Fdefine_key): Doc fix.
|
2006-12-10 |
Juanma Barranquero |
(Flookup_key): Doc fix.
|
2006-10-13 |
Chong Yidong |
* keymap.c (Fkey_binding): Check Lisp_Object types before doing
|
2006-09-28 |
Stefan Monnier |
(Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
|
2006-09-26 |
Kenichi Handa |
(Fsingle_key_description): For an invalid char, retuen
|
2006-09-25 |
Kenichi Handa |
(Fsingle_key_description): Fix the last change.
|
2006-09-25 |
Kenichi Handa |
(Fsingle_key_description): Return unique names for
|
2006-09-23 |
Kenichi Handa |
(Fmap_keymap): Docstring mentions about generic
|
2006-09-19 |
Stefan Monnier |
Include alloca.h if available.
|
2006-09-15 |
David Kastrup |
* NEWS: explain new behavior and arguments of `key-binding' and
|
2006-09-11 |
Chong Yidong |
* keymap.c (Fkey_binding): Use string position for string objects.
|
2006-09-11 |
Kim F. Storm |
(Fkey_binding): Fix last change.
|
2006-09-11 |
Chong Yidong |
* keymap.c (Fkey_binding): Check for local keymap for mouse click
|
2006-07-22 |
Stefan Monnier |
(Fdefine_key): If the key binding definition looks like an
|
2006-07-18 |
Kim F. Storm |
(Fmap_keymap): Use xsignal1.
|
2006-07-12 |
Kim F. Storm |
(Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.
|
2006-05-10 |
Chong Yidong |
* keymap.c (describe_map): Avoid generating duplicate entries if
|
2006-05-09 |
Kenichi Handa |
(push_key_description): Fix previous change.
|
2006-05-09 |
Kenichi Handa |
(push_key_description): Handle invalid character key.
|
2006-04-30 |
Richard M. Stallman |
(Fdefine_key): Improve error message when KEY begins with a non-prefix key.
|
2006-04-26 |
Stefan Monnier |
(store_in_keymap): Change `def' arg to not be `register'.
|
2006-04-18 |
Richard M. Stallman |
(describe_map): Make "shadowed" warning more verbose.
|
2006-04-08 |
Stefan Monnier |
(describe_map): Don't use XINT if we haven't checked INTEGERP.
|
2006-03-20 |
Kenichi Handa |
(map_keymap): Set tail to Qnil before GCPRO it.
|
2006-03-11 |
Richard M. Stallman |
(describe_map): Shorten string to indicate shadowed binding.
|
2006-02-10 |
Kim F. Storm |
* data.c (Findirect_function): Add NOERROR arg. All callers changed
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-01-26 |
Richard M. Stallman |
(Fmap_keymap): Doc fix.
|
2006-01-19 |
Richard M. Stallman |
(Fmap_keymap): Doc fix.
|
2006-01-03 |
Stefan Monnier |
(describe_map_compare): Yet another int/Lisp_Object mixup.
|
2005-12-30 |
Richard M. Stallman |
(describe_map): Put sparse map elements into an array,
|
2005-12-19 |
Stefan Monnier |
(Vfunction_key_map): Docstring fix: mention that bindings can be functions.
|
2005-12-11 |
Richard M. Stallman |
(Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
|
2005-12-02 |
Eli Zaretskii |
(Vminibuffer_local_filename_completion_map)
|
2005-11-21 |
Ken Raeburn |
(shadow_lookup): Use make_number to pass a number to Fsubstring.
|
2005-11-09 |
Juri Linkov |
(shadow_lookup): If Flookup_key returns a number,
|
2005-09-12 |
Kim F. Storm |
(Fdescribe_buffer_bindings): Reload `translate'
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-18 |
Juri Linkov |
(Fminor_mode_key_binding): Delete duplicate words.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-04-10 |
Richard M. Stallman |
(where_is_internal): Convert a string used as event type into "(any string)".
|
2005-02-15 |
Richard M. Stallman |
(describe_map_tree): New arg MENTION_SHADOW. Calls changed.
|
2005-01-28 |
Stefan Monnier |
(access_keymap): YAILOM.
|
2005-01-21 |
Richard M. Stallman |
(access_keymap): Protect from bad value of meta_prefix_char.
|
2005-01-13 |
Richard M. Stallman |
(Fcurrent_active_maps): Ignore Voverriding_local_map
|
2004-11-23 |
Stefan Monnier |
(Flookup_key): Check INTEGERP before XINT.
|
2004-11-16 |
Richard M. Stallman |
(Fmap_keymap): New arg SORT-FIRST. Use
|
2004-11-10 |
Stefan Monnier |
(Fkeymap_prompt): Accept symbol keymaps.
|
2004-10-13 |
Stefan Monnier |
(get_keymap): An autoload form is not a keymap.
|
2004-08-09 |
Luc Teirlinck |
(Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
|
2004-08-08 |
Luc Teirlinck |
(Flocal_key_binding, Fglobal_key_binding)
|