emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 01 Jun 2007 00:17:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/06/01 00:17:09

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5683
retrieving revision 1.5684
diff -u -b -r1.5683 -r1.5684
--- ChangeLog   29 May 2007 23:19:42 -0000      1.5683
+++ ChangeLog   1 Jun 2007 00:17:08 -0000       1.5684
@@ -1,3 +1,22 @@
+2007-05-30  Nick Roberts  <address@hidden>
+
+       * sysdep.c (init_sys_modes): Add rather than replace with
+       O_NONBLOCK.
+
+       * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
+       term_mouse_moveto.
+
+       * termhooks.h (term_mouse_moveto): New extern.
+
+       * term.c (mouse_face_window): Rename...
+       (Qmouse_face_window): ...to this.
+       (term_show_mouse_face, term_clear_mouse_face)
+       (term_mouse_highlight): Use Qmouse_face_window.
+       (term_mouse_moveto): New function.
+       (term_mouse_position): Make it work.
+       (syms_of_term): Uncomment assignment to mouse_position_hook.
+       Staticpro Qmouse_face_window.
+
 2007-05-28  YAMAMOTO Mitsuharu  <address@hidden>
 
        * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]