aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 17ac9d8d34a..674640a2318 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2
3 * custom.el (custom-declare-variable): Fix typos in comment.
4 (custom-known-themes): Doc fix.
5 (custom-theme-directory): New defcustom.
6 (require-theme): Make it check `custom-theme-directory'.
7
8 * cus-theme.el (custom-new-theme-mode): New function.
9 (custom-theme-name, custom-theme-variables, custom-theme-faces)
10 (custom-theme-description): Add compiler defvars.
11 (customize-create-theme): Add doc to the "*New Custom Theme*"
12 buffer. Use `custom-new-theme-mode'.
13 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14 and save it to the `custom-theme-directory'. Make this the
15 default directory of the buffer.
16
12005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change) 172005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2 18
3 * progmodes/flymake.el (flymake-mode, flymake-mode-off): Fix 19 * progmodes/flymake.el (flymake-mode, flymake-mode-off): Fix