aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-09-19 03:35:56 +0000
committerDan Nicolaescu2008-09-19 03:35:56 +0000
commit85c66abe5e24a578ca09895592fd79d61aee47b0 (patch)
treec4288a1d5524495189c938fbd847fdcbf0078938 /src/ChangeLog
parentc674e738f4c2b81dbdd46bb792f6812c4d070c4c (diff)
downloademacs-85c66abe5e24a578ca09895592fd79d61aee47b0.tar.gz
emacs-85c66abe5e24a578ca09895592fd79d61aee47b0.zip
(struct it): Move line_wrap away from the middle of
bitfields. Move voffset in struct iterator_stack_entry after the bitfields. Move tab_width near after another short.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 155ed046f77..d6254c71cfa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * dispextern.h (struct it): Move line_wrap away from the middle of
4 bitfields. Move voffset in struct iterator_stack_entry after the
5 bitfields. Move tab_width near after another short.
6
12008-09-18 Dan Nicolaescu <dann@ics.uci.edu> 72008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * frame.h (struct frame): Move alpha from the middle of bitfields. 9 * frame.h (struct frame): Move alpha from the middle of bitfields.