diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-09-19 00:35:42 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-09-19 00:35:42 +0000 |
commit | 91a47a6836113dffd044e15cd82ce8d1c30f307d (patch) | |
tree | 15e6d6285b672417e6b59d958ea8a96ce3d83f9e /src/ChangeLog | |
parent | f172b808d1c22222361d73cb945b90b562500a59 (diff) | |
download | emacs-91a47a6836113dffd044e15cd82ce8d1c30f307d.tar.gz |
* 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 @@ +2008-09-18 Dan Nicolaescu <dann@ics.uci.edu> + + * 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. + 2008-09-18 Chong Yidong <cyd@stupidchicken.com> * xterm.h (x_display_info): Remove `height' and `width' members. @@ -38,6 +45,7 @@ * xmenu.c (menu_position_func): Use x_display_pixel_height and x_display_pixel_width. +>>>>>>> 1.6978 2008-09-18 Kenichi Handa <handa@m17n.org> * composite.c (fill_gstring_header): Don't check FROM and TO here. @@ -143,6 +151,7 @@ * indent.c (Fvertical_motion): Be sure to set it_overshoot_expected if it.cmp_it.id is non-nengative. +>>>>>>> 1.6977 2008-09-07 Andreas Schwab <schwab@suse.de> * callproc.c (Fcall_process): Don't hold references to string data |