aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 92ce2f795d9..dfe3e3818eb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * xdisp.c (redisplay_window): Remove inner local variable 3 * xdisp.c (redisplay_window): Remove inner local variable
4 because the outer shadowed one has the same meaning. 4 because the outer shadowed one has the same meaning.
5 * xterm.h (struct x_output): Remove toolbar_detached member since it's
6 set but never used.
7 * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8 (xg_create_tool_bar): Adjust users.
5 9
62012-12-24 Dmitry Antipov <dmantipov@yandex.ru> 102012-12-24 Dmitry Antipov <dmantipov@yandex.ru>
7 11