aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-07-25 22:14:29 +0000
committerKim F. Storm2004-07-25 22:14:29 +0000
commitf29ff8c7a4a0a3bded497ff08f64d3bb1b80c1b8 (patch)
treec69bb403c92d6bba930068a7f895104afeae9759 /src
parente0db2366e7a4bd0719b8a0e7899f294243a6c946 (diff)
downloademacs-f29ff8c7a4a0a3bded497ff08f64d3bb1b80c1b8.tar.gz
emacs-f29ff8c7a4a0a3bded497ff08f64d3bb1b80c1b8.zip
*** empty log message ***
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).