aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-04-22 21:58:00 +0800
committerChong Yidong2012-04-22 21:58:00 +0800
commitcf20dee0248049a925275f54381cf63bb2017e35 (patch)
tree0a7922c4ea3258733023c58cf50d8fe1a60e7b43 /etc
parent583e23bd57621892cce187359afd952f7850e7bc (diff)
downloademacs-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 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2c487ba15b..298a87c1f08 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -74,7 +74,9 @@ character when doing minibuffer filename prompts.
74 74
75* Changes in Specialized Modes and Packages in Emacs 24.2 75* Changes in Specialized Modes and Packages in Emacs 24.2
76 76
77** which-function-mode now applies to all applicable major modes by default. 77** Customize
78
79*** `custom-reset-button-menu' now defaults to t.
78 80
79** erc will look up server/channel names via auth-source and use the 81** erc will look up server/channel names via auth-source and use the
80channel keys found, if any. 82channel keys found, if any.
@@ -87,6 +89,8 @@ closing brackets to be aligned with the line of the opening bracket.
87 89
88** FIXME something happened to ses.el, 2012-04-17. 90** FIXME something happened to ses.el, 2012-04-17.
89 91
92** which-function-mode now applies to all applicable major modes by default.
93
90** Obsolete packages: 94** Obsolete packages:
91 95
92*** mailpost.el 96*** mailpost.el