diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2b88017fc5b..8120ab7f18d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,16 @@ | |||
| 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | Prevent silent omission of doc strings from uncompile Lisp files. | 3 | * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros. |
| 4 | (scan_lisp_file): Only pass a .el file if its basename matches a | ||
| 5 | known file in its entirety. Use IS_SLASH and DEF_ELISP_FILE. | ||
| 6 | |||
| 7 | 2012-10-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 8 | |||
| 9 | * make-docfile.c (scan_lisp_file): Add bounds checking. | ||
| 10 | |||
| 11 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | Prevent silent omission of doc strings from uncompiled Lisp files. | ||
| 4 | * make-docfile.c (scan_lisp_file): Barf if called with a .el file | 14 | * make-docfile.c (scan_lisp_file): Barf if called with a .el file |
| 5 | other than one of a small list of supported un-compiled files. | 15 | other than one of a small list of supported un-compiled files. |
| 6 | 16 | ||