mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
src/ChangeLog: Rearrange the last 2 entries in correct order.
This commit is contained in:
parent
ca46332555
commit
7bfe8dbcc2
1 changed files with 6 additions and 6 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2013-06-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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 <larsi@gnus.org>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
|
||||
* 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 <eggert@cs.ucla.edu>
|
||||
|
||||
Move functions from lisp.h to individual modules when possible.
|
||||
|
|
|
|||
Loading…
Reference in a new issue