Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 827:28426972f654
[xemacs-hg @ 2002-05-06 14:14:33 by jhar]
Misc win32 native build and doc fixes
author | jhar |
---|---|
date | Mon, 06 May 2002 14:16:31 +0000 |
parents | 6728e641994e |
children | 42a86787d173 |
line wrap: on
line diff
--- a/src/ChangeLog Sun May 05 11:33:57 2002 +0000 +++ b/src/ChangeLog Mon May 06 14:16:31 2002 +0000 @@ -1,3 +1,25 @@ +2002-05-06 Jonathan Harris <jonathan@xemacs.org> + + * console-msw.h: + * event-msw.c (mswindows_wnd_proc): + Condition references to menu accelerator functions on HAVE_MENUBARS. + + * frame-msw.c (mswindows_init_frame_3): + Remove obsolete runemacs hack which called ShowWindow() twice. + + * intl-auto-encap-win32.c: + * intl-auto-encap-win32.h: + * intl-encap-win32.c: + Use handwritten version of GetEnvironmentStrings() in + intl-encap-win32.c. + + * ntproc.c: Removed. + + * s/windowsnt.h: + Disable .data section renaming hack when using portable dumping. + Force _WIN32_WINNT = 0x0400 since intl-auto-encap-win32.[ch] + requires this. + 2002-05-05 Ben Wing <ben@xemacs.org> * Makefile.in.in (batch_test_emacs):