diff options
| author | Chong Yidong | 2007-06-14 23:07:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-06-14 23:07:05 +0000 |
| commit | f0db902e0105b87ef3eee8fdbda61068123c4496 (patch) | |
| tree | a6721b5fa861307f07de30f3647c4e4318864ac7 /lisp | |
| parent | 3ab6a7ae0503d07bf4aca37d877c7e2f46c85f42 (diff) | |
| download | emacs-f0db902e0105b87ef3eee8fdbda61068123c4496.tar.gz emacs-f0db902e0105b87ef3eee8fdbda61068123c4496.zip | |
* wid-edit.el (widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.
* cus-edit.el (custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 17 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | 18 | 2007-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) |