log src/keymap.c @ 112364:42e22c4f06b7

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Sun, 01 Aug 2010 02:14:14 +0200 Stefan Monnier * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 19 Jun 2010 14:02:41 -0400 Chong Yidong * keymap.c (Fdefine_key): Doc fix (Bug#6460).
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 15:51:05 +0200 Juanma Barranquero Fix comments and whitespace.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Tue, 01 Jun 2010 19:40:59 -0700 Dan Nicolaescu Remove unnecessary alloca.h includes.
Mon, 31 May 2010 15:35:04 -0400 Stefan Monnier * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
Wed, 03 Mar 2010 12:31:50 -0500 Chong Yidong Fix keyboard macro key lookup (Bug#5481).
Sun, 24 Jan 2010 03:42:22 -0500 Stefan Monnier * keymap.c (shadow_lookup): Add `remap' arg.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 06 Nov 2009 07:49:31 +0000 Dan Nicolaescu * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Sat, 24 Oct 2009 06:32:03 +0000 Dan Nicolaescu * keymap.c (Fmake_sparse_keymap): Purecopy the name.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sat, 12 Sep 2009 01:21:30 +0000 Stefan Monnier (Fwhere_is_internal): Use nconc2.
Fri, 11 Sep 2009 05:10:15 +0000 Stefan Monnier (where_is_internal): Don't erroneously return nil right after
Fri, 11 Sep 2009 02:14:05 +0000 Stefan Monnier (get_keymap): Return the actual keymap symbol rather than t for autoloaded
Fri, 11 Sep 2009 00:58:59 +0000 Stefan Monnier * keymap.c (QCadvertised_binding): New constant.
Thu, 10 Sep 2009 16:47:47 +0000 Stefan Monnier (Fwhere_is_internal): Last minute typo.
Thu, 10 Sep 2009 16:19:52 +0000 Stefan Monnier * keymap.c (where_is_internal_data): Make noindirect a boolean.
Wed, 09 Sep 2009 02:38:50 +0000 Stefan Monnier (where_is_internal): Filter out shadowed remappings.
Fri, 20 Feb 2009 01:52:22 +0000 Chong Yidong (Fkeymap_parent): Doc fix (Bug#2391).
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Fri, 26 Dec 2008 14:43:21 +0000 Andreas Schwab (map_keymap_char_table_item): Make a copy of KEY if it is a
Thu, 27 Nov 2008 08:02:02 +0000 Kenichi Handa (describe_vector): Adjusted for the change of
Wed, 16 Jul 2008 19:23:49 +0000 Stefan Monnier * keymap.c: Remove all NS-specific code.
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Thu, 05 Jun 2008 05:44:12 +0000 Stefan Monnier * keymap.c (Vminibuffer_local_filename_must_match_map):
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Tue, 08 Apr 2008 22:13:13 +0000 Stefan Monnier (access_keymap): Remove the value 2 for t_ok which was used
Fri, 04 Apr 2008 17:31:20 +0000 Stefan Monnier * subr.el (keymap-canonicalize): New function.
Tue, 25 Mar 2008 20:12:54 +0000 Stefan Monnier (map_keymap_internal): New fun.
Tue, 25 Mar 2008 19:42:34 +0000 Stefan Monnier * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
Fri, 08 Feb 2008 16:23:19 +0000 Stefan Monnier (Fkey_description): Move side effect outside of macro call.
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Thu, 06 Dec 2007 09:51:45 +0000 Miles Bader Merge from emacs--devo--0
Fri, 19 Oct 2007 00:00:21 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Thu, 20 Sep 2007 07:51:37 +0000 Kenichi Handa (where_is_internal_1): If key is a cons, store the copy
Mon, 13 Aug 2007 13:48:35 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Mon, 16 Jul 2007 19:26:14 +0000 Stefan Monnier Fix up failed merge from the trunk:
Sun, 15 Jul 2007 04:47:46 +0000 Miles Bader Merge from emacs--devo--0
Mon, 09 Jul 2007 08:00:55 +0000 Miles Bader Merge from emacs--devo--0
Mon, 11 Jun 2007 00:58:11 +0000 Miles Bader Merge from emacs--devo--0
Tue, 15 May 2007 07:17:13 +0000 Miles Bader Merge from emacs--devo--0
Tue, 24 Apr 2007 21:56:25 +0000 Miles Bader Merge from emacs--devo--0