diff src/ChangeLog @ 85682:919974c09488

(struct frame): Move all bit fields after the first bit field to take advantage of the available space. Group all the chars together to reduce wasted space due to padding.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 26 Oct 2007 18:09:36 +0000
parents 1a97aae1f388
children 1989e8bb5c7b
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 26 15:46:57 2007 +0000
+++ b/src/ChangeLog	Fri Oct 26 18:09:36 2007 +0000
@@ -1,3 +1,9 @@
+2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* frame.h (struct frame): Move all bit fields after the first bit
+	field to take advantage of the available space. Group all the
+	chars together to reduce wasted space due to padding.
+
 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
 
 	* minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.