aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 792407e15e6..48c7370cade 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,6 +18,15 @@
18 * keyboard.c (Ftop_level, Fexit_recursive_edit) 18 * keyboard.c (Ftop_level, Fexit_recursive_edit)
19 (Fabor_recursive_edit): Add noreturn attribute. 19 (Fabor_recursive_edit): Add noreturn attribute.
20 20
21 * search.c (fast_string_match_internal): New function,
22 consolidated from...
23 (fast_string_match, fast_string_match_ignore_case): ...functions
24 which are...
25 * lisp.h (fast_string_match, fast_string_match_ignore_case):
26 inlined from here now.
27 (fast_string_match_internal): Add prototype.
28 * dired.c (file_name_completion): Use fast_string_match_internal.
29
212015-01-12 Paul Eggert <eggert@cs.ucla.edu> 302015-01-12 Paul Eggert <eggert@cs.ucla.edu>
22 31
23 Port to 32-bit MingGW --with-wide-int 32 Port to 32-bit MingGW --with-wide-int