aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-28 20:34:25 -0700
committerPaul Eggert2011-08-28 20:34:25 -0700
commitc4a07a4ce7ef72adf2362a89c2e18e054f8f0b95 (patch)
treef36e35bb003d690a2d46ad3ee17fec26eec89d4d /src/ChangeLog
parent0f3de88f02fd5107b34dd653668099a7d8b3e7bb (diff)
downloademacs-c4a07a4ce7ef72adf2362a89c2e18e054f8f0b95.tar.gz
emacs-c4a07a4ce7ef72adf2362a89c2e18e054f8f0b95.zip
* image.c (parse_image_spec): Check for nonnegative, not for positive,
when checking :margin (Bug#9390). (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR): Renamed from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, so that the name doesn't mislead. All uses changed.
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 8bbfe4ee2c9..ceed28a7a7f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
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
12011-08-28 Johan Bockgård <bojohan@gnu.org> 92011-08-28 Johan Bockgård <bojohan@gnu.org>
2 10
3 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after 11 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after