diff options
| author | Daniel Colascione | 2012-04-11 13:43:55 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-04-11 13:43:55 +0200 |
| commit | 0fc59f1e602e53c96669fa0b93a99c46472af534 (patch) | |
| tree | 2df1814ef8a0cb7be0a414cbafcb26508a92cb97 /src/ChangeLog | |
| parent | 49a2697c1ed851de2e93ee3ba12ab74f286f9634 (diff) | |
| download | emacs-0fc59f1e602e53c96669fa0b93a99c46472af534.tar.gz emacs-0fc59f1e602e53c96669fa0b93a99c46472af534.zip | |
Use the real vfork under Cygwin
* s/cygwin.h: The vfork the #define in cygwin.h was protecting
against is gone. It's better to use vfork now so that when Cygwin
gains a new, working vfork, we use it automatically.
Fixes: debbugs:10398
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fecec34870..a55189fb3c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-04-11 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * s/cygwin.h: The vfork the #define in cygwin.h was protecting | ||
| 4 | against is gone. It's better to use vfork now so that when Cygwin | ||
| 5 | gains a new, working vfork, we use it automatically (bug#10398). | ||
| 6 | |||
| 1 | 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * window.c (save_window_save): Obey window-point-insertion-type. | 9 | * window.c (save_window_save): Obey window-point-insertion-type. |