aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog34
1 files changed, 33 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bfc4ac548c9..356d0b7bbf5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,35 @@
12013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
2
3 * w32.c (set_named_security_info): New function.
4 (acl_set_file): Fall back on set_named_security_info if
5 set_file_security fails.
6 (g_b_init_set_named_security_info_w)
7 (g_b_init_set_named_security_info_a): New static variables.
8 (globals_of_w32): Initialize them to zero.
9 (set_named_security_info): Set them to non-zero if the
10 corresponding API is available.
11 (SetNamedSecurityInfoW_Proc, SetNamedSecurityInfoA_Proc): New
12 function typedefs.
13
142013-12-31 Martin Rudalics <rudalics@gmx.at>
15
16 Some more fixes following pixelwise resize changes including one
17 for Bug#16306.
18 * gtkutil.c (x_wm_set_size_hint): Have size hints respect value
19 of frame_resize_pixelwise.
20 * widget.c (pixel_to_text_size): New function.
21 (update_wm_hints): Have size hints respect value of
22 frame_resize_pixelwise.
23 (EmacsFrameResize): Alway process resize requests pixelwise.
24 * window.c (grow_mini_window): Make sure mini window is at least
25 one line tall.
26 * xdisp.c (display_menu_bar): Make sure menubar extends till
27 right end of frame.
28 * xfns.c (x_set_menu_bar_lines): Resize frame windows pixelwise.
29 (x_set_tool_bar_lines): Calculate pixelwise.
30 * xterm.c (x_wm_set_size_hint): Have size hints respect value of
31 frame_resize_pixelwise.
32
12013-12-30 Juanma Barranquero <lekktu@gmail.com> 332013-12-30 Juanma Barranquero <lekktu@gmail.com>
2 34
3 * fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows 35 * fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows
@@ -10,7 +42,7 @@
102013-12-30 Martin Rudalics <rudalics@gmx.at> 422013-12-30 Martin Rudalics <rudalics@gmx.at>
11 43
12 * dispnew.c (change_frame_size_1): Take old width of root window 44 * dispnew.c (change_frame_size_1): Take old width of root window
13 from that window's pixel width. Bug#16284. 45 from that window's pixel width. (Bug#16284)
14 46
152013-12-29 Paul Eggert <eggert@cs.ucla.edu> 472013-12-29 Paul Eggert <eggert@cs.ucla.edu>
16 48