aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d9d72de9d2..3e6094bbca0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,40 @@
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
72004-07-25 Richard M. Stallman <rms@gnu.org>
8
9 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
10 instead of ON_VERTICAL_BORDER, when on scroll bar.
11 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
12
13 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
14
15 * window.c (Fcoordinates_in_window_p):
16 Take account of FRAME_INTERNAL_BORDER_WIDTH.
17
18 * alloc.c (check_cons_list): New function (contents commented out).
19
202004-07-24 Luc Teirlinck <teirllm@auburn.edu>
21
22 * xfaces.c (Fcolor_supported_p): Doc fix.
23
24 * frame.c (Fselect_frame, Fset_frame_selected_window)
25 (Fframe_visible_p, Fraise_frame): Doc fixes.
26
12004-07-24 Richard M. Stallman <rms@gnu.org> 272004-07-24 Richard M. Stallman <rms@gnu.org>
2 28
29 * keyboard.h (not_single_kboard_state): Declared.
30
31 * fileio.c (Fwrite_region): Doc fix.
32
33 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
34
35 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
36 only when a real abbrev is present.
37
3 * xfns.c (x_icon_verify): New function. 38 * xfns.c (x_icon_verify): New function.
4 (Fx_create_frame): Use it. 39 (Fx_create_frame): Use it.
5 40