aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6113c2362ee..9c5ca280eba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-09-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 * indent.c: Integer overflow fixes.
4 (position_indentation): Now takes ptrdiff_t, not int.
5 (Fvertical_motion): Don't wrap around LINES values that don't fit
6 in 'int'. Instead, treat them as extreme values. This is good
7 enough for windows, which can't have more than INT_MAX lines anyway.
8
12011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 92011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 10
3 * Require libxml/parser.h to avoid compilation warning. 11 * Require libxml/parser.h to avoid compilation warning.