log src/keymap.c @ 69853:7f959ed37cb6

age author description
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)
2004-07-31 Luc Teirlinck (Fset_keymap_parent): Minor doc fix.
2004-07-31 Luc Teirlinck (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
2004-06-23 Luc Teirlinck (Ftext_char_description): Doc fix.
2004-06-05 Juanma Barranquero (Fdescribe_vector): Fix docstring.
2004-05-22 Juanma Barranquero (Fdefine_key): Doc fix.
2004-04-20 Stefan Monnier (Fkey_description): Fix the usual int/Lisp_Object mixup.
2004-04-16 Kim F. Storm (Fkey_description): Add optional PREFIX arg.
2004-02-04 Stefan Monnier (Vmouse_events): Rename from Vmenu_events.
2003-10-03 John Paul Wallington (map_keymap): Don't abort when binding is a vector.
2003-09-01 Miles Bader Add arch taglines
2003-05-17 Richard M. Stallman (Fset_keymap_parent, map_keymap, Fcopy_keymap)
2003-05-05 Stefan Monnier (map_keymap): Doc fix.
2003-05-04 Stefan Monnier (map_keymap_item, map_keymap_char_table_item, map_keymap)
2003-03-18 Stefan Monnier (Faccessible_keymaps): Remove unused var.
2003-03-18 Stefan Monnier (accessible_keymaps_1): Break cycles but without preventing
2003-03-16 Stefan Monnier (Vmenu_events): New var.
2003-02-22 Stefan Monnier (copy_keymap_1): Make it static.
2003-02-21 Kai Großjohann (Fdefine_key): Clarification of formulation.
2003-02-21 Kai Großjohann (Fdefine_key): Doc fix.
2003-02-19 Kai Großjohann Typo in docstring for define-key.
2003-02-12 Kim F. Storm Renamed remap-command to command-remapping. All uses changed.
2003-02-11 Kim F. Storm (Fremap_command): Return nil if arg is not a symbol.
2003-01-06 Richard M. Stallman (apropos_predicate, apropos_accumulate): Make them static.
2002-07-16 Ken Raeburn (Fdescribe_buffer_bindings): Use const for pointer to
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-12 Markus Rost (Fkey_binding): Fix typo.
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-02 Richard M. Stallman (Fdefine_key): Doc fix.
2002-07-02 Juanma Barranquero (syms_of_keymap): Fix typo.
2002-06-03 Thien-Thi Nguyen (describe_command): Cast `current_column' return value to int.
2002-05-20 Ken Raeburn * keymap.c (silly_event_symbol_error, Fsingle_key_description)
2002-05-14 Stefan Monnier (keymap_parent): New fun, extracted from Fkeymap_parent.
2002-05-10 Kim F. Storm (current_minor_maps): Fixed resizing of cmm_maps;
2002-05-10 Kim F. Storm (Vemulation_mode_map_alists): New variable.
2002-02-24 Kim F. Storm (Flookup_key): Fixed problem in 2001-12-28 patch:
2002-02-23 Kim F. Storm The following changes rework my patch of 2002-02-06 which
2002-02-07 Kim F. Storm (where_is_internal): Only check if definition is
2002-02-06 Kim F. Storm (Fdefine_key): Allow symbol as KEY argument for
2002-01-03 Richard M. Stallman (Fcurrent_active_maps): Put the `keymap' property map first.
2001-12-29 Richard M. Stallman (silly_event_symbol_error): New subrtn, from Fdefine_key.
2001-12-28 Richard M. Stallman Fix previous change; also correct its change log:
2001-12-28 Richard M. Stallman (Flookup_key): Add error message for trying to bind [DEL], [RET], etc.
2001-12-20 Pavel Janík Doc fix.
2001-11-26 Stefan Monnier (access_keymap): Handle t bindings like nil bindings.
2001-11-23 Pavel Janík (access_keymap): Remove unused variables `c1' and `c2'.
2001-11-19 Stefan Monnier (Fdescribe_vector): Add `describer' parameter.
2001-11-13 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-11-07 Pavel Janík (access_keymap): Fix compilation error.
2001-11-07 Richard M. Stallman (access_keymap): Don't use initializers on Lisp_Object.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-11-01 Richard M. Stallman (Fdescribe_buffer_bindings): Print character property
2001-10-28 Pavel Janík (access_keymap): Remove unused variable `charset'.
2001-10-18 Stefan Monnier (current_minor_maps): `override' only shadows its
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-14 Stefan Monnier (access_keymap): Unify handling of `t' and generic-char.
2001-10-12 Stefan Monnier (Fkey_description): Use empty_string.
2001-10-08 Sam Steingold current-active-maps: quote newlines
2001-10-08 Stefan Monnier Include keymap.h.
2001-10-08 Stefan Monnier (Fkeymap_prompt, Fcurrent_active_maps): New funs.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-08-24 Gerd Moellmann (access_keymap): Return the cdr of the binding of
2001-08-22 Gerd Moellmann (access_keymap): Fix last change to not consider
2001-08-21 Gerd Moellmann (access_keymap): If a binding of the form (GENERIC-CHAR
2001-05-29 Gerd Moellmann (Fsingle_key_description): NUL-terminate the string
2001-05-29 Gerd Moellmann *** empty log message ***
2001-05-16 Gerd Moellmann (Fsingle_key_description): Replace a build_string with
2001-02-26 Stefan Monnier (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.
2001-02-26 Stefan Monnier *** empty log message ***
2001-02-24 Stefan Monnier (where_is_internal): Accept non-ascii integer prefixes.
2001-01-31 Stefan Monnier (Fwhere_is_internal): Use the first valid binding
2001-01-29 Gerd Moellmann Undo last change.
2001-01-29 Gerd Moellmann (mouse_key_p): New function.
2001-01-25 Dave Love (Fwhere_is_internal): Declare gcpro3, gcpro4.
2001-01-24 Gerd Moellmann (Fwhere_is_internal): Don't nreverse the cached
2001-01-12 Gerd Moellmann Call get_local_map with new argument list.
2000-12-28 Gerd Moellmann (push_key_description): Add parameter FORCE_MULTIBYTE.
2000-12-21 Kenichi Handa (push_key_description): Don't convert eight-bit-control
2000-12-20 Stefan Monnier (where_is_internal): Check ascii_sequence_p rather than
2000-12-13 Stefan Monnier (get_keyelt): Only eval the filter if `autoload' is set.
2000-12-11 Gerd Moellmann (Fkey_description): If KEYS is an empty key sequence,
2000-12-08 Gerd Moellmann (current_minor_maps): Use malloc. Prevent a leak.
2000-10-27 Ken Raeburn * undo.c (record_delete): Check that last_undo_buffer is really a buffer before
2000-10-27 Stefan Monnier * lisp.h (KEYMAPP): New macro.
2000-10-25 Stefan Monnier (where_is_cache, where_is_cache_keymaps): New vars.
2000-10-25 Stefan Monnier Use AREF, ASET and ASIZE macros.
2000-10-25 Stefan Monnier (fix_submap_inheritance): Use get_keymap_1 on parent_entry
2000-10-24 Gerd Moellmann Update copyright.
2000-10-22 Stefan Monnier (fix_submap_inheritance): Don't do anything if parent_entry
2000-10-18 Gerd Moellmann (access_keymap): If IDX has a meta prefix, and there's
2000-10-16 Stefan Monnier (keymap_memberp): Ensure that nil is not a member.
2000-10-15 Stefan Monnier (Fkeymap_parent): Undefined autoload -> 1.
2000-10-15 Stefan Monnier * keymap.c (access_keymap): Add AUTOLOAD parameter.