diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-08-11 20:28:10 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-08-11 20:28:10 +0200 |
commit | 3a46642b081c504b6e25c65d81999fcc0dff5fb2 (patch) | |
tree | a7f42c1836467e6c8539cef167977a48c182ad97 /etc | |
parent | 42ca463309fdb17f04a72dad92696312bf242328 (diff) | |
download | emacs-3a46642b081c504b6e25c65d81999fcc0dff5fb2.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ The frame-parameter tool-bar-position controls this. It takes the values top, left, tight or bottom. The Options => Show/Hide menu has entries for this. +** The colors for selected text (the region face) are taken from the GTK +theme when Emacs is built with GTK. + ** Emacs uses GTK tooltips by default if built with GTK. You can turn that off by customizing x-gtk-use-system-tooltips. |