aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
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 @@
12012-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
12012-04-22 Alan Mackenzie <acm@muc.de> 342012-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):