]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 27 Nov 2000 18:01:19 +0000 (18:01 +0000)
committerDave Love <fx@gnu.org>
Mon, 27 Nov 2000 18:01:19 +0000 (18:01 +0000)
lisp/gnus/ChangeLog
lisp/tooltip.el

index d35d49a2b720d8239821b9e4a44d5bcb37759edc..b7e9256b7c8ca6d69d391cca0e0472c33b004b10 100644 (file)
@@ -1,3 +1,12 @@
+2000-11-27  Dave Love  <fx@gnu.org>
+
+       * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
+       compiler warning.
+
+2000-11-26  Dave Love  <fx@gnu.org>
+
+       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
+
 2000-11-23  Dave Love  <fx@gnu.org>
 
        * uu-post.pbm, uu-decode.pbm: new files from XPMs.
index 0d988ffdffb364c3edcceabba6640b299b2b6dd8..9ad338418c2764f7ad06ce7778d53ab7e3ba3dc2 100644 (file)
@@ -145,7 +145,7 @@ only tooltips in the buffer containing the overlay arrow."
 This is only relevant GUD display, since otherwise it is equivalent to
 turning off Tooltip mode."
   :type 'boolean
-  :tag "use echo area"
+  :tag "Use echo area"
   :group 'tooltip)
 
 \f