diff options
| author | Daniel Colascione | 2012-12-09 23:11:21 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-12-09 23:11:21 -0800 |
| commit | 1cf1bbd51e91f02a1d3fabb4f7ea4b1322c4259c (patch) | |
| tree | 6a1f7358551d0ce22522ba9dbf816a75a0321bec /src/ChangeLog | |
| parent | f433306af510e86a614e9f9f082b6d2d5f56a968 (diff) | |
| download | emacs-1cf1bbd51e91f02a1d3fabb4f7ea4b1322c4259c.tar.gz emacs-1cf1bbd51e91f02a1d3fabb4f7ea4b1322c4259c.zip | |
Compile Windows resources into cygw32 Emacs
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d9c1fdaff5..be2d3dd6a6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2012-12-10 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused | ||
| 4 | declarations. | ||
| 5 | |||
| 6 | * w32fns.c (cache_system_info): Initialize the global hinst | ||
| 7 | variable here so various initialization calls DTRT. | ||
| 8 | |||
| 9 | * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused | ||
| 10 | variables. | ||
| 11 | (hinst): Remove unneeded extern declaration. | ||
| 12 | (_start): Remove initialization of above variables; remove | ||
| 13 | initialization of hinst, as cache_system_info now does that. | ||
| 14 | |||
| 15 | * emacs.c (main): Call cache_system_info early in startup; we | ||
| 16 | previously weren't calling it in Cygwin builds. | ||
| 17 | |||
| 18 | * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK): Teach | ||
| 19 | the autoconf build system how to compile a Windows resource file | ||
| 20 | and link it to Emacs. | ||
| 21 | |||
| 1 | 2012-12-08 Jan Djärv <jan.h.d@swipnet.se> | 22 | 2012-12-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 23 | ||
| 3 | * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103). | 24 | * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103). |