diff options
| author | Dan Nicolaescu | 2008-09-19 00:35:42 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-09-19 00:35:42 +0000 |
| commit | 91a47a6836113dffd044e15cd82ce8d1c30f307d (patch) | |
| tree | 15e6d6285b672417e6b59d958ea8a96ce3d83f9e /src/ChangeLog | |
| parent | f172b808d1c22222361d73cb945b90b562500a59 (diff) | |
| download | emacs-91a47a6836113dffd044e15cd82ce8d1c30f307d.tar.gz emacs-91a47a6836113dffd044e15cd82ce8d1c30f307d.zip | |
* frame.h (struct frame): Move alpha from the middle of bitfields.
* window.h (struct window): Move frozen_window_start_p after the
rest of the bitfields to reduce padding.
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 b083f87867f..e990ac38388 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * frame.h (struct frame): Move alpha from the middle of bitfields. | ||
| 4 | |||
| 5 | * window.h (struct window): Move frozen_window_start_p after the | ||
| 6 | rest of the bitfields to reduce padding. | ||
| 7 | |||
| 1 | 2008-09-18 Chong Yidong <cyd@stupidchicken.com> | 8 | 2008-09-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * xterm.h (x_display_info): Remove `height' and `width' members. | 10 | * xterm.h (x_display_info): Remove `height' and `width' members. |
| @@ -38,6 +45,7 @@ | |||
| 38 | * xmenu.c (menu_position_func): Use x_display_pixel_height and | 45 | * xmenu.c (menu_position_func): Use x_display_pixel_height and |
| 39 | x_display_pixel_width. | 46 | x_display_pixel_width. |
| 40 | 47 | ||
| 48 | >>>>>>> 1.6978 | ||
| 41 | 2008-09-18 Kenichi Handa <handa@m17n.org> | 49 | 2008-09-18 Kenichi Handa <handa@m17n.org> |
| 42 | 50 | ||
| 43 | * composite.c (fill_gstring_header): Don't check FROM and TO here. | 51 | * composite.c (fill_gstring_header): Don't check FROM and TO here. |
| @@ -143,6 +151,7 @@ | |||
| 143 | * indent.c (Fvertical_motion): Be sure to set | 151 | * indent.c (Fvertical_motion): Be sure to set |
| 144 | it_overshoot_expected if it.cmp_it.id is non-nengative. | 152 | it_overshoot_expected if it.cmp_it.id is non-nengative. |
| 145 | 153 | ||
| 154 | >>>>>>> 1.6977 | ||
| 146 | 2008-09-07 Andreas Schwab <schwab@suse.de> | 155 | 2008-09-07 Andreas Schwab <schwab@suse.de> |
| 147 | 156 | ||
| 148 | * callproc.c (Fcall_process): Don't hold references to string data | 157 | * callproc.c (Fcall_process): Don't hold references to string data |