diff options
| author | Luc Teirlinck | 2005-07-14 01:06:01 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-07-14 01:06:01 +0000 |
| commit | fd90b80c174c9736f0ebc0a1dcaa08ae2d7dae87 (patch) | |
| tree | 9afe0dc5e5e6b8fa98b001ff547f054f219dabf4 | |
| parent | a042b6ae07d702c4888dbb2481f5de239234e254 (diff) | |
| download | emacs-fd90b80c174c9736f0ebc0a1dcaa08ae2d7dae87.tar.gz emacs-fd90b80c174c9736f0ebc0a1dcaa08ae2d7dae87.zip | |
*** empty log message ***
| -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. |