log lisp/emacs-lisp/advice.el @ 90729:6588c6259dfb

age author description
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Oct 2006 02:54:13 +0000 Miles Bader Merge from emacs--devo--0
Wed, 07 Jun 2006 18:05:10 +0000 Miles Bader Merge from emacs--devo--0
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Sun, 25 Sep 2005 22:07:01 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Thu, 31 Mar 2005 09:58:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
Thu, 04 Nov 2004 08:55:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Sun, 28 Oct 2007 23:52:21 +0000 Glenn Morris (ad-compile-function): Use byte-compile-disable-warning.
Tue, 23 Oct 2007 08:40:53 +0000 Juanma Barranquero (ad-make-advised-docstring): Add ad-advice-info text property to doc string.
Tue, 16 Oct 2007 02:37:29 +0000 Richard M. Stallman (ad-get-advice-info): Change to a function.
Sun, 14 Oct 2007 22:46:38 +0000 Richard M. Stallman (documentation): Advice deleted. Doc for advised functions
Wed, 05 Sep 2007 03:47:22 +0000 Glenn Morris Johan Bockg? <bojohan at dd.chalmers.se>
Sat, 28 Jul 2007 19:57:23 +0000 Stefan Monnier (ad-interactive-form): Re-introduce.
Thu, 26 Jul 2007 18:49:14 +0000 Stefan Monnier (ad-interactive-p, ad-interactive-form): Remove.
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Sat, 14 Jul 2007 16:14:58 +0000 David Kastrup (defadvice): Doc fix.
Tue, 08 May 2007 16:05:02 +0000 Stefan Monnier (ad-special-forms): Remove.
Thu, 13 Mar 2008 15:27:53 +0000 Richard M. Stallman (defadvice): Add usage pattern.
Mon, 07 Jan 2008 01:07:48 +0000 Glenn Morris Add 2008 to copyright years.
Tue, 16 Oct 2007 02:34:10 +0000 Richard M. Stallman (ad-get-advice-info): Change to a function.
Wed, 25 Jul 2007 04:09:49 +0000 Glenn Morris Switch license to GPLv3 or later.
Mon, 16 Jul 2007 10:17:51 +0000 Juanma Barranquero (defadvice): Doc fix.
Sun, 21 Jan 2007 02:48:43 +0000 Glenn Morris Add 2007 to copyright years.
Thu, 07 Dec 2006 05:06:17 +0000 Glenn Morris Update copyright years.
Thu, 05 Oct 2006 15:53:30 +0000 Juanma Barranquero (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call):
Thu, 25 May 2006 00:00:40 +0000 Richard M. Stallman (ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads.
Mon, 06 Feb 2006 12:31:40 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 24 Oct 2005 16:14:34 +0000 Stefan Monnier (ad-make-advised-definition): Fix arg-order.
Sat, 24 Sep 2005 13:44:02 +0000 Romain Francoise 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
Sat, 06 Aug 2005 17:48:15 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Fri, 25 Mar 2005 09:55:34 +0000 Werner LEMBERG * emacs-lisp/advice.el: Replace `legal' with `valid'.
Tue, 02 Nov 2004 09:17:50 +0000 Richard M. Stallman (ad-make-advised-definition): Use called-interactively-p.
Tue, 23 Mar 2004 02:45:33 +0000 Stefan Monnier (ad-subr-arglist): Undo part of last patch.
Mon, 22 Mar 2004 15:16:27 +0000 Stefan Monnier (ad-subr-arglist): Simplify.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 06 May 2003 13:58:30 +0000 Stefan Monnier (ad-make-advised-docstring): Adjust usage for new help-add-fundoc-usage.
Sun, 04 May 2003 00:32:46 +0000 Stefan Monnier (ad-get-enabled-advices, ad-special-forms)
Sun, 07 Jul 2002 09:37:09 +0000 Richard M. Stallman (ad-compile-function): Disable cl-function warnings if cl is loaded.
Tue, 30 Apr 2002 04:20:16 +0000 Richard M. Stallman (documentation): Add ad-define-subr-args call.
Tue, 11 Dec 2001 06:07:07 +0000 Richard M. Stallman (ad-compile-function):
Tue, 27 Nov 2001 15:52:52 +0000 Sam Steingold Converted backquote to the new style.
Mon, 09 Jul 2001 13:06:11 +0000 Gerd Moellmann (ad-make-advised-definition): If the
Tue, 10 Apr 2001 15:17:09 +0000 Gerd Moellmann (ad-make-advised-definition): Construct
Thu, 29 Mar 2001 14:09:35 +0000 Gerd Moellmann (ad-make-advised-definition): Call
Tue, 21 Nov 2000 08:48:45 +0000 Miles Bader (ad-special-forms): Correct the conditional inclusion of `track-mouse'.
Mon, 12 Jun 2000 04:59:26 +0000 Stefan Monnier (ad-advice-class-completion-table)
Fri, 26 Nov 1999 21:24:39 +0000 Dave Love Fix last change.
Fri, 26 Nov 1999 17:46:05 +0000 Richard M. Stallman Many doc fixes.
Sat, 30 Oct 1999 20:24:32 +0000 Gerd Moellmann (ad-activate-on): Make it an alias for ad-activate.
Wed, 27 Oct 1999 11:57:29 +0000 Dave Love Doc fixes.
Tue, 26 Oct 1999 23:27:31 +0000 Gerd Moellmann (ad-activate-internal): Renamed from
Sat, 14 Aug 1999 03:55:01 +0000 Karl Heuer (ad-special-forms): Use track-mouse iff bound.