aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-08-30 09:50:25 +0200
committerJoakim Verona2011-08-30 09:50:25 +0200
commitb72c6fe2ac5f148b00ceed70a910c7c9ee6a669e (patch)
tree7c64545ae0d8f0d99b82134e04e43b0759d776bc /src/ChangeLog
parent9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4 (diff)
parent393aa9d403dda96b2fa061311cc76bbad40489cf (diff)
downloademacs-b72c6fe2ac5f148b00ceed70a910c7c9ee6a669e.tar.gz
emacs-b72c6fe2ac5f148b00ceed70a910c7c9ee6a669e.zip
upstream
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).