diff options
| author | Kim F. Storm | 2005-11-12 00:58:35 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-11-12 00:58:35 +0000 |
| commit | 9f49f577022ba51a156ab159ae6a3a2c3271e9d8 (patch) | |
| tree | b2c2aa2b9d89a92543431293df2ee279f825e9b0 | |
| parent | 242a7584cee3bd2b0e7c3ce677417775a2172ac3 (diff) | |
| download | emacs-9f49f577022ba51a156ab159ae6a3a2c3271e9d8.tar.gz emacs-9f49f577022ba51a156ab159ae6a3a2c3271e9d8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | man/ChangeLog | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa2ddc87533..63f7a48ac52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-11-12 Kim F. Storm <storm@cua.dk> | 1 | 2005-11-12 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * help.el (help-map): Bind C-h d to apropos-documentation. | ||
| 4 | |||
| 3 | * simple.el (what-cursor-position): Print (EOB) instead of (100%) | 5 | * simple.el (what-cursor-position): Print (EOB) instead of (100%) |
| 4 | when point is at end-of-buffer. | 6 | when point is at end-of-buffer. |
| 5 | 7 | ||
diff --git a/man/ChangeLog b/man/ChangeLog index c01b05112f4..d5a7e8d4138 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-11-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * help.texi (Help): Fix C-h a entry. Add C-h d entry. | ||
| 4 | (Help Summary): Add C-h d and C-h e. | ||
| 5 | (Apropos): Clarify that all apropos commands may search for either | ||
| 6 | list of words or a regexp. Add C-h d for apropos-documentation. | ||
| 7 | Describe apropos-documentation-sort-by-scores user option. | ||
| 8 | |||
| 1 | 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org> | 9 | 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 10 | ||
| 3 | * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add | 11 | * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add |