log src/keymap.c @ 45222:c525c7445e1b

age author description
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.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Thu, 01 Nov 2001 19:55:42 +0000 Richard M. Stallman (Fdescribe_buffer_bindings): Print character property
Sun, 28 Oct 2001 10:52:19 +0000 Pavel Jank (access_keymap): Remove unused variable `charset'.
Thu, 18 Oct 2001 22:14:34 +0000 Stefan Monnier (current_minor_maps): `override' only shadows its
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 22:45:02 +0000 Stefan Monnier (access_keymap): Unify handling of `t' and generic-char.
Fri, 12 Oct 2001 18:46:30 +0000 Stefan Monnier (Fkey_description): Use empty_string.
Mon, 08 Oct 2001 13:33:20 +0000 Sam Steingold current-active-maps: quote newlines
Mon, 08 Oct 2001 11:39:52 +0000 Stefan Monnier Include keymap.h.
Mon, 08 Oct 2001 09:47:10 +0000 Stefan Monnier (Fkeymap_prompt, Fcurrent_active_maps): New funs.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Fri, 24 Aug 2001 08:42:35 +0000 Gerd Moellmann (access_keymap): Return the cdr of the binding of
Wed, 22 Aug 2001 08:29:20 +0000 Gerd Moellmann (access_keymap): Fix last change to not consider
Tue, 21 Aug 2001 10:41:51 +0000 Gerd Moellmann (access_keymap): If a binding of the form (GENERIC-CHAR
Tue, 29 May 2001 14:09:27 +0000 Gerd Moellmann (Fsingle_key_description): NUL-terminate the string
Tue, 29 May 2001 11:10:47 +0000 Gerd Moellmann *** empty log message ***
Wed, 16 May 2001 10:49:21 +0000 Gerd Moellmann (Fsingle_key_description): Replace a build_string with
Mon, 26 Feb 2001 17:16:00 +0000 Stefan Monnier (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.
Mon, 26 Feb 2001 17:07:47 +0000 Stefan Monnier *** empty log message ***
Sat, 24 Feb 2001 17:07:17 +0000 Stefan Monnier (where_is_internal): Accept non-ascii integer prefixes.
Wed, 31 Jan 2001 15:19:30 +0000 Stefan Monnier (Fwhere_is_internal): Use the first valid binding
Mon, 29 Jan 2001 20:04:42 +0000 Gerd Moellmann Undo last change.
Mon, 29 Jan 2001 19:52:22 +0000 Gerd Moellmann (mouse_key_p): New function.
Thu, 25 Jan 2001 12:58:22 +0000 Dave Love (Fwhere_is_internal): Declare gcpro3, gcpro4.
Wed, 24 Jan 2001 19:39:42 +0000 Gerd Moellmann (Fwhere_is_internal): Don't nreverse the cached
Fri, 12 Jan 2001 11:19:11 +0000 Gerd Moellmann Call get_local_map with new argument list.
Thu, 28 Dec 2000 13:38:55 +0000 Gerd Moellmann (push_key_description): Add parameter FORCE_MULTIBYTE.
Thu, 21 Dec 2000 01:58:28 +0000 Kenichi Handa (push_key_description): Don't convert eight-bit-control
Wed, 20 Dec 2000 22:46:39 +0000 Stefan Monnier (where_is_internal): Check ascii_sequence_p rather than
Wed, 13 Dec 2000 14:13:10 +0000 Stefan Monnier (get_keyelt): Only eval the filter if `autoload' is set.
Mon, 11 Dec 2000 15:21:46 +0000 Gerd Moellmann (Fkey_description): If KEYS is an empty key sequence,
Fri, 08 Dec 2000 09:58:28 +0000 Gerd Moellmann (current_minor_maps): Use malloc. Prevent a leak.
Fri, 27 Oct 2000 23:01:20 +0000 Ken Raeburn * undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Wed, 25 Oct 2000 23:35:21 +0000 Stefan Monnier (where_is_cache, where_is_cache_keymaps): New vars.
Wed, 25 Oct 2000 04:42:10 +0000 Stefan Monnier Use AREF, ASET and ASIZE macros.
Wed, 25 Oct 2000 03:02:17 +0000 Stefan Monnier (fix_submap_inheritance): Use get_keymap_1 on parent_entry
Tue, 24 Oct 2000 12:32:33 +0000 Gerd Moellmann Update copyright.
Sun, 22 Oct 2000 04:48:48 +0000 Stefan Monnier (fix_submap_inheritance): Don't do anything if parent_entry
Wed, 18 Oct 2000 14:20:53 +0000 Gerd Moellmann (access_keymap): If IDX has a meta prefix, and there's
Mon, 16 Oct 2000 21:57:11 +0000 Stefan Monnier (keymap_memberp): Ensure that nil is not a member.
Sun, 15 Oct 2000 03:34:18 +0000 Stefan Monnier (Fkeymap_parent): Undefined autoload -> 1.
Sun, 15 Oct 2000 03:31:21 +0000 Stefan Monnier * keymap.c (access_keymap): Add AUTOLOAD parameter.
Wed, 04 Oct 2000 23:16:35 +0000 Stefan Monnier (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.