comparison lisp/custom/ChangeLog @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children 9b50b4588a93
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
1 Wed Apr 09 21:11:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
2
3 * Version 1.74 released.
4
5 Wed Apr 9 11:57:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
6
7 * cus-edit.el (custom-unlispify-menu-entry): Strip terminating
8 `-p' off booleans.
9
10 * cus-edit.el (custom-save-faces): make sure `default' is saved first.
11
12 * wid-edit.el (widget-vector-match): Pass arguments to
13 `widget-apply' in the correct order.
14
15 * custom.el (custom-define-hook): Change to defvar.
16 * cus-edit.el (custom-define-hook): Add customization support.
17
18 * cus-edit.el (custom-menu-update): Don't autoload.
19 (custom-menu-reset): Move here from `custom.el'.
20 Remove XEmacs support.
21 (custom-help-menu): Move here from `custom.el'.
22 Remove XEmacs support.
23 (custom-menu-create): Work even if custom-menu-nesting is
24 unbound.
25 (custom-menu-nesting): Don't define for XEmacs.
26
27 * cus-face.el (after-make-frame-hook): Removed
28 `custom-initialize-frame', as this is now in `frame.el'.
29
30 Tue Apr 08 19:24:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
31
32 * Version 1.73 released.
33
34 Tue Apr 8 19:23:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
35
36 * widget.texi (push-button): Forgot `@end table'.
37
38 Tue Apr 08 18:51:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
39
40 * Version 1.72 released.
41
42 Tue Apr 8 09:21:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
43
44 * cus-edit.el (custom-guess-type-alist): New option.
45 (custom-guess-type): New function.
46 (custom-variable-type): New function.
47 (custom-variable-value-create): Use it.
48
49 * cus-face.el (custom-face-attributes): Moved :family to the
50 beginning of the list.
51 Patch by Herve Poirier <Herve.Poirier@grenoble.rxrc.xerox.com>.
52 (custom-face-attributes): Added :strikethru attribute.
53
54 * custom.texi (Declarations): Refer to `cus-edit.el' for
55 examples.
56
57 * custom.el (custom-set-variables): If variable is already set,
58 overwrite it here.
59 (custom-declare-variable): Do not set saved variables, if they
60 already are bound.
61 (custom-declare-variable): Clear the `force-value' flag if set.
62
63 * widget.el (:text-format): New keyword.
64 * wid-edit.el (push-button): Define it.
65 (widget-push-button-value-create): Use it.
66 * widget.texi (push-button): Documented it.
67
68 Sun Apr 06 22:33:39 1997 Per Abrahamsen <abraham@dina.kvl.dk>
69
70 * Version 1.71 released.
71
72 Sun Apr 6 22:25:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
73
74 * cus-face.el (custom-face-font-name): New alias.
75 (custom-face-attributes): Support `get' for remaining properties.
76 (custom-face-attributes-get): Require `font.el'.
77 (custom-face-font-size): New function.
78 (custom-face-font-family): New function.
79 (custom-face-bold): New function.
80 (custom-face-italic): New function.
81 (custom-face-stipple): New function.
82 Inspired by `rogue.el' by Hunter Kelly <retnuh@corona.pixar.com>.
83
84 Wed Apr 02 18:25:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
85
86 * Version 1.70 released.
87
88 Wed Apr 2 10:41:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
89
90 * cus-edit.el (custom-buffer-create): Give progress report.
91 (customize-face): Remove message.
92 (custom-group-value-create): Give progress report.
93 (custom-face-value-create): Ditto.
94
95 * cus-edit.el (custom-face-edit-selected): New function.
96 (custom-face-edit-all): New function.
97 (custom-face-edit-lisp): New function.
98 (custom-face-menu): Use them.
99 (custom-display-unselected): New widget.
100 (custom-display-unselected-match): New function.
101 (custom-face-selected): New widget.
102 (custom-face-selected): New constant.
103 (custom-face-value-create): Use them.
104 * custom.texi (The Face Options): Documented it.
105
106 * cus-edit.el (custom-face-all): New widget.
107 (custom-face-all): New constant.
108 (custom-face-value-create): Use it.
109
110 * cus-edit.el (custom-save-variables): Insert newline at eob.
111 (custom-save-faces): Ditto.
112 Reported by Jamie Zawinski <jwz@netscape.com>.
113
1 Tue Apr 01 20:08:10 1997 Per Abrahamsen <abraham@dina.kvl.dk> 114 Tue Apr 01 20:08:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
2 115
3 * Version 1.69 released. 116 * Version 1.69 released.
4 117
5 Tue Apr 1 17:29:16 1997 Per Abrahamsen <abraham@dina.kvl.dk> 118 Tue Apr 1 17:29:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>