diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f47697da87..00ce2e46f04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Change struct frame bitfields from unsigned char to unsigned. | ||
| 4 | * frame.h (struct frame): Change type of 'display_preempted', | ||
| 5 | 'visible', 'iconified', 'has_minibuffer', 'wants_modeline', | ||
| 6 | 'auto_raise', 'auto_lower', 'no_split', 'explicit_name', | ||
| 7 | 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible' | ||
| 8 | bitfields from unsigned char to unsigned. | ||
| 9 | |||
| 10 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 11 | |||
| 3 | Remove unused member of struct x_output and struct w32_output. | 12 | Remove unused member of struct x_output and struct w32_output. |
| 4 | * xterm.h (struct x_output): Remove unused field 'needs_exposure'. | 13 | * xterm.h (struct x_output): Remove unused field 'needs_exposure'. |
| 5 | * w32term.h (struct w32_output): Likewise. | 14 | * w32term.h (struct w32_output): Likewise. |