diff options
| author | Eli Zaretskii | 2013-06-17 19:30:40 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-06-17 19:30:40 +0300 |
| commit | 7bfe8dbcc2cb5a6f0a27f5d5cba0e53e559fb2bb (patch) | |
| tree | 5de735d6c3a209de711f3de1106fb53d646b8c19 /src/ChangeLog | |
| parent | ca46332555c0284d34d0611cf2653d86fd7fac00 (diff) | |
| download | emacs-7bfe8dbcc2cb5a6f0a27f5d5cba0e53e559fb2bb.tar.gz emacs-7bfe8dbcc2cb5a6f0a27f5d5cba0e53e559fb2bb.zip | |
src/ChangeLog: Rearrange the last 2 entries in correct order.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e89cfc25728..71585e67d08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-06-17 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's frame is a frame object. | ||
| 5 | Another attempt at solving bug#14062 and bug#14630. | ||
| 6 | |||
| 1 | 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 8 | ||
| 3 | * textprop.c (property_set_type): New enum. | 9 | * textprop.c (property_set_type): New enum. |
| @@ -8,12 +14,6 @@ | |||
| 8 | (Fadd_face_text_property): New function that calls | 14 | (Fadd_face_text_property): New function that calls |
| 9 | add_text_properties_1. | 15 | add_text_properties_1. |
| 10 | 16 | ||
| 11 | 2013-06-17 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT | ||
| 14 | unless we know that the window w's frame is a frame object. | ||
| 15 | Another attempt at solving bug#14062 and bug#14630. | ||
| 16 | |||
| 17 | 2013-06-17 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-06-17 Paul Eggert <eggert@cs.ucla.edu> |
| 18 | 18 | ||
| 19 | Move functions from lisp.h to individual modules when possible. | 19 | Move functions from lisp.h to individual modules when possible. |