diff options
| author | Eli Zaretskii | 2012-02-04 11:27:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-02-04 11:27:03 +0200 |
| commit | d6fa96a61fbded6a8c4cea832bd6ad225202b30e (patch) | |
| tree | 00a45f4ceccebfc4a1ef5e452be29da59209ef79 /src/ChangeLog | |
| parent | e96e30135ec98caa6ac3a0d662dc73ed428f1d4f (diff) | |
| download | emacs-d6fa96a61fbded6a8c4cea832bd6ad225202b30e.tar.gz emacs-d6fa96a61fbded6a8c4cea832bd6ad225202b30e.zip | |
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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6decb7b40e..40ad7a9f507 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (adjust_point_for_property): Don't position point | ||
| 4 | before BEGV. (Bug#10696) | ||
| 5 | |||
| 1 | 2012-02-03 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-02-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Handle overflow when computing char display width (Bug#9496). | 8 | Handle overflow when computing char display width (Bug#9496). |