diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c22c36407a5..51a687ade61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-02-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong. | ||
| 4 | Add :help for Solitaire and Tetris. | ||
| 5 | |||
| 6 | * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings. | ||
| 7 | (smtpmail-code-conv-from): Doc fix. Fix custom type. | ||
| 8 | (smtpmail-queue-index-file): Make it a defcustom. | ||
| 9 | (smtpmail-queue-index): Delete. | ||
| 10 | (smtpmail-send-it, smtpmail-send-queued-mail): | ||
| 11 | Use smtpmail-queue-index-file and smtpmail-queue-dir rather than | ||
| 12 | smtpmail-queue-index. | ||
| 13 | |||
| 1 | 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu> | 14 | 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 15 | ||
| 3 | * vc.el (vc-find-revision): Make vc-parent-buffer local before | 16 | * vc.el (vc-find-revision): Make vc-parent-buffer local before |