Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 1362:cfe4bcb9bdd4
[xemacs-hg @ 2003-03-18 06:58:19 by stephent]
wid-edit.el cleanup <878yvdi2rz.fsf@tleepslib.sk.tsukuba.ac.jp>
buffers tab control doc improvements <87bs09i3w5.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 18 Mar 2003 06:58:24 +0000 |
parents | 01c57eb70ae9 |
children | 02909207294a |
comparison
equal
deleted
inserted
replaced
1361:ffdb1a771055 | 1362:cfe4bcb9bdd4 |
---|---|
1 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * gutter-items.el (buffers-tab-filter-functions): Improve docstring. | |
4 Suggested by a Chris Palmer <chris@nodewarrior.org> patch. | |
5 | |
6 2003-03-02 Stephen Turnbull <stephen@xemacs.org> | |
7 | |
8 * wid-edit.el: Many XEmacs-specific comments added. | |
9 (missing-package): New error type. | |
10 (link widget): Use it. | |
11 (widget-sublist): | |
12 Move to section with other generic utilities. | |
13 (sexp widget): | |
14 (widget-sexp-value-to-internal): | |
15 (widget-sexp-validate): | |
16 (widget-sexp-prompt-value-history): | |
17 (widget-sexp-prompt-value): | |
18 Move to top of sexp section. | |
19 (finder-commentary): | |
20 Redundant autoload removed. | |
21 (widget-princ-to-string): | |
22 Use `prin1-to-string'. Add docstring. | |
23 (widget-prettyprint-to-string): | |
24 Use `with-temp-buffer'. Add docstring. | |
25 (widget-convert): | |
26 Use `keywordp'. Improve comments. | |
27 (symbol widget): | |
28 Change default value to `t' to distinguish from lists. | |
29 (widget-edit-functions): | |
30 Add docstring. | |
31 (widget-field-new): | |
32 (widget-field-list): | |
33 Convert comments to docstrings. | |
34 (widget-default-prompt-value): | |
35 Fix docstring, improve comments. | |
36 (widget-field-add-space): | |
37 (widget-create): | |
38 (widget-create-child-and-convert): | |
39 (widget-create-child): | |
40 (widget-create-child-value): | |
41 (push-button widget): | |
42 (checklist widget): | |
43 (option widget): | |
44 (radio-button-choice widget): | |
45 (radio widget): | |
46 (list widget): | |
47 (vector widget): | |
48 Improve docstrings. | |
49 | |
1 2003-03-06 Ben Wing <ben@xemacs.org> | 50 2003-03-06 Ben Wing <ben@xemacs.org> |
2 | 51 |
3 * behavior.el (define-behavior): | 52 * behavior.el (define-behavior): |
4 Allow other keywords for forward compatibility. | 53 Allow other keywords for forward compatibility. |
5 | 54 |