From: Gerd Moellmann Date: Thu, 26 Jul 2001 09:54:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16098288611e3abab17e495d56254385d01ea52f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2c6a88138c..6a79bc7109a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 3a1e10f12be..c08e41b8f8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.