diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02a81fb7f7c..b44e3e4e626 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 1 | 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macselect.c (x_own_selection): Accept Lisp string as result of | ||
| 4 | selection converter function. | ||
| 5 | (x_clear_frame_selections): Don't call x-lost-selection-functions | ||
| 6 | if Emacs is not owner of the selection. | ||
| 7 | (Vmac_services_selection): Put variable and initialization in | ||
| 8 | #ifdef MAC_OSX. | ||
| 9 | (syms_of_macselect) [MAC_OSX]: Set default value of | ||
| 10 | Vmac_services_selection to PRIMARY. | ||
| 11 | |||
| 12 | * macterm.c (toolkit_scroll_bar_interaction): Remove unused | ||
| 13 | variable. | ||
| 14 | (mac_handle_tool_bar_click): Remove unused function and | ||
| 15 | declaration. | ||
| 16 | [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback) | ||
| 17 | (install_scroll_bar_timer, set_scroll_bar_timer) | ||
| 18 | (control_part_code_to_scroll_bar_part, construct_scroll_bar_click) | ||
| 19 | (get_control_part_bound, x_scroll_bar_handle_press) | ||
| 20 | (x_scroll_bar_handle_release, x_scroll_bar_handle_drag) | ||
| 21 | (x_set_toolkit_scroll_bar_thumb): New functions and declarations. | ||
| 22 | [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer) | ||
| 23 | (scroll_bar_timer_event_posted_p): New variables. | ||
| 24 | [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY) | ||
| 25 | (SCROLL_BAR_CONTINUOUS_DELAY): New macros. | ||
| 26 | (x_scroll_bar_create): Set control reference with NewControl. | ||
| 27 | (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Initialize | ||
| 28 | track_top and track_height to nil. | ||
| 29 | (x_scroll_bar_set_handle, x_scroll_bar_note_movement): Put | ||
| 30 | functions in #ifndef USE_TOOLKIT_SCROLL_BARS. | ||
| 31 | (XTset_vertical_scroll_bar): Don't make space between scroll bar | ||
| 32 | and associated window. | ||
| 33 | (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width | ||
| 34 | from window config. | ||
| 35 | (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Set | ||
| 36 | track_top and track_height to nil when scroll bar size is changed. | ||
| 37 | Recalculate them if they are nil. | ||
| 38 | (XTread_socket) [MAC_OSX]: Use control kind to determine if the | ||
| 39 | clicked control is a scroll bar. | ||
| 40 | (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar | ||
| 41 | event handler functions. Don't add modifiers to scroll bar click | ||
| 42 | events. Call scroll bar release handler when window is | ||
| 43 | deactivated. | ||
| 44 | (mac_initialize): Remove unused code for X toolkit. | ||
| 45 | (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]: Initialize | ||
| 46 | Vx_toolkit_scroll_bars to nil. | ||
| 47 | |||
| 48 | * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New | ||
| 49 | members track_top and track_height. | ||
| 50 | |||
| 51 | * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine | ||
| 52 | init_process when including sys/select.h. | ||
| 53 | |||
| 1 | 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | 54 | 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 55 | ||
| 3 | * eval.c (Fdefvaralias): Doc fix. | 56 | * eval.c (Fdefvaralias): Doc fix. |