diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-10-30 00:21:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-10-30 00:21:12 +0000 |
commit | dead519df99f78a0ebae12c1dfa2caef424cd73c (patch) | |
tree | bb6a47b5e4935157524fd0fe17920b929a3da169 /lisp | |
parent | 9048000044d9e267ec8026c5b831a3f04ec2b10e (diff) | |
download | emacs-dead519df99f78a0ebae12c1dfa2caef424cd73c.tar.gz emacs-dead519df99f78a0ebae12c1dfa2caef424cd73c.tar.bz2 emacs-dead519df99f78a0ebae12c1dfa2caef424cd73c.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-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 @@ +2001-10-29 Richard M. Stallman <rms@gnu.org> + + * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to + window-live-p. + (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. + 2001-10-29 Sam Steingold <sds@gnu.org> * w32-fns.el (convert-standard-filename): Handle cygwin-specific |