Mercurial > hg > xemacs-beta
comparison lisp/custom/ChangeLog @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | cca96a509cfe |
children | 34a5b81f86ba |
comparison
equal
deleted
inserted
replaced
123:c77884c6318d | 124:9b50b4588a93 |
---|---|
1 Sat Apr 12 18:31:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
2 | |
3 * Version 1.84 released. | |
4 | |
5 Sat Apr 12 15:08:31 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6 | |
7 * cus-edit.el (abbrev-mode, alloc, undo, modeline, fill, | |
8 editing-basics, display, execute, installation, dired, limits, | |
9 debug, minibuffer, keyboard, mouse, menu, auto-save, | |
10 processes-basics, windows): New customization groups. | |
11 | |
12 * Version 1.83 released. | |
13 | |
14 Sat Apr 12 10:44:15 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
15 | |
16 * cus-start.el: New file. | |
17 | |
18 * cus-face.el (custom-face-font-size): Don't assume integral | |
19 number. Patch by Steven L Baur <steve@miranova.com>. | |
20 | |
21 * cus-edit.el (custom-menu-create): Don't allow optional `NAME'. | |
22 (customize-menu-create): Do allow optional name. | |
23 | |
24 * widget.texi (atoms): Documented `character' widget. | |
25 | |
26 * custom.el (custom-set-variables): Add warning for old format. | |
27 | |
28 Fri Apr 11 21:23:33 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
29 | |
30 * Version 1.82 released. | |
31 | |
32 Fri Apr 11 18:27:02 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
33 | |
34 * cus-edit.el (custom-variable-set): Use `set-default' instead of | |
35 `set'. | |
36 (custom-variable-save): Ditto. | |
37 (custom-variable-reset-saved): Ditto. | |
38 (custom-variable-reset-factory): Ditto. | |
39 | |
40 * Version 1.81 released. | |
41 | |
42 * custom.el: Added missing autoloads. | |
43 | |
44 Fri Apr 11 18:13:12 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
45 | |
46 * Version 1.80 released. | |
47 | |
48 Fri Apr 11 18:06:28 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
49 | |
50 * cus-edit.el (customize-face-other-window): Added autoload cookie. | |
51 | |
52 * Version 1.79 released. | |
53 | |
54 Fri Apr 11 15:27:25 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
55 | |
56 * cus-edit.el (customize-face-other-window): New function. | |
57 | |
58 * wid-browse.el (widget-browse-mode-customize-menu): New menu. | |
59 (widget-browse-mode): Add it. | |
60 (widget-browse-mode-map): Bind `q'. | |
61 | |
62 * wid-browse.el (widget-browse-other-window): New function. | |
63 * widget.el (widget-browse-other-window): Autoload. | |
64 | |
65 * cus-edit.el (customize-menu-create): New function. | |
66 (custom-mode-customize-menu): Use it. | |
67 | |
68 * Version 1.78 released. | |
69 | |
70 Fri Apr 11 11:12:41 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
71 | |
72 * cus-edit.el (custom-make-dependencies): Deleted function. | |
73 | |
74 * Makefile (cus-load.el): Removed target. | |
75 | |
76 * cus-edit.el (customize-face): Sort faces. | |
77 | |
78 Thu Apr 10 22:20:20 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
79 | |
80 * Version 1.77 released. | |
81 | |
82 Thu Apr 10 19:44:07 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
83 | |
84 * cus-edit.el (custom-buffer-create-internal): Move to bob + 1. | |
85 | |
86 * Version 1.76 released. | |
87 | |
88 Thu Apr 10 16:55:28 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
89 | |
90 * cus-edit.el (custom-faces): New group. | |
91 (custom-magic-alist): Added. | |
92 (custom-variable-sample-face): Added. | |
93 (custom-variable-button-face): Added. | |
94 (custom-face-tag-face): Added. | |
95 (custom-group-tag-faces): Added. | |
96 (custom-group-tag-face): Added. | |
97 (customize): Removed from faces group. | |
98 | |
99 * cus-edit.el (custom-load-recursion): New variable. | |
100 (custom-load-symbol): Use it. | |
101 (custom-mode-customize-menu): New menu. | |
102 (custom-mode): Use it. | |
103 Code moved to te end of the file. | |
104 | |
105 * Version 1.75 released. | |
106 | |
107 Thu Apr 10 09:50:25 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
108 | |
109 * cus-edit.el (custom-buffer-create-internal): Split out from | |
110 `custom-buffer-create'. | |
111 (custom-buffer-create-other-window): New function. | |
112 | |
113 * cus-edit.el (custom-guess-name-alist): Renamed from | |
114 `custom-guess-type-alist'. | |
115 (custom-guess-doc-alist): New option. | |
116 (custom-guess-type): Use them. | |
117 | |
118 * cus-edit.el (custom-menu-create): Add autoload cookie. | |
119 | |
120 * cus-face.el (set-face-stipple): Removed Kyle Jones code. | |
121 | |
122 * cus-face.el (face-doc-string): Changed property name to | |
123 `face-documentation'. | |
124 (set-face-doc-string): Ditto. | |
125 | |
126 * cus-edit.el (custom-variable-type): Don't guess type of | |
127 variables defined with `defcustom'. | |
128 | |
1 Wed Apr 09 21:11:14 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 129 Wed Apr 09 21:11:14 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
2 | 130 |
3 * Version 1.74 released. | 131 * Version 1.74 released. |
4 | 132 |
5 Wed Apr 9 11:57:02 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 133 Wed Apr 9 11:57:02 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
18 * cus-edit.el (custom-menu-update): Don't autoload. | 146 * cus-edit.el (custom-menu-update): Don't autoload. |
19 (custom-menu-reset): Move here from `custom.el'. | 147 (custom-menu-reset): Move here from `custom.el'. |
20 Remove XEmacs support. | 148 Remove XEmacs support. |
21 (custom-help-menu): Move here from `custom.el'. | 149 (custom-help-menu): Move here from `custom.el'. |
22 Remove XEmacs support. | 150 Remove XEmacs support. |
23 (custom-menu-create): Work even if custom-menu-nesting is | 151 (custom-menu-create): Work even if `custom-menu-nesting' is |
24 unbound. | 152 unbound. |
25 (custom-menu-nesting): Don't define for XEmacs. | 153 (custom-menu-nesting): Don't define for XEmacs. |
26 | 154 |
27 * cus-face.el (after-make-frame-hook): Removed | 155 * cus-face.el (after-make-frame-hook): Removed |
28 `custom-initialize-frame', as this is now in `frame.el'. | 156 `custom-initialize-frame', as this is now in `frame.el'. |