log src/keymap.c @ 82066:f599171df164

age author description
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.