diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b3c45711dc..e89cfc25728 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | (Fadd_face_text_property): New function that calls | 8 | (Fadd_face_text_property): New function that calls |
| 9 | add_text_properties_1. | 9 | add_text_properties_1. |
| 10 | 10 | ||
| 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 | |||
| 11 | 2013-06-17 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-06-17 Paul Eggert <eggert@cs.ucla.edu> |
| 12 | 18 | ||
| 13 | Move functions from lisp.h to individual modules when possible. | 19 | Move functions from lisp.h to individual modules when possible. |