index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
advice.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-21
/
+21
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-17
/
+17
*
Fix some “nested” quoting confusion in doc strings
Paul Eggert
2015-06-21
1
-5
/
+5
*
Don't require help-fns when not needed
Paul Eggert
2015-05-20
1
-3
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix
Glenn Morris
2014-03-10
1
-4
/
+1
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Remove the dynamic-docstring-function feature.
Chong Yidong
2014-01-03
1
-50
/
+35
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Update doc for advice changes.
Chong Yidong
2013-12-26
1
-25
/
+3
*
* lisp/subr.el (pop): Use `car-safe'.
Stefan Monnier
2013-09-04
1
-1
/
+1
*
* lisp/subr.el (macrop): New function.
Stefan Monnier
2013-08-04
1
-19
/
+11
*
Make defvar affect the default binding outside of any let.
Stefan Monnier
2013-08-02
1
-1
/
+0
*
* lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
Stefan Monnier
2013-01-15
1
-8
/
+5
*
* lisp/emacs-lisp/nadvice.el (advice--tweak): New function.
Stefan Monnier
2013-01-08
1
-5
/
+3
*
* lisp/emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
Stefan Monnier
2013-01-07
1
-4
/
+9
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
Stefan Monnier
2012-11-26
1
-28
/
+27
*
|
* lisp/emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
Stefan Monnier
2012-11-16
1
-1
/
+3
*
|
* lisp/emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
Stefan Monnier
2012-11-14
1
-9
/
+8
*
|
* lisp/emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
Katsumi Yamaoka
2012-11-14
1
-1
/
+1
*
|
* lisp/emacs-lisp/advice.el: Layer on top of nadvice.el.
Stefan Monnier
2012-11-13
1
-492
/
+238
*
|
* lisp/emacs-lisp/advice.el: Remove support for freezing.
Stefan Monnier
2012-11-12
1
-117
/
+21
*
|
* lisp/emacs-lisp/nadvice.el: New package.
Stefan Monnier
2012-11-12
1
-33
/
+9
*
|
Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.ca
Glenn Morris
2012-11-10
1
-1
/
+2
|
\
|
|
*
* lisp/emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
Stefan Monnier
2012-11-08
1
-1
/
+2
*
|
Provide new `defalias-fset-function' symbol property.
Stefan Monnier
2012-11-09
1
-83
/
+67
*
|
* lisp/emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
Stefan Monnier
2012-11-09
1
-90
/
+67
*
|
New property dynamic-docstring-function for docstrings.
Stefan Monnier
2012-11-08
1
-7
/
+15
|
/
*
* lisp/emacs-lisp/advice.el (ad-assemble-advised-definition):
Stefan Monnier
2012-10-26
1
-3
/
+5
*
* lisp/emacs-lisp/advice.el: Clean up commentary a bit.
Stefan Monnier
2012-10-18
1
-69
/
+16
*
* lisp/emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
Stefan Monnier
2012-09-14
1
-10
/
+6
*
* lisp/emacs-lisp/edebug.el: Miscellaneous cleanup.
Stefan Monnier
2012-09-13
1
-111
/
+72
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-1
/
+1
*
Update Compilation and Advice chapters in Lisp manual.
Chong Yidong
2012-02-10
1
-48
/
+10
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes (mostly "inactive" vs "deactivate").
Paul Eggert
2011-11-27
1
-5
/
+5
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-17
1
-2
/
+2
*
* lisp/emacs-lisp/advice.el (ad-read-advised-function):
Kevin Ryde
2011-05-23
1
-2
/
+13
*
Preserve arg names for advice of subr and lexical functions.
Stefan Monnier
2011-04-13
1
-126
/
+15
*
Misc fixes, and use lexical-binding in more files.
Stefan Monnier
2011-03-11
1
-11
/
+5
*
Fix help-mode highlighting of advice warning (Bug#6304).
Leo Liu
2011-01-28
1
-3
/
+1
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
1
-0
/
+1
|
/
*
* lisp/emacs-lisp/advice.el (ad-compile-function):
Stefan Monnier
2010-06-08
1
-0
/
+2
[prev]
[next]