diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1f28000e110..bc0e5c9a3d2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2012-10-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el. | ||
| 4 | |||
| 5 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros. | ||
| 8 | (scan_lisp_file): Only pass a .el file if its basename matches a | ||
| 9 | known file in its entirety. Use IS_SLASH and DEF_ELISP_FILE. | ||
| 10 | |||
| 11 | 2012-10-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 12 | |||
| 13 | * make-docfile.c (scan_lisp_file): Add bounds checking. | ||
| 14 | |||
| 15 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 17 | Prevent silent omission of doc strings from uncompiled Lisp files. | ||
| 18 | * make-docfile.c (scan_lisp_file): Barf if called with a .el file | ||
| 19 | other than one of a small list of supported un-compiled files. | ||
| 20 | |||
| 21 | * makefile.w32-in (lisp1, lisp2): Name .elc files wherever they | ||
| 22 | exist. (Bug#12395) | ||
| 23 | |||
| 1 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> | 24 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 25 | ||
| 3 | * ntlib.c: Include <mbstring.h>, to avoid compiler warning about | 26 | * ntlib.c: Include <mbstring.h>, to avoid compiler warning about |