diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a8ac9b8131..bcb71daca5d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 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. | ||
| 14 | * make-docfile.c (scan_lisp_file): Barf if called with a .el file | ||
| 15 | other than one of a small list of supported un-compiled files. | ||
| 16 | |||
| 17 | * makefile.w32-in (lisp1, lisp2): Name .elc files wherever they | ||
| 18 | exist. (Bug#12395) | ||
| 19 | |||
| 20 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * ntlib.c: Include <mbstring.h>, to avoid compiler warning about | ||
| 23 | _mbspbrk. | ||
| 24 | |||
| 25 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> | ||
| 26 | |||
| 27 | * makefile.w32-in (obj): Add cygw32.o. | ||
| 28 | |||
| 29 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | ||
| 30 | |||
| 31 | * emacsclient.c: Include windows.h when HAVE_NTGUI. | ||
| 32 | (alt_display): New variable. We send the display held by this | ||
| 33 | variable when the primary display is either unsupported or not | ||
| 34 | present. | ||
| 35 | (longopts): Allow display everywhere. | ||
| 36 | (w32_set_user_model_id): Move lower in file, inside HAVE_NTGUI | ||
| 37 | section. | ||
| 38 | (decode_options): Use alt_display. Explain why. | ||
| 39 | (main): Retry connection with alt_display if connection with main | ||
| 40 | display fails. | ||
| 41 | |||
| 1 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> | 42 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 2 | 43 | ||
| 3 | * make-docfile.c (write_globals): Special-case | 44 | * make-docfile.c (write_globals): Special-case |