Fixes #320727
2006-01-03 Łukasz Stelmach <stlman@poczta.fm> Fixes #320727 * xrdb/Emacs.ad: added more settings to make Emacs' UI mimic better GNOME's look & feel.
This commit is contained in:
parent
23a1f32c5b
commit
14a749667f
2 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-01-03 Łukasz Stelmach <stlman@poczta.fm>
|
||||||
|
|
||||||
|
Fixes #320727
|
||||||
|
|
||||||
|
* xrdb/Emacs.ad: added more settings to make Emacs' UI mimic better
|
||||||
|
GNOME's look & feel.
|
||||||
|
|
||||||
2006-01-03 jenglish <jenglish@flightlab.com>
|
2006-01-03 jenglish <jenglish@flightlab.com>
|
||||||
|
|
||||||
Fixes #130299
|
Fixes #130299
|
||||||
|
@ -128,7 +135,7 @@
|
||||||
has been changed.
|
has been changed.
|
||||||
(theme_changed): callback for "notify:gtk-theme-name".
|
(theme_changed): callback for "notify:gtk-theme-name".
|
||||||
|
|
||||||
2005-10-10 Jürg Billeter <j@bitron.ch>
|
2005-10-10 Jürg Billeter <j@bitron.ch>
|
||||||
|
|
||||||
reviewed by: Sergey V. Udaltsov <svu@gnome.org>
|
reviewed by: Sergey V. Udaltsov <svu@gnome.org>
|
||||||
|
|
||||||
|
@ -485,7 +492,7 @@
|
||||||
2004-06-18 Bastien Nocera <hadess@hadess.net>
|
2004-06-18 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* actions/acme-volume.c: make AcmeVolume descend of a GObject, not
|
* actions/acme-volume.c: make AcmeVolume descend of a GObject, not
|
||||||
itself (spotted by Mariano Suárez-Alvarez <mariano@gnome.org>)
|
itself (spotted by Mariano Suárez-Alvarez <mariano@gnome.org>)
|
||||||
|
|
||||||
2004-06-15 Bastien Nocera <hadess@hadess.net>
|
2004-06-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
@ -555,7 +562,7 @@ Fri Mar 12 20:15:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
* actions/acme-volume.c: (acme_volume_class_init),
|
* actions/acme-volume.c: (acme_volume_class_init),
|
||||||
(acme_volume_new): add GStreamer mixer support
|
(acme_volume_new): add GStreamer mixer support
|
||||||
|
|
||||||
2004-02-24 Mariano Suárez-Alvarez <mariano@gnome.org>
|
2004-02-24 Mariano Suárez-Alvarez <mariano@gnome.org>
|
||||||
|
|
||||||
* gnome-settings-accessibility-keyboard.c
|
* gnome-settings-accessibility-keyboard.c
|
||||||
(ax_slowkeys_warning_dialog_post) : fix a typo in a variable name, bug
|
(ax_slowkeys_warning_dialog_post) : fix a typo in a variable name, bug
|
||||||
|
|
|
@ -15,6 +15,12 @@ Emacs*topToolBarShadowColor: BACKGROUND
|
||||||
Emacs*bottomToolBarShadowColor: BACKGROUND
|
Emacs*bottomToolBarShadowColor: BACKGROUND
|
||||||
Emacs*backgroundToolBarColor: BACKGROUND
|
Emacs*backgroundToolBarColor: BACKGROUND
|
||||||
Emacs*toolBarShadowThickness: 0
|
Emacs*toolBarShadowThickness: 0
|
||||||
|
Emacs.scroll-bar.attributeBackground: BACKGROUND
|
||||||
|
Emacs.scroll-bar.attributeForeground: FOREGROUND
|
||||||
|
Emacs.mode-line.attributeBackground: BACKGROUND
|
||||||
|
Emacs.mode-line.attributeForeground: FOREGROUND
|
||||||
|
Emacs.tool-bar.attributeBackground: BACKGROUND
|
||||||
|
Emacs.tool-bar.attributeForeground: FOREGROUND
|
||||||
|
|
||||||
!Emacs*font: FIXED_FONT
|
!Emacs*font: FIXED_FONT
|
||||||
!Emacs*menubar*Font: FONT
|
!Emacs*menubar*Font: FONT
|
||||||
|
|
Loading…
Add table
Reference in a new issue