diff options
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | lispref/ChangeLog | 7 |
2 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc9c5698edd..865926abe0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2005-07-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * custom.el (custom-initialize-safe-set) | ||
| 4 | (custom-initialize-safe-default): Doc fixes. | ||
| 5 | |||
| 6 | * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default' | ||
| 7 | and simplify :init-value again. | ||
| 8 | |||
| 9 | * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default' | ||
| 10 | and simplify :init-value again. Delete autoload. | ||
| 11 | |||
| 12 | * startup.el (command-line): Use `custom-reevaluate-setting' again | ||
| 13 | for tooltip-mode. | ||
| 14 | |||
| 15 | * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override | ||
| 16 | explicitly specified :initialize keyword. | ||
| 17 | |||
| 1 | 2005-07-13 Juanma Barranquero <lekktu@gmail.com> | 18 | 2005-07-13 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 19 | ||
| 3 | * allout.el (my-mark-marker, allout-isearch-prior-pos) | 20 | * 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 @@ | |||
| 1 | 2005-07-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * customize.texi (Variable Definitions): Add | ||
| 4 | `custom-initialize-safe-set' and `custom-initialize-safe-default'. | ||
| 5 | `standard-value' is a list too. | ||
| 6 | (Defining New Types): Use @key{RET} instead of @key{ret}. | ||
| 7 | |||
| 1 | 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change) | 8 | 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change) |
| 2 | 9 | ||
| 3 | * os.texi (Translating Input): Fix typo. | 10 | * os.texi (Translating Input): Fix typo. |