| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment change. | Richard M. Stallman | 2002-07-29 | 1 | -0/+3 |
* | (debug): If redisplaying, just return. | Richard M. Stallman | 2002-07-29 | 1 | -119/+122 |
* | (debug-on-entry): Fix the wrapper used for | Stefan Monnier | 2002-07-07 | 1 | -17/+29 |
* | (cancel-debug-on-entry): Don't cons uselessly. | Stefan Monnier | 2002-06-18 | 1 | -5/+1 |
* | (debug-on-entry): Use push. | Stefan Monnier | 2002-04-12 | 1 | -4/+5 |
* | Require `button'. | Miles Bader | 2002-03-14 | 1 | -1/+4 |
* | (debugger-frame-offset): Var deleted. | Richard M. Stallman | 2002-02-06 | 1 | -20/+12 |
* | (debugger-frame-clear, debugger-frame): Error on non-frame line. | Richard M. Stallman | 2002-02-01 | 1 | -0/+8 |
* | (debugger-setup-buffer): When an eval-buffer frame was reading from a buffer, | Richard M. Stallman | 2002-02-01 | 1 | -0/+9 |
* | (debugger-mode-map): Bind C-m, not `RET'. | Richard M. Stallman | 2001-12-25 | 1 | -2/+3 |
* | Fix previous change. | Richard M. Stallman | 2001-12-16 | 1 | -2/+0 |
* | (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward | Richard M. Stallman | 2001-12-16 | 1 | -7/+68 |
* | (debugger-make-xrefs): Add buttons to all symbols. | Sam Steingold | 2001-11-09 | 1 | -1/+1 |
* | easy source access from the *debugger* buffer | Sam Steingold | 2001-10-31 | 1 | -3/+17 |
* | (debugger-continue): Don't continue If | Gerd Moellmann | 1999-12-19 | 1 | -0/+2 |
* | * emacs-lisp/debug.el (debugger-env-macro): | Sam Steingold | 1999-11-12 | 1 | -49/+48 |
* | (debug): If noninteractive, display the | Gerd Moellmann | 1999-11-03 | 1 | -56/+89 |
* | (debugger-outer-inhibit-redisplay): New variable. | Richard M. Stallman | 1999-05-18 | 1 | -6/+12 |
* | (debug): Make *Backtrace* buffer writable. | Andreas Schwab | 1999-03-27 | 1 | -0/+1 |
* | (debug): Leave recursive minibuffer enabled | Andreas Schwab | 1999-01-04 | 1 | -1/+2 |
* | (debugger-outer-unread-post-input-method-events): New variable. | Kenichi Handa | 1998-08-06 | 1 | -0/+10 |
* | (debugger-frame-clear): Doc fix. | Richard M. Stallman | 1998-05-17 | 1 | -1/+1 |
* | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -2/+4 |
* | Customized. | Stephen Eglen | 1998-04-05 | 1 | -8/+21 |
* | (debug, debugger-env-macro): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -2/+2 |
* | (debugger-mode): Don't set enable-multibyte-characters here. | Richard M. Stallman | 1998-02-11 | 1 | -2/+1 |
* | (debug-on-entry): If definition is a symbol, | Karl Heuer | 1997-12-04 | 1 | -0/+5 |
* | (debugger-mode-hook): New user variable. | Karl Heuer | 1997-12-04 | 1 | -43/+83 |
* | (debug): Allow recursive minibuffers if we're in a minibuffer already. | Richard M. Stallman | 1997-09-12 | 1 | -0/+3 |
* | Add provide call. | Richard M. Stallman | 1997-06-22 | 1 | -0/+2 |
* | (debug): Set overriding-terminal-local-map to nil, | Richard M. Stallman | 1997-06-09 | 1 | -1/+3 |
* | (debug, debugger-eval-expression): | Richard M. Stallman | 1997-06-08 | 1 | -0/+10 |
* | (debug): Use save-excursion inside the binding of buffer-read-only. | Richard M. Stallman | 1997-03-30 | 1 | -1/+3 |
* | (debugger-mode): Disable multibyte character handling | Karl Heuer | 1997-02-20 | 1 | -0/+2 |
* | Use executing-kbd-macro, not executing-macro. | Karl Heuer | 1996-05-29 | 1 | -1/+1 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | (debug): Fix message spelling. | Karl Heuer | 1996-01-04 | 1 | -1/+1 |
* | (debug): Now interactive. | Richard M. Stallman | 1995-03-20 | 1 | -0/+1 |
* | (debugger-outer-load-read-function): New variable. | Richard M. Stallman | 1995-03-18 | 1 | -1/+13 |
* | (debugger-step-after-exit): Variable declared. | Richard M. Stallman | 1995-02-13 | 1 | -0/+9 |
* | (debug): Fix arg to backtrace-debug for debug-on-entry. | Richard M. Stallman | 1995-02-13 | 1 | -1/+9 |
* | (debug-convert-byte-code): Convert the doc info to a string. | Richard M. Stallman | 1995-01-27 | 1 | -1/+4 |
* | (debugger-list-functions): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -1/+4 |
* | (debug, debugger-eval-expression): Preserve match-data. | Karl Heuer | 1994-04-16 | 1 | -2/+5 |
* | (debug): Behave sensibly if pop-up-frames is set. | Karl Heuer | 1994-03-29 | 1 | -4/+13 |
* | (debugger-eval-expression): Use a history list. | Richard M. Stallman | 1994-03-22 | 1 | -1/+5 |
* | (debug, debug-on-entry): Doc strings. | Richard M. Stallman | 1994-02-23 | 1 | -4/+4 |
* | (debug): Bind unread-command-char to -1, not nil. | Richard M. Stallman | 1994-01-14 | 1 | -1/+1 |
* | (debug): Fixed typo. | Roland McGrath | 1994-01-09 | 1 | -2/+2 |
* | (debug): Bind a bunch of vars, like last-command, to | Richard M. Stallman | 1994-01-09 | 1 | -56/+126 |