diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 374da469203..dc4fad6b857 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-05-29 Troels Nielsen <bn.troels@gmail.com> | ||
| 2 | |||
| 3 | Do not avoid creating empty evaporating overlays (Bug#9642). | ||
| 4 | * buffer.c (Fmove_overlay): Reinstate the earlier fix for | ||
| 5 | Bug#9642, but explicitly check that the buffer the overlay would | ||
| 6 | be moved to is live and rearrange lines to make sure that errors | ||
| 7 | will not put the overlay in an inconsistent state. | ||
| 8 | (Fdelete_overlay): Cosmetics. | ||
| 9 | |||
| 1 | 2012-05-28 Eli Zaretskii <eliz@gnu.org> | 10 | 2012-05-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * w32term.c (my_bring_window_to_top): New function. | 12 | * w32term.c (my_bring_window_to_top): New function. |