log src/keymap.c @ 82422:77d2d5f85dbc

age author description
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Tue, 10 Jul 2007 15:40:06 +0000 Stefan Monnier (map_char_table): Use an array of int for `indices' rather than
Tue, 10 Jul 2007 15:20:15 +0000 Stefan Monnier (struct accessible_keymaps_data, struct where_is_internal_data): New structs.
Mon, 25 Jun 2007 20:53:48 +0000 David Kastrup * keymaps.texi (Active Keymaps): Document new POSITION argument of
Fri, 08 Jun 2007 20:10:01 +0000 Juanma Barranquero (Fkey_description): Use empty_unibyte_string.
Mon, 07 May 2007 20:49:55 +0000 Andreas Schwab (Flookup_key): Fix typo in last change.
Mon, 07 May 2007 15:41:37 +0000 Stefan Monnier (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 22 Apr 2007 16:53:57 +0000 Richard M. Stallman (Fdefine_key): Minor doc fix.
Sat, 21 Apr 2007 19:29:26 +0000 Glenn Morris (Fdefine_key): Fix info ref in doc string.
Sun, 01 Apr 2007 22:03:22 +0000 Chong Yidong (Fcommand_remapping): New optional argument.
Sun, 01 Apr 2007 15:58:29 +0000 Chong Yidong (where_is_internal): Scan provided keymaps for command remappings
Sat, 24 Mar 2007 16:23:01 +0000 Eli Zaretskii Fix a comment before `current_minor_maps'.
Fri, 09 Mar 2007 17:31:12 +0000 Juanma Barranquero (Fdescribe_buffer_bindings): Check that BUFFER is valid.
Fri, 02 Mar 2007 08:45:13 +0000 David Kastrup *** empty log message ***
Wed, 24 Jan 2007 00:26:30 +0000 Kim F. Storm (describe_map): Don't consider prefix keys to be shadowed.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 30 Dec 2006 06:25:06 +0000 Richard M. Stallman (Fdefine_key): Doc fix.
Sun, 10 Dec 2006 23:33:46 +0000 Juanma Barranquero (Flookup_key): Doc fix.
Fri, 13 Oct 2006 01:45:37 +0000 Chong Yidong * keymap.c (Fkey_binding): Check Lisp_Object types before doing
Thu, 28 Sep 2006 19:00:10 +0000 Stefan Monnier (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
Tue, 26 Sep 2006 04:16:59 +0000 Kenichi Handa (Fsingle_key_description): For an invalid char, retuen
Mon, 25 Sep 2006 04:38:18 +0000 Kenichi Handa (Fsingle_key_description): Fix the last change.
Mon, 25 Sep 2006 02:51:13 +0000 Kenichi Handa (Fsingle_key_description): Return unique names for
Sat, 23 Sep 2006 05:37:18 +0000 Kenichi Handa (Fmap_keymap): Docstring mentions about generic
Tue, 19 Sep 2006 10:19:34 +0000 Stefan Monnier Include alloca.h if available.
Fri, 15 Sep 2006 07:19:15 +0000 David Kastrup * NEWS: explain new behavior and arguments of `key-binding' and
Mon, 11 Sep 2006 13:03:40 +0000 Chong Yidong * keymap.c (Fkey_binding): Use string position for string objects.
Mon, 11 Sep 2006 08:52:42 +0000 Kim F. Storm (Fkey_binding): Fix last change.
Mon, 11 Sep 2006 02:34:05 +0000 Chong Yidong * keymap.c (Fkey_binding): Check for local keymap for mouse click
Sat, 22 Jul 2006 21:22:52 +0000 Stefan Monnier (Fdefine_key): If the key binding definition looks like an
Tue, 18 Jul 2006 13:28:21 +0000 Kim F. Storm (Fmap_keymap): Use xsignal1.
Wed, 12 Jul 2006 13:19:15 +0000 Kim F. Storm (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.
Wed, 10 May 2006 03:32:06 +0000 Chong Yidong * keymap.c (describe_map): Avoid generating duplicate entries if
Tue, 09 May 2006 13:19:57 +0000 Kenichi Handa (push_key_description): Fix previous change.
Tue, 09 May 2006 13:17:24 +0000 Kenichi Handa (push_key_description): Handle invalid character key.
Sun, 30 Apr 2006 22:15:13 +0000 Richard M. Stallman (Fdefine_key): Improve error message when KEY begins with a non-prefix key.
Wed, 26 Apr 2006 20:50:25 +0000 Stefan Monnier (store_in_keymap): Change `def' arg to not be `register'.
Tue, 18 Apr 2006 20:58:59 +0000 Richard M. Stallman (describe_map): Make "shadowed" warning more verbose.
Sat, 08 Apr 2006 14:20:10 +0000 Stefan Monnier (describe_map): Don't use XINT if we haven't checked INTEGERP.
Mon, 20 Mar 2006 06:24:31 +0000 Kenichi Handa (map_keymap): Set tail to Qnil before GCPRO it.
Sat, 11 Mar 2006 15:25:03 +0000 Richard M. Stallman (describe_map): Shorten string to indicate shadowed binding.
Fri, 10 Feb 2006 00:00:31 +0000 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 26 Jan 2006 17:50:50 +0000 Richard M. Stallman (Fmap_keymap): Doc fix.
Thu, 19 Jan 2006 17:41:40 +0000 Richard M. Stallman (Fmap_keymap): Doc fix.
Tue, 03 Jan 2006 16:54:47 +0000 Stefan Monnier (describe_map_compare): Yet another int/Lisp_Object mixup.
Fri, 30 Dec 2005 04:52:16 +0000 Richard M. Stallman (describe_map): Put sparse map elements into an array,
Mon, 19 Dec 2005 15:46:13 +0000 Stefan Monnier (Vfunction_key_map): Docstring fix: mention that bindings can be functions.
Sun, 11 Dec 2005 15:35:14 +0000 Richard M. Stallman (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
Fri, 02 Dec 2005 13:47:11 +0000 Eli Zaretskii (Vminibuffer_local_filename_completion_map)
Mon, 21 Nov 2005 23:32:12 +0000 Ken Raeburn (shadow_lookup): Use make_number to pass a number to Fsubstring.
Wed, 09 Nov 2005 07:48:38 +0000 Juri Linkov (shadow_lookup): If Flookup_key returns a number,
Mon, 12 Sep 2005 10:26:35 +0000 Kim F. Storm (Fdescribe_buffer_bindings): Reload `translate'
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 18 Jul 2005 16:33:00 +0000 Juri Linkov (Fminor_mode_key_binding): Delete duplicate words.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sun, 10 Apr 2005 01:43:18 +0000 Richard M. Stallman (where_is_internal): Convert a string used as event type into "(any string)".
Tue, 15 Feb 2005 06:39:18 +0000 Richard M. Stallman (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
Fri, 28 Jan 2005 16:25:10 +0000 Stefan Monnier (access_keymap): YAILOM.
Fri, 21 Jan 2005 00:31:40 +0000 Richard M. Stallman (access_keymap): Protect from bad value of meta_prefix_char.
Thu, 13 Jan 2005 19:49:53 +0000 Richard M. Stallman (Fcurrent_active_maps): Ignore Voverriding_local_map
Tue, 23 Nov 2004 05:08:09 +0000 Stefan Monnier (Flookup_key): Check INTEGERP before XINT.
Tue, 16 Nov 2004 17:00:59 +0000 Richard M. Stallman (Fmap_keymap): New arg SORT-FIRST. Use
Wed, 10 Nov 2004 22:35:21 +0000 Stefan Monnier (Fkeymap_prompt): Accept symbol keymaps.
Wed, 13 Oct 2004 17:00:13 +0000 Stefan Monnier (get_keymap): An autoload form is not a keymap.
Mon, 09 Aug 2004 18:42:04 +0000 Luc Teirlinck (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
Sun, 08 Aug 2004 00:33:40 +0000 Luc Teirlinck (Flocal_key_binding, Fglobal_key_binding)
Sat, 31 Jul 2004 16:05:54 +0000 Luc Teirlinck (Fset_keymap_parent): Minor doc fix.
Sat, 31 Jul 2004 16:03:08 +0000 Luc Teirlinck (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
Wed, 23 Jun 2004 17:03:50 +0000 Luc Teirlinck (Ftext_char_description): Doc fix.
Sat, 05 Jun 2004 00:28:36 +0000 Juanma Barranquero (Fdescribe_vector): Fix docstring.
Sat, 22 May 2004 01:52:56 +0000 Juanma Barranquero (Fdefine_key): Doc fix.
Tue, 20 Apr 2004 19:44:26 +0000 Stefan Monnier (Fkey_description): Fix the usual int/Lisp_Object mixup.
Fri, 16 Apr 2004 21:16:33 +0000 Kim F. Storm (Fkey_description): Add optional PREFIX arg.
Wed, 04 Feb 2004 20:19:37 +0000 Stefan Monnier (Vmouse_events): Rename from Vmenu_events.
Fri, 03 Oct 2003 08:30:05 +0000 John Paul Wallington (map_keymap): Don't abort when binding is a vector.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sat, 17 May 2003 12:47:55 +0000 Richard M. Stallman (Fset_keymap_parent, map_keymap, Fcopy_keymap)
Mon, 05 May 2003 18:06:03 +0000 Stefan Monnier (map_keymap): Doc fix.
Sun, 04 May 2003 00:13:06 +0000 Stefan Monnier (map_keymap_item, map_keymap_char_table_item, map_keymap)
Tue, 18 Mar 2003 19:35:23 +0000 Stefan Monnier (Faccessible_keymaps): Remove unused var.
Tue, 18 Mar 2003 19:34:31 +0000 Stefan Monnier (accessible_keymaps_1): Break cycles but without preventing
Sun, 16 Mar 2003 00:06:59 +0000 Stefan Monnier (Vmenu_events): New var.
Sat, 22 Feb 2003 22:18:42 +0000 Stefan Monnier (copy_keymap_1): Make it static.
Fri, 21 Feb 2003 16:38:34 +0000 Kai Grojohann (Fdefine_key): Clarification of formulation.
Fri, 21 Feb 2003 16:34:59 +0000 Kai Grojohann (Fdefine_key): Doc fix.
Wed, 19 Feb 2003 16:27:21 +0000 Kai Grojohann Typo in docstring for define-key.
Wed, 12 Feb 2003 23:13:43 +0000 Kim F. Storm Renamed remap-command to command-remapping. All uses changed.
Tue, 11 Feb 2003 14:35:24 +0000 Kim F. Storm (Fremap_command): Return nil if arg is not a symbol.
Mon, 06 Jan 2003 00:53:47 +0000 Richard M. Stallman (apropos_predicate, apropos_accumulate): Make them static.
Tue, 16 Jul 2002 19:48:37 +0000 Ken Raeburn (Fdescribe_buffer_bindings): Use const for pointer to
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Fri, 12 Jul 2002 03:37:49 +0000 Markus Rost (Fkey_binding): Fix typo.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Tue, 02 Jul 2002 19:13:12 +0000 Richard M. Stallman (Fdefine_key): Doc fix.
Tue, 02 Jul 2002 15:27:56 +0000 Juanma Barranquero (syms_of_keymap): Fix typo.
Mon, 03 Jun 2002 01:39:27 +0000 Thien-Thi Nguyen (describe_command): Cast `current_column' return value to int.
Mon, 20 May 2002 08:06:00 +0000 Ken Raeburn * keymap.c (silly_event_symbol_error, Fsingle_key_description)
Tue, 14 May 2002 03:04:24 +0000 Stefan Monnier (keymap_parent): New fun, extracted from Fkeymap_parent.
Fri, 10 May 2002 23:57:14 +0000 Kim F. Storm (current_minor_maps): Fixed resizing of cmm_maps;
Fri, 10 May 2002 07:03:20 +0000 Kim F. Storm (Vemulation_mode_map_alists): New variable.
Sun, 24 Feb 2002 00:23:20 +0000 Kim F. Storm (Flookup_key): Fixed problem in 2001-12-28 patch:
Sat, 23 Feb 2002 22:00:37 +0000 Kim F. Storm The following changes rework my patch of 2002-02-06 which
Thu, 07 Feb 2002 11:12:50 +0000 Kim F. Storm (where_is_internal): Only check if definition is
Wed, 06 Feb 2002 22:57:42 +0000 Kim F. Storm (Fdefine_key): Allow symbol as KEY argument for
Thu, 03 Jan 2002 21:28:04 +0000 Richard M. Stallman (Fcurrent_active_maps): Put the `keymap' property map first.
Sat, 29 Dec 2001 14:54:18 +0000 Richard M. Stallman (silly_event_symbol_error): New subrtn, from Fdefine_key.
Fri, 28 Dec 2001 18:48:46 +0000 Richard M. Stallman Fix previous change; also correct its change log:
Fri, 28 Dec 2001 18:39:04 +0000 Richard M. Stallman (Flookup_key): Add error message for trying to bind [DEL], [RET], etc.
Thu, 20 Dec 2001 19:01:00 +0000 Pavel Jank Doc fix.
Mon, 26 Nov 2001 22:30:21 +0000 Stefan Monnier (access_keymap): Handle t bindings like nil bindings.
Fri, 23 Nov 2001 07:02:19 +0000 Pavel Jank (access_keymap): Remove unused variables `c1' and `c2'.
Mon, 19 Nov 2001 22:46:37 +0000 Stefan Monnier (Fdescribe_vector): Add `describer' parameter.
Tue, 13 Nov 2001 07:48:37 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Wed, 07 Nov 2001 08:46:49 +0000 Pavel Jank (access_keymap): Fix compilation error.
Wed, 07 Nov 2001 03:35:05 +0000 Richard M. Stallman (access_keymap): Don't use initializers on Lisp_Object.