Mercurial > emacs
changeset 65061:623592d3fb62
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 21 Aug 2005 20:56:35 +0000 |
parents | 6d51680c39ce |
children | 8370ced2ae75 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 20 21:50:48 2005 +0000 +++ b/src/ChangeLog Sun Aug 21 20:56:35 2005 +0000 @@ -1,3 +1,12 @@ +2005-08-21 Kim F. Storm <storm@cua.dk> + + * fringe.c (update_window_fringes): Replace FORCE_P arg with + KEEP_CURRENT_P arg; if non-zero, don't update current row fringes, + and return 0. + + * xdisp.c (redisplay_window): Call update_window_fringes with + KEEP_CURRENT_P non-0 if we are going to refresh fringes later. + 2005-08-20 Richard M. Stallman <rms@gnu.org> * xdisp.c (display_echo_area_1): Get display start pos from w->start.