# HG changeset patch # User Miles Bader # Date 966650361 0 # Node ID c598e9bfdce26b8e6fdcfb395a49115d4ce13084 # Parent d55632c1102b8a6d28171fa6274e48e2307cb93e *** empty log message *** diff -r d55632c1102b -r c598e9bfdce2 lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 19 01:57:55 2000 +0000 +++ b/lisp/ChangeLog Sat Aug 19 01:59:21 2000 +0000 @@ -1,3 +1,22 @@ +2000-08-19 Miles Bader + + * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): + Compiler macro removed; beginning-of-line is no longer always + equivalent to forward-line, in the presence of fields. + + * comint.el (comint-output-filter): Remove ad-hoc saving of + restriction, and just use save-restriction, now that it works + correctly. Don't adjust comint-last-input-start to account for + our insertion; it shouldn't have moved because we don't use + insert-before-markers anymore. Comment out call to + `force-mode-line-update'; why is it here? + + * gud.el (gud-basic-call): Temporarily widen gud comint buffer + while checking for prompt to delete. Use `forward-line 0' + instead of beginning-of-line. + (gud-filter): Temporarily widen gud comint buffer while + examining output. + 2000-08-18 Stefan Monnier * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp