aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12008-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
12008-09-18 Chong Yidong <cyd@stupidchicken.com> 82008-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
412008-09-18 Kenichi Handa <handa@m17n.org> 492008-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
1462008-09-07 Andreas Schwab <schwab@suse.de> 1552008-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