index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
edebug.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove some references to Emacs 18 and 19
Stefan Kangas
2020-10-16
1
-1
/
+0
*
Avoid some uses of obsolete function interactive-p
Stefan Kangas
2020-08-24
1
-1
/
+1
*
Avoid duplicate Edebug symbols when backtracking (Bug#42701)
Philipp Stephani
2020-08-03
1
-0
/
+7
*
Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)
Philipp Stephani
2020-08-02
1
-0
/
+12
*
Don’t generate duplicate symbols for secondary CL methods (Bug#42671)
Philipp Stephani
2020-08-02
1
-0
/
+12
*
Declare some ancient compat aliases obsolete (Bug#41328)
Stefan Kangas
2020-07-31
1
-1
/
+1
*
Fix bug #40992 whilst still allowing breakpoint highlights in edebug
Alan Mackenzie
2020-05-11
1
-15
/
+38
*
Fix bug #40766, an error in edebug spec handling
Alan Mackenzie
2020-04-24
1
-4
/
+1
*
Remove obsolete XEmacs comment
Stefan Kangas
2020-03-21
1
-1
/
+0
*
Introduce element &error into edebug specification lists for macros
Alan Mackenzie
2020-01-17
1
-0
/
+12
[next]