Mercurial > emacs
comparison src/ChangeLog @ 109422:bcedeeedc5fb
Merge from mainline.
| author | Katsumi Yamaoka <yamaoka@jpl.org> |
|---|---|
| date | Thu, 01 Jul 2010 22:47:18 +0000 |
| parents | 43b10f3ac90c |
| children | ed7496d92467 |
comparison
equal
deleted
inserted
replaced
| 109421:10cf940285f9 | 109422:bcedeeedc5fb |
|---|---|
| 1 2010-07-01 Jan Djärv <jan.h.d@swipnet.se> | |
| 2 | |
| 3 * window.c (Fwindow_absolute_pixel_edges): Doc fix. | |
| 4 | |
| 5 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges) | |
| 6 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721). | |
| 7 | |
| 8 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame | |
| 9 parameters, they are already absolute. | |
| 10 | |
| 11 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed | |
| 12 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT. | |
| 13 | |
| 14 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH | |
| 15 | |
| 16 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update | |
| 17 FRAME_TOOLBAR_HEIGHT. | |
| 18 | |
| 19 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add | |
| 20 BLOCK/UNBLOCK_INPUT so asserts don't trigger. | |
| 21 | |
| 22 2010-06-30 Chong Yidong <cyd@stupidchicken.com> | |
| 23 | |
| 24 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't | |
| 25 check default-frame-alist. | |
| 26 | |
| 27 2010-06-30 Andreas Schwab <schwab@linux-m68k.org> | |
| 28 | |
| 29 * process.c (create_process): Avoid using invalid file descriptors. | |
| 30 | |
| 31 * callproc.c (child_setup): Avoid closing a file descriptor twice. | |
| 32 | |
| 1 2010-06-30 Jan Djärv <jan.h.d@swipnet.se> | 33 2010-06-30 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 34 |
| 3 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): | 35 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): |
| 4 Improve documentation. Return font regardless of use_system_font. | 36 Improve documentation. Return font regardless of use_system_font. |
| 5 (syms_of_xsettings): Improve documentation for font-use-system-font. | 37 (syms_of_xsettings): Improve documentation for font-use-system-font. |
| 75 (xg_update_submenu): Use remove_submenu. | 107 (xg_update_submenu): Use remove_submenu. |
| 76 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child | 108 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child |
| 77 properties instead to get old x and y position. | 109 properties instead to get old x and y position. |
| 78 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size, | 110 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size, |
| 79 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size, | 111 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size, |
| 80 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment. | 112 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment. |
| 81 (xg_get_tool_bar_widgets): New function. | 113 (xg_get_tool_bar_widgets): New function. |
| 82 (xg_tool_bar_menu_proxy, xg_show_toolbar_item) | 114 (xg_tool_bar_menu_proxy, xg_show_toolbar_item) |
| 83 (update_frame_tool_bar): Call xg_get_tool_bar_widgets. | 115 (update_frame_tool_bar): Call xg_get_tool_bar_widgets. |
| 84 (toolbar_set_orientation): New #define based on if configure | 116 (toolbar_set_orientation): New #define based on if configure |
| 85 finds gtk_orientable_set_orientation. | 117 finds gtk_orientable_set_orientation. |
| 115 | 147 |
| 116 2010-06-22 Jan Djärv <jan.h.d@swipnet.se> | 148 2010-06-22 Jan Djärv <jan.h.d@swipnet.se> |
| 117 | 149 |
| 118 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar. | 150 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar. |
| 119 | 151 |
| 120 * gtkutil.h (xg_show_scroll_bar): : Remove. | 152 * gtkutil.h (xg_show_scroll_bar): Remove. |
| 121 | 153 |
| 122 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed | 154 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed |
| 123 if height is less than scroll bar min size. | 155 if height is less than scroll bar min size. |
| 124 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos. | 156 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos. |
| 125 | 157 |
