Mercurial > emacs
comparison src/ChangeLog @ 65061:623592d3fb62
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 21 Aug 2005 20:56:35 +0000 |
parents | 2c54445118cc |
children | fa10c4ebc29a |
comparison
equal
deleted
inserted
replaced
65060:6d51680c39ce | 65061:623592d3fb62 |
---|---|
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. |
4 (resize_mini_window): Set w->start, and PT, so as to display the tail | 13 (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. | 14 end of the buffer, if it doesn't all fit. |