diff options
| author | Eli Zaretskii | 2013-04-15 16:44:14 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-15 16:44:14 +0300 |
| commit | 947aa1c6e77af64fc0ad29910cbe1a3430b5f088 (patch) | |
| tree | e6db69d08baff30b4d32aff49db6b47e3cca7289 /src/ChangeLog | |
| parent | 7d9fb4de782c3ff316c6ffc26f6ea291be2f653b (diff) | |
| parent | 0f821d9947d2a10a09dcc58e19e94b66c4c45227 (diff) | |
| download | emacs-947aa1c6e77af64fc0ad29910cbe1a3430b5f088.tar.gz emacs-947aa1c6e77af64fc0ad29910cbe1a3430b5f088.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2d6fda4fec7..11b82f57108 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-04-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc): Add more assertions to investigate | ||
| 4 | bug#14062. | ||
| 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 | |||
| 14 | 2013-04-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 15 | |||
| 16 | * keyboard.c (timer_start_idle): Remove no-longer-used local. | ||
| 17 | |||
| 1 | 2013-04-14 Eli Zaretskii <eliz@gnu.org> | 18 | 2013-04-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 19 | ||
| 3 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width> | 20 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width> |