aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-23 23:09:04 +0000
committerGerd Moellmann2000-12-23 23:09:04 +0000
commitf717c2baaa18bc06df847b3edd8bc641585fffa4 (patch)
tree4d8dc16ffeddbff9553ab8d7b48d59dd5939e0c6 /src/ChangeLog
parent83f40583a465070db49db28c76d344691acc0f3c (diff)
downloademacs-f717c2baaa18bc06df847b3edd8bc641585fffa4.tar.gz
emacs-f717c2baaa18bc06df847b3edd8bc641585fffa4.zip
(echo_prompt): Always set current_kboard->echoptr to
the end of the prompt. Set echo_after_prompt to the offset of echoptr in echobuf.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c8ff93a44dc..2cffae07790 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-12-23 Gerd Moellmann <gerd@gnu.org> 12000-12-23 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
4 the end of the prompt. Set echo_after_prompt to the offset
5 of echoptr in echobuf.
6
3 * xdisp.c (init_from_display_pos): Pop until the iterator's 7 * xdisp.c (init_from_display_pos): Pop until the iterator's
4 stack is empty; there may be frames for stretch or images 8 stack is empty; there may be frames for stretch or images
5 on the stack. 9 on the stack.