aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-20 05:26:27 +0000
committerRichard M. Stallman2005-08-20 05:26:27 +0000
commit40b388f98ce27057cff72ff65fc3ee91a2e7344d (patch)
treeac40c0282365d83d75256a95dc844991b0e9f51e /src/ChangeLog
parent6a7df22fdb508a944417455238b7714ada78d8b4 (diff)
downloademacs-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/ChangeLog6
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 @@
12005-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
12005-08-18 Kim F. Storm <storm@cua.dk> 72005-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