diff options
| author | Daniel Colascione | 2012-10-08 00:23:13 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-08 00:23:13 -0800 |
| commit | 7148eba270e9c521cf6423fdc94b8c86ff604964 (patch) | |
| tree | 2c78c4581a0377e50f3d722d119823c77172067b /lib-src/ChangeLog | |
| parent | 97fbed87597d0b1b93159095170fb296b307d6b0 (diff) | |
| parent | a28a3ae36276ad96cd41c1843d9ae0881390c840 (diff) | |
| download | emacs-7148eba270e9c521cf6423fdc94b8c86ff604964.tar.gz emacs-7148eba270e9c521cf6423fdc94b8c86ff604964.zip | |
Merge cygw32
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a8ac9b8131..a4234693a82 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * emacsclient.c: Include windows.h when HAVE_NTGUI. | ||
| 4 | (alt_display): New variable. We send the display held by this | ||
| 5 | variable when the primary display is either unsupported or not | ||
| 6 | present. | ||
| 7 | (longopts): Allow display everywhere. | ||
| 8 | (w32_set_user_model_id): Move lower in file, inside HAVE_NTGUI | ||
| 9 | section. | ||
| 10 | (decode_options): Use alt_display. Explain why. | ||
| 11 | (main): Retry connection with alt_display if connection with main | ||
| 12 | display fails. | ||
| 13 | |||
| 1 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> | 14 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 2 | 15 | ||
| 3 | * make-docfile.c (write_globals): Special-case | 16 | * make-docfile.c (write_globals): Special-case |