From: Gerd Moellmann Date: Thu, 26 Jul 2001 13:41:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac49effecf3be69b639fa6fb5892d2e44cb07630;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de29a5ae4e8..53746876b0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,12 @@ 2001-07-26 Gerd Moellmann + * 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 and in that map to a function printing the diff --git a/src/ChangeLog b/src/ChangeLog index e359ccf0cb9..19915ea7bda 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2001-07-26 Gerd Moellmann + + * 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 * w32term.c (x_display_list): New variable.