comparison lisp/ChangeLog @ 5597:79a1a759ec3d

Prevent bogus caching of background in custom-properties
author Vin Shelton <acs@xemacs.org>
date Tue, 15 Nov 2011 20:19:20 -0500
parents cc8ea7ed4286
children 80aed35416d7
comparison
equal deleted inserted replaced
5596:3b1d4fa716a4 5597:79a1a759ec3d
1 2011-11-09 Aidan Kehoe <kehoea@parhasard.net> 1 2011-11-09 Aidan Kehoe <kehoea@parhasard.net>
2 2011-11-14 Vin Shelton <acs@xemacs.org>
3
4 * faces.el: When the default background was changed from light to
5 dark or vice versa, the custom-property cache maintained the old
6 value, preventing face definitions from choosing the proper
7 values. Patch from Aidan Kehoe.
8
2 9
3 * help.el (describe-function-1): 10 * help.el (describe-function-1):
4 When printing compiled functions, mention whether they're 11 When printing compiled functions, mention whether they're
5 built-in. 12 built-in.
6 13