diff options
| author | Eli Zaretskii | 2013-04-15 10:27:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-15 10:27:56 +0300 |
| commit | fd16b54c7242d59f78b4cf150432314f0bb5f583 (patch) | |
| tree | 1272660cfceca67c9adbeb0e615765beb455a2ac /src/ChangeLog | |
| parent | 35c5bbbad00618df4d4d738bbd6b6ea9023922eb (diff) | |
| download | emacs-fd16b54c7242d59f78b4cf150432314f0bb5f583.tar.gz emacs-fd16b54c7242d59f78b4cf150432314f0bb5f583.zip | |
More debugging code to investigate bug #14062.
src/w32fns.c (w32_wnd_proc): Add more assertions to investigate
bug#14062.
src/frame.h (WINDOW_FRAME): Protect macro and its argument with
parentheses.
src/dispextern.h (CURRENT_MODE_LINE_HEIGHT)
(CURRENT_HEADER_LINE_HEIGHT, WINDOW_WANTS_MODELINE_P)
(WINDOW_WANTS_HEADER_LINE_P): Protect macro arguments with
parentheses where appropriate.
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 5c0e26760c7..1d113260478 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-04-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc): Add more assertions to investigate | ||
| 4 | bug#14205. | ||
| 5 | |||
| 6 | * frame.h (WINDOW_FRAME): Protect macro and its argument with | ||
| 7 | parentheses. | ||
| 8 | |||
| 9 | * dispextern.h (CURRENT_MODE_LINE_HEIGHT) | ||
| 10 | (CURRENT_HEADER_LINE_HEIGHT, WINDOW_WANTS_MODELINE_P) | ||
| 11 | (WINDOW_WANTS_HEADER_LINE_P): Protect macro arguments with | ||
| 12 | parentheses where appropriate. | ||
| 13 | |||
| 1 | 2013-04-14 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2013-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | * keyboard.c (timer_start_idle): Remove no-longer-used local. | 16 | * keyboard.c (timer_start_idle): Remove no-longer-used local. |