Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (edebug-eval-defun): Don't use defconst on variables. | Stefan Monnier | 2002-04-12 | 1 | -2/+2 | |
| | ||||||
* | (edebug-form-data, edebug-offsets) | Stefan Monnier | 2001-11-17 | 1 | -88/+12 | |
| | | | | | | | | | (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name) (edebug-current-offset, edebug-old-def-name, edebug-error-point) (edebug-best-error): Don't defconst a variable. (edebug-read-syntax-table): Use a char-table. (edebug-lemacs-specific): Remove. Toplevel: Eliminate check for Lucid Emacs. | |||||
* | (delay-mode-hooks): Add edebug-spec. | Stefan Monnier | 2001-10-30 | 1 | -8/+9 | |
| | | | | (edebug-instrument-function): Use `find-function-noselect'. | |||||
* | (edebug-window-live-p): Always alias to window-live-p. | Richard M. Stallman | 2001-10-30 | 1 | -88/+75 | |
| | | | | | | | | | | | | | (edebug-set-conditional-breakpoint): Unconditionally use the former Emacs >=19 definition. (edebug-mark): Define unconditionally. (edebug-eval-expression): Always call read-from-minibuffer and specify history list. (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p, edebug-set-conditional-breakpoint. (edebug-emacs-version-specific): Function deleted; do the job at top level. (edebug-emacs-19-specific): Function deleted, this is the default. | |||||
* | (rx): Add def-edebug-spec. | Gerd Moellmann | 2001-10-01 | 1 | -0/+1 | |
| | ||||||
* | (edebug-window-live-p): Use | Gerd Moellmann | 2001-09-07 | 1 | -1/+1 | |
| | | | | get-window-with-predicate. | |||||
* | (edebug-read-function): Fix handling of | Gerd Moellmann | 2001-08-08 | 1 | -5/+4 | |
| | | | | #:, #x, #o, and similar constructs. | |||||
* | (define-minor-mode): Improve the spec and remove the rogue second spec. | Stefan Monnier | 2000-12-23 | 1 | -4/+5 | |
| | ||||||
* | (edebug-version) | Dave Love | 2000-11-22 | 1 | -60/+31 | |
| | | | | | | | | | (edebug-maintainer-address): Deleted. (edebug-submit-bug-report): Just alias to report-emacs-bug. (edebug-read-function): Account for other `'#' read forms. (edebug-mode-menus): Make some items toggles. (edebug-outside-unread-command-event, unread-command-event): Remove these to avoid warnings. | |||||
* | (edebug-form-spec prop): use dolist. | Stefan Monnier | 2000-11-21 | 1 | -25/+30 | |
| | | | | (define-derived-mode, define-minor-mode): Add specs. | |||||
* | Comment. | Dave Love | 2000-10-06 | 1 | -0/+2 | |
| | ||||||
* | Change authors' mail address. | Gerd Moellmann | 2000-08-15 | 1 | -2/+2 | |
| | ||||||
* | (edebug-eval-defun): Make doc string | Gerd Moellmann | 2000-07-05 | 1 | -5/+17 | |
| | | | | similar to that of eval-defun. | |||||
* | (edebug-window-live-p, edebug-window-list) | Gerd Moellmann | 2000-07-03 | 1 | -23/+10 | |
| | | | | | (edebug-get-displayed-buffer-points): Use walk-windows/some-window instead of cycling through windows with next-window. | |||||
* | (edebug-emacs-19-specific): Call | Eli Zaretskii | 2000-05-25 | 1 | -1/+1 | |
| | | | | display-popup-menus-p instead of looking at window-system. | |||||
* | (edebug-keywordp): Remove. Change callers | Dave Love | 2000-04-13 | 1 | -9/+10 | |
| | | | | | to use keywordp. (edebug-spec): Enable keywordp. | |||||
* | Fix specs for dolist, dotimes, push, pop, unless, when. | Dave Love | 2000-04-08 | 1 | -6/+6 | |
| | ||||||
* | Add specs for push, pop, dotimes, dolist, unless, when. | Dave Love | 2000-01-28 | 1 | -0/+6 | |
| | ||||||
* | (with-syntax-table): Add a def-edebug-spec. | Richard M. Stallman | 2000-01-12 | 1 | -1/+2 | |
| | ||||||
* | (edebug-make-enter-wrapper): Correct | Gerd Moellmann | 1999-11-29 | 1 | -3/+4 | |
| | | | | invalid translation of old-style backquote syntax to new syntax. | |||||
* | Use new backquote syntax. | Gerd Moellmann | 1999-11-21 | 1 | -123/+122 | |
| | ||||||
* | (edebug-install-read-eval-functions) | Dave Love | 1999-10-16 | 1 | -8/+3 | |
| | | | | | (edebug-uninstall-read-eval-functions): Use load-read-function, avoiding elisp-eval. | |||||
* | (edebug-outside-current-prefix-arg): | Phillip Rulon | 1999-09-24 | 1 | -3/+6 | |
| | | | | | | | | | New variable. (edebug-recursive-edit): Save current-prefix-arg there, bind it, and set it back at the end. (edebug-outside-excursion): Restore and update the outside value of current-prefix-arg. (edebug-emacs-version-specific): Delete support for Epoch. | |||||
* | Delete compatibility code. | Karl Heuer | 1999-07-25 | 1 | -8/+7 | |
| | | | | | (edebug-next-token-class): If . is followed by a digit, return `symbol' for the token class. | |||||
* | (with-temp-message): Add def-edebug-spec call. | Richard M. Stallman | 1999-01-19 | 1 | -0/+1 | |
| | ||||||
* | (edebug-eval-defun): Deal with defcustom | Dave Love | 1999-01-07 | 1 | -4/+9 | |
| | | | | like eval-defun does. | |||||
* | (edebug-initial-mode): Fix customize type. | Andreas Schwab | 1998-10-30 | 1 | -2/+6 | |
| | | | | | (edebug-on-error): Fix customize type to match that of debug-on-error. | |||||
* | (edebug-all-forms): Add autoload cookie. | Richard M. Stallman | 1998-05-07 | 1 | -0/+10 | |
| | | | | (edebug-all-defs): Likewise. | |||||
* | (edebug-compute-previous-result): | Richard M. Stallman | 1998-04-18 | 1 | -1/+1 | |
| | | | | Don't pass floating value to single-key-description. | |||||
* | (edebug-recursive-edit) | Richard M. Stallman | 1998-03-14 | 1 | -2/+2 | |
| | | | | (edebug-outside-excursion): store-match-data => set-match-data. | |||||
* | Doc fixes. | Richard M. Stallman | 1998-02-04 | 1 | -32/+8 | |
| | | | | | | (edebug-stop-before-symbols): Variable deleted. (edebug-form): Don't handle edebug-stop-before-symbols. (edebug-submit-bug-report): Don't include edebug-stop-before-symbols. | |||||
* | (edebug-eval-mode): Nicer mode-name value. | Karl Heuer | 1997-10-16 | 1 | -39/+16 | |
| | ||||||
* | (edebug-enter): Save, and bind to nil, | Richard M. Stallman | 1997-09-15 | 1 | -0/+11 | |
| | | | | overriding-local-map and overriding-terminal-local-map. | |||||
* | (condition-case): Fix edebug-form-spec to | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 | |
| | | | | allow a handler with a list of condition names. | |||||
* | (edebug-version): Use the Emacs version. | Richard M. Stallman | 1997-06-23 | 1 | -8/+1 | |
| | ||||||
* | (edebug-sit-for-seconds): New variable. | Richard M. Stallman | 1997-06-22 | 1 | -3/+8 | |
| | | | | (edebug-display): Use that variable to control amt of time. | |||||
* | (edebug-signal): Avoid infinite recursion. | Richard M. Stallman | 1997-05-29 | 1 | -3/+5 | |
| | ||||||
* | (edebug-eval-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -2/+3 | |
| | ||||||
* | (edebug-read-and-maybe-wrap-form): Protect | Richard M. Stallman | 1997-04-14 | 1 | -4/+6 | |
| | | | | against pathological recursive calls. | |||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -43/+88 | |
| | ||||||
* | (edebug-read-symbol, edebug-read-string): Don't back up after reading. | Richard M. Stallman | 1996-12-26 | 1 | -21/+6 | |
| | | | | (edebug-read-sexp): Likewise. | |||||
* | (combine-after-change-calls): New def-edebug-spec. | Richard M. Stallman | 1996-11-09 | 1 | -2/+3 | |
| | ||||||
* | (save-selected-window, save-current-buffer) | Richard M. Stallman | 1996-10-02 | 1 | -2/+10 | |
| | | | | | (save-match-data, with-output-to-string, with-current-buffer) (with-temp-file, with-temp-buffer): Add def-edebug-spec calls. | |||||
* | (edebug-original-signal): Don't define it. | Richard M. Stallman | 1996-09-24 | 1 | -16/+8 | |
| | | | | | | (edebug-signal): Call signal, not edebug-original-signal. (edebug-enter): Bind signal-hook-function instead of fsetting signal. (edebug-recursive-edit): Clear or clear signal-hook-function. | |||||
* | (pre-command-hook, post-command-hook): Defvars deleted. | Richard M. Stallman | 1996-09-23 | 1 | -19/+4 | |
| | | | | | | | | | (post-command-idle-hook): Defvar deleted. (edebug-outside-post-command-idle-hook): Defvar deleted. (edebug-enter): Don't look at or set post-command-idle-hook. (edebug-outside-excursion): Likewise. (edebug-emacs-19-specific): Don't define read-expression-history and read-expression-map. | |||||
* | (edebug-trace-display): Save and restore current buffer. | Richard M. Stallman | 1996-07-24 | 1 | -4/+6 | |
| | ||||||
* | Use executing-kbd-macro, not executing-macro. | Karl Heuer | 1996-05-29 | 1 | -8/+8 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 1996-03-20 | 1 | -292/+270 | |
| | ||||||
* | checked in with -k by liberte at 1994/04/09 20:57:56 | Daniel LaLiberte | 1994-04-08 | 1 | -51/+51 | |
| | ||||||
* | (edebug-version): Delete third arg of string-match. | Richard M. Stallman | 1994-04-07 | 1 | -3/+3 | |
| |