diff options
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 |