Mercurial > emacs
diff src/ChangeLog @ 98236:1c3e02cbd63e
(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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 19 Sep 2008 03:35:56 +0000 |
parents | 4cd1e1167e99 |
children | 5f73593cabcd |
line wrap: on
line diff
--- a/src/ChangeLog Fri Sep 19 02:31:03 2008 +0000 +++ b/src/ChangeLog Fri Sep 19 03:35:56 2008 +0000 @@ -1,3 +1,9 @@ +2008-09-19 Dan Nicolaescu <dann@ics.uci.edu> + + * dispextern.h (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. + 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu> * frame.h (struct frame): Move alpha from the middle of bitfields.