diff options
| author | YAMAMOTO Mitsuharu | 2007-04-12 08:12:00 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-04-12 08:12:00 +0000 |
| commit | 2a953eae53032799b0d87f4533fd6111261c4e4b (patch) | |
| tree | 2bbfc0496721562bb279b0938014862083800774 /src/ChangeLog | |
| parent | f82bd023a6d95e228555a635833b5307996e3141 (diff) | |
| download | emacs-2a953eae53032799b0d87f4533fd6111261c4e4b.tar.gz emacs-2a953eae53032799b0d87f4533fd6111261c4e4b.zip | |
[TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
(mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
(mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cfe86dabd96..44e4f873223 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c (xrm_get_preference_database, Fmac_get_preference) | ||
| 4 | [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize. | ||
| 5 | |||
| 6 | * macterm.c [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): | ||
| 7 | Use GetGlobalMouse instead of GetMouse and LocalToGlobal. | ||
| 8 | (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero. | ||
| 9 | (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and | ||
| 10 | dpyinfo->width are those of whole screen. | ||
| 11 | |||
| 1 | 2007-04-10 Chong Yidong <cyd@stupidchicken.com> | 12 | 2007-04-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 13 | ||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement | 14 | * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement |