aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6d71346dd78..12845538a9e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
2
3 For a 'struct window', replace some Lisp_Object fields to
4 bitfields where appropriate, remove unused fields.
5 * window.h (struct window): Remove unused 'last_mark_x' and
6 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
7 change it's type from Lisp_Object to bitfield.
8 Change type of 'force_start', 'optional_new_start',
9 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
10 fields from Lisp_Object to bitfield. Adjust users accordingly.
11
12012-05-31 Paul Eggert <eggert@cs.ucla.edu> 122012-05-31 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Pacify gcc -Wdouble-precision when using Xaw. 14 Pacify gcc -Wdouble-precision when using Xaw.