diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dcb4d272561..d2a8113a429 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2007-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macmenu.c (mac_menu_show): Call unbind_to early. Use variable | ||
| 4 | `menu_item_selection' as in W32 version. | ||
| 5 | [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Add explicit | ||
| 6 | braces to avoid ambiguous `else'. | ||
| 7 | |||
| 8 | * macterm.c (mac_display_info_for_display): Remove function. | ||
| 9 | (mac_flush_display_optional) [USE_CG_DRAWING]: New function. | ||
| 10 | (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for | ||
| 11 | flush_display_optional. | ||
| 12 | [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press): New | ||
| 13 | argument MOUSE_POS. All uses changed. Set bar->dragging to | ||
| 14 | negative integer if scroll bar handle is pressed. | ||
| 15 | [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release): Negative | ||
| 16 | bar->dragging means scroll bar handle is not dragged. | ||
| 17 | [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial | ||
| 18 | offset of scroll bar handle from negative bar->dragging. | ||
| 19 | (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll | ||
| 20 | bar click is compared against mapped one. Set down/up_modifier | ||
| 21 | for scroll bar click event with control key. | ||
| 22 | |||
| 23 | * macterm.h (x_display_info_for_display): Remove extern. | ||
| 24 | (SCROLL_BAR_UNPACK, SET_SCROLL_BAR_CONTROL_HANDLE): Don't limit | ||
| 25 | value to be unpacked to 32-bit on LP64 model. | ||
| 26 | |||
| 1 | 2007-02-23 Kenichi Handa <handa@m17n.org> | 27 | 2007-02-23 Kenichi Handa <handa@m17n.org> |
| 2 | 28 | ||
| 3 | * process.c (send_process_object_unwind): New function. | 29 | * process.c (send_process_object_unwind): New function. |