diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index df5adc233e2..9d496f46c32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-03-14 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO) | ||
| 4 | (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions. | ||
| 5 | (monitor_from_point_fn, get_monitor_info_fn): New globals. | ||
| 6 | (globals_of_w32fns): Initialize them. | ||
| 7 | (compute_tip_xy): Use them to position tooltips. | ||
| 8 | |||
| 1 | 2008-03-14 Glenn Morris <rgm@gnu.org> | 9 | 2008-03-14 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * emacs.c (main): Revert previous change. | 11 | * emacs.c (main): Revert previous change. |