aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index deac87ffca2..f8babe78cc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12012-07-04 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * buffer.c (init_buffer_once): Fix initialization of 3 * buffer.c (init_buffer_once): Fix initialization of
4 headers for buffer_defaults and buffer_local_symbols. 4 headers for buffer_defaults and buffer_local_symbols.
5 Reported by Juanma Barranquero <lekktu@gmail.com>. 5 Reported by Juanma Barranquero <lekktu@gmail.com>.
6 6
@@ -105,8 +105,8 @@
105 * fileio.c (Fmake_symbolic_link): No longer static. 105 * fileio.c (Fmake_symbolic_link): No longer static.
106 * eval.c (Ffetch_bytecode): No longer static. 106 * eval.c (Ffetch_bytecode): No longer static.
107 * editfns.c (Fuser_full_name): No longer static. 107 * editfns.c (Fuser_full_name): No longer static.
108 * doc.c: (Fdocumentation_property, Fsnarf_documentation): No 108 * doc.c (Fdocumentation_property, Fsnarf_documentation):
109 longer static. 109 No longer static.
110 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer 110 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
111 static. 111 static.
112 * dired.c (Ffile_attributes): No longer static. 112 * dired.c (Ffile_attributes): No longer static.
@@ -381,11 +381,11 @@
381 381
3822012-06-27 Dmitry Antipov <dmantipov@yandex.ru> 3822012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
383 383
384 * alloc.c (allocate_string): Fix last change. 384 * alloc.c (allocate_string): Fix last change.
385 385
3862012-06-27 Dmitry Antipov <dmantipov@yandex.ru> 3862012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
387 387
388 * alloc.c (allocate_string): Remove two redundant calls 388 * alloc.c (allocate_string): Remove two redundant calls
389 to memset, add explicit initialization where appropriate. 389 to memset, add explicit initialization where appropriate.
390 390
3912012-06-27 Glenn Morris <rgm@gnu.org> 3912012-06-27 Glenn Morris <rgm@gnu.org>