From fd90b80c174c9736f0ebc0a1dcaa08ae2d7dae87 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 14 Jul 2005 01:06:01 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 17 +++++++++++++++++ lispref/ChangeLog | 7 +++++++ 2 files changed, 24 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc9c5698edd..865926abe0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2005-07-13 Luc Teirlinck + + * custom.el (custom-initialize-safe-set) + (custom-initialize-safe-default): Doc fixes. + + * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default' + and simplify :init-value again. + + * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default' + and simplify :init-value again. Delete autoload. + + * startup.el (command-line): Use `custom-reevaluate-setting' again + for tooltip-mode. + + * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override + explicitly specified :initialize keyword. + 2005-07-13 Juanma Barranquero * allout.el (my-mark-marker, allout-isearch-prior-pos) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b5c2e95c134..d0590a47551 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2005-07-13 Luc Teirlinck + + * customize.texi (Variable Definitions): Add + `custom-initialize-safe-set' and `custom-initialize-safe-default'. + `standard-value' is a list too. + (Defining New Types): Use @key{RET} instead of @key{ret}. + 2005-07-13 Francis Litterio (tiny change) * os.texi (Translating Input): Fix typo. -- 2.39.5