Mercurial > hg > xemacs-beta
comparison lisp/custom/ChangeLog @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 3bb7ccffb0c0 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
160:1c55655d6702 | 161:28f395d8dc7a |
---|---|
1 1997-06-06 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 1 Sat Jun 14 21:31:09 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
2 | 2 |
3 * wid-edit.el: Add widget `coding-system' for mule. | 3 * Version 1.9916 released. |
4 | |
5 Sat Jun 14 18:24:36 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6 | |
7 * wid-edit.el (widget-tabable-at): New function. | |
8 (widget-move): Use it. | |
9 * wid-edit.el (widget-after-change): Reimplemented :secret. | |
10 | |
11 * wid-edit.el (widget-field-add-space): New option. | |
12 (widget-specify-field): Use it. | |
13 (widget-field-end): Ditto. | |
14 | |
15 * Version 1.9915 released. | |
16 | |
17 Sat Jun 14 12:12:38 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
18 | |
19 * wid-edit.el (widget-leave-text): New function. | |
20 (widget-convert-text): Use it. | |
21 (documentation-link): New widget. | |
22 (widget-documentation-link-action): New function. | |
23 (widget-documentation-links): New option. | |
24 (widget-documentation-link-regexp): New option. | |
25 (widget-documentation-link-p): New option. | |
26 (widget-documentation-link-type): New option. | |
27 (widget-documentation-link-add): New function. | |
28 (widget-documentation-string-value-create): Use it. | |
29 | |
30 * all: Synched with FSF. | |
31 | |
32 Fri Jun 13 20:25:55 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
33 | |
34 * Version 1.9914 released. | |
35 | |
36 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
37 | |
38 * wid-edit.el: Add widget `coding-system' for mule. | |
39 | |
40 Fri Jun 13 14:28:41 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
41 | |
42 * wid-edit.el (widget-convert-text): New function. | |
43 (widget-convert-button): Ditto. | |
44 | |
45 * custom.texi: Use ../info/custom as file name. | |
46 (Declaring Variables): Reformulation. | |
47 Ispelled. | |
48 * widget.texi: Use ../info/widget as file name. | |
49 Ispelled. | |
50 | |
51 Thu Jun 12 19:22:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
52 | |
53 * Version 1.9913 released. | |
54 | |
55 Thu Jun 12 12:15:33 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
56 | |
57 * wid-edit.el (widget-field-buffer): Don't assume an overlay | |
58 exists. | |
59 (widget-field-start): Ditto. | |
60 (widget-field-end): Ditto. | |
61 | |
62 * cus-face.el (custom-face-attributes-get): Protect against | |
63 missing w3 font functions. | |
64 | |
65 * Version 1.9912 released. | |
66 | |
67 Thu Jun 12 12:14:30 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
68 | |
69 * cus-edit.el (custom-magic-faces): New group. | |
70 Added magic faces. | |
71 | |
72 Wed Jun 11 20:15:33 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
73 | |
74 * Version 1.9911 released. | |
75 | |
76 Wed Jun 11 14:35:58 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
77 | |
78 * cus-edit.el (custom-buffer): New group. | |
79 (custom-menu): New group | |
80 Updated options. | |
81 * wid-edit.el (widget-faces): New group. | |
82 Updated all faces. | |
83 | |
84 * wid-edit.el (widget-map-buttons): New function. | |
85 Written by William M. Perry <wmperry@aventail.com>. | |
86 | |
87 * Version 1.9910 released. | |
88 | |
89 Wed Jun 11 13:35:16 1997 Simon Marshall <simon@gnu.ai.mit.edu> | |
90 | |
91 * cus-edit.el (custom-buffer-sort-predicate): | |
92 (custom-menu-sort-predicate): Default to ignore. Rewrite :type form. | |
93 (custom-buffer-order-predicate): | |
94 (custom-menu-order-predicate): New variables. | |
95 (custom-buffer-sort-alphabetically): | |
96 (custom-menu-sort-alphabetically): Functions deleted. | |
97 (custom-sort-items-alphabetically): New function. Like deleted | |
98 functions, except that A and B must be the same custom type. | |
99 (custom-sort-groups-first): | |
100 (custom-sort-groups-last): New functions. Like deleted functions, | |
101 except that only A and B custom types are compared. | |
102 (custom-group-value-create): | |
103 (custom-menu-create): Also sort members using custom-*-order-predicate. | |
104 But sort the copy of the stored sequence to prevent changing the stored | |
105 value, and don't store the sorted copy. | |
106 | |
107 Wed Jun 11 11:10:18 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
108 | |
109 * Version 1.9909 released. | |
110 | |
111 Wed Jun 11 10:13:05 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
112 | |
113 * wid-edit.el (widget-specify-inactive): Don't set `mouse-face'. | |
114 (widget-setup): Don't use markers. | |
115 | |
116 Tue Jun 10 13:55:38 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
117 | |
118 * wid-edit.el (widget-default-format-handler): Cleanup. | |
119 (widget-documentation-string-value-create): Also use documentation | |
120 properties on single line documentation strings. | |
121 | |
122 Mon Jun 9 06:21:49 1997 William M. Perry <wmperry@aventail.com> | |
123 | |
124 * wid-browse.el (widget-minor-mode): Fixed mistake in | |
125 widget-minor-mode - it had semantics of non-interactive calling | |
126 reveresed. | |
127 | |
128 Wed Jun 4 13:44:33 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
129 | |
130 * all: Synched with FSF. | |
4 | 131 |
5 Wed Jun 04 13:24:36 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 132 Wed Jun 04 13:24:36 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
6 | 133 |
7 * Version 1.9908 released. | 134 * Version 1.9908 released. |
8 | 135 |