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'.
|
Sat, 30 Sep 2000 17:00:15 +0000 |
Stefan Monnier |
(keymap_memberp): New function.
|
Fri, 29 Sep 2000 06:47:05 +0000 |
Kenichi Handa |
Remove the line "#undef NULL".
|
Thu, 21 Sep 2000 20:54:57 +0000 |
Gerd Moellmann |
Avoid some more compiler warnings.
|
Fri, 08 Sep 2000 13:30:03 +0000 |
Gerd Moellmann |
(Fset_keymap_parent): Check for cycles in keymap
|
Mon, 28 Aug 2000 18:40:21 +0000 |
Dave Love |
(store_in_keymap): Add `static' to declaration.
|
Sun, 27 Aug 2000 16:21:55 +0000 |
Stefan Monnier |
(store_in_keymap, fix_submap_inheritance): New prototypes.
|