diff options
author | Jason Rumney <jasonr@gnu.org> | 2006-03-12 15:13:38 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2006-03-12 15:13:38 +0000 |
commit | ab68b375c71ef86a7e90640e7f12a20185526cc1 (patch) | |
tree | 8441376c214f30f49ade0248c0ebdcc43448d50b /src | |
parent | d3499758a9e5912ee6f47a70abc22b579380f11a (diff) | |
download | emacs-ab68b375c71ef86a7e90640e7f12a20185526cc1.tar.gz emacs-ab68b375c71ef86a7e90640e7f12a20185526cc1.tar.bz2 emacs-ab68b375c71ef86a7e90640e7f12a20185526cc1.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 50234cda0af..bfb346c5539 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2006-03-12 Jason Rumney <jasonr@gnu.org> + + * w32term.c: Sync 2005-10-24 xterm.c changes. + (last_mouse_glyph_frame): New var. + (note_mouse_movement): Say mouse moved if current frame differs + from last_mouse_glyph_frame, and update last_mouse_glyph_frame. + (w32_mouse_position): Set last_mouse_glyph_frame. + Remove OLD_REDISPLAY_CODE block. + 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1. |