summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backtrace.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make results details in ert-run-tests-batch configurableMichael Herstine2021-11-161-6/+18
|/
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* (backtrace-goto-source-functions): Make it a normal abnormal hookStefan Monnier2021-02-131-5/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Restore some public debugging functions removed in Emacs 27Gemini Lasswell2020-10-011-4/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Improve print output options commands in backtrace-mode (bug#36566)Gemini Lasswell2019-09-131-10/+34
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Fix links in backtraces to work on advised built-ins (Bug#25393)Gemini Lasswell2018-08-271-5/+7
* Give two backtrace-mode commands better namesGemini Lasswell2018-08-031-20/+18
* Move 'backtrace' from subr.el to backtrace.elGemini Lasswell2018-08-031-4/+8
* Add new commands to Edebug backtracesGemini Lasswell2018-08-031-4/+48
* Add a menu for backtrace-modeGemini Lasswell2018-08-031-0/+22
* Add new command to expand all "..."s in a backtrace frameGemini Lasswell2018-08-031-62/+62
* Change keybinding for backtrace-collapse from '=' to '-'Gemini Lasswell2018-08-031-1/+1
* Add link in backtraces to position in buffer being evaluated (bug#14081)Gemini Lasswell2018-08-031-3/+24
* Add links in backtraces to functions written in C (bug#25393)Gemini Lasswell2018-08-031-1/+5
* Add prefix argument to backtrace-toggle-print-circleGemini Lasswell2018-08-031-33/+56
* Lazily print backtrace frame local variablesGemini Lasswell2018-08-031-51/+83
* Always make buttons from function names in backtracesGemini Lasswell2018-08-031-6/+7
* Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-031-0/+767