diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 82856eb91a8..2aeccc222cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-06-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc): Don't compute the header line and mode | ||
| 4 | line dimensions here, to avoid race conditions with the main | ||
| 5 | thread. (Bug#14062, bug#14630, bug#14669) | ||
| 6 | |||
| 7 | * w32term.c (w32_draw_window_cursor): Compute the header line and | ||
| 8 | mode line dimensions here. | ||
| 9 | <w32_system_caret_window, w32_system_caret_hdr_height>: | ||
| 10 | <w32_system_caret_mode_height>: New variables. | ||
| 11 | |||
| 12 | * w32term.h: Declare them. | ||
| 13 | |||
| 1 | 2013-06-20 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2013-06-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | * alloc.c (die): Move "assertion failed" string here ... | 16 | * alloc.c (die): Move "assertion failed" string here ... |