aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e0b34273209..3e6094bbca0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12004-07-26 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
4 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
5 if target position is at end of display line but char is not a newline.
6
12004-07-25 Richard M. Stallman <rms@gnu.org> 72004-07-25 Richard M. Stallman <rms@gnu.org>
2 8
3 * window.c (coordinates_in_window): Return ON_SCROLL_BAR 9 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
@@ -6,7 +12,7 @@
6 12
7 * dispextern.h (enum window_part): Add ON_SCROLL_BAR. 13 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
8 14
9 * window.c (Fcoordinates_in_window_p): 15 * window.c (Fcoordinates_in_window_p):
10 Take account of FRAME_INTERNAL_BORDER_WIDTH. 16 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11 17
12 * alloc.c (check_cons_list): New function (contents commented out). 18 * alloc.c (check_cons_list): New function (contents commented out).