log src/keymap.c @ 5940:c608d4b0b75e cygwin64 tip

age author description
Wed, 02 Jul 2014 17:45:49 +0100 Aidan Kehoe Autoload within #'keymapp, as documented.
Wed, 10 Jul 2013 14:14:30 +0100 Aidan Kehoe Document #'events-to-keys some more, use it less.
Tue, 06 Nov 2012 22:33:58 +0000 Aidan Kehoe Be more careful about erroring with probable GNU-syntax keysyms, keymap.c
Tue, 06 Nov 2012 22:27:15 +0000 Aidan Kehoe Handle interactive command remapping a little better than 7371081ce8f7, keymap.c
Tue, 06 Nov 2012 21:34:15 +0000 Aidan Kehoe Back out 7371081ce8f7, I have a better approach.
Sun, 14 Oct 2012 22:10:39 +0100 Aidan Kehoe Have command remapping work interactively too, thank you Robert Pluim!
Wed, 05 Sep 2012 20:37:58 +0100 Aidan Kehoe Don't sanity-check commands with (define-key KEYMAP [remap COMMAND1] COMMAND2).
Sun, 02 Sep 2012 14:31:40 +0100 Aidan Kehoe Add command remapping, a more robust alternative to #'substitute-key-definition
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Mon, 07 Feb 2011 21:22:17 +0100 Mats Lidell Merge with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Mon, 07 Feb 2011 00:03:41 +0000 Aidan Kehoe Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.
Sat, 05 Feb 2011 12:04:34 +0000 Aidan Kehoe Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API