log src/keymap.c @ 16125:2e0a45264368

age author description
Wed, 04 Sep 1996 16:09:43 +0000 Richard M. Stallman (syms_of_keymap): staticpro current_global_map;
Wed, 12 Jun 1996 21:47:59 +0000 Richard M. Stallman (Fset_keymap_parent): Return early if KEYMAP already has the proper parent.
Mon, 10 Jun 1996 18:19:25 +0000 Richard M. Stallman (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.
Thu, 06 Jun 1996 20:25:48 +0000 Richard M. Stallman (Fkeymap_parent, Fset_keymap_parent): New functions.
Sun, 03 Mar 1996 19:29:10 +0000 Richard M. Stallman (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.
Wed, 24 Jan 1996 23:42:32 +0000 Karl Heuer (Faccessible_keymaps): Doc fix.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 23:39:59 +0000 Karl Heuer (describe_map): New arg nomenu.
Tue, 09 Jan 1996 03:16:51 +0000 Karl Heuer (Fapropos_internal): Fix previous change.
Tue, 09 Jan 1996 00:33:04 +0000 Erik Naggum (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,
Thu, 04 Jan 1996 23:02:52 +0000 Karl Heuer (Flookup_key): Doc fix.
Thu, 21 Dec 1995 17:10:27 +0000 Karl Heuer (Fkey_binding): Handle text-property keymaps.
Mon, 30 Oct 1995 19:33:01 +0000 Richard M. Stallman (describe_translation): Insert newline after key description.
Thu, 19 Oct 1995 00:17:11 +0000 Richard M. Stallman (describe_map_tree): New arg always_title. Callers changed.
Thu, 12 Oct 1995 21:18:42 +0000 Richard M. Stallman (describe_vector): Support nested char-tables.
Sat, 07 Oct 1995 22:00:06 +0000 Richard M. Stallman (describe_vector): Use Flength to get length of vector.
Fri, 28 Jul 1995 02:57:41 +0000 Richard M. Stallman (describe_buffer_bindings): Print bindings from
Mon, 17 Jul 1995 22:21:54 +0000 Karl Heuer (current_minor_maps): Catch errors in Findirect_function.
Sat, 17 Jun 1995 23:46:27 +0000 Richard M. Stallman (Vdefine_key_rebound_commands): New variable.
Fri, 16 Jun 1995 05:24:27 +0000 Karl Heuer (Fkey_binding, describe_buffer_bindings):
Fri, 09 Jun 1995 01:15:14 +0000 Karl Heuer (Flookup_key, Fdefine_key): Use Fevent_convert_list.
Mon, 29 May 1995 06:07:34 +0000 Karl Heuer (describe_vector): New arg entire_map.
Fri, 26 May 1995 02:49:43 +0000 Karl Heuer (describe_map_tree): Move declaration to lisp.h.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Wed, 22 Mar 1995 17:47:55 +0000 Karl Heuer (Fwhere_is_internal): Fix missing \n\.
Sun, 26 Feb 1995 21:04:52 +0000 Richard M. Stallman (Fdefine_key): Handle Lucid-style (crtl backspace) etc.
Thu, 23 Feb 1995 09:07:36 +0000 Richard M. Stallman (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,
Tue, 24 Jan 1995 22:14:00 +0000 Richard M. Stallman (Flocal_set_key, Fglobal_set_key): Use K, not k.
Sun, 08 Jan 1995 20:24:36 +0000 Richard M. Stallman (store_in_keymap): Copy a cons only if car is a string.
Mon, 02 Jan 1995 06:42:56 +0000 Richard M. Stallman (store_in_keymap): While dumping, copy DEF if a cons.