diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7dc2b928f1e..c344a0f9433 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2014-12-02 Aurélien Aptel <aurelien.aptel@gmail.com> | ||
| 2 | |||
| 3 | * lread.c (Fget_load_suffixes, Fload_module, string_suffixes_p) | ||
| 4 | (string_suffix_p, Fload, intern_c_string_1, defsubr) | ||
| 5 | (syms_of_lread): Add loading of external modules and the | ||
| 6 | docstrings of their functions. | ||
| 7 | |||
| 8 | * lisp.h: Make the doc field of Lisp_Subr a Lisp_Object. | ||
| 9 | |||
| 10 | * doc.c (doc_is_from_module_p, get_doc_string, reread_doc_file) | ||
| 11 | (store_function_docstring, build_file_p, Fsnarf_documentation): | ||
| 12 | Support docstrings for external modules. | ||
| 13 | |||
| 14 | * alloc.c (mark_object): Mark the doc field of Lisp_Subr as object. | ||
| 15 | |||
| 16 | * Makefile.in: Support libtool. | ||
| 17 | |||
| 1 | 2014-12-02 Eli Zaretskii <eliz@gnu.org> | 18 | 2014-12-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 19 | ||
| 3 | * bidi.c (bidi_find_first_overridden): New function. | 20 | * bidi.c (bidi_find_first_overridden): New function. |