Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 1263:bada4b0bce3a
[xemacs-hg @ 2003-02-06 14:37:51 by stephent]
nits <87fzr1o4s3.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 06 Feb 2003 14:37:56 +0000 |
parents | 465bd3c7d932 |
children | 2dcc22ec7640 |
comparison
equal
deleted
inserted
replaced
1262:807c72f959fe | 1263:bada4b0bce3a |
---|---|
1 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Synch to GNU Emacs 21.3.50: | |
4 | |
5 * wid-edit.el: Update Copyright notice and Commentary. | |
6 (other): | |
7 (float): | |
8 (plist): | |
9 (widget-plist-value-type): | |
10 (widget-plist-convert-widget): | |
11 (widget-plist-convert-option): | |
12 (alist): | |
13 (widget-alist-value-type): | |
14 (widget-alist-convert-widget): | |
15 (widget-alist-convert-option): | |
16 New widgets and ancillary objects. | |
17 (coding-system): | |
18 (widget-coding-system-prompt-value-history): | |
19 (widget-coding-system-prompt-value): | |
20 (widget-coding-system-prompt-action): | |
21 Reenabled widget. | |
22 (default): Use `ignore' instead of lambda form. | |
23 (editable-field): New help-echo, better error. | |
24 (text): Use conventional argument order. | |
25 (character): Specify :size property. | |
26 (widget-menu-max-shortcuts): New user variable. | |
27 (widget-remove-if): | |
28 (widgetp): | |
29 (widget-copy): | |
30 (widget-types-copy): | |
31 (widget-field-at): | |
32 New functions. | |
33 (widget-convert): Use keywordp. | |
34 (widget-insert): Auto-autoload. | |
35 (widget-types-convert-widget): Make defsubst. | |
36 (widget-convert): | |
37 (widget-get-sibling): | |
38 (widget-insert): | |
39 (widget-default-complete): | |
40 (widget-item-value-create): | |
41 (widget-field-prompt-value): | |
42 (widget-field-validate): | |
43 (widget-choice-validate): | |
44 (widget-radio-value-inline): | |
45 (widget-editable-list-value-create): | |
46 (widget-regexp-validate): | |
47 (widget-file-complete): | |
48 (widget-color-complete): | |
49 Eliminate pointless let-bindings. | |
50 (widget-field-find): Delete old version; comment XEmacs use of | |
51 map-extents. | |
52 (widget-default-create): | |
53 (widget-checklist-add-item): | |
54 (widget-radio-add-item): | |
55 (widget-radio-chosen): | |
56 (widget-editable-list-entry-create): | |
57 (widget-documentation-string-value-create): | |
58 Insert characters, not one-element strings. | |
59 (widget-default-create): Use stream argument of princ. | |
60 (widget-default-format-handler): Check functionp before funcalling. | |
61 (widget-url-link-action): Fix if-fboundp typo and too-long line. | |
62 (widget-sublist): | |
63 (cons :value-to-external): | |
64 Use Common Lisp functions. | |
65 (widget-echo-help): | |
66 (widget-default-value-set): | |
67 Use `if' rather than `and' and `when'. | |
68 (widget-princ-to-string): | |
69 (widget-specify-sample): | |
70 (widget-specify-doc): | |
71 (widget-glyph-directory): | |
72 (widget-glyph-enable): | |
73 (widget-after-change): | |
74 Docstrings from comments or improve docstrings. | |
75 (widget-image-conversion): New GNU Emacs-compatible alias. | |
76 (widget-field-face): Handle light-background TTYs. | |
77 | |
78 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
79 | |
80 * update-elc.el (lisp-files-needing-early-byte-compilation): | |
81 Comment referred to wrong variable. | |
82 (do-autoload-commands ...): Remove duplicate comment. | |
83 | |
1 2003-02-05 Ben Wing <ben@xemacs.org> | 84 2003-02-05 Ben Wing <ben@xemacs.org> |
2 | 85 |
3 * mule/cyril-util.el: | 86 * mule/cyril-util.el: |
4 * mule/cyril-util.el (standard-display-table): | 87 * mule/cyril-util.el (standard-display-table): |
5 * mule/cyril-util.el (standard-display-table)): New. | 88 * mule/cyril-util.el (standard-display-table)): New. |