log src/data.c @ 85292:3fd2159a6a89

age author description
Sun, 14 Oct 2007 17:21:39 +0000 Juanma Barranquero (Ffset): Save autoload of the function being set.
Mon, 10 Sep 2007 09:41:44 +0000 Micha¸«³l Cadilhac (Finteractive_form): If the interactive specification starts with a `(',
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Tue, 24 Jul 2007 01:25:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 30 May 2007 14:44:47 +0000 Miles Bader Merge from emacs--devo--0
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 01 Jan 2007 17:38:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 29 Jul 2006 09:59:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Fri, 14 Jul 2006 05:56:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Wed, 12 Apr 2006 17:40:36 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Wed, 01 Feb 2006 02:04:15 +0000 Karoly Lorentey Merged from
Mon, 30 Jan 2006 18:06:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
Mon, 07 Nov 2005 14:56:19 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
Tue, 01 Nov 2005 06:23:08 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Sat, 29 Oct 2005 11:50:12 +0000 Karoly Lorentey Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.
Sun, 09 Oct 2005 20:00:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Sun, 11 Sep 2005 06:42:03 +0000 Karoly Lorentey Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Mon, 11 Jul 2005 00:05:55 +0000 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Mon, 27 Jun 2005 02:08:34 +0000 Karoly Lorentey Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 25 Jul 2007 21:03:24 +0000 Stefan Monnier (Finteractive_form): Check for the presence of an
Wed, 25 Jul 2007 06:24:58 +0000 Stefan Monnier (Finteractive_form): Use a `interactive-form' property if
Tue, 24 Jul 2007 01:21:32 +0000 Miles Bader Merge from emacs--rel--22
Wed, 18 Jul 2007 11:54:08 +0000 Juanma Barranquero (Fsetq_default): Doc fix.
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Sun, 14 Oct 2007 18:00:31 +0000 Juanma Barranquero (Ffset): Save autoload of the function being set.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 15 Jul 2007 18:57:10 +0000 Richard M. Stallman (Fsetq_default): Doc fix.
Tue, 05 Jun 2007 00:25:19 +0000 Chong Yidong (Fmake_local_variable): Delete stray semicolon.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sun, 17 Dec 2006 22:23:36 +0000 Richard M. Stallman Comment change.
Sun, 12 Nov 2006 04:50:22 +0000 Juanma Barranquero (Flogxor): Fix typo in docstring.
Wed, 08 Nov 2006 21:13:44 +0000 Juanma Barranquero (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
Tue, 18 Jul 2006 13:26:19 +0000 Kim F. Storm (circular_list_error): Use xsignal.
Thu, 13 Jul 2006 13:43:44 +0000 Kim F. Storm (Findirect_function): Optimize for no indirection.
Wed, 12 Jul 2006 13:15:46 +0000 Kim F. Storm (wrong_type_argument): Remove loop around Fsignal.
Tue, 11 Apr 2006 07:13:33 +0000 Dan Nicolaescu * lisp.h (wrong_type_argument): Mark as NO_RETURN.
Fri, 10 Feb 2006 22:34:24 +0000 Thien-Thi Nguyen (Findirect_function): Rewrite docstring.
Fri, 10 Feb 2006 00:00:31 +0000 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 30 Jan 2006 23:40:49 +0000 Luc Teirlinck (Flistp): Doc fix.
Sun, 29 Jan 2006 02:19:33 +0000 Luc Teirlinck (Fcar, Fcdr): Doc fixes.
Sat, 28 Jan 2006 23:16:35 +0000 Luc Teirlinck (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
Sun, 30 Oct 2005 03:02:43 +0000 Richard M. Stallman (Fmake_variable_frame_local): Doc fix.
Fri, 28 Oct 2005 01:25:18 +0000 Chong Yidong * data.c (Fmake_variable_frame_local): Add clarification to
Sun, 18 Sep 2005 16:22:07 +0000 John Paul Wallington (Fdefalias): Signal an error if SYMBOL is not a symbol.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Wed, 27 Apr 2005 11:30:42 +0000 Kim F. Storm (syms_of_data) Staticpro Qcyclic_variable_indirection.
Wed, 20 Apr 2005 07:50:30 +0000 Kenichi Handa (Faref): Handle special slots used as default values of
Tue, 15 Feb 2005 06:33:15 +0000 Richard M. Stallman (Fsetq_default): Allow no arg case.
Mon, 27 Dec 2004 16:03:49 +0000 Richard M. Stallman (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
Wed, 15 Dec 2004 21:40:41 +0000 Jan Dj¸«£rv * syssignal.h: Declare main_thread.
Thu, 02 Dec 2004 23:35:42 +0000 Richard M. Stallman (Fmake_variable_buffer_local): Doc fix.
Tue, 09 Nov 2004 13:19:11 +0000 Kim F. Storm (store_symval_forwarding): Remove unused variables.