aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c66963738bd..2564e57a825 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-01-19 Eli Zaretskii <eliz@gnu.org>
2
3 * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
4 segfault when there are lots of overlays.
5
6 * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
7 when there are lots of overlays. See
8 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
9 for the details and a way to reproduce.
10
12013-01-19 Paul Eggert <eggert@cs.ucla.edu> 112013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * fileio.c: Use O_APPEND to append. 13 * fileio.c: Use O_APPEND to append.