diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2000-12-23 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |