comparison src/ChangeLog @ 38579:88a84a5773fc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 26 Jul 2001 13:41:54 +0000
parents a404db64bdb2
children f5d08cdf180b
comparison
equal deleted inserted replaced
38578:4dce109d0aa3 38579:88a84a5773fc
1 2001-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
1 2001-07-26 Andrew Innes <andrewi@gnu.org> 12 2001-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.
4 (w32_term_init): Set it. 15 (w32_term_init): Set it.
5 16