aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-26 14:41:54 +0000
committerGerd Moellmann2001-01-26 14:41:54 +0000
commit550f0e6a236d5019222bf9f5a7dc4a6f0a73093e (patch)
tree877b213119f28d73865af88a3ca135276ad3fa9e /src/ChangeLog
parentb7b20fbd16ed724495772ef6bc10744cd9e58b36 (diff)
downloademacs-550f0e6a236d5019222bf9f5a7dc4a6f0a73093e.tar.gz
emacs-550f0e6a236d5019222bf9f5a7dc4a6f0a73093e.zip
(do_switch_frame): If selected frame has a mini-window,
resize that to exact size.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49ae3e66d29..5229e927211 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-01-26 Gerd Moellmann <gerd@gnu.org> 12001-01-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.c (do_switch_frame): If selected frame has a mini-window,
4 resize that to exact size.
5
3 * dispnew.c (adjust_glyph_matrix): Always clear desired matrices. 6 * dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
4 7
5 * xdisp.c (display_line): Simplify check for glyphs fitting 8 * xdisp.c (display_line): Simplify check for glyphs fitting
@@ -7,7 +10,7 @@
7 10
8 * xfns.c (xic_style): New variable. 11 * xfns.c (xic_style): New variable.
9 (create_frame_xic): Move static variable to global scope for 12 (create_frame_xic): Move static variable to global scope for
10 the case that `static' get's defined away. 13 the case that `static' gets defined away.
11 14
122001-01-26 Kenichi Handa <handa@etl.go.jp> 152001-01-26 Kenichi Handa <handa@etl.go.jp>
13 16