# HG changeset patch # User Aidan Kehoe # Date 1325867707 0 # Node ID 4050bbef9bf650e5af74d87011d8779621594772 # Parent 07256dcc0c8ba58e01b74b30bd094d2f3915af2a# Parent a366601407c28912b6f472afb0272d95982e0388 Automated merge with ssh://bitbucket.org/xemacs/xemacs diff -r a366601407c2 -r 4050bbef9bf6 src/ChangeLog --- a/src/ChangeLog Mon Jan 02 16:52:59 2012 +0000 +++ b/src/ChangeLog Fri Jan 06 16:35:07 2012 +0000 @@ -1,3 +1,8 @@ +2012-01-03 Didier Verna + + * faces.c (complex_vars_of_faces): Add missing foreback specifier + values to the GUI Element face. + 2012-01-01 Aidan Kehoe Add #'test-completion, API from GNU. diff -r a366601407c2 -r 4050bbef9bf6 src/faces.c --- a/src/faces.c Mon Jan 02 16:52:59 2012 +0000 +++ b/src/faces.c Fri Jan 06 16:35:07 2012 +0000 @@ -2563,20 +2563,25 @@ #%!@#ed up before the styles are set, which override the fallbacks. */ fg_fb = Facons (list1 (Qgtk), build_ascstring ("black"), fg_fb); + fb_fb = Facons (list1 (Qgtk), build_ascstring ("Gray70"), fb_fb); bg_fb = Facons (list1 (Qgtk), build_ascstring ("Gray80"), bg_fb); #endif #ifdef HAVE_X_WINDOWS fg_fb = Facons (list1 (Qx), build_ascstring ("black"), fg_fb); + fb_fb = Facons (list1 (Qx), build_ascstring ("Gray70"), fb_fb); bg_fb = Facons (list1 (Qx), build_ascstring ("Gray80"), bg_fb); #endif #ifdef HAVE_TTY fg_fb = Facons (list1 (Qtty), Fvector (0, 0), fg_fb); + fb_fb = Facons (list1 (Qtty), Fvector (0, 0), fb_fb); bg_fb = Facons (list1 (Qtty), Fvector (0, 0), bg_fb); #endif #ifdef HAVE_MS_WINDOWS fg_fb = Facons (list1 (Qmsprinter), build_ascstring ("black"), fg_fb); + fb_fb = Facons (list1 (Qmsprinter), build_ascstring ("Gray90"), fb_fb); bg_fb = Facons (list1 (Qmsprinter), build_ascstring ("white"), bg_fb); fg_fb = Facons (list1 (Qmswindows), build_ascstring ("black"), fg_fb); + fb_fb = Facons (list1 (Qmswindows), build_ascstring ("Gray65"), fb_fb); bg_fb = Facons (list1 (Qmswindows), build_ascstring ("Gray75"), bg_fb); #endif set_specifier_fallback (Fget (Vgui_element_face, Qforeground, Qnil),