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
*
Resurrect edebug-set-initial-mode, repurposing it to set the global mode.
Alan Mackenzie
2015-09-25
1
-38
/
+28
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-4
/
+4
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-1
/
+1
*
Replace gui-method macros with cl-generic with &context
Stefan Monnier
2015-05-23
1
-1
/
+1
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
*
edebug.el: Disambiguate vector specifications
Johan Bockgård
2015-04-12
1
-9
/
+11
*
(diff-hunk-file-names): Don't require a TAB after the file name
Gustav Hållberg
2015-04-08
1
-2
/
+7
*
Edebug: Allow "S" to work during trace mode. Fixes debbugs #20074.
Alan Mackenzie
2015-03-16
1
-16
/
+12
*
Make Edebug work with Follow Mode.
Alan Mackenzie
2015-03-16
1
-34
/
+0
*
* lisp/emacs-lisp/edebug.el (edebug--display): Save-excursion.
Stefan Monnier
2015-02-25
1
-0
/
+9
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+2
*
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
Stefan Monnier
2014-11-03
1
-3
/
+1
*
* lisp/emacs-lisp/edebug.el: Use nadvice.
Stefan Monnier
2014-07-20
1
-54
/
+27
*
* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print result using
Stefan Monnier
2014-07-05
1
-1
/
+1
*
* lisp/emacs-lisp/edebug.el (defmacro): Fix debug spec.
Glenn Morris
2014-02-25
1
-4
/
+3
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* lisp/emacs-lisp/edebug.el (edebug--display): Move protective let-binding
Stefan Monnier
2014-01-13
1
-131
/
+134
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/simple.el (eval-expression-print-format): Don't check for
Juri Linkov
2013-12-19
1
-1
/
+4
*
* lisp/emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
Stefan Monnier
2013-08-08
1
-4
/
+2
*
Do not call to `selected-window' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-2
/
+2
*
* lisp/subr.el (macrop): New function.
Stefan Monnier
2013-08-04
1
-14
/
+1
*
* lisp/emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
Stefan Monnier
2013-07-26
1
-176
/
+32
*
Add support for lexical variables to the debugger's `e' command.
Stefan Monnier
2013-07-26
1
-1
/
+1
*
Remove some reimplementations of cl-gensym
Glenn Morris
2013-07-11
1
-23
/
+3
*
* lisp/emacs-lisp/edebug.el (edebug-result): Move before first use.
Stefan Monnier
2013-06-05
1
-2
/
+3
*
* lisp/emacs-lisp/edebug.el (edebug-mode): Fix typo.
Stefan Monnier
2013-04-07
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2013-04-01
1
-1
/
+1
*
* lisp/emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
Stefan Monnier
2013-03-28
1
-24
/
+27
*
* lisp/files.el (kill-buffer-hook): Doc fix.
Leo Liu
2013-03-24
1
-1
/
+4
*
Disambiguate function and variable references in docstrings.
Aaron S. Hawley
2013-01-11
1
-4
/
+4
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
lisp/emacs-lisp/edebug.el: Fix previous change.
Juanma Barranquero
2012-12-13
1
-6
/
+3
*
|
lisp/emacs-lisp/edebug.el: Fix bug#13163.
Juanma Barranquero
2012-12-13
1
-4
/
+23
*
|
Make called-interactively-p work for edebug or advised code.
Stefan Monnier
2012-11-19
1
-0
/
+15
|
/
*
In edebug-pop-to-buffer don't try to split the minibuffer window (Bug#10851).
Martin Rudalics
2012-10-08
1
-2
/
+2
*
I edebug-pop-to-buffer select window after setting its buffer (Bug#10805).
Martin Rudalics
2012-10-04
1
-5
/
+2
*
* lisp/emacs-lisp/edebug.el: Miscellaneous cleanup.
Stefan Monnier
2012-09-13
1
-196
/
+65
*
* lisp/emacs-lisp/edebug.el (edebug-outside-unread-command-events):
Stefan Monnier
2012-09-12
1
-7
/
+6
*
* lisp/emacs-lisp/edebug.el: Use lexical-binding.
Stefan Monnier
2012-09-12
1
-200
/
+188
*
Remove unread-command-char.
Stefan Monnier
2012-09-12
1
-5
/
+0
*
* lisp/emacs-lisp/edebug.el (edebug-enter): Don't mess with
Stefan Monnier
2012-09-12
1
-66
/
+40
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-1
/
+1
*
* lisp/subr.el (function-get): Refine `autoload' arg so it can also
Stefan Monnier
2012-08-13
1
-1
/
+1
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-5
/
+8
*
* lisp/emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
Stefan Monnier
2012-06-13
1
-2
/
+1
[next]