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
/
debug.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
(debug): Revert to bury-buffer since quit-window is not better anyway.
Stefan Monnier
2008-04-18
1
-3
/
+4
*
*** empty log message ***
Dan Nicolaescu
2008-04-07
1
-1
/
+1
*
* emacs-lisp/debug.el (debugger-mode-map):
Dan Nicolaescu
2008-04-02
1
-1
/
+45
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+1
*
(debugger-setup-buffer): Disable undo in *Backtrace*.
Richard M. Stallman
2007-10-10
1
-0
/
+1
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(debug-help-follow): Revert last change.
Luc Teirlinck
2006-03-20
1
-4
/
+3
*
(debug-help-follow): Adapt comment to change in help-mode.el.
Luc Teirlinck
2006-03-20
1
-3
/
+4
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
(debugger-make-xrefs): Don't assume case-fold-search is nil.
Stefan Monnier
2005-10-24
1
-5
/
+8
*
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
Romain Francoise
2005-09-24
1
-1
/
+1
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-3
/
+3
*
(debug): Call with-timeout-suspend and with-timeout-unsuspend.
Richard M. Stallman
2005-07-10
1
-1
/
+3
*
Move debugger-mode to a more natural place.
Richard M. Stallman
2005-07-10
1
-25
/
+25
*
(debug-help-follow): New function.
Richard M. Stallman
2005-07-10
1
-14
/
+34
*
(debugger-setup-buffer): When eval-buffer
Richard M. Stallman
2005-07-09
1
-2
/
+9
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(debug): Quieten Drew Adams.
Stefan Monnier
2005-06-30
1
-1
/
+3
*
(debugger-special-form-p): New defun.
Lute Kamstra
2005-06-23
1
-3
/
+21
*
(debug-on-entry): Fix docstring.
Lute Kamstra
2005-06-14
1
-3
/
+9
*
(cancel-debug-on-entry): Mention default in minibuffer prompt.
Luc Teirlinck
2005-06-13
1
-3
/
+3
*
(cancel-debug-on-entry): Make the empty string argument obsolete.
Lute Kamstra
2005-06-13
1
-4
/
+7
*
(debug-on-entry, cancel-debug-on-entry): Doc fixes.
Luc Teirlinck
2005-06-11
1
-6
/
+9
*
(debugger-will-be-back): New var.
Stefan Monnier
2005-06-09
1
-5
/
+22
*
(debug): Don't iconify if we know we'll re-enter the debugger immediately
Stefan Monnier
2005-06-08
1
-13
/
+9
*
(debug): Don't bury the buffer unless it's in a dedicated window.
Stefan Monnier
2005-06-06
1
-2
/
+8
*
(debugger-window): New variable.
Richard M. Stallman
2005-06-06
1
-1
/
+12
*
(debug-on-entry): Handle autoloaded functions and compiled macros.
Lute Kamstra
2005-03-29
1
-43
/
+57
*
(debugger-record-expression): Add a missing format to `message'.
Stefan Monnier
2005-03-26
1
-4
/
+3
*
(debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginning
Lute Kamstra
2005-03-14
1
-3
/
+4
*
(debug): Set debug-on-exit before calling debugger-setup-buffer so
Lute Kamstra
2005-03-13
1
-15
/
+13
*
(debug-entry-code): Delete it.
Lute Kamstra
2005-03-10
1
-18
/
+21
*
(debugger-step-through): Make sure that stepping into the debugger's
Lute Kamstra
2005-03-08
1
-1
/
+4
*
(debug-on-entry-1): Fix handling of macros.
Stefan Monnier
2005-03-07
1
-19
/
+18
*
(debugger-step-after-exit): Make it a defvar.
Lute Kamstra
2005-03-04
1
-9
/
+5
*
(inhibit-debug-on-entry): Add docstring.
Lute Kamstra
2005-03-03
1
-20
/
+17
*
(debug): Skip one more frame in case of debug on entry.
Lute Kamstra
2005-03-01
1
-14
/
+18
*
(debug-on-entry-1): Reimplement to make sure that debug-entry-code can
Lute Kamstra
2005-03-01
1
-17
/
+10
*
(inhibit-debug-on-entry): New var.
Stefan Monnier
2005-02-28
1
-4
/
+11
*
(debug-on-entry-1): If function body is empty, add nil as body form.
Richard M. Stallman
2005-02-27
1
-0
/
+4
*
(debug): Put back the inhibit-trace.
Stefan Monnier
2005-02-27
1
-1
/
+2
*
(debug): Hide the buffer if it's not killed.
Stefan Monnier
2005-02-26
1
-47
/
+46
*
(debugger-make-xrefs): Call symbol-file with `defun'.
Richard M. Stallman
2004-12-27
1
-1
/
+1
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+1
*
(debug, debugger-env-macro): Use with-no-warnings while accessing and
Richard M. Stallman
2003-07-07
1
-6
/
+18
*
(debug): Fix call to message.
Stefan Monnier
2003-06-16
1
-2
/
+2
*
Trailing whitepace deleted.
Juanma Barranquero
2003-02-04
1
-1
/
+1
*
Comment change.
Richard M. Stallman
2002-07-29
1
-0
/
+3
[next]