From: Jan Djärv Date: Tue, 14 Feb 2006 11:35:19 +0000 (+0000) Subject: * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the X-Git-Tag: emacs-pretest-22.0.90~4144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26ebccfd1d6ea8dee26478bc3dd5fe43b4b1d25b;p=emacs.git * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the value of x-gtk-whole-detached-tool-bar. (xg_tool_bar_attach_callback): Set show-arrow to FALSE. * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7aa6a97967c..aec3e6d1ee2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2006-02-14 Jan Dj,Ad(Brv + + * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the + value of x-gtk-whole-detached-tool-bar. + (xg_tool_bar_attach_callback): Set show-arrow to FALSE. + + * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. + 2006-02-14 Jan Dj,Ad(Brv * xterm.c (x_x_to_emacs_modifiers): Make non-static.