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 3ce27b1ce19..0a0b0934968 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,14 @@
7 * lisp.h (egetenv): ... because of a new inline function used to 7 * lisp.h (egetenv): ... because of a new inline function used to
8 avoid calls to strlen for a compile-time constants. 8 avoid calls to strlen for a compile-time constants.
9 9
10 * buffer.h (decode_buffer): New function.
11 * buffer.c (Fbuffer_name, Fbuffer_file_name, Fbuffer_base_buffer)
12 (Fbuffer_local_variables, Fbuffer_modified_p, Fbuffer_modified_tick)
13 (Fbuffer_chars_modified_tick, Fdelete_all_overlays):
14 * data.c (Flocal_variables_p):
15 * fileio.c (Fverify_visited_file_modtime):
16 * marker.c (live_buffer): Use it.
17
102014-09-01 Dmitry Antipov <dmantipov@yandex.ru> 182014-09-01 Dmitry Antipov <dmantipov@yandex.ru>
11 19
12 Avoid extra calls to strlen in filesystem I/O routines. 20 Avoid extra calls to strlen in filesystem I/O routines.