aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25271d6f6b8..89c640bd8c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,46 @@
12013-12-11 Ken Brown <kbrown@cornell.edu>
2
3 * dispextern.h (erase_phys_cursor):
4 * keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
5
62013-12-11 Dmitry Antipov <dmantipov@yandex.ru>
7
8 * nsterm.m (x_free_frame_resources):
9 * term.c (tty_free_frame_resources):
10 * xterm.c (x_free_frame_resources): Do not check for non-NULL
11 face cache because it's implied by free_frame_faces anyway.
12 * w32term.c (x_free_frame_resources): Likewise. Do not call
13 free_frame_faces twice.
14
152013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
16
17 * editfns.c (Fformat_time_string): Mention %F in the doc.
18
192013-12-11 Martin Rudalics <rudalics@gmx.at>
20
21 * window.c (resize_frame_windows): Don't return immediately when
22 the root window's size doesn't change - the minibuffer window
23 may still have to be repositioned/resized.
24 * xfns.c (Fx_create_frame): Always change the frame size after
25 initializing the frame's faces.
26 * xterm.c (handle_one_xevent): Don't set pixel sizes here,
27 change_frame_size should already have done it.
28 (x_new_font): Assign new tool- and menu-bar heights.
29 (x_set_window_size_1): Account for tool- and menu-bar heights
30 (Bug#16013). Don't set pixel sizes since change_frame_size
31 should already have done it.
32
332013-12-11 Paul Eggert <eggert@cs.ucla.edu>
34
35 Remove the option of using libcrypto.
36 * Makefile.in (LIB_CRYPTO): Remove.
37 (LIBES): Don't use it.
38
392013-12-11 Juri Linkov <juri@jurta.org>
40
41 * term.c (term_get_fkeys_1): Remove non-standard IBM terminfo
42 as obsolete to avoid conflicts with <S-up>. (Bug#13471)
43
12013-12-10 Dmitry Antipov <dmantipov@yandex.ru> 442013-12-10 Dmitry Antipov <dmantipov@yandex.ru>
2 45
3 * xdisp.c (display_tool_bar_line): Don't extend on a previously 46 * xdisp.c (display_tool_bar_line): Don't extend on a previously