aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefano Facchini2012-07-15 22:22:09 +0800
committerChong Yidong2012-07-15 22:22:09 +0800
commitc9adfeaa04c1b70bbf1b22b8b77b3bb9b804fe6e (patch)
tree2f06d7b9a65284e176a6b35388086204a389dc2f /src/ChangeLog
parentfff62aa9aea4f6c2aadcef4cdc203cdf60ba224c (diff)
downloademacs-c9adfeaa04c1b70bbf1b22b8b77b3bb9b804fe6e.tar.gz
emacs-c9adfeaa04c1b70bbf1b22b8b77b3bb9b804fe6e.zip
* src/gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
the toolbar. (xg_make_tool_item): Give the widget event box a transparent background. Fixes: debbugs:9451
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f094e5d6f75..5c946e62373 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
2
3 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
4 the toolbar (Bug#9451).
5 (xg_make_tool_item): Give the widget event box a transparent
6 background.
7
12012-07-15 Dmitry Antipov <dmantipov@yandex.ru> 82012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2 9
3 Cleanup basic allocation variables and functions. 10 Cleanup basic allocation variables and functions.