diff options
| author | Kenichi Handa | 2012-10-11 20:29:47 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-11 20:29:47 +0900 |
| commit | d3e4228575e9ba9e99dc4a7dae788280ffcc4566 (patch) | |
| tree | 97d35f3c0766372c166a31f3c0f7aba791a38dde /lib-src/ChangeLog | |
| parent | cde44a7728488ca6bc6a46c18d9c5e647b160547 (diff) | |
| parent | fd2f90cf5c6a15610aa1e17e73d6d8a5f8cb1999 (diff) | |
| download | emacs-d3e4228575e9ba9e99dc4a7dae788280ffcc4566.tar.gz emacs-d3e4228575e9ba9e99dc4a7dae788280ffcc4566.zip | |
merge trunk
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 |