log src/callint.c @ 112434:9de5a68b57e1

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
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.
Fri, 06 Aug 2010 11:41:15 -0700 Dan Nicolaescu Use const for some arrays and functions.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
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 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_
Wed, 17 Feb 2010 22:35:21 -0800 Glenn Morris * callint.c (Finteractive): Doc fix.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Wed, 15 Apr 2009 00:08:23 +0000 Dan Nicolaescu * fileio.c (history_delete_duplicates): Remove unused declaration.
Thu, 26 Mar 2009 17:07:54 +0000 Stefan Monnier * callint.c (Fcall_interactively): For '^' just delegate the work to
Sun, 22 Mar 2009 15:07:10 +0000 Alan Mackenzie (Finteractive): Clarify the doc string - even promptless elements need \n
Fri, 27 Feb 2009 04:02:22 +0000 Glenn Morris (Finteractive): Doc fix.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Fri, 26 Dec 2008 09:39:49 +0000 Martin Rudalics * textprop.c (Qminibuffer_prompt): New variable.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Thu, 03 Apr 2008 16:36:47 +0000 Chong Yidong (Fcall_interactively): Handle temporary region even when
Wed, 02 Apr 2008 20:14:40 +0000 Chong Yidong (Vshift_select_mode): New var.
Sat, 29 Mar 2008 22:58:17 +0000 Juri Linkov (Fcall_interactively): Revert 2008-03-16 change
Thu, 20 Mar 2008 17:21:16 +0000 Andreas Schwab (Fcall_interactively) [case 'B']: Use other-buffer
Sun, 16 Mar 2008 17:45:52 +0000 Juri Linkov (Fcall_interactively): For interactive code letters
Tue, 19 Feb 2008 04:03:01 +0000 Stefan Monnier (Fcall_interactively): Use AREF.
Sun, 17 Feb 2008 16:57:44 +0000 Dan Nicolaescu * simple.el (transient-mark-mode): Add an :init-value.