aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-26 13:41:54 +0000
committerGerd Moellmann2001-07-26 13:41:54 +0000
commitac49effecf3be69b639fa6fb5892d2e44cb07630 (patch)
tree62857ee81ab60ce7081c2923ba9503d9070a2a1b /src
parent8f4f953c20e34ef4664d20fa1f069796af5201d2 (diff)
downloademacs-ac49effecf3be69b639fa6fb5892d2e44cb07630.tar.gz
emacs-ac49effecf3be69b639fa6fb5892d2e44cb07630.zip
*** empty log message ***
Diffstat (limited to 'src')
-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.