aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-14 17:09:43 +0300
committerEli Zaretskii2013-05-14 17:09:43 +0300
commiteda9c7d7070741708c8e3a9e2bf927582a96c32a (patch)
tree4f55e6d8b46d821078912ff59eb71055d18ff871 /src/ChangeLog
parent6073d8f44ac2f774b2127b96a9a5be101233bce7 (diff)
downloademacs-eda9c7d7070741708c8e3a9e2bf927582a96c32a.tar.gz
emacs-eda9c7d7070741708c8e3a9e2bf927582a96c32a.zip
Another attempt to solve bug #14062 with assertion violations on MS-Windows.
src/w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT unless we know that the window w is a leaf window. Another attempt at solving bug#14062.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db766c78e6c..d7778e3a524 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-05-14 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
4 unless we know that the window w is a leaf window. Another
5 attempt at solving bug#14062.
6
12013-05-14 Jan Djärv <jan.h.d@swipnet.se> 72013-05-14 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * nsfont.m (ns_spec_to_descriptor): Retain and autorelease 9 * nsfont.m (ns_spec_to_descriptor): Retain and autorelease