aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c6e9a0a2dc6..1d64632e071 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12007-06-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * wid-edit.el (widget-default-create): Move ?h handling here...
4 (widget-default-format-handler): ...from here.
5 (widget-docstring, widget-add-documentation-string-button): New funs.
6 (documentation-string): Add :visibility-widget property.
7 (widget-documentation-string-value-create): Use it.
8
9 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10 (custom-buffer-create-internal): Simplify message.
11 (custom-variable-tag): Reduce height to normal.
12 (custom-variable-value-create, custom-face-value-create)
13 (custom-visibility): New widget.
14 (custom-visibility): New face.
15 (custom-group-value-create): Call
16 widget-add-documentation-string-button, using `custom-visibility'.
17
12007-06-14 Stefan Monnier <monnier@iro.umontreal.ca> 182007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 19
3 * emacs-lisp/bytecomp.el (byte-compile-current-group) 20 * emacs-lisp/bytecomp.el (byte-compile-current-group)