aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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