Mercurial > emacs
comparison lisp/ChangeLog @ 81706:0798f81354fe
* cus-edit.el (custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 05 Jul 2007 18:37:03 +0000 |
parents | adc42d647d91 |
children | d71be1e37321 |
comparison
equal
deleted
inserted
replaced
81705:adc42d647d91 | 81706:0798f81354fe |
---|---|
1 2007-07-05 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * cus-edit.el (custom-commands): New variable. | |
4 (custom-tool-bar-map): New variable. Initialize using | |
5 `custom-commands'. | |
6 (custom-mode): Use `custom-tool-bar-map'. | |
7 (custom-buffer-create-internal): Insert action buttons only if | |
8 tool bar is not used. Use `custom-commands'. | |
9 (Custom-help, custom-command-apply): New function. | |
10 (custom-command-apply, Custom-set, Custom-save) | |
11 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard): | |
12 Use `custom-command-apply' instead of duplicating code. | |
13 (customize-group-other-window): Call `customize-group' instead of | |
14 duplicating code. | |
15 (customize-face-other-window): Call `customize-face' instead of | |
16 duplicating code. | |
17 (customize-group, customize-face): Add optional args for opening | |
18 in another window. | |
19 (custom-variable-tag): Don't inherit `variable-pitch' face. | |
20 (custom-group-tag): Inherit `variable-pitch' face. | |
21 (custom-variable-value-create): Set documentation indentation. | |
22 (custom-group-value-create): Make group name a link, instead of | |
23 using an extra "go to group" button. | |
24 (custom-prompt-variable, custom-group-set, custom-group-save) | |
25 (custom-group-reset-current, custom-group-reset-saved) | |
26 (custom-group-reset-standard): Minor cleanup. | |
27 | |
1 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> | 28 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> |
2 | 29 |
3 * Makefile.in (bootstrap-prepare): When copying from | 30 * Makefile.in (bootstrap-prepare): When copying from |
4 ldefs-boot.el, make sure loaddefs.el is writeable. | 31 ldefs-boot.el, make sure loaddefs.el is writeable. |
5 | 32 |