aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 16ad872e9c7..8a93a5d900e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12004-04-14 Kim F. Storm <storm@cua.dk>
2
3 * editfns.c (Fformat): Fix allocation size of precision array.
4
5 * dispnew.c (update_window): Only set changed_p if
6 scrolling_window actually did scroll.
7 (scrolling_window): Only return 1 if we actually did scroll.
8
9 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
10 height to glyph height when cursor row is not fully visible.
11 (make_cursor_line_fully_visible): Add FORCE_P arg to return
12 failure in case row is higher than window. Callers changed.
13 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
14 Try to scroll partially visible, higher-than-window cursor row.
15 (redisplay_window): Always try to scroll partially visible,
16 higher-than-window cursor row - both initially and again with
17 centering_position = 0.
18 Clear desired matrix before retrying with centering_position = 0.
19
12004-04-13 Joe Buehler <jbuehler@hekimian.com> 202004-04-13 Joe Buehler <jbuehler@hekimian.com>
2 21
3 * sheap.c, unexcw.c: New files. 22 * sheap.c, unexcw.c: New files.