summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Stefan Kangas2022-02-221-4/+4
|\
| * ; Don't reference obsolete variables in edebug.elRaffael Stocker2022-02-201-4/+4
* | Improve interaction between track-mouse and edebugLars Ingebrigtsen2022-02-121-0/+7
* | Make the edebug-all-defs user option work more reliablyLars Ingebrigtsen2022-01-211-1/+5
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-051-1/+1
|\|
| * * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix.Stefan Kangas2021-12-041-1/+1
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-2/+4
|/
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-2/+2
* Evaluate eql specializersakater2021-08-031-9/+9
* Reintroduce autoloads for edebug-all-defs/edebug-all-formsLars Ingebrigtsen2021-05-091-0/+2
* * lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)Stefan Monnier2021-04-181-0/+3
* * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongsStefan Monnier2021-04-121-2/+2
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-101-8/+10
* ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* Remove redundant requires of easymenuStefan Kangas2021-02-261-4/+0
* * lisp/emacs-lisp/edebug.el (eval-defun): SimplifyStefan Monnier2021-02-181-61/+13
* Adjust the edebug spec for `interactive'Lars Ingebrigtsen2021-02-171-2/+4
* * lisp/emacs-lisp/edebug.el (edebug-&optional, edebug-&rest): Remove varsStefan Monnier2021-02-141-35/+24
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-141-72/+42
* * lisp/emacs-lisp/edebug.el (edebug-make-enter-wrapper): Reinstate.Stefan Monnier2021-02-131-0/+27
* * lisp/emacs-lisp/edebug.el: Fix `called-interactively-p`Stefan Monnier2021-02-131-58/+12
* * lisp/emacs-lisp/edebug.el (edebug-match-lambda-expr): Delete functionStefan Monnier2021-02-131-28/+8
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-37/+55
* (backtrace-goto-source-functions): Make it a normal abnormal hookStefan Monnier2021-02-131-1/+2
* Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-121-4/+8
* Edebug: Overload `edebug-form-spec` even lessStefan Monnier2021-02-121-115/+109
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op) <&lookup>: New methodStefan Monnier2021-02-121-0/+17
* * lisp/emacs-lisp/edebug.el: Misc cleanups.Stefan Monnier2021-02-121-53/+48
* * lisp/emacs-lisp/edebug.el: Tweak last changeStefan Monnier2021-02-101-37/+22
* * list/emacs-lisp/edebug.el: Don't overload `edebug-form-spec`Stefan Monnier2021-02-101-13/+28
* Move all usages of `values' to `values--store-value'Lars Ingebrigtsen2021-02-091-3/+4
* Remove XEmacs compat code from edebug.elStefan Kangas2021-02-041-11/+14
* Prefer defvar-local in emacs-lisp/*.elStefan Kangas2021-01-311-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Improve the edebug-form-data doc stringLars Ingebrigtsen2020-12-261-1/+1
* Don't quote lambdas in emacs-lisp/*.elStefan Kangas2020-11-161-11/+9
* Remove mention of `edebug-on-signal' from a doc stringLars Ingebrigtsen2020-11-121-1/+0
* Remove some Emacs 19 compat code and referencesStefan Kangas2020-10-251-9/+8
* Remove some references to Emacs 18 and 19Stefan Kangas2020-10-161-1/+0
* Avoid some uses of obsolete function interactive-pStefan Kangas2020-08-241-1/+1
* Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+7
* Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-021-0/+12
* Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-021-0/+12
* Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-311-1/+1
* Fix bug #40992 whilst still allowing breakpoint highlights in edebugAlan Mackenzie2020-05-111-15/+38
* Fix bug #40766, an error in edebug spec handlingAlan Mackenzie2020-04-241-4/+1
* Remove obsolete XEmacs commentStefan Kangas2020-03-211-1/+0
* Introduce element &error into edebug specification lists for macrosAlan Mackenzie2020-01-171-0/+12