diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7bc84cfbdbf..744b1ebbcee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-08-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * fringe.c (update_window_fringes): Replace FORCE_P arg with | ||
| 4 | KEEP_CURRENT_P arg; if non-zero, don't update current row fringes, | ||
| 5 | and return 0. | ||
| 6 | |||
| 7 | * xdisp.c (redisplay_window): Call update_window_fringes with | ||
| 8 | KEEP_CURRENT_P non-0 if we are going to refresh fringes later. | ||
| 9 | |||
| 1 | 2005-08-20 Richard M. Stallman <rms@gnu.org> | 10 | 2005-08-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (display_echo_area_1): Get display start pos from w->start. | 12 | * xdisp.c (display_echo_area_1): Get display start pos from w->start. |