aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-22 16:09:37 +0000
committerGerd Moellmann1999-12-22 16:09:37 +0000
commit28d7281dc701dd03bcda8b0470ec596520e5d6c5 (patch)
treee1256f29bba9307de3d767754a0e075ff4283046 /src/ChangeLog
parente22ef6eb695025c26286d5a13ad2696efbf7cb85 (diff)
downloademacs-28d7281dc701dd03bcda8b0470ec596520e5d6c5.tar.gz
emacs-28d7281dc701dd03bcda8b0470ec596520e5d6c5.zip
(Fx_create_frame): Move x_default_parameter calls that
lead to size changes to after the X window has been created.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eab72435508..ca642ac01c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
11999-12-22 Gerd Moellmann <gerd@gnu.org> 11999-12-22 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (Fx_create_frame): Move x_default_parameter calls that
4 lead to size changes to after the X window has been created.
5
3 * xfaces.c (realize_x_face): Don't use uninitialized local 6 * xfaces.c (realize_x_face): Don't use uninitialized local
4 variable in xassert. 7 variable in xassert.
5 8