summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAge
* Fix missing file&line info in "Unknown defun property" warningsStefan Monnier2021-01-23
* * lisp/emacs-lisp/byte-run.el (make-obsolete): Make `when` mandatoryStefan Monnier2021-01-03
* Update copyright year to 2021Paul Eggert2021-01-01
* Tweak the documentation for define-obsolete-variable-aliasLars Ingebrigtsen2020-10-20
* Make 'byte-compile-info*' functions more logicalLars Ingebrigtsen2020-08-06
* Merge from origin/emacs-27Glenn Morris2020-05-09
|\
| * Improve documentation of 'with-suppressed-warnings'.Philipp Stephani2020-05-08
* | Use named functions in {defun,macro}-declarations-alist (Bug#40491)Philipp Stephani2020-04-12
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-28
* (with-suppressed-warnings): Also suppress warnings when not byte-compilingStefan Monnier2019-06-22
* Report progress during custom-make-dependencies instead of file countLars Ingebrigtsen2019-06-18
* Tweak implementation of byte-compile-info-messageLars Ingebrigtsen2019-06-18
* Output progress messages when scraping autoloads during bootstrapLars Ingebrigtsen2019-06-18
* Avoid compilation warning in byte-runLars Ingebrigtsen2019-06-14
* Revert "Compilation warning fix for byte-run.el"Glenn Morris2019-06-12
* Compilation warning fix for byte-run.elLars Ingebrigtsen2019-06-13
* Add the new macro with-suppressed-warningsLars Ingebrigtsen2019-06-12
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-19
* Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-19
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix the bootstrap differently, so zerop can be where it belongsStefan Monnier2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* * lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.Glenn Morris2017-11-21
* * lisp/emacs-lisp/byte-run.el (inline): Give it a doc.Glenn Morris2017-11-21
* ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.Eli Zaretskii2017-11-19
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * Further define-obsolete-* doc fixupsLars Ingebrigtsen2016-05-01
| * Describe WHEN in all the define-obsolete- macrosLars Ingebrigtsen2016-05-01
* | Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly.Alan Mackenzie2017-01-01
* | Do not allow nil to be defined as a functionGlenn Morris2016-12-10
* | Add some sanity checking of defun arglistNicolas Richard2016-12-10
* | Further define-obsolete-* doc fixupsLars Ingebrigtsen2016-04-30
* | Describe WHEN in all the define-obsolete- macrosLars Ingebrigtsen2016-04-30
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Prefer directed to neutral quotesPaul Eggert2015-08-24
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-16
* * etc/TODO: Remove obsolete entries.Stefan Monnier2015-03-25
* Improve dynamic elisp keyword font-lockingTassilo Horn2015-03-18
* Update copyright year to 2015Paul Eggert2015-01-01
* byte-run.el (function-put): Match argument names to docstring (bug#19118).Nicolas Richard2014-11-25
* Fix bootstrap failure after last change to eval-and-compile.Stefan Monnier2014-11-09
* * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macroStefan Monnier2014-11-03
* 2014-04-22 Daniel Colascione <dancol@dancol.org>Daniel Colascione2014-04-22