log lisp/emacs-lisp/cl-macs.el @ 111787:4ba82556d7dd

age author description
Thu, 02 Dec 2010 09:36:45 -0800 Glenn Morris cl-macs `loop' fix for bug#7492.
Mon, 08 Nov 2010 14:09:21 -0500 Stefan Monnier * lisp/emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
Fri, 05 Nov 2010 00:34:45 -0700 Glenn Morris Silence cl-macs.el compilation.
Thu, 02 Sep 2010 11:47:08 +0200 Jan D. Removed cut-buffer code.
Sun, 29 Aug 2010 12:17:13 -0400 Chong Yidong Add "Package:" file headers to denote built-in packages.
Wed, 16 Jun 2010 16:08:41 -0400 Stefan Monnier Merge from emacs-23
Sat, 12 Jun 2010 00:06:15 -0700 Glenn Morris Close bug#6408.
Wed, 19 May 2010 23:37:57 +0300 Juri Linkov * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
Tue, 04 May 2010 23:45:21 -0400 Stefan Monnier Use define-minor-mode in more cases.
Tue, 04 May 2010 22:08:25 -0400 Stefan Monnier Use define-minor-mode for less obvious cases.
Thu, 08 Apr 2010 15:59:46 -0400 Stefan Monnier Fix some of the problems in defsubst* (bug#5728).
Thu, 11 Mar 2010 19:19:17 -0800 Glenn Morris Close bug#4427.
Sat, 16 Jan 2010 15:04:29 -0500 Chong Yidong * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Thu, 12 Nov 2009 06:48:03 +0000 Dan Nicolaescu (define-compiler-macro): Purecopy the file name.
Sun, 27 Sep 2009 23:25:03 +0000 Chong Yidong * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
Fri, 11 Sep 2009 22:59:36 +0000 Juanma Barranquero * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
Fri, 11 Sep 2009 03:39:28 +0000 Glenn Morris (define-compiler-macro): Add a property that records where a macro was
Sun, 30 Aug 2009 14:18:25 +0000 Stefan Monnier (cl-macro-environment): Provide a docstring.
Sat, 22 Aug 2009 18:07:46 +0000 Chong Yidong * emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
Thu, 23 Jul 2009 02:54:00 +0000 Glenn Morris (load-time-value): Update for the name-change `outbuffer' to
Sun, 10 May 2009 22:01:20 +0000 Chong Yidong * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
Mon, 05 Jan 2009 03:18:22 +0000 Glenn Morris Add 2009 to copyright years.
Thu, 20 Nov 2008 02:58:34 +0000 Glenn Morris Comment.
Thu, 23 Oct 2008 02:40:09 +0000 Glenn Morris (flet): Throw an error when trying to byte-compile a redefinition of a
Wed, 16 Jul 2008 02:50:00 +0000 Glenn Morris Simply require 'cl (silences spurious warnings).
Wed, 07 May 2008 02:58:25 +0000 Glenn Morris (ignore-errors): Move to subr.el.
Tue, 06 May 2008 03:21:21 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Tue, 08 Apr 2008 11:48:35 +0000 Juanma Barranquero (get-setf-method): Use `string-match-p'.
Thu, 03 Apr 2008 13:42:25 +0000 Stefan Monnier (defsetf): Accept a lambda for the 2-arg form.