comparison lisp/ChangeLog @ 67982:a711a44049e2

* cus-theme.el: Rewrite the Custom New Theme Mode interface. (custom-new-theme-mode-map, custom-theme-insert-variable-marker) (custom-theme-insert-face-marker, custom-theme-variable-menu) (custom-theme-face-menu): New variables. (custom-theme-add-variable, custom-theme-variable-action) (custom-variable-reset-theme, custom-theme-delete-variable) (custom-face-reset-theme, custom-theme-face-action) (custom-theme-delete-face, custom-theme-merge-theme) (custom-theme-add-face, custom-theme-visit-theme): New functions.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 02 Jan 2006 22:02:11 +0000
parents 03ee9bccbfeb
children eea3a49a9d6c
comparison
equal deleted inserted replaced
67981:6e1f6ef9bc5f 67982:a711a44049e2
1 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6 (custom-theme-face-menu): New variables.
7 (custom-theme-add-variable, custom-theme-variable-action)
8 (custom-variable-reset-theme, custom-theme-delete-variable)
9 (custom-face-reset-theme, custom-theme-face-action)
10 (custom-theme-delete-face, custom-theme-merge-theme)
11 (custom-theme-add-face, custom-theme-visit-theme): New functions.
12
1 2006-01-01 Chong Yidong <cyd@stupidchicken.com> 13 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2 14
3 * custom.el: Move Custom Themes commentary to start of theme code. 15 * custom.el: Move Custom Themes commentary to start of theme code.
4 (custom-known-themes): Rename `standard' theme to `changed'. 16 (custom-known-themes): Rename `standard' theme to `changed'.
5 (custom-push-theme): Caller no longer specifies what theme to use 17 (custom-push-theme): Caller no longer specifies what theme to use