# HG changeset patch # User Gerd Moellmann # Date 996141261 0 # Node ID 23742d8913161809ffbf84bcb769d822d6025d10 # Parent 5ee0cb00ee57e7e27cda095017b606b235f4ab4d *** empty log message *** diff -r 5ee0cb00ee57 -r 23742d891316 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 26 09:54:02 2001 +0000 +++ b/lisp/ChangeLog Thu Jul 26 09:54:21 2001 +0000 @@ -1,3 +1,9 @@ +2001-07-26 Gerd Moellmann + + * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output + is a buffer, put a text property `printed-value' on the printed + representation, with the Lisp object printed as value. + 2001-07-25 Eli Zaretskii * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun): diff -r 5ee0cb00ee57 -r 23742d891316 src/ChangeLog --- a/src/ChangeLog Thu Jul 26 09:54:02 2001 +0000 +++ b/src/ChangeLog Thu Jul 26 09:54:21 2001 +0000 @@ -1,3 +1,10 @@ +2001-07-26 Gerd Moellmann + + * xdisp.c (resize_mini_window): Give up when inhibit-redisplay + is non-nil, instead of when redisplaying_p is non-zero. See + comment there. + (mark_window_display_accurate_1): Add an assertion. + 2001-07-25 Gerd Moellmann * dispextern.h (struct it): Increase size of ctl_chars to 16.