aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e2b613d03c8..058c250a330 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-07-28 Paul Eggert <eggert@cs.ucla.edu> 12011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works.
4
3 * frame.h (struct frame): Use int, not EMACS_INT, where int works. 5 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
4 This is for the members text_lines, text_cols, total_lines, total_cols, 6 This is for the members text_lines, text_cols, total_lines, total_cols,
5 where the system imposes an 'int' limit. 7 where the system imposes an 'int' limit.