diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Mar 18 00:54:00 2003 +0000
+++ b/lisp/ChangeLog	Tue Mar 18 06:58:24 2003 +0000
@@ -1,3 +1,52 @@
+2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* gutter-items.el (buffers-tab-filter-functions): Improve docstring.
+	Suggested by a Chris Palmer <chris@nodewarrior.org> patch.
+
+2003-03-02  Stephen Turnbull  <stephen@xemacs.org>
+
+	* wid-edit.el: Many XEmacs-specific comments added.
+	(missing-package): New error type.
+	(link widget): Use it.
+	(widget-sublist):
+	Move to section with other generic utilities.
+	(sexp widget):
+	(widget-sexp-value-to-internal):
+	(widget-sexp-validate):
+	(widget-sexp-prompt-value-history):
+	(widget-sexp-prompt-value):
+	Move to top of sexp section.
+	(finder-commentary):
+	Redundant autoload removed.
+	(widget-princ-to-string):
+	Use `prin1-to-string'.  Add docstring.
+	(widget-prettyprint-to-string):
+	Use `with-temp-buffer'.  Add docstring.
+	(widget-convert):
+	Use `keywordp'.  Improve comments.
+	(symbol widget):
+	Change default value to `t' to distinguish from lists.
+	(widget-edit-functions):
+	Add docstring.
+	(widget-field-new):
+	(widget-field-list):
+	Convert comments to docstrings.
+	(widget-default-prompt-value):
+	Fix docstring, improve comments.
+	(widget-field-add-space):
+	(widget-create):
+	(widget-create-child-and-convert):
+	(widget-create-child):
+	(widget-create-child-value):
+	(push-button widget):
+	(checklist widget):
+	(option widget):
+	(radio-button-choice widget):
+	(radio widget):
+	(list widget):
+	(vector widget):
+	Improve docstrings.
+
 2003-03-06  Ben Wing  <ben@xemacs.org>
 
 	* behavior.el (define-behavior):