diff options
| author | Daniel Colascione | 2012-12-10 09:52:35 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-12-10 09:52:35 -0800 |
| commit | 743fa5cbdd42a820c4320599a14aab925dcdbc8b (patch) | |
| tree | 7c330bf115347bbb0fa87b59f88c87a50745d432 /src/ChangeLog | |
| parent | 98a07056558be8c13945a3a99b4801996af685a4 (diff) | |
| parent | 1cf1bbd51e91f02a1d3fabb4f7ea4b1322c4259c (diff) | |
| download | emacs-743fa5cbdd42a820c4320599a14aab925dcdbc8b.tar.gz emacs-743fa5cbdd42a820c4320599a14aab925dcdbc8b.zip | |
Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnier requests
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 ecaa60697ea..8df51058840 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-10 Dmitry Antipov <dmantipov@yandex.ru> | 22 | 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 23 | ||
| 3 | Per-buffer window counters. | 24 | Per-buffer window counters. |