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 092302d6492..1c7771cb0d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-02-03 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that | ||
| 4 | daemon mode works on cygw32 when Emacs is installed and not just | ||
| 5 | during development. | ||
| 6 | |||
| 1 | 2013-02-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-02-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Avoid file time stamp bug on MS-Windows (Bug#13149). | 9 | Avoid file time stamp bug on MS-Windows (Bug#13149). |