diff options
| author | Kim F. Storm | 2008-02-29 23:37:10 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2008-02-29 23:37:10 +0000 |
| commit | 4a6c8615a281e79f973b1d10188407562d9c4ee8 (patch) | |
| tree | 220867cf056a7e87677824c10996deeb009ec7dc | |
| parent | 14b7b2c492544dff9ba8c4e7d081120c21674a0c (diff) | |
| download | emacs-4a6c8615a281e79f973b1d10188407562d9c4ee8.tar.gz emacs-4a6c8615a281e79f973b1d10188407562d9c4ee8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8aea7b414f..1fc30bce6c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-02-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * help.el (view-emacs-todo): Rename from view-todo. | ||
| 4 | (describe-gnu-project): Rename from describe-project. Users changed. | ||
| 5 | (view-help-file): New helper function. | ||
| 6 | (describe-distribution, describe-copying, describe-gnu-project) | ||
| 7 | (view-todo, view-order-manuals, view-emacs-problems): Use it. | ||
| 8 | (view-emacs-debugging, view-external-packages): New commands. | ||
| 9 | (help-map): Move describe-distribution to C-h C-o (ordering). | ||
| 10 | Move view-emacs-problems to C-h C-p (problems). | ||
| 11 | Bind view-emacs-debugging to C-h C-d (debugging). | ||
| 12 | Bind view-external-packages to C-h C-e (extras). | ||
| 13 | (help-for-help-internal): Cleanup and align descriptions. | ||
| 14 | Remove command names to reduce clutter. | ||
| 15 | |||
| 1 | 2008-02-29 Nick Roberts <nickrob@snap.net.nz> | 16 | 2008-02-29 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 17 | ||
| 3 | * vc.el (vc-set-mode-line-busy-indicator): Use shorter message | 18 | * vc.el (vc-set-mode-line-busy-indicator): Use shorter message |