comparison src/ChangeLog @ 5636:07256dcc0c8b

Add missing foreback specifier values to the GUI Element face. They were missing for an unexplicable reason in my initial patch, leading to nil color instances in the whole hierarchy of widget faces. -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2012-01-03 Didier Verna <didier@xemacs.org> * faces.c (complex_vars_of_faces): Add missing foreback specifier values to the GUI Element face.
author Didier Verna <didier@lrde.epita.fr>
date Tue, 03 Jan 2012 11:25:06 +0100
parents 2014ff433daf
children 1d1f385c9149
comparison
equal deleted inserted replaced
5635:2fc3f2f35523 5636:07256dcc0c8b
1 2012-01-03 Didier Verna <didier@xemacs.org>
2
3 * faces.c (complex_vars_of_faces): Add missing foreback specifier
4 values to the GUI Element face.
5
1 2012-01-01 Aidan Kehoe <kehoea@parhasard.net> 6 2012-01-01 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 Add #'test-completion, API from GNU. 8 Add #'test-completion, API from GNU.
4 Accept hash table COLLECTIONs in it and in the other 9 Accept hash table COLLECTIONs in it and in the other
5 completion-oriented functions, #'try-completion, 10 completion-oriented functions, #'try-completion,