comparison lisp/ChangeLog @ 48953:b6cceff9402d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 18:42:49 +0000
parents eb0fffb378cd
children 5646896a0357
comparison
equal deleted inserted replaced
48952:ac7ebc63415a 48953:b6cceff9402d
8 * window.el (save-selected-window): Save and restore 8 * window.el (save-selected-window): Save and restore
9 selected windows of all frames. 9 selected windows of all frames.
10 10
11 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively): 11 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
12 Update custom types. 12 Update custom types.
13
14 2002-12-23 Alex Schroeder <alex@emacswiki.org>
15
16 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
17 Alex Schroeder's adaptation of Jan Vroonhof
18 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
19
20 * cus-edit.el (customize-save-variable): Take themes into account.
21 (custom-variable-save): Take themes into account.
22 (custom-variable-reset-saved): Add comment-widget.
23 (custom-variable-reset-standard): Add comment-widget.
24 (custom-variable-reset-standard): Take themes into account.
25 (custom-face-save): Take themes into account.
26 (custom-face-reset-standard): Take themes into account.
27 (custom-save-variables): Take themes into account.
28 (custom-save-faces): Take themes into account.
29 (custom-save-faces): Take themes into account.
30 (custom-save-resets): New function.
31 (custom-save-loaded-themes): New function.
32 (customize-save-customized): Take themes into account.
33
34 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
35 (custom-theme-set-faces): New function.
36 (custom-theme-face-value): New function.
37 (custom-theme-reset-internal-face): New function.
38 (custom-theme-reset-faces): New function.
39 (custom-reset-faces): New function.
40
41 * custom.el (custom-known-themes): New variable.
42 (custom-declare-theme): New function.
43 (deftheme): New macro.
44 (custom-make-theme-feature): New function.
45 (custom-theme-p): New function.
46 (custom-check-theme): New function.
47 (custom-push-theme): New function.
48 (custom-theme-set-variables): Take themes into account.
49 (custom-loaded-themes): New variable.
50 (custom-theme-loaded-p): New function.
51 (provide-theme): New function.
52 (require-theme): New function.
53 (custom-remove-theme): New function.
54 (custom-do-theme-reset): New function.
55 (custom-theme-load-themes): New function.
56 (custom-load-themes): New function.
57 (custom-theme-value): New function.
58 (custom-theme-variable-value): New function.
59 (custom-theme-reset-internal): New function.
60 (custom-theme-reset-variables): New function.
61 (custom-reset-variables): New function.
62
63 * cus-theme.el: New file.
13 64
14 2002-12-23 Matthew Swift <swift@alum.mit.edu> 65 2002-12-23 Matthew Swift <swift@alum.mit.edu>
15 66
16 * emacs-lisp/rx.el (rx-and): Generate a shy group. 67 * emacs-lisp/rx.el (rx-and): Generate a shy group.
17 Specify `no-group' when calling rx-to-string. 68 Specify `no-group' when calling rx-to-string.