aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd498c59f1a..a8bc522939c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change) 12014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change)
2 2
3 * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683). 3 * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683).
4 4
@@ -434,7 +434,7 @@
434 * gtkutil.h (xg_have_tear_offs): Add frame parameter 434 * gtkutil.h (xg_have_tear_offs): Add frame parameter
435 * gtkutil.c (xg_have_tear_offs): Count the global menu as a 435 * gtkutil.c (xg_have_tear_offs): Count the global menu as a
436 tear-off. 436 tear-off.
437 (xg_update_menubar,xg_update_menu_item): Call g_object_notify when 437 (xg_update_menubar, xg_update_menu_item): Call g_object_notify when
438 updating menus; explain why. 438 updating menus; explain why.
439 (xg_update_frame_menubar): Remove the 23px hack: I can't repro the 439 (xg_update_frame_menubar): Remove the 23px hack: I can't repro the
440 problem it's supposed to solve and it interferes with detecting 440 problem it's supposed to solve and it interferes with detecting
@@ -966,7 +966,7 @@
9662013-12-16 Teodor Zlatanov <tzz@lifelogs.com> 9662013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
967 967
968 * gnutls.c (Fgnutls_boot): Use `Flistp' instead of 968 * gnutls.c (Fgnutls_boot): Use `Flistp' instead of
969 `CHECK_LIST_CONS`. 969 `CHECK_LIST_CONS'.
970 970
9712013-12-16 Martin Rudalics <rudalics@gmx.at> 9712013-12-16 Martin Rudalics <rudalics@gmx.at>
972 972
@@ -3447,7 +3447,7 @@
3447 3447
3448 * msdos.c (x_set_menu_bar_lines): Delete unused function. 3448 * msdos.c (x_set_menu_bar_lines): Delete unused function.
3449 3449
3450 * menu.h (tty_menu_show, menu_item_width): provide prototypes. 3450 * menu.h (tty_menu_show, menu_item_width): Provide prototypes.
3451 3451
3452 * menu.c (have_boxes): New function. 3452 * menu.c (have_boxes): New function.
3453 (single_keymap_panes): Use it instead of a compile-time 3453 (single_keymap_panes): Use it instead of a compile-time
@@ -3745,9 +3745,9 @@
37452013-09-26 Barry O'Reilly <gundaetiapo@gmail.com> 37452013-09-26 Barry O'Reilly <gundaetiapo@gmail.com>
3746 3746
3747 Signal error when reading an empty byte-code object (Bug#15405) 3747 Signal error when reading an empty byte-code object (Bug#15405)
3748 * lread.c (read1): signal error 3748 * lread.c (read1): Signal error.
3749 * alloc.c (make_byte_code): eassert header size 3749 * alloc.c (make_byte_code): eassert header size.
3750 (sweep_vectors): change an int to size_t 3750 (sweep_vectors): Change an int to size_t.
3751 3751
37522013-09-24 Paul Eggert <eggert@cs.ucla.edu> 37522013-09-24 Paul Eggert <eggert@cs.ucla.edu>
3753 3753