# HG changeset patch # User Gerd Moellmann # Date 987525224 0 # Node ID b7d4fcac15aeb5c31b8d3ec273488b54d5f61419 # Parent 160182fbcbbf3e3ca003edc018a93bc8865cf086 *** empty log message *** diff -r 160182fbcbbf -r b7d4fcac15ae lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 17 16:33:10 2001 +0000 +++ b/lisp/ChangeLog Tue Apr 17 16:33:44 2001 +0000 @@ -1,5 +1,8 @@ 2001-04-17 Gerd Moellmann + * indent.el (indent-for-tab-command): Call indent-line-function + with no argument if PREFIX-ARG is non-nil. + * frame.el (delete-other-frames): Handle minibuffer-only frames. 2001-04-17 Eli Zaretskii diff -r 160182fbcbbf -r b7d4fcac15ae src/ChangeLog --- a/src/ChangeLog Tue Apr 17 16:33:10 2001 +0000 +++ b/src/ChangeLog Tue Apr 17 16:33:44 2001 +0000 @@ -1,3 +1,8 @@ +2001-04-17 Gerd Moellmann + + * xdisp.c (redisplay_window): Make sure to clear the desired glyph + matrix of mini-windows. + 2001-04-12 Stefan Monnier * intervals.c (find_interval): Don't rebalance during signal handling.