aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ffb57b761a..806895bf4bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12007-05-30 Nick Roberts <nickrob@snap.net.nz>
2
3 * sysdep.c (init_sys_modes): Add rather than replace with
4 O_NONBLOCK.
5
6 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
7 term_mouse_moveto.
8
9 * termhooks.h (term_mouse_moveto): New extern.
10
11 * term.c (mouse_face_window): Rename...
12 (Qmouse_face_window): ...to this.
13 (term_show_mouse_face, term_clear_mouse_face)
14 (term_mouse_highlight): Use Qmouse_face_window.
15 (term_mouse_moveto): New function.
16 (term_mouse_position): Make it work.
17 (syms_of_term): Uncomment assignment to mouse_position_hook.
18 Staticpro Qmouse_face_window.
19
12007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 202007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 21
3 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t 22 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t