]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 13:41:54 +0000 (13:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 13:41:54 +0000 (13:41 +0000)
lisp/ChangeLog
src/ChangeLog

index de29a5ae4e8391ba9ae6b74fa01d6767db982d76..53746876b0a9fa56bfdd315e10d9317b2b497981 100644 (file)
@@ -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
index e359ccf0cb9182a3553d5c0e2c3f261a0d600e0f..19915ea7bda9006c6025769e2f253119c1c87a72 100644 (file)
@@ -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.