aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-11-07 11:25:35 -0500
committerStefan Monnier2014-11-07 11:25:35 -0500
commit3946aeb962440b8e76fea95c31aa518928082cc6 (patch)
tree2b118bf349c394b692026f7a932ed1fb387ce563 /src/ChangeLog
parent0e44a2d2335fd7d382f0edc18345b9d382005d04 (diff)
downloademacs-3946aeb962440b8e76fea95c31aa518928082cc6.tar.gz
emacs-3946aeb962440b8e76fea95c31aa518928082cc6.zip
* src/keyboard.c: Call gui-set-selection instead of x-set-selection.
* src/xdisp.c (window-scroll-functions): Improve docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog38
1 files changed, 20 insertions, 18 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 95880e806ee..a2a4e9dccaf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c: Call gui-set-selection instead of x-set-selection.
4 * xdisp.c (window-scroll-functions): Improve docstring.
5
12014-11-07 Paul Eggert <eggert@cs.ucla.edu> 62014-11-07 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Uniquify the 'size' symbol. 8 Uniquify the 'size' symbol.
@@ -21,11 +26,11 @@
21 (Fset_frame_size, x_set_left_fringe, x_set_right_fringe) 26 (Fset_frame_size, x_set_left_fringe, x_set_right_fringe)
22 (x_set_right_divider_width, x_set_bottom_divider_width) 27 (x_set_right_divider_width, x_set_bottom_divider_width)
23 (x_set_vertical_scroll_bars, x_set_horizontal_scroll_bars) 28 (x_set_vertical_scroll_bars, x_set_horizontal_scroll_bars)
24 (x_set_scroll_bar_width, x_set_scroll_bar_height): Update 29 (x_set_scroll_bar_width, x_set_scroll_bar_height):
25 callers. 30 Update callers.
26 (frame-inhibit-implied-resize): Rewrite doc-string. 31 (frame-inhibit-implied-resize): Rewrite doc-string.
27 * frame.h (frame_inhibit_resize, adjust_frame_size): Fix 32 * frame.h (frame_inhibit_resize, adjust_frame_size):
28 external declarations. 33 Fix external declarations.
29 (Qframe_position, Qframe_outer_size) 34 (Qframe_position, Qframe_outer_size)
30 (Qframe_inner_size, Qexternal_border_size, Qtitle_height) 35 (Qframe_inner_size, Qexternal_border_size, Qtitle_height)
31 (Qmenu_bar_external, Qmenu_bar_size, Qtool_bar_external) 36 (Qmenu_bar_external, Qmenu_bar_size, Qtool_bar_external)
@@ -36,11 +41,10 @@
36 (menubar_map_cb, xg_update_frame_menubar, free_frame_menubar) 41 (menubar_map_cb, xg_update_frame_menubar, free_frame_menubar)
37 (tb_size_cb, update_frame_tool_bar, free_frame_tool_bar) 42 (tb_size_cb, update_frame_tool_bar, free_frame_tool_bar)
38 (xg_change_toolbar_position): Call adjust_frame_size directly. 43 (xg_change_toolbar_position): Call adjust_frame_size directly.
39 * nsfns.m (x_set_internal_border_width, Fx_create_frame): Fix 44 * nsfns.m (x_set_internal_border_width, Fx_create_frame):
40 calls of adjust_frame_size. 45 Fix calls of adjust_frame_size.
41 * w32fns.c (x_set_internal_border_width, x_set_menu_bar_lines) 46 * w32fns.c (x_set_internal_border_width, x_set_menu_bar_lines)
42 (Fx_create_frame, x_create_tip_frame): Adjust adjust_frame_size 47 (Fx_create_frame, x_create_tip_frame): Adjust adjust_frame_size calls.
43 calls.
44 (x_set_tool_bar_lines, x_change_tool_bar_height): Make sure that 48 (x_set_tool_bar_lines, x_change_tool_bar_height): Make sure that
45 frame can get resized when tool-bar-lines parameter changes from 49 frame can get resized when tool-bar-lines parameter changes from
46 or to zero. 50 or to zero.
@@ -49,10 +53,8 @@
49 (Fx_frame_geometry): New function. 53 (Fx_frame_geometry): New function.
50 * w32menu.c (set_frame_menubar): Adjust adjust_frame_size call. 54 * w32menu.c (set_frame_menubar): Adjust adjust_frame_size call.
51 * w32term.c (x_new_font): Adjust adjust_frame_size call. 55 * w32term.c (x_new_font): Adjust adjust_frame_size call.
52 * widget.c (EmacsFrameSetCharSize): Adjust frame_inhibit_resize 56 * widget.c (EmacsFrameSetCharSize): Adjust frame_inhibit_resize call.
53 call. 57 * window.c (Fset_window_configuration): Adjust adjust_frame_size call.
54 * window.c (Fset_window_configuration): Adjust adjust_frame_size
55 call.
56 * xfns.c (x_set_menu_bar_lines, x_set_internal_border_width) 58 * xfns.c (x_set_menu_bar_lines, x_set_internal_border_width)
57 (Fx_create_frame): Adjust adjust_frame_size calls. 59 (Fx_create_frame): Adjust adjust_frame_size calls.
58 (x_set_tool_bar_lines, x_change_tool_bar_height): Make sure that 60 (x_set_tool_bar_lines, x_change_tool_bar_height): Make sure that
@@ -170,8 +172,8 @@
170 * fileio.c (Fexpand_file_name): Use make_unibyte_string, not 172 * fileio.c (Fexpand_file_name): Use make_unibyte_string, not
171 build_string, when importing a home directory. (Bug#18873) 173 build_string, when importing a home directory. (Bug#18873)
172 174
173 * dispnew.c (buffer_posn_from_coords): Use 175 * dispnew.c (buffer_posn_from_coords):
174 WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to 176 Use WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to
175 account for the header-line height. (Bug#18839) 177 account for the header-line height. (Bug#18839)
176 178
1772014-10-28 Ulf Jasper <ulf.jasper@web.de> 1792014-10-28 Ulf Jasper <ulf.jasper@web.de>
@@ -186,8 +188,8 @@
186 (ns_string_to_pasteboard_internal): Correct comment. 188 (ns_string_to_pasteboard_internal): Correct comment.
187 type => gtype in eassert, Call ns_store_pb_change_count. 189 type => gtype in eassert, Call ns_store_pb_change_count.
188 (Fns_own_selection_internal): Remove data, use value (Bug#18799). 190 (Fns_own_selection_internal): Remove data, use value (Bug#18799).
189 (Fns_disown_selection_internal, Fns_selection_owner_p): Replace 191 (Fns_disown_selection_internal, Fns_selection_owner_p):
190 Vselection_alist check, with change count check. 192 Replace Vselection_alist check, with change count check.
191 (Fns_get_selection): Initialize val to Qnil. Only get local 193 (Fns_get_selection): Initialize val to Qnil. Only get local
192 selection if change counts match (Bug#18799). 194 selection if change counts match (Bug#18799).
193 (nxatoms_of_nsselect): Initialize pasteboard_changecount. 195 (nxatoms_of_nsselect): Initialize pasteboard_changecount.
@@ -213,8 +215,8 @@
2132014-10-23 Martin Rudalics <rudalics@gmx.at> 2152014-10-23 Martin Rudalics <rudalics@gmx.at>
214 216
215 * frame.c (Fset_frame_height, Fset_frame_width, Fset_frame_size) 217 * frame.c (Fset_frame_height, Fset_frame_width, Fset_frame_size)
216 (frame_resize_pixelwise, frame_inhibit_implied_resize): Fix 218 (frame_resize_pixelwise, frame_inhibit_implied_resize):
217 doc-strings (Bug#18789). 219 Fix doc-strings (Bug#18789).
218 220
2192014-10-23 Paul Eggert <eggert@cs.ucla.edu> 2212014-10-23 Paul Eggert <eggert@cs.ucla.edu>
220 222