aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e359ccf0cb9..19915ea7bda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12001-07-26 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x-show-tip): Doc fix.
4
5 * xfns.c (Vx_max_tooltip_size): New variable.
6 (syms_of_xfns): DEFVAR_LISP it.
7 (Fx_show_tip): Set frame's window_width to the width of the
8 window. Use a maximum tooltip size specified by
9 Vx_max_tooltip_size, if that has valid contents.
10 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
11
12001-07-26 Andrew Innes <andrewi@gnu.org> 122001-07-26 Andrew Innes <andrewi@gnu.org>
2 13
3 * w32term.c (x_display_list): New variable. 14 * w32term.c (x_display_list): New variable.