diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-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 | ||
| 382 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | 382 | 2012-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 | ||
| 386 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | 386 | 2012-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 | ||
| 391 | 2012-06-27 Glenn Morris <rgm@gnu.org> | 391 | 2012-06-27 Glenn Morris <rgm@gnu.org> |