aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-08-21 20:56:35 +0000
committerKim F. Storm2005-08-21 20:56:35 +0000
commit7c3f805b803e3636995d1a6a054fe08ec4591ee5 (patch)
tree7b122307457d287c6849f71493fa21c73eb7d681 /src
parent6e86be0b47a519b70e74b80b9478b571ea30cce1 (diff)
downloademacs-7c3f805b803e3636995d1a6a054fe08ec4591ee5.tar.gz
emacs-7c3f805b803e3636995d1a6a054fe08ec4591ee5.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
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 @@
12005-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
12005-08-20 Richard M. Stallman <rms@gnu.org> 102005-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.