changeset 38579:88a84a5773fc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 26 Jul 2001 13:41:54 +0000
parents 4dce109d0aa3
children 446aa2cd256e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 26 13:41:32 2001 +0000
+++ b/lisp/ChangeLog	Thu Jul 26 13:41:54 2001 +0000
@@ -1,8 +1,12 @@
 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
--- a/src/ChangeLog	Thu Jul 26 13:41:32 2001 +0000
+++ b/src/ChangeLog	Thu Jul 26 13:41:54 2001 +0000
@@ -1,3 +1,14 @@
+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.