diff options
| author | Richard M. Stallman | 2005-08-20 05:26:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-20 05:26:27 +0000 |
| commit | 40b388f98ce27057cff72ff65fc3ee91a2e7344d (patch) | |
| tree | ac40c0282365d83d75256a95dc844991b0e9f51e /src/ChangeLog | |
| parent | 6a7df22fdb508a944417455238b7714ada78d8b4 (diff) | |
| download | emacs-40b388f98ce27057cff72ff65fc3ee91a2e7344d.tar.gz emacs-40b388f98ce27057cff72ff65fc3ee91a2e7344d.zip | |
(display_echo_area_1): Get display start pos from w->start.
(resize_mini_window): Set w->start, and PT, so as to display the tail
end of the buffer, if it doesn't all fit.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d568243a0e7..7bc84cfbdbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-08-20 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_echo_area_1): Get display start pos from w->start. | ||
| 4 | (resize_mini_window): Set w->start, and PT, so as to display the tail | ||
| 5 | end of the buffer, if it doesn't all fit. | ||
| 6 | |||
| 1 | 2005-08-18 Kim F. Storm <storm@cua.dk> | 7 | 2005-08-18 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * xdisp.c (calc_pixel_width_or_height): Use actual display | 9 | * xdisp.c (calc_pixel_width_or_height): Use actual display |