diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a8ac9b8131..85351d7f08d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Add cygw32.o. | ||
| 4 | |||
| 5 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | ||
| 6 | |||
| 7 | * emacsclient.c: Include windows.h when HAVE_NTGUI. | ||
| 8 | (alt_display): New variable. We send the display held by this | ||
| 9 | variable when the primary display is either unsupported or not | ||
| 10 | present. | ||
| 11 | (longopts): Allow display everywhere. | ||
| 12 | (w32_set_user_model_id): Move lower in file, inside HAVE_NTGUI | ||
| 13 | section. | ||
| 14 | (decode_options): Use alt_display. Explain why. | ||
| 15 | (main): Retry connection with alt_display if connection with main | ||
| 16 | display fails. | ||
| 17 | |||
| 1 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> | 18 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 2 | 19 | ||
| 3 | * make-docfile.c (write_globals): Special-case | 20 | * make-docfile.c (write_globals): Special-case |