diff options
| author | Kim F. Storm | 2004-04-13 22:24:34 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-13 22:24:34 +0000 |
| commit | a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633 (patch) | |
| tree | dec2faa7f426f3d21507940fa6b0dadf9b5edf65 /src/ChangeLog | |
| parent | e2c608243a2565699ff13d6d5a423aa8e5a6531e (diff) | |
| download | emacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.tar.gz emacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-04-13 Joe Buehler <jbuehler@hekimian.com> | 20 | 2004-04-13 Joe Buehler <jbuehler@hekimian.com> |
| 2 | 21 | ||
| 3 | * sheap.c, unexcw.c: New files. | 22 | * sheap.c, unexcw.c: New files. |