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
/
nadvice.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* lisp/emacs-lisp/nadvice.el (advice--make-docstring):
Glenn Morris
2016-06-13
1
-1
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.
Johan Bockgård
2015-11-23
1
-2
/
+6
*
* lisp/emacs-lisp/nadvice.el (add-function): Escape quote
Artur Malabarba
2015-11-16
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-3
/
+3
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-3
/
+3
*
(advice--called-interactively-skip): Fix inf-loop (bug#21083)
Stefan Monnier
2015-07-21
1
-2
/
+3
*
Fix quoting of help for functions with odd names
Paul Eggert
2015-06-11
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
New macro define-advice
Leo Liu
2014-11-18
1
-0
/
+24
*
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Glenn Morris
2014-05-25
1
-6
/
+10
|
\
|
*
* lisp/emacs-lisp/nadvice.el (advice--member-p): Change second arg.
Stefan Monnier
2014-05-23
1
-6
/
+10
*
|
Unbreak the build
Daniel Colascione
2014-05-24
1
-5
/
+6
|
/
*
* lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
Stefan Monnier
2014-05-12
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.
Stefan Monnier
2014-05-10
1
-20
/
+21
*
* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
Stefan Monnier
2014-03-20
1
-4
/
+12
*
* lisp/emacs-lisp/nadvice.el (advice--interactive-form): New function.
Stefan Monnier
2014-03-17
1
-18
/
+16
*
* lisp/emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
Stefan Monnier
2014-03-10
1
-4
/
+9
*
* lisp/help-fns.el (help-C-file-name): Handle advised functions.
Stefan Monnier
2014-02-01
1
-0
/
+5
*
Remove the dynamic-docstring-function feature.
Chong Yidong
2014-01-03
1
-11
/
+4
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
Stefan Monnier
2013-12-12
1
-11
/
+21
*
* lisp/emacs-lisp/nadvice.el (remove-function): Align with
Stefan Monnier
2013-11-17
1
-1
/
+1
*
* lisp/subr.el (macrop): New function.
Stefan Monnier
2013-08-04
1
-19
/
+4
*
* lisp/emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
Stefan Monnier
2013-08-04
1
-26
/
+59
*
* lisp/emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
Stefan Monnier
2013-07-26
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
Stefan Monnier
2013-06-26
1
-41
/
+39
*
* lisp/emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
Stefan Monnier
2013-05-06
1
-3
/
+7
*
Use add/remove-function to manipulate process-filters.
Stefan Monnier
2013-04-20
1
-0
/
+3
*
* lisp/subr.el (with-wrapper-hook): Declare obsolete.
Stefan Monnier
2013-04-17
1
-2
/
+5
*
* lisp/emacs-lisp/nadvice.el (add-function): Default simple vars to their
Stefan Monnier
2013-04-15
1
-4
/
+3
*
* lisp/emacs-lisp/nadvice.el: Properly test names when adding advice.
Stefan Monnier
2013-04-15
1
-4
/
+6
*
Fix typo in comment (bug#13851).
Bastien Guerry
2013-03-02
1
-1
/
+1
*
* lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
Stefan Monnier
2013-01-15
1
-5
/
+6
*
* lisp/emacs-lisp/nadvice.el (advice--tweak): New function.
Stefan Monnier
2013-01-08
1
-20
/
+19
*
Update copyright dates to 2013.
Paul Eggert
2013-01-02
1
-1
/
+1
*
Make called-interactively-p work for edebug or advised code.
Stefan Monnier
2012-11-19
1
-0
/
+50
*
* lisp/emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
Katsumi Yamaoka
2012-11-14
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el: Add buffer-local support to add-function.
Stefan Monnier
2012-11-14
1
-4
/
+30
*
* lisp/emacs-lisp/nadvice.el: Add around advice for interactive specs.
Stefan Monnier
2012-11-14
1
-25
/
+41
*
* emacs-lisp/advice.el: Fix typos in comment.
Tsuyoshi Kitamoto
2012-11-13
1
-2
/
+2
*
* lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
Stefan Monnier
2012-11-12
1
-35
/
+52
*
* lisp/emacs-lisp/nadvice.el: New package.
Stefan Monnier
2012-11-12
1
-0
/
+348
[prev]