2001-07-26 Gerd Moellmann <gerd@gnu.org>
+ * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
+ `...', compare with unabbreviated printed representation instead.
+ (last-sexp-print): Bind print-length and print-level to nil.
+
* emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
before assigning text properties. Make properties rear-nonsticky.
-
+
* emacs-lisp/lisp-mode.el (last-sexp-print): New function.
(eval-last-sexp-1): Give printed text a `keymap' property and bind
<mouse-2> and <RET> in that map to a function printing the
+2001-07-26 Gerd Moellmann <gerd@gnu.org>
+
+ * xfns.c (x-show-tip): Doc fix.
+
+ * xfns.c (Vx_max_tooltip_size): New variable.
+ (syms_of_xfns): DEFVAR_LISP it.
+ (Fx_show_tip): Set frame's window_width to the width of the
+ window. Use a maximum tooltip size specified by
+ Vx_max_tooltip_size, if that has valid contents.
+ (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
+
2001-07-26 Andrew Innes <andrewi@gnu.org>
* w32term.c (x_display_list): New variable.