summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backtrace.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix several symbol name typosStefan Kangas2022-10-26
* Don't bind `s' in the normal backtrace mapLars Ingebrigtsen2022-09-09
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-06
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-04
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Make results details in ert-run-tests-batch configurableMichael Herstine2021-11-16
|/
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-18
* (backtrace-goto-source-functions): Make it a normal abnormal hookStefan Monnier2021-02-13
* Update copyright year to 2021Paul Eggert2021-01-01
* Restore some public debugging functions removed in Emacs 27Gemini Lasswell2020-10-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Spelling fixesPaul Eggert2019-12-09
* Improve print output options commands in backtrace-mode (bug#36566)Gemini Lasswell2019-09-13
* Update more copyright yearsPaul Eggert2018-12-31
* Fix links in backtraces to work on advised built-ins (Bug#25393)Gemini Lasswell2018-08-27
* Give two backtrace-mode commands better namesGemini Lasswell2018-08-03
* Move 'backtrace' from subr.el to backtrace.elGemini Lasswell2018-08-03
* Add new commands to Edebug backtracesGemini Lasswell2018-08-03
* Add a menu for backtrace-modeGemini Lasswell2018-08-03
* Add new command to expand all "..."s in a backtrace frameGemini Lasswell2018-08-03
* Change keybinding for backtrace-collapse from '=' to '-'Gemini Lasswell2018-08-03
* Add link in backtraces to position in buffer being evaluated (bug#14081)Gemini Lasswell2018-08-03
* Add links in backtraces to functions written in C (bug#25393)Gemini Lasswell2018-08-03
* Add prefix argument to backtrace-toggle-print-circleGemini Lasswell2018-08-03
* Lazily print backtrace frame local variablesGemini Lasswell2018-08-03
* Always make buttons from function names in backtracesGemini Lasswell2018-08-03
* Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-03