summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/nadvice.el
Commit message (Expand)AuthorAge
* Fix bug#28557Stefan Monnier2021-12-20
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-18
* ; More minor docfixes found by checkdocStefan Kangas2021-09-14
* Fix `describe-function' for autoloaded adviced functionsLars Ingebrigtsen2021-09-03
* Put advice documentation at the end of the displayed doc stringLars Ingebrigtsen2021-08-27
* Fix a few Edebug specifications where code is wrapped in lambdas.Philipp Stephani2021-05-17
* Rename comp-never-optimize-functions → native-comp-never-optimize-functionsAndrea Corallo2021-05-06
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-05
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Fix some compilation warnings in non nativecomp build (bug#43892)Brian Leung2020-10-12
* | Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"Andrea Corallo2020-10-12
* | Fix some compilation warnings in non nativecomp build (bug#43892)Andrea Corallo2020-10-12
* | Provide feature nativecomp and make use of itAndrea Corallo2020-10-10
* | Rename comp-subr-safe-advice -> comp-subr-trampoline-installAndrea Corallo2020-10-05
* | Revert "Add `advice-flet' macro"Andrea Corallo2020-10-05
* | Add `advice-flet' macroAndrea Corallo2020-10-02
* | Rename comp--subr-safe-advice -> comp-subr-safe-adviceAndrea Corallo2020-09-24
* | Call `comp--subr-safe-advice' from the advice machineryAndrea Corallo2020-09-24
|/
* ; Fix license statements.Stefan Kangas2020-08-27
* Update copyright year to 2020Paul Eggert2020-01-01
* Tweak output of doc in advice--make-docstringLars Ingebrigtsen2019-07-13
* * lisp/emacs-lisp/nadvice.el: Make it a package separate from `emacs`.Stefan Monnier2019-07-06
* * nadvice.el: Add ourselves to package--builtin-versionsStefan Monnier2019-04-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-05-23
|\|
| * Clarify when to use advice-add vs add-functionNoam Postavsky2018-05-22
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-29
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Strip advicesStefan Monnier2017-07-18
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-23
* Update copyright year to 2017Paul Eggert2016-12-31
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring):Glenn Morris2016-06-13
* Update copyright year to 2016Paul Eggert2016-01-01
* * lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.Johan Bockgård2015-11-23
* * lisp/emacs-lisp/nadvice.el (add-function): Escape quoteArtur Malabarba2015-11-16
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-16
* (advice--called-interactively-skip): Fix inf-loop (bug#21083)Stefan Monnier2015-07-21
* Fix quoting of help for functions with odd namesPaul Eggert2015-06-11
* Update copyright year to 2015Paul Eggert2015-01-01
* New macro define-adviceLeo Liu2014-11-18
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-25
|\
| * * lisp/emacs-lisp/nadvice.el (advice--member-p): Change second arg.Stefan Monnier2014-05-23
* | Unbreak the buildDaniel Colascione2014-05-24
|/
* * lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooledStefan Monnier2014-05-12
* * lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.Stefan Monnier2014-05-10