# HG changeset patch # User Gerd Moellmann # Date 996247794 0 # Node ID 7c2e49c3cf0a7cabaf6d8115a6ea8ce4c740e1c6 # Parent f5d08cdf180b5318ab95d39a2389fcf47f66e003 *** empty log message *** diff -r f5d08cdf180b -r 7c2e49c3cf0a etc/NEWS --- a/etc/NEWS Fri Jul 27 15:29:35 2001 +0000 +++ b/etc/NEWS Fri Jul 27 15:29:54 2001 +0000 @@ -1150,8 +1150,8 @@ the list is longer or deeper than that, an ellipsis `...' is printed). - or on the printed text replace the abbreviated printed -representation with an unabbreviated one. + or on the printed text toggles between an abbreviated +printed representation and an unabbreviated one. The default value of eval-expression-debug-on-error is t, so any error during evaluation produces a backtrace. diff -r f5d08cdf180b -r 7c2e49c3cf0a lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 27 15:29:35 2001 +0000 +++ b/lisp/ChangeLog Fri Jul 27 15:29:54 2001 +0000 @@ -1,5 +1,10 @@ 2001-07-27 Gerd Moellmann + * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function. + (last-sexp-toggle-display): Renamed from last-sexp-print. + (last-sexp-toggle-display, eval-last-sexp-1): Use + last-sexp-setup-props. + * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): New user-options. (mouse-wheel-change-button): New function. diff -r f5d08cdf180b -r 7c2e49c3cf0a src/ChangeLog --- a/src/ChangeLog Fri Jul 27 15:29:35 2001 +0000 +++ b/src/ChangeLog Fri Jul 27 15:29:54 2001 +0000 @@ -9,7 +9,7 @@ deal with the first overlay string having an image `display' property. (try_window_reusing_current_matrix, compute_line_metrics): Fix - compuation of row's visible height for the case that part of the + computation of row's visible height for the case that part of the row is invisible above and part of the row is at the same time invisible below the window.