aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2012-02-04 11:27:03 +0200
committerEli Zaretskii <[email protected]>2012-02-04 11:27:03 +0200
commitd6fa96a61fbded6a8c4cea832bd6ad225202b30e (patch)
tree00a45f4ceccebfc4a1ef5e452be29da59209ef79 /src/ChangeLog
parente96e30135ec98caa6ac3a0d662dc73ed428f1d4f (diff)
Fix bug #10696 with crash when an empty display string is at BOB.
src/keyboard.c (adjust_point_for_property): Don't position point before BEGV.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6decb7b40..40ad7a9f50 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-04 Eli Zaretskii <[email protected]>
+
+ * keyboard.c (adjust_point_for_property): Don't position point
+ before BEGV. (Bug#10696)
+
2012-02-03 Paul Eggert <[email protected]>
Handle overflow when computing char display width (Bug#9496).