diff options
| author | Dan Nicolaescu | 2007-10-22 02:37:14 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-10-22 02:37:14 +0000 |
| commit | 46447ab34e005237aa4aaecf0a5edc5bb2ba5246 (patch) | |
| tree | 1c445e87e3315a469e454f1a3bf56763ba58ceef /lisp/ChangeLog | |
| parent | e79beb56d95030348653a23b684f7f6492b5eaa7 (diff) | |
| download | emacs-46447ab34e005237aa4aaecf0a5edc5bb2ba5246.tar.gz emacs-46447ab34e005237aa4aaecf0a5edc5bb2ba5246.zip | |
* mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
* tooltip.el: Use featurep 'xemacs.
* printing.el: Move variable definitions before use, no code
change.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6dd6c68c43..aeba7efff8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer. | ||
| 4 | |||
| 5 | * tooltip.el: Use featurep 'xemacs. | ||
| 6 | |||
| 7 | * printing.el: Move variable definitions before use, no code | ||
| 8 | change. | ||
| 9 | |||
| 1 | 2007-10-22 Juri Linkov <juri@jurta.org> | 10 | 2007-10-22 Juri Linkov <juri@jurta.org> |
| 2 | 11 | ||
| 3 | * simple.el (goto-history-element): Allow minibuffer-default to be | 12 | * simple.el (goto-history-element): Allow minibuffer-default to be |