summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
Commit message (Expand)AuthorAgeFilesLines
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Use `declare' in defmacros.Stefan Monnier2010-08-301-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-2/+1
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+2
* (debugger-setup-buffer): Make it multibyte.Stefan Monnier2009-08-301-1/+1
* * textmodes/ispell.el (ispell-check-version, ispell-send-string):Stefan Monnier2009-08-281-2/+1
* Remove leading * from defcustom docs.Glenn Morris2009-07-221-3/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (debug): When killing a noninteractive Emacs, give exit status -1.Chong Yidong2008-08-281-1/+1
* (help-xref-interned): Declare.Glenn Morris2008-06-211-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (debug): Revert to bury-buffer since quit-window is not better anyway.Stefan Monnier2008-04-181-3/+4
* *** empty log message ***Dan Nicolaescu2008-04-071-1/+1
* * emacs-lisp/debug.el (debugger-mode-map):Dan Nicolaescu2008-04-021-1/+45
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* (debugger-setup-buffer): Disable undo in *Backtrace*.Richard M. Stallman2007-10-101-0/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (debug-help-follow): Revert last change.Luc Teirlinck2006-03-201-4/+3
* (debug-help-follow): Adapt comment to change in help-mode.el.Luc Teirlinck2006-03-201-3/+4
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (debugger-make-xrefs): Don't assume case-fold-search is nil.Stefan Monnier2005-10-241-5/+8
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-3/+3
* (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
* Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25
* (debug-help-follow): New function.Richard M. Stallman2005-07-101-14/+34
* (debugger-setup-buffer): When eval-bufferRichard M. Stallman2005-07-091-2/+9
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (debug): Quieten Drew Adams.Stefan Monnier2005-06-301-1/+3
* (debugger-special-form-p): New defun.Lute Kamstra2005-06-231-3/+21
* (debug-on-entry): Fix docstring.Lute Kamstra2005-06-141-3/+9
* (cancel-debug-on-entry): Mention default in minibuffer prompt.Luc Teirlinck2005-06-131-3/+3
* (cancel-debug-on-entry): Make the empty string argument obsolete.Lute Kamstra2005-06-131-4/+7
* (debug-on-entry, cancel-debug-on-entry): Doc fixes.Luc Teirlinck2005-06-111-6/+9
* (debugger-will-be-back): New var.Stefan Monnier2005-06-091-5/+22
* (debug): Don't iconify if we know we'll re-enter the debugger immediatelyStefan Monnier2005-06-081-13/+9
* (debug): Don't bury the buffer unless it's in a dedicated window.Stefan Monnier2005-06-061-2/+8
* (debugger-window): New variable.Richard M. Stallman2005-06-061-1/+12
* (debug-on-entry): Handle autoloaded functions and compiled macros.Lute Kamstra2005-03-291-43/+57
* (debugger-record-expression): Add a missing format to `message'.Stefan Monnier2005-03-261-4/+3
* (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginningLute Kamstra2005-03-141-3/+4
* (debug): Set debug-on-exit before calling debugger-setup-buffer soLute Kamstra2005-03-131-15/+13
* (debug-entry-code): Delete it.Lute Kamstra2005-03-101-18/+21
* (debugger-step-through): Make sure that stepping into the debugger'sLute Kamstra2005-03-081-1/+4
* (debug-on-entry-1): Fix handling of macros.Stefan Monnier2005-03-071-19/+18
* (debugger-step-after-exit): Make it a defvar.Lute Kamstra2005-03-041-9/+5