diff options
| author | Daniel Colascione | 2012-10-07 23:58:40 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-07 23:58:40 -0800 |
| commit | e08348a0e6d440d5c2764c101de0a95fc12168c7 (patch) | |
| tree | fd0da018271ec07b33babacfe1fcaa6898665c44 /lib-src | |
| parent | 36a305a723c63fd345be65c536c52fe9765c14be (diff) | |
| download | emacs-e08348a0e6d440d5c2764c101de0a95fc12168c7.tar.gz emacs-e08348a0e6d440d5c2764c101de0a95fc12168c7.zip | |
Changelog entries for cygw32
Diffstat (limited to 'lib-src')
| -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 |