diff options
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. |