diff options
| author | Kenichi Handa | 2013-10-13 20:55:00 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-10-13 20:55:00 +0900 |
| commit | 70c8ae6ebdad9265f793b91bc056204e0833682b (patch) | |
| tree | 464b1c03544f36da75b8a42ad8f3c8b1f7cfc9e2 /src/ChangeLog | |
| parent | 85b64f021c189466eec8036df2996af409714666 (diff) | |
| parent | fc7f501bc04f23af297fda7b6cb17df493b59397 (diff) | |
| download | emacs-70c8ae6ebdad9265f793b91bc056204e0833682b.tar.gz emacs-70c8ae6ebdad9265f793b91bc056204e0833682b.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 74bb2a06cb9..b853f874e24 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2013-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 | |||
| 7 | 2013-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 | |||
| 17 | 2013-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 | |||
| 22 | 2013-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 | |||
| 28 | 2013-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 | |||
| 1 | 2013-10-11 Dmitry Antipov <dmantipov@yandex.ru> | 33 | 2013-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 | ||
| 2339 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 2371 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> |