# HG changeset patch # User Jason Rumney # Date 1179271975 0 # Node ID 3d98bff3db6eab09e79440b650e701ea05d40b44 # Parent d885ce1c469914ed9b1ff4f095a57d9f7208a5f5 Updated w32 progress diff -r d885ce1c4699 -r 3d98bff3db6e README.multi-tty --- a/README.multi-tty Tue May 15 23:30:52 2007 +0000 +++ b/README.multi-tty Tue May 15 23:32:55 2007 +0000 @@ -141,7 +141,7 @@ I plan to implement better user notification and support for breaking out of single-kboard mode from locked displays. - * Mac, Windows and DOS support is broken, doesn't even + * Mac and DOS support is broken, doesn't even compile. Multiple display support will probably not provide new Emacs features on these systems, but the multi-tty branch changed a few low-level interfaces, and the @@ -726,16 +726,17 @@ are not useful; before starting work on Mac support, revert to pristine, pre-multi-tty versions. -** Fix W32 support (I can't do this entirely myself). Note that the - current state of W32-specific source files in the multi-tty tree - are not useful; before starting work on W32 support, revert to - pristine, pre-multi-tty versions. - ** Fix DOS support (I can't do this entirely myself). Note that the current state of DOS-specific source files in the multi-tty tree are not useful; before starting work on DOS support, revert to pristine, pre-multi-tty versions. +** Fix Windows support. Currently bootstraping works on w32, but Emacs + crashes on startup and none of the multi-tty features are + implemented. Many XXX comments mark things that probably need + updating, ChangeLogs will help in spotting changes to X specific + files that may need porting. + ** Do a grep on XXX and ?? for more issues. ** flow-ctrl.el must be updated.