Mercurial > hg > xemacs-beta
comparison lisp/custom/ChangeLog @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 34a5b81f86ba |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
135:4636a6841cd6 | 136:b980b6286996 |
---|---|
1 Thu Apr 17 18:55:15 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
2 | |
3 * Version 1.89 released. | |
4 | |
5 Thu Apr 17 11:23:20 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6 | |
7 * cus-edit.el (custom-toggle-hide): New function. | |
8 (custom-level-action): Use it. | |
9 (custom-group-menu): Ditto. | |
10 (custom-face-menu): Ditto. | |
11 (custom-variable-menu): Ditto. | |
12 | |
13 * cus-edit.el (custom-redraw): Goto old line and column instead of | |
14 old character position. This is more tolerant for changes. | |
15 | |
16 * wid-edit.el (widget-choice-action): Only notify parent if | |
17 something was chosen. | |
18 | |
19 * widget.texi (Sexp Types): Documented `function-item' and | |
20 `variable-item'. | |
21 (group): New subsection. | |
22 (Widget Browser): New section. | |
23 (Widget Minor Mode): New sextion. | |
24 | |
25 * wid-edit.el: Moved widget minor mode support to | |
26 `wid-browse.el'. | |
27 | |
28 * custom.el (custom-declare-group): Make sure initial members | |
29 aren't duplicated even if the `defgroup' is evaluated twice. | |
30 | |
31 * custom.el (custom-declare-variable): Use `append' instead of | |
32 `copy-list'. | |
33 | |
34 * widget.texi (checklist): Documented `:greedy'. | |
35 | |
36 Wed Apr 16 19:24:47 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
37 | |
38 * Version 1.88 released. | |
39 | |
40 Wed Apr 16 13:28:37 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
41 | |
42 * wid-edit.el (widget-minor-mode): New variable and command. | |
43 (widget-minor-mode-map): New variable. | |
44 Add to `'minor-mode-alist' and `minor-mode-map-alist'. | |
45 * widget.el: Added autoload. | |
46 | |
47 * wid-edit.el (widget-specify-inactive): Set priority. | |
48 | |
49 * wid-edit.el (widget-move): Skip inactive widgets. | |
50 | |
51 * cus-edit.el (custom-display-unselected-match): Matched too many | |
52 displays. | |
53 | |
54 * Version 1.87 released. | |
55 | |
56 Wed Apr 16 00:15:26 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
57 | |
58 * wid-edit.el (widget-field-face): Changed default background | |
59 color. | |
60 | |
61 * custom.el (custom-declare-variable): Set `custom-get' the right | |
62 place. | |
63 | |
64 * cus-edit.el (custom-magic): Don't notify the parent. | |
65 | |
66 * cus-edit.el (custom-variable-menu): Allow more actions on | |
67 `changed' and `rogue' states. | |
68 | |
69 * custom.el (custom-initialize-set): New function. | |
70 (custom-initialize-reset): New function. | |
71 (custom-initialize-changed): New function. | |
72 (custom-declare-variable): Use `custom-initialize-set' as | |
73 default for `:initialize'. | |
74 | |
75 * Version 1.86 released. | |
76 | |
77 Wed Apr 16 00:02:19 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
78 | |
79 * cus-edit.el (custom-save-variables): Save :require symbols. | |
80 | |
81 * Version 1.85 released. | |
82 | |
83 Tue Apr 15 11:56:16 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
84 | |
85 * custom.el (:initialize, :set, :get, :request): New keywords. | |
86 (custom-declare-variable): Support them. | |
87 (custom-set-variables): Ditto. | |
88 (defcustom): Document them. | |
89 (custom-initialize-default): New function. | |
90 * custom.texi (Declaring Variables): Documented them. | |
91 * cus-edit.el (custom-variable-value-create): Support them. | |
92 (custom-variable-set): Ditto. | |
93 (custom-variable-save): Ditto. | |
94 (custom-variable-reset-saved): Ditto. | |
95 (custom-variable-reset-factory): Ditto. | |
96 (custom-variable-state-set): Ditto. | |
97 | |
98 * cus-edit.el (custom-menu-filter): New function. | |
99 (custom-variable-menu): New format. | |
100 (custom-variable-action): Use it. | |
101 (custom-face-menu): New format. | |
102 (custom-face-action): Use it. | |
103 (custom-group-menu): New format. | |
104 (custom-group-action): Use it. | |
105 | |
106 * wid-edit.el (widget-choose): Accept unselectable items. | |
107 | |
108 * wid-edit.el (widget-default-create): Clear undo buffer. | |
109 (widget-default-delete): Ditto. | |
110 | |
111 * cus-edit.el (customize-other-window): New function. | |
112 | |
113 * cus-face.el (custom-frame-parameter): Replace | |
114 `frame-parameter'. | |
115 (custom-background-mode, custom-extract-frame-properties, | |
116 custom-get-frame-properties): Updated callers. | |
117 | |
118 * custom.el: Minor doc fixes from RMS. | |
119 | |
120 * cus-face.el (custom-declare-face): Protest when dumping defface | |
121 in Emacs. | |
122 | |
123 * wid-edit.el (widget-info-link-action): Steal mouse up event. | |
124 | |
125 * wid-edit.el (widget-specify-insert): Use old style backquote. | |
126 Patch by "William M. Perry" <wmperry@aventail.com>. | |
127 | |
128 Sun Apr 13 19:19:33 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
129 | |
130 * custom.texi (Declaring Faces): Documentation property symbol is | |
131 `face-documentation'. | |
132 | |
133 Sat Apr 12 18:31:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 1 Sat Apr 12 18:31:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
134 | 2 |
135 * Version 1.84 released. | 3 * Version 1.84 released. |
136 | 4 |
137 Sat Apr 12 15:08:31 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 5 Sat Apr 12 15:08:31 1997 Per Abrahamsen <abraham@dina.kvl.dk> |