changeset 37368:b7d4fcac15ae

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 17 Apr 2001 16:33:44 +0000
parents 160182fbcbbf
children 3a46eb992548
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
 
+	* 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  <eliz@is.elta.co.il>
--- 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  <gerd@gnu.org>
+
+	* xdisp.c (redisplay_window): Make sure to clear the desired glyph
+	matrix of mini-windows.
+
 2001-04-12  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* intervals.c (find_interval): Don't rebalance during signal handling.