diff options
| author | Richard M. Stallman | 2002-12-23 18:42:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-23 18:42:49 +0000 |
| commit | 2155ecf3833d88a660d9cd50d1824be0a31e322c (patch) | |
| tree | f753b3a1398c5f2f1881beee8c5c1b29ba9e22a5 /lisp/ChangeLog | |
| parent | 3656dac0223c1151ca4ed96155b9372abd1e8575 (diff) | |
| download | emacs-2155ecf3833d88a660d9cd50d1824be0a31e322c.tar.gz emacs-2155ecf3833d88a660d9cd50d1824be0a31e322c.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fad8b49ae50..1bc6da4cdfe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,6 +11,57 @@ | |||
| 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 | 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. | ||
| 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. |