aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e854c2e1c39..c3ff9eb3a14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-07-08 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * chartab.c (char_table_translate): Move to...
4 * character.h (char_table_translate): ... inline function here.
5 Avoid Faref and assume that args are always valid. This helps to
6 speedup search, which is especially important for a huge buffers.
7 * lisp.h (char_table_translate): Remove prototype.
8
12014-07-08 Paul Eggert <eggert@cs.ucla.edu> 92014-07-08 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * process.c: Add sanity checks for file descriptors (Bug#17844). 11 * process.c: Add sanity checks for file descriptors (Bug#17844).