diff options
| author | Luc Teirlinck | 2005-11-15 00:05:27 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-11-15 00:05:27 +0000 |
| commit | 70acba5ddab9e025aaf68a06765b459f8532353f (patch) | |
| tree | fe2bff85dced19ab915014c24ea71a2d58802bda | |
| parent | e715d9b46f8821f6e7e1469a3e1faa1df2c2d1a9 (diff) | |
| download | emacs-70acba5ddab9e025aaf68a06765b459f8532353f.tar.gz emacs-70acba5ddab9e025aaf68a06765b459f8532353f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12ae20a75f3..a2498485631 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2005-11-14 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2005-11-14 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way | ||
| 4 | that works correctly for Custom and that does not override a user | ||
| 5 | who disables it. | ||
| 6 | |||
| 3 | * help-mode.el (help-make-xrefs, help-xref-on-pp) | 7 | * help-mode.el (help-make-xrefs, help-xref-on-pp) |
| 4 | (help-xref-interned, help-follow): Make hyperlinks for variables | 8 | (help-xref-interned, help-follow): Make hyperlinks for variables |
| 5 | that are unbound, but have a non-nil variable-documentation property. | 9 | that are unbound, but have a non-nil variable-documentation property. |