aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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