diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index bd3cc2dbe2f..55342810a79 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-11-09 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * message.el (tool-bar-map): Defvar when compiling. | ||
| 4 | |||
| 5 | * gnus-setup.el (running-xemacs, gnus-use-installed-tm) | ||
| 6 | (gnus-tm-lisp-directory): Deleted. | ||
| 7 | (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use | ||
| 8 | (featurep 'xemacs). | ||
| 9 | (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory) | ||
| 10 | (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove | ||
| 11 | version numbers from file names. | ||
| 12 | |||
| 1 | 2000-11-08 John Wiegley <johnw@gnu.org> | 13 | 2000-11-08 John Wiegley <johnw@gnu.org> |
| 2 | 14 | ||
| 3 | * gnus-topic.el (gnus-topic-mode): Use `setq' to clear | 15 | * gnus-topic.el (gnus-topic-mode): Use `setq' to clear |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 287b565c4d4..03d5b2dce21 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -4327,6 +4327,7 @@ which specify the range to operate on." | |||
| 4327 | (defalias 'message-exchange-point-and-mark 'exchange-point-and-mark) | 4327 | (defalias 'message-exchange-point-and-mark 'exchange-point-and-mark) |
| 4328 | 4328 | ||
| 4329 | ;; Support for toolbar | 4329 | ;; Support for toolbar |
| 4330 | (eval-when-compile (defvar tool-bar-map)) | ||
| 4330 | (if (featurep 'xemacs) | 4331 | (if (featurep 'xemacs) |
| 4331 | (require 'messagexmas) | 4332 | (require 'messagexmas) |
| 4332 | (when (and (fboundp 'tool-bar-add-item-from-menu) | 4333 | (when (and (fboundp 'tool-bar-add-item-from-menu) |