aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51861c6ca7d..8ef5dfe9916 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,11 @@
12014-04-15 Stefan Monnier <monnier@iro.umontreal.ca> 12014-04-15 Paul Eggert <eggert@penguin.cs.ucla.edu>
2 2
3 * buffer.c (Foverlays_at): Add argument `sorted'. 3 Fix some xgselect-vs-pselect bugs (Bug#17172).
4 4 This may not fix Bug#17172, but it fixes some bugs discovering
52014-04-14 Eli Zaretskii <eliz@gnu.org> 5 while auditing xgselect.c for that bug.
6 6 when one of glib's file descriptors is greater than FDS_LIM.
7 * insdel.c (invalidate_buffer_caches): When deleting or replacing 7 Treat rfds, wfds, efds consistently, and test G_IO_PRI too.
8 text, invalidate the bidi_paragraph_cache upto and including the 8 Clear input masks when pselect returns zero.
9 preceding newline.
10 9
112014-04-13 Paul Eggert <eggert@cs.ucla.edu> 102014-04-13 Paul Eggert <eggert@cs.ucla.edu>
12 11