diff options
| author | Chong Yidong | 2012-04-22 21:58:00 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-22 21:58:00 +0800 |
| commit | cf20dee0248049a925275f54381cf63bb2017e35 (patch) | |
| tree | 0a7922c4ea3258733023c58cf50d8fe1a60e7b43 /lisp/ChangeLog | |
| parent | 583e23bd57621892cce187359afd952f7850e7bc (diff) | |
| download | emacs-cf20dee0248049a925275f54381cf63bb2017e35.tar.gz emacs-cf20dee0248049a925275f54381cf63bb2017e35.zip | |
Tweaks to Customize interface. Set custom-reset-button-menu to t.
* cus-edit.el (custom-commands, custom-reset-menu)
(Custom-reset-standard): Tweak labels.
(custom-reset-button-menu): Change default to t.
(custom-buffer-create-internal): For the custom-reset-button-menu
case, put the revert button first.
(custom-group-subtitle): New face.
(custom-group-value-create): Align docstring to a specific column.
* wid-edit.el (widget-documentation-link-add): Don't handle
indentation in this function.
(widget-documentation-string-indent-to): New function.
(widget-documentation-string-value-create): Use it.
* autorevert.el (auto-revert):
* epg-config.el (epg):
* ibuffer.el (ibuffer):
* mpc.el (mpc):
* ses.el (ses):
* eshell/eshell.el (eshell):
* net/ange-ftp.el (ange-ftp):
* progmodes/ebnf2ps.el (postscript):
* progmodes/flymake.el (flymake):
* progmodes/prolog.el (prolog):
* progmodes/verilog-mode.el (verilog-mode):
* progmodes/which-func.el (which-func):
* textmodes/picture.el (picture):
* textmodes/tildify.el (tildify):
* vc/ediff.el (ediff): Tweak defgroups to improve presentation in
customization buffers.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5576370727..14a83de342a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2012-04-22 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-commands, custom-reset-menu) | ||
| 4 | (Custom-reset-standard): Tweak labels. | ||
| 5 | (custom-reset-button-menu): Change default to t. | ||
| 6 | (custom-buffer-create-internal): For the custom-reset-button-menu | ||
| 7 | case, put the revert button first. | ||
| 8 | (custom-group-subtitle): New face. | ||
| 9 | (custom-group-value-create): Align docstring to a specific column. | ||
| 10 | |||
| 11 | * wid-edit.el (widget-documentation-link-add): Don't handle | ||
| 12 | indentation in this function. | ||
| 13 | (widget-documentation-string-indent-to): New function. | ||
| 14 | (widget-documentation-string-value-create): Use it. | ||
| 15 | |||
| 16 | * autorevert.el (auto-revert): | ||
| 17 | * epg-config.el (epg): | ||
| 18 | * ibuffer.el (ibuffer): | ||
| 19 | * mpc.el (mpc): | ||
| 20 | * ses.el (ses): | ||
| 21 | * eshell/eshell.el (eshell): | ||
| 22 | * net/ange-ftp.el (ange-ftp): | ||
| 23 | * progmodes/ebnf2ps.el (postscript): | ||
| 24 | * progmodes/flymake.el (flymake): | ||
| 25 | * progmodes/prolog.el (prolog): | ||
| 26 | * progmodes/verilog-mode.el (verilog-mode): | ||
| 27 | * progmodes/which-func.el (which-func): | ||
| 28 | * term/xterm.el (xterm): | ||
| 29 | * textmodes/picture.el (picture): | ||
| 30 | * textmodes/tildify.el (tildify): | ||
| 31 | * vc/ediff.el (ediff): Tweak defgroups to improve presentation in | ||
| 32 | customization buffers. | ||
| 33 | |||
| 1 | 2012-04-22 Alan Mackenzie <acm@muc.de> | 34 | 2012-04-22 Alan Mackenzie <acm@muc.de> |
| 2 | 35 | ||
| 3 | * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache): | 36 | * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache): |