| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Delete not-useful comments referring to Emacs 19. | Stefan Kangas | 2022-08-19 | 1 | -1/+0 |
* | Fix quoting of #' in some doc strings | Lars Ingebrigtsen | 2022-08-03 | 1 | -1/+1 |
* | Prefer defvar-keymap in emacs-lisp/*.el | Stefan Kangas | 2022-07-04 | 1 | -110/+103 |
* | Fix edebug parsing of ., | Lars Ingebrigtsen | 2022-06-19 | 1 | -1/+1 |
* | Allow pretty-printing results from `C-x C-e' in edebug | Lars Ingebrigtsen | 2022-06-18 | 1 | -12/+16 |
* | Extend 'e' in edebug to pretty-print the values | Lars Ingebrigtsen | 2022-06-18 | 1 | -20/+34 |
* | Don't have edebug bug out if C-x is rebound | Lars Ingebrigtsen | 2022-05-25 | 1 | -1/+4 |
* | Update edebug comments | Lars Ingebrigtsen | 2022-05-25 | 1 | -1/+1 |
* | Make non-recursive error messages in edebug prettier | Lars Ingebrigtsen | 2022-05-02 | 1 | -8/+19 |
* | Don't enter the debugger from *Backtrace* or edebug on eval errors | Lars Ingebrigtsen | 2022-05-01 | 1 | -1/+4 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2022-02-22 | 1 | -4/+4 |
|\ |
|
| * | ; Don't reference obsolete variables in edebug.el | Raffael Stocker | 2022-02-20 | 1 | -4/+4 |
* | | Improve interaction between track-mouse and edebug | Lars Ingebrigtsen | 2022-02-12 | 1 | -0/+7 |
* | | Make the edebug-all-defs user option work more reliably | Lars Ingebrigtsen | 2022-01-21 | 1 | -1/+5 |
* | | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\| |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2021-12-05 | 1 | -1/+1 |
|\| |
|
| * | * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix. | Stefan Kangas | 2021-12-04 | 1 | -1/+1 |
* | | Use format-prompt for many more prompts | Stefan Kangas | 2021-10-05 | 1 | -2/+4 |
|/ |
|
* | ; More stylistic docfixes in emacs-lisp/*.el found by checkdoc | Stefan Kangas | 2021-09-18 | 1 | -2/+2 |
* | Evaluate eql specializers | akater | 2021-08-03 | 1 | -9/+9 |
* | Reintroduce autoloads for edebug-all-defs/edebug-all-forms | Lars Ingebrigtsen | 2021-05-09 | 1 | -0/+2 |
* | * lisp/emacs-lisp/debug.el (debug): Fix (bug#47588) | Stefan Monnier | 2021-04-18 | 1 | -0/+3 |
* | * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs | Stefan Monnier | 2021-04-12 | 1 | -2/+2 |
* | Edebug: Disable backtracking when hitting a &define keyword. | Philipp Stephani | 2021-04-10 | 1 | -8/+10 |
* | ; Fix typos in doc strings | Mattias EngdegÄrd | 2021-03-12 | 1 | -1/+1 |
* | Remove redundant requires of easymenu | Stefan Kangas | 2021-02-26 | 1 | -4/+0 |
* | * lisp/emacs-lisp/edebug.el (eval-defun): Simplify | Stefan Monnier | 2021-02-18 | 1 | -61/+13 |
* | Adjust the edebug spec for `interactive' | Lars Ingebrigtsen | 2021-02-17 | 1 | -2/+4 |
* | * lisp/emacs-lisp/edebug.el (edebug-&optional, edebug-&rest): Remove vars | Stefan Monnier | 2021-02-14 | 1 | -35/+24 |
* | * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic` | Stefan Monnier | 2021-02-14 | 1 | -72/+42 |
* | * lisp/emacs-lisp/edebug.el (edebug-make-enter-wrapper): Reinstate. | Stefan Monnier | 2021-02-13 | 1 | -0/+27 |
* | * lisp/emacs-lisp/edebug.el: Fix `called-interactively-p` | Stefan Monnier | 2021-02-13 | 1 | -58/+12 |
* | * lisp/emacs-lisp/edebug.el (edebug-match-lambda-expr): Delete function | Stefan Monnier | 2021-02-13 | 1 | -28/+8 |
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New method | Stefan Monnier | 2021-02-13 | 1 | -37/+55 |
* | (backtrace-goto-source-functions): Make it a normal abnormal hook | Stefan Monnier | 2021-02-13 | 1 | -1/+2 |
* | Edebug: Make it possible to debug `gv-expander`s in `declare` | Stefan Monnier | 2021-02-12 | 1 | -4/+8 |
* | Edebug: Overload `edebug-form-spec` even less | Stefan Monnier | 2021-02-12 | 1 | -115/+109 |
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op) <&lookup>: New method | Stefan Monnier | 2021-02-12 | 1 | -0/+17 |
* | * lisp/emacs-lisp/edebug.el: Misc cleanups. | Stefan Monnier | 2021-02-12 | 1 | -53/+48 |
* | * lisp/emacs-lisp/edebug.el: Tweak last change | Stefan Monnier | 2021-02-10 | 1 | -37/+22 |
* | * list/emacs-lisp/edebug.el: Don't overload `edebug-form-spec` | Stefan Monnier | 2021-02-10 | 1 | -13/+28 |
* | Move all usages of `values' to `values--store-value' | Lars Ingebrigtsen | 2021-02-09 | 1 | -3/+4 |
* | Remove XEmacs compat code from edebug.el | Stefan Kangas | 2021-02-04 | 1 | -11/+14 |
* | Prefer defvar-local in emacs-lisp/*.el | Stefan Kangas | 2021-01-31 | 1 | -2/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Improve the edebug-form-data doc string | Lars Ingebrigtsen | 2020-12-26 | 1 | -1/+1 |
* | Don't quote lambdas in emacs-lisp/*.el | Stefan Kangas | 2020-11-16 | 1 | -11/+9 |
* | Remove mention of `edebug-on-signal' from a doc string | Lars Ingebrigtsen | 2020-11-12 | 1 | -1/+0 |
* | Remove some Emacs 19 compat code and references | Stefan Kangas | 2020-10-25 | 1 | -9/+8 |