diff options
| author | Eli Zaretskii | 2012-10-20 18:17:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-20 18:17:25 +0200 |
| commit | 6d03e7beda333663080a64af902231342fd941cf (patch) | |
| tree | bd4521483ad70701e3dbf2c32e2910947bad5b53 /lib-src/ChangeLog | |
| parent | 87c6b4e6bd7e023bd57c709bb6af59bca27bf4f6 (diff) | |
| parent | 83c85d8e2e6c1e1cb309f554555e1aebc1dcb44f (diff) | |
| download | emacs-6d03e7beda333663080a64af902231342fd941cf.tar.gz emacs-6d03e7beda333663080a64af902231342fd941cf.zip | |
Merge from trunk.
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 | ||