comparison etc/NEWS @ 109749:be18c3b67d66

Take colors for region face (selected text) from the Gtk+ theme. * lisp/dynamic-setting.el (dynamic-setting-handle-config-changed-event): Handle theme-name change. * lisp/faces.el (region): Add type gtk that uses gtk colors. * src/gtkutil.c (xg_check_special_colors, style_changed_cb): New functions. (xg_create_frame_widgets): Connect theme name changes to style_changed_cb. * src/gtkutil.h (xg_check_special_colors): Declare. * src/xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors first.
author Jan D <jan.h.d@swipnet.se>
date Wed, 11 Aug 2010 20:28:10 +0200
parents 581430ee307c
children 818e325e0469
comparison
equal deleted inserted replaced
109748:e2f8226efb99 109749:be18c3b67d66
106 106
107 ** GTK tool bars can be placed on the left/right or top/bottom of the frame. 107 ** GTK tool bars can be placed on the left/right or top/bottom of the frame.
108 The frame-parameter tool-bar-position controls this. It takes the values 108 The frame-parameter tool-bar-position controls this. It takes the values
109 top, left, tight or bottom. The Options => Show/Hide menu has entries 109 top, left, tight or bottom. The Options => Show/Hide menu has entries
110 for this. 110 for this.
111
112 ** The colors for selected text (the region face) are taken from the GTK
113 theme when Emacs is built with GTK.
111 114
112 ** Emacs uses GTK tooltips by default if built with GTK. You can turn that 115 ** Emacs uses GTK tooltips by default if built with GTK. You can turn that
113 off by customizing x-gtk-use-system-tooltips. 116 off by customizing x-gtk-use-system-tooltips.
114 117
115 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built 118 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built