comparison lisp/ChangeLog @ 110914:ccdc694ce7bd

More cleanups and minor fixes for Customize. * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec. * custom.el (custom-push-theme): Cleanup (use cond). (disable-theme): Recompute the saved-face property. (custom-theme-recalc-face): Follow face alias before setting prop. * custom.el (custom-fix-face-spec): New function; code moved from custom-face-edit-fix-value. (custom-push-theme): Use it when checking if a face has been changed outside customize. (custom-available-themes): New function. (load-theme): Use it. * image.el (image-checkbox-checked, image-checkbox-unchecked): New variables, containing checkbox images. * startup.el (fancy-startup-tail): * wid-edit.el (checkbox): Use them.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 11 Oct 2010 00:49:59 -0400
parents cc035ccb9275
children 236342431786
comparison
equal deleted inserted replaced
110913:1ba912b1a63c 110914:ccdc694ce7bd
1 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * custom.el (custom-fix-face-spec): New function; code moved from
4 custom-face-edit-fix-value.
5 (custom-push-theme): Use it when checking if a face has been
6 changed outside customize.
7 (custom-available-themes): New function.
8 (load-theme): Use it.
9
10 * cus-edit.el (custom-face-edit-fix-value): Use
11 custom-fix-face-spec.
12
13 * custom.el (custom-push-theme): Cleanup (use cond).
14 (disable-theme): Recompute the saved-face property.
15 (custom-theme-recalc-face): Follow face alias before setting prop.
16
17 * image.el (image-checkbox-checked, image-checkbox-unchecked): New
18 variables, containing checkbox images.
19
20 * startup.el (fancy-startup-tail):
21 * wid-edit.el (checkbox): Use them.
22
1 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> 23 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2 24
3 * shell.el (shell-mode-map): 25 * shell.el (shell-mode-map):
4 * progmodes/modula2.el (m2-mode-map): 26 * progmodes/modula2.el (m2-mode-map):
5 * progmodes/inf-lisp.el (inferior-lisp-mode-map): 27 * progmodes/inf-lisp.el (inferior-lisp-mode-map):