diff options
| author | Miles Bader | 2000-08-19 01:59:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-08-19 01:59:21 +0000 |
| commit | 136b4eda878f450163e70dd1ed56980d35d6d742 (patch) | |
| tree | 58b69a85b7c970dc0317d50d84740102b0753d74 /lisp/ChangeLog | |
| parent | d8d972bf49a45f00663c94b4457966cb3bf4501b (diff) | |
| download | emacs-136b4eda878f450163e70dd1ed56980d35d6d742.tar.gz emacs-136b4eda878f450163e70dd1ed56980d35d6d742.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 899a5a50406..93a1e633fb3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2000-08-19 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | ||
| 4 | Compiler macro removed; beginning-of-line is no longer always | ||
| 5 | equivalent to forward-line, in the presence of fields. | ||
| 6 | |||
| 7 | * comint.el (comint-output-filter): Remove ad-hoc saving of | ||
| 8 | restriction, and just use save-restriction, now that it works | ||
| 9 | correctly. Don't adjust comint-last-input-start to account for | ||
| 10 | our insertion; it shouldn't have moved because we don't use | ||
| 11 | insert-before-markers anymore. Comment out call to | ||
| 12 | `force-mode-line-update'; why is it here? | ||
| 13 | |||
| 14 | * gud.el (gud-basic-call): Temporarily widen gud comint buffer | ||
| 15 | while checking for prompt to delete. Use `forward-line 0' | ||
| 16 | instead of beginning-of-line. | ||
| 17 | (gud-filter): Temporarily widen gud comint buffer while | ||
| 18 | examining output. | ||
| 19 | |||
| 1 | 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> | 20 | 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 21 | ||
| 3 | * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp | 22 | * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp |