diff options
| author | Dmitry Antipov | 2012-08-31 08:40:52 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-31 08:40:52 +0400 |
| commit | 4e0f64791b6f38bfaa8d84addf7a472a15aac111 (patch) | |
| tree | 24e1f9af25a986ac56ccc6889738cee3b088cd01 /src/ChangeLog | |
| parent | 8b96a52c54fe4d37e02153be8fd551b0a676d151 (diff) | |
| download | emacs-4e0f64791b6f38bfaa8d84addf7a472a15aac111.tar.gz emacs-4e0f64791b6f38bfaa8d84addf7a472a15aac111.zip | |
Change struct frame bitfields from unsigned char to unsigned.
* frame.h (struct frame): Change type of 'display_preempted',
'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
bitfields from unsigned char to unsigned.
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. |