aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5a1dd8ef7..81a58d9000 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2001-04-17 Gerd Moellmann <[email protected]>
+ * 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 <[email protected]>
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bddd0cc81..90938a19f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-17 Gerd Moellmann <[email protected]>
+
+ * xdisp.c (redisplay_window): Make sure to clear the desired glyph
+ matrix of mini-windows.
+
2001-04-12 Stefan Monnier <[email protected]>
* intervals.c (find_interval): Don't rebalance during signal handling.