# HG changeset patch # User Dave Love # Date 975348079 0 # Node ID 9d6fdd64a80902f4cf7de835c4b31bda75199b33 # Parent c8c683f24c57d419ae229774db4539bd0f68d0de *** empty log message *** diff -r c8c683f24c57 -r 9d6fdd64a809 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Mon Nov 27 18:01:03 2000 +0000 +++ b/lisp/gnus/ChangeLog Mon Nov 27 18:01:19 2000 +0000 @@ -1,3 +1,12 @@ +2000-11-27 Dave Love + + * nnlistserv.el: Ignore errors when requiring nnweb and avoid a + compiler warning. + +2000-11-26 Dave Love + + * mm-uu.el (mm-uu-configure-list): Fix typo in :type. + 2000-11-23 Dave Love * uu-post.pbm, uu-decode.pbm: new files from XPMs. diff -r c8c683f24c57 -r 9d6fdd64a809 lisp/tooltip.el --- a/lisp/tooltip.el Mon Nov 27 18:01:03 2000 +0000 +++ b/lisp/tooltip.el Mon Nov 27 18:01:19 2000 +0000 @@ -145,7 +145,7 @@ 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)