diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c45ec824919..e5308e2db3b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-05-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c: Include epaths.h. | ||
| 4 | (init_environment): Use cmdproxy.exe without leading directories. | ||
| 5 | Support emacs.exe in src; point SHELL to cmdproxy in ../nt in that | ||
| 6 | case. | ||
| 7 | (gettimeofday): Adjust signature and return value to Posix | ||
| 8 | expectations. | ||
| 9 | |||
| 10 | * unexw32.c (open_output_file): Delete the existing emacs.exe | ||
| 11 | before creating it, to break the hard link to the versioned | ||
| 12 | executable. | ||
| 13 | |||
| 14 | * Makefile.in (EMACS_MANIFEST, CM_OBJ, TEMACS_POST_LINK) | ||
| 15 | (ADDSECTION, EMACS_HEAPSIZE, MINGW_TEMACS_POST_LINK) | ||
| 16 | (FIRSTFILE_OBJ): New variables. | ||
| 17 | (W32_RES): Rename to EMACSRES. All users changed. | ||
| 18 | (base_obj): Use $(CM_OBJ). | ||
| 19 | (ALLOBJS): Use $(FIRSTFILE_OBJ). | ||
| 20 | (emacs$(EXEEXT)): Depend on $(ADDSECTION). | ||
| 21 | (temacs$(EXEEXT)): Use $(TEMACS_POST_LINK), and move | ||
| 22 | $(W32_RES_LINK) before $(LIBES). | ||
| 23 | (emacs.res): Depend on $(EMACS_MANIFEST). Put emacs.rc in nt. | ||
| 24 | |||
| 1 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 26 | ||
| 3 | * makefile.w32-in (DOC): Use just "DOC". | 27 | * makefile.w32-in (DOC): Use just "DOC". |