# HG changeset patch # User Gerd Moellmann # Date 996154914 0 # Node ID 88a84a5773fc3da1e5783611be97d03a72b84900 # Parent 4dce109d0aa3f0c6237772d57b5ec6f73bae576c *** empty log message *** diff -r 4dce109d0aa3 -r 88a84a5773fc lisp/ChangeLog --- 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 + * 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 -r 4dce109d0aa3 -r 88a84a5773fc src/ChangeLog --- 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 + + * 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.