]> git.eshelyaron.com Git - emacs.git/commitdiff
(tool-bar-map): Defvar when compiling.
authorDave Love <fx@gnu.org>
Thu, 9 Nov 2000 11:47:47 +0000 (11:47 +0000)
committerDave Love <fx@gnu.org>
Thu, 9 Nov 2000 11:47:47 +0000 (11:47 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index bd3cc2dbe2f9b5960c02a9b3a73ad78fbe472a20..55342810a79a02b388eea397126e2e8b2e2c4ae6 100644 (file)
@@ -1,3 +1,15 @@
+2000-11-09  Dave Love  <fx@gnu.org>
+
+       * message.el (tool-bar-map): Defvar when compiling.
+
+       * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
+       (gnus-tm-lisp-directory): Deleted.
+       (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
+       (featurep 'xemacs).
+       (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory) 
+       (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
+       version numbers from file names.
+
 2000-11-08  John Wiegley  <johnw@gnu.org>
 
        * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
index 287b565c4d40e959321c76131d96559f0ece905a..03d5b2dce2155a913d9fa65bb10aa2ef40cba07c 100644 (file)
@@ -4327,6 +4327,7 @@ which specify the range to operate on."
 (defalias 'message-exchange-point-and-mark 'exchange-point-and-mark)
 
 ;; Support for toolbar
+(eval-when-compile (defvar tool-bar-map))
 (if (featurep 'xemacs)
     (require 'messagexmas)
   (when (and (fboundp 'tool-bar-add-item-from-menu)