aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-30 15:09:52 +0200
committerEli Zaretskii2010-10-30 15:09:52 +0200
commitd009ae66b405e38113c1ed29ff50832e5eec2b29 (patch)
treef6fb055534f6b2b9c3b65ba785d167efc5e40f16 /src/ChangeLog
parentaeeb3dcb656d2df4421f3c0a8b6416a5c1ea94a7 (diff)
downloademacs-d009ae66b405e38113c1ed29ff50832e5eec2b29.tar.gz
emacs-d009ae66b405e38113c1ed29ff50832e5eec2b29.zip
Unify mouse highlight code of MSDOS and GUI sessions.
xdisp.c (coords_in_mouse_face_p): Move prototype out of the HAVE_WINDOW_SYSTEM conditional. (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the HAVE_WINDOW_SYSTEM block. (try_window_id) [HAVE_GPM || MSDOS]: Call x_clear_window_mouse_face. (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM systems. (show_mouse_face): Call it, instead of calling draw_glyphs directly. (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p) (cursor_in_mouse_face_p, rows_from_pos_range) (mouse_face_from_buffer_pos, mouse_face_from_string_pos) (note_mode_line_or_margin_highlight, note_mouse_highlight) (x_clear_window_mouse_face, cancel_mouse_face): Move out of the HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific fragments. (note_mouse_highlight): Call popup_activated for MSDOS as well. Clear mouse highlight if pointer is over glyphs whose OBJECT is an integer. (mouse_face_from_buffer_pos): Add parentheses around && within ||. xmenu.c (popup_activated): Don't define on MSDOS. dispnew.c (mirror_make_current): Set Y coordinate of the mode-line and header-line rows. termchar.h (struct tty_display_info): Define mouse_face_* members not only for MSDOS. Delete stray whitespace. <mouse_face_beg_x, mouse_face_beg_y, mouse_face_overlay>: New struct members. dispextern.h (DPYINFO_DEFINED) [HAVE_X_WINDOWS]: Define. (DPYINFO_DEFINED) [HAVE_NTGUI]: Define. (DPYINFO_DEFINED) [HAVE_NS]: Define. (Display_Info) [!DPYINFO_DEFINED]: Define here. (FRAME_X_DISPLAY_INFO) [HAVE_GPM]: Define. (FRAME_X_DISPLAY_INFO): Define to NULL if not defined. (frame_to_window_pixel_xy, note_mouse_highlight) (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face) (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of HAVE_WINDOW_SYSTEM conditional. (draw_row_with_mouse_face): Declare prototype. msdos.h (Display_Info): Don't define here. msdos.c (show_mouse_face, clear_mouse_face) (fast_find_position, IT_note_mode_line_highlight) (IT_note_mouse_highlight): Functions deleted. (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight instead of IT_note_mouse_highlight. (draw_row_with_mouse_face, popup_activated): New functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2d46e42e17b..3dacd9a5e63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,57 @@
12010-10-30 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (coords_in_mouse_face_p): Move prototype out of the
4 HAVE_WINDOW_SYSTEM conditional.
5 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
6 HAVE_WINDOW_SYSTEM block.
7 (try_window_id) [HAVE_GPM || MSDOS]: Call
8 x_clear_window_mouse_face.
9 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
10 systems.
11 (show_mouse_face): Call it, instead of calling draw_glyphs directly.
12 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
13 (cursor_in_mouse_face_p, rows_from_pos_range)
14 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
15 (note_mode_line_or_margin_highlight, note_mouse_highlight)
16 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
17 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
18 fragments.
19 (note_mouse_highlight): Call popup_activated for MSDOS as well.
20 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
21 integer.
22 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
23
24 * xmenu.c (popup_activated): Don't define on MSDOS.
25
26 * dispnew.c (mirror_make_current): Set Y coordinate of the
27 mode-line and header-line rows.
28
29 * termchar.h (struct tty_display_info): Define mouse_face_*
30 members not only for MSDOS. Delete stray whitespace.
31 <mouse_face_beg_x, mouse_face_beg_y, mouse_face_overlay>: New
32 struct members.
33
34 * dispextern.h (DPYINFO_DEFINED) [HAVE_X_WINDOWS]: Define.
35 (DPYINFO_DEFINED) [HAVE_NTGUI]: Define.
36 (DPYINFO_DEFINED) [HAVE_NS]: Define.
37 (Display_Info) [!DPYINFO_DEFINED]: Define here.
38 (FRAME_X_DISPLAY_INFO) [HAVE_GPM]: Define.
39 (FRAME_X_DISPLAY_INFO): Define to NULL if not defined.
40 (frame_to_window_pixel_xy, note_mouse_highlight)
41 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
42 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
43 HAVE_WINDOW_SYSTEM conditional.
44 (draw_row_with_mouse_face): Declare prototype.
45
46 * msdos.h (Display_Info): Don't define here.
47
48 * msdos.c (show_mouse_face, clear_mouse_face)
49 (fast_find_position, IT_note_mode_line_highlight)
50 (IT_note_mouse_highlight): Functions deleted.
51 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
52 instead of IT_note_mouse_highlight.
53 (draw_row_with_mouse_face, popup_activated): New functions.
54
12010-10-29 Eli Zaretskii <eliz@gnu.org> 552010-10-29 Eli Zaretskii <eliz@gnu.org>
2 56
3 * emacs.c (main): Call syms_of_filelock unconditionally. 57 * emacs.c (main): Call syms_of_filelock unconditionally.