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 74bb2a06cb9..b853f874e24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,35 @@
12013-10-12 Eli Zaretskii <eliz@gnu.org>
2
3 * image.c (GIFLIB_MAJOR, GIFLIB_MINOR, GIFLIB_RELEASE): Move back
4 after inclusion of gif_lib.h, thus fixing compiler warnings caused
5 by 2013-10-10T19:15:33Z!eggert@cs.ucla.edu.
6
72013-10-11 Eli Zaretskii <eliz@gnu.org>
8
9 * xdisp.c (deep_copy_glyph_row): Handle the case that FROM and TO
10 have different dimensions. (Bug#15575)
11
12 * dispnew.c (fill_up_frame_row_with_spaces): Now has external
13 visibility.
14
15 * dispextern.h (fill_up_frame_row_with_spaces): Add prototype.
16
172013-10-11 Dmitry Antipov <dmantipov@yandex.ru>
18
19 * term.c (tty_menu_show): Never return with unbalanced
20 specpdl. Use eassert for debugging check. Adjust style.
21
222013-10-11 Eli Zaretskii <eliz@gnu.org>
23
24 * term.c (read_menu_input): Make selection of menu items
25 cyclical. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
26 (tty_menu_activate): Fix off-by-one error when computing max_y.
27
282013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
29
30 * gnutls.c (gnutls_audit_log_function): Add function for GnuTLS
31 audit logging (only used with GnuTLS 3.x) and enable it.
32
12013-10-11 Dmitry Antipov <dmantipov@yandex.ru> 332013-10-11 Dmitry Antipov <dmantipov@yandex.ru>
2 34
3 * dispnew.c (redraw_frame): Remove useless #ifdef because 35 * dispnew.c (redraw_frame): Remove useless #ifdef because
@@ -2333,7 +2365,7 @@
2333 * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. 2365 * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
2334 * nsfns.m (x_set_cursor_type): 2366 * nsfns.m (x_set_cursor_type):
2335 * w32fns.c (x_set_cursor_type): 2367 * w32fns.c (x_set_cursor_type):
2336 * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here... 2368 * xfns.c (x_set_cursor_type): Do not set cursor_type_changed here...
2337 * xdisp.c (set_frame_cursor_types): ...but in common code. 2369 * xdisp.c (set_frame_cursor_types): ...but in common code.
2338 2370
23392013-08-13 Dmitry Antipov <dmantipov@yandex.ru> 23712013-08-13 Dmitry Antipov <dmantipov@yandex.ru>