diff options
| author | Eli Zaretskii | 2013-06-20 20:36:24 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-06-20 20:36:24 +0300 |
| commit | b932cad7124e7c1a20fc2b127201b7dee15a142f (patch) | |
| tree | be909f3696d19eb80426661cf13326e4cfa8e3a8 /src/ChangeLog | |
| parent | 5013fc0876296bde339d1cbbdfb19a0cfa1c4079 (diff) | |
| download | emacs-b932cad7124e7c1a20fc2b127201b7dee15a142f.tar.gz emacs-b932cad7124e7c1a20fc2b127201b7dee15a142f.zip | |
Yet another attempt at fixing bugs #14602, 14630, 14669.
src/w32fns.c (w32_wnd_proc): Don't compute the header line and mode
line dimensions here, to avoid race conditions with the main
thread.
src/w32term.c (w32_draw_window_cursor): Compute the header line and
mode line dimensions here.
<w32_system_caret_window, w32_system_caret_hdr_height>:
<w32_system_caret_mode_height>: New variables.
src/w32term.h: Declare them.
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 ... |