diff options
| author | Kenichi Handa | 2014-01-01 00:04:57 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-01-01 00:04:57 +0900 |
| commit | 6fc286aee5eb67bf4acb9f67c3b5d363ee4b427b (patch) | |
| tree | 596c420d60e3980a1195300a563efb6fe8404c86 /src/ChangeLog | |
| parent | 04311a1648bd0ba44951f89557f5674dfa032376 (diff) | |
| parent | 0bbd0e0b1d5f358c85506dcc5451e14fb95864a8 (diff) | |
| download | emacs-6fc286aee5eb67bf4acb9f67c3b5d363ee4b427b.tar.gz emacs-6fc286aee5eb67bf4acb9f67c3b5d363ee4b427b.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
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 @@ | |||
| 1 | 2013-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 | |||
| 14 | 2013-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 | |||
| 1 | 2013-12-30 Juanma Barranquero <lekktu@gmail.com> | 33 | 2013-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 @@ | |||
| 10 | 2013-12-30 Martin Rudalics <rudalics@gmx.at> | 42 | 2013-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 | ||
| 15 | 2013-12-29 Paul Eggert <eggert@cs.ucla.edu> | 47 | 2013-12-29 Paul Eggert <eggert@cs.ucla.edu> |
| 16 | 48 | ||