aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-27 18:01:19 +0000
committerDave Love2000-11-27 18:01:19 +0000
commite775fcc4024c0e9552f210e111ee66b9aed084c3 (patch)
treefd4209b5ae7f834c08a7d7806abc1bb7dcde0c0c
parent6d5ce387e23055c7f0ae8cfa4c03daefb5d6c8c4 (diff)
downloademacs-e775fcc4024c0e9552f210e111ee66b9aed084c3.tar.gz
emacs-e775fcc4024c0e9552f210e111ee66b9aed084c3.zip
*** empty log message ***
-rw-r--r--lisp/gnus/ChangeLog9
-rw-r--r--lisp/tooltip.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index d35d49a2b72..b7e9256b7c8 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,12 @@
12000-11-27 Dave Love <fx@gnu.org>
2
3 * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
4 compiler warning.
5
62000-11-26 Dave Love <fx@gnu.org>
7
8 * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
9
12000-11-23 Dave Love <fx@gnu.org> 102000-11-23 Dave Love <fx@gnu.org>
2 11
3 * uu-post.pbm, uu-decode.pbm: new files from XPMs. 12 * uu-post.pbm, uu-decode.pbm: new files from XPMs.
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 0d988ffdffb..9ad338418c2 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -145,7 +145,7 @@ only tooltips in the buffer containing the overlay arrow."
145This is only relevant GUD display, since otherwise it is equivalent to 145This is only relevant GUD display, since otherwise it is equivalent to
146turning off Tooltip mode." 146turning off Tooltip mode."
147 :type 'boolean 147 :type 'boolean
148 :tag "use echo area" 148 :tag "Use echo area"
149 :group 'tooltip) 149 :group 'tooltip)
150 150
151 151