aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-08-19 01:59:21 +0000
committerMiles Bader2000-08-19 01:59:21 +0000
commit136b4eda878f450163e70dd1ed56980d35d6d742 (patch)
tree58b69a85b7c970dc0317d50d84740102b0753d74 /lisp/ChangeLog
parentd8d972bf49a45f00663c94b4457966cb3bf4501b (diff)
downloademacs-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/ChangeLog19
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 @@
12000-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
12000-08-18 Stefan Monnier <monnier@cs.yale.edu> 202000-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