aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7eb18593993..ceed28a7a7f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12011-08-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 * image.c (parse_image_spec): Check for nonnegative, not for positive,
4 when checking :margin (Bug#9390).
5 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
6 Renamed from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
7 so that the name doesn't mislead. All uses changed.
8
92011-08-28 Johan Bockgård <bojohan@gnu.org>
10
11 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
12 set_tty_hooks.
13
142011-08-27 Eli Zaretskii <eliz@gnu.org>
15
16 * xdisp.c (move_it_to): Don't bail out early when reaching
17 position beyond to_charpos, if we are scanning backwards.
18 (move_it_vertically_backward): When DY == 0, make sure we get to
19 the first character in the line after the newline.
20
12011-08-27 Paul Eggert <eggert@cs.ucla.edu> 212011-08-27 Paul Eggert <eggert@cs.ucla.edu>
2 22
3 * ccl.c: Improve and simplify overflow checking (Bug#9196). 23 * ccl.c: Improve and simplify overflow checking (Bug#9196).