diff options
| author | Eli Zaretskii | 2011-11-04 23:59:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-04 23:59:16 +0200 |
| commit | fc5f9b45f6f90e798a454c7b768e8d02c9cb61c2 (patch) | |
| tree | d12d7b3addc2ded52173f92f30badb319e119e91 /nt/ChangeLog | |
| parent | a58c13ed78ff7fff3e77348c98ecc0d987eda52c (diff) | |
| download | emacs-fc5f9b45f6f90e798a454c7b768e8d02c9cb61c2.tar.gz emacs-fc5f9b45f6f90e798a454c7b768e8d02c9cb61c2.zip | |
Last part of fix for bug #8562 with Emacs on Windows 9X.
nt/runemacs.c (ensure_unicows_dll): New function, tries to load
UNICOWS.DLL on Windows 9X.
(WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
display a dialog to the effect that Emacs cannot be started.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 64b9577e362..55535c460fe 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-11-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * runemacs.c (ensure_unicows_dll): New function, tries to load | ||
| 4 | UNICOWS.DLL on Windows 9X. | ||
| 5 | (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL, | ||
| 6 | display a dialog to the effect that Emacs cannot be started. | ||
| 7 | (Bug#8562) | ||
| 8 | |||
| 1 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | 9 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * README.W32: Mention UNICOWS.DLL as prerequisite for running | 11 | * README.W32: Mention UNICOWS.DLL as prerequisite for running |