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
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Tweak output of doc in advice--make-docstring
Lars Ingebrigtsen
2019-07-13
1
-4
/
+6
*
* lisp/emacs-lisp/nadvice.el: Make it a package separate from `emacs`.
Stefan Monnier
2019-07-06
1
-1
/
+0
*
* nadvice.el: Add ourselves to package--builtin-versions
Stefan Monnier
2019-04-08
1
-0
/
+7
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-05-23
1
-0
/
+3
|
\
|
|
*
Clarify when to use advice-add vs add-function
Noam Postavsky
2018-05-22
1
-0
/
+3
*
|
Prefer \... to control chars in .el literals
Paul Eggert
2018-03-29
1
-3
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Strip advices
Stefan Monnier
2017-07-18
1
-0
/
+12
*
* lisp/emacs-lisp/cl-print.el: New file
Stefan Monnier
2017-02-23
1
-5
/
+13
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
* 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
[next]