diff options
| author | Daniel Colascione | 2012-12-10 09:55:03 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-12-10 09:55:03 -0800 |
| commit | 78f9ea875a65686b5e300d73dbf22dd96ca29851 (patch) | |
| tree | d30e965b537930a2c7ba999210ae56651562ac26 /src/ChangeLog | |
| parent | 322a542e6c13eb89b8abc302278e77684c1d6479 (diff) | |
| download | emacs-78f9ea875a65686b5e300d73dbf22dd96ca29851.tar.gz emacs-78f9ea875a65686b5e300d73dbf22dd96ca29851.zip | |
Move fix for bug#12993 to trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be2d3dd6a6f..9d9c1fdaff5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,24 +1,3 @@ | |||
| 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 | |||
| 22 | 2012-12-08 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2012-12-08 Jan Djärv <jan.h.d@swipnet.se> |
| 23 | 2 | ||
| 24 | * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103). | 3 | * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103). |