diff options
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 397da093117..01a7b852032 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to | ||
| 4 | window-live-p. | ||
| 5 | (edebug-set-conditional-breakpoint): Unconditionally use | ||
| 6 | the former Emacs >=19 definition. | ||
| 7 | (edebug-mark): Define unconditionally. | ||
| 8 | (edebug-eval-expression): Always call read-from-minibuffer | ||
| 9 | and specify history list. | ||
| 10 | (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p, | ||
| 11 | edebug-set-conditional-breakpoint. | ||
| 12 | (edebug-emacs-version-specific): Function deleted; | ||
| 13 | do the job at top level. | ||
| 14 | (edebug-emacs-19-specific): Function deleted, this is the default. | ||
| 15 | |||
| 1 | 2001-10-29 Sam Steingold <sds@gnu.org> | 16 | 2001-10-29 Sam Steingold <sds@gnu.org> |
| 2 | 17 | ||
| 3 | * w32-fns.el (convert-standard-filename): Handle cygwin-specific | 18 | * w32-fns.el (convert-standard-filename): Handle cygwin-specific |