diff options
| author | Eli Zaretskii | 2012-10-20 12:01:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-20 12:01:19 +0200 |
| commit | 2068905bb73c32afb4bb5e908b438fbd8b80bb64 (patch) | |
| tree | 64786383b45240c0f06d16812d3c89411a7f5dd5 /lib-src/ChangeLog | |
| parent | 4c9e95500fc913ad934e65c6625114e3f5532078 (diff) | |
| download | emacs-2068905bb73c32afb4bb5e908b438fbd8b80bb64.tar.gz emacs-2068905bb73c32afb4bb5e908b438fbd8b80bb64.zip | |
Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.
lib-src/make-docfile.c (scan_lisp_file): Barf if called with a .el file
other than one of a small list of supported un-compiled files.
lib-src/makefile.w32-in (lisp1, lisp2): Name .elc files wherever they
exist.
lisp/loadup.el: Update comment about uncompiled Lisp files.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1f28000e110..07fd4658172 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Prevent silent omission of doc strings from uncompile Lisp files. | ||
| 4 | * 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. | ||
| 6 | |||
| 7 | * makefile.w32-in (lisp1, lisp2): Name .elc files wherever they | ||
| 8 | exist. (Bug#12395) | ||
| 9 | |||
| 1 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> | 10 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * ntlib.c: Include <mbstring.h>, to avoid compiler warning about | 12 | * ntlib.c: Include <mbstring.h>, to avoid compiler warning about |