Mercurial > emacs
comparison src/ChangeLog @ 74620:2d8b71da75df
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 15 Dec 2006 00:22:44 +0000 |
parents | 3b29ab01e850 |
children | 4827ec68a658 |
comparison
equal
deleted
inserted
replaced
74619:3b29ab01e850 | 74620:2d8b71da75df |
---|---|
1 2006-12-15 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * keyboard.c (ignore_mouse_drag_p): New global var. | |
4 (some_mouse_moved): Return 0 if it is non-zero. | |
5 (make_lispy_event): Generate click event on mouse up if | |
6 ignore_mouse_drag_p is non-zero, even if mouse moved. | |
7 Clear ignore_mouse_drag_p on mouse down/up. | |
8 | |
9 * xdisp.c (redisplay_window): Set ignore_mouse_drag_p if tool-bar | |
10 is resized to avoid generating a mouse drag event. | |
11 | |
1 2006-12-14 Juanma Barranquero <lekktu@gmail.com> | 12 2006-12-14 Juanma Barranquero <lekktu@gmail.com> |
2 | 13 |
3 * w32fns.c (w32_wnd_proc): Force non-tooltip frames to respect the | 14 * w32fns.c (w32_wnd_proc): Force non-tooltip frames to respect the |
4 minimum tracking size. Remove non-working old hack to do the same. | 15 minimum tracking size. Remove non-working old hack to do the same. |
5 | 16 |