aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTroels Nielsen2012-05-29 09:13:38 -0700
committerPaul Eggert2012-05-29 09:13:38 -0700
commit471fe23dc58361ecad3679a3a57a9f7d949e34d2 (patch)
tree52d4e9f54a5a2b436ae9c0f9a09dfff580f6e90d /src/ChangeLog
parent6876a58db34b81e411293b5ee8d161aa451fd767 (diff)
downloademacs-471fe23dc58361ecad3679a3a57a9f7d949e34d2.tar.gz
emacs-471fe23dc58361ecad3679a3a57a9f7d949e34d2.zip
Do not avoid creating empty evaporating overlays (Bug#9642).
* buffer.c (Fmove_overlay): Reinstate the earlier fix for Bug#9642, but explicitly check that the buffer the overlay would be moved to is live and rearrange lines to make sure that errors will not put the overlay in an inconsistent state. (Fdelete_overlay): Cosmetics.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12012-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
12012-05-28 Eli Zaretskii <eliz@gnu.org> 102012-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.