From: Eli Zaretskii Date: Mon, 17 Jun 2013 16:30:40 +0000 (+0300) Subject: src/ChangeLog: Rearrange the last 2 entries in correct order. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~73^2~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bfe8dbcc2cb5a6f0a27f5d5cba0e53e559fb2bb;p=emacs.git src/ChangeLog: Rearrange the last 2 entries in correct order. --- diff --git a/src/ChangeLog b/src/ChangeLog index e89cfc25728..71585e67d08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2013-06-17 Eli Zaretskii + + * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT + unless we know that the window w's frame is a frame object. + Another attempt at solving bug#14062 and bug#14630. + 2013-06-17 Lars Magne Ingebrigtsen * textprop.c (property_set_type): New enum. @@ -8,12 +14,6 @@ (Fadd_face_text_property): New function that calls add_text_properties_1. -2013-06-17 Eli Zaretskii - - * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT - unless we know that the window w's frame is a frame object. - Another attempt at solving bug#14062 and bug#14630. - 2013-06-17 Paul Eggert Move functions from lisp.h to individual modules when possible.