Mercurial > emacs
comparison lisp/ChangeLog @ 65341:6990826a916f
Custom Theme bugfixes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 05 Sep 2005 19:50:02 +0000 |
parents | 2df5f585f3f6 |
children | d82393ad9b2d a3716f7538f2 |
comparison
equal
deleted
inserted
replaced
65340:2c7c4607da97 | 65341:6990826a916f |
---|---|
1 2005-09-05 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * cus-theme.el (custom-theme-write-faces): Save the current face | |
4 spec, not the defface spec. | |
5 | |
6 * custom.el (custom-known-themes): Clarify meaning of "standard". | |
7 (custom-push-theme): Save old values in the standard theme. | |
8 (disable-theme): Correct typo. | |
9 (custom-face-theme-value) Deleted unused function. | |
10 (custom-theme-recalc-face): Rewritten to treat enable/disable | |
11 properly. | |
12 | |
1 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> | 13 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 14 |
3 * progmodes/compile.el (compilation-goto-locus): Take into account | 15 * progmodes/compile.el (compilation-goto-locus): Take into account |
4 iconified frames when determining whether the buffer is | 16 iconified frames when determining whether the buffer is |
5 already visible. | 17 already visible. |