comparison README.multi-tty @ 83592:3d98bff3db6e

Updated w32 progress
author Jason Rumney <jasonr@gnu.org>
date Tue, 15 May 2007 23:32:55 +0000
parents 5a2272b3d2b7
children 2716535391b7
comparison
equal deleted inserted replaced
83591:d885ce1c4699 83592:3d98bff3db6e
139 is related to the single-threaded nature of Emacs.) 139 is related to the single-threaded nature of Emacs.)
140 140
141 I plan to implement better user notification and support for 141 I plan to implement better user notification and support for
142 breaking out of single-kboard mode from locked displays. 142 breaking out of single-kboard mode from locked displays.
143 143
144 * Mac, Windows and DOS support is broken, doesn't even 144 * Mac and DOS support is broken, doesn't even
145 compile. Multiple display support will probably not provide 145 compile. Multiple display support will probably not provide
146 new Emacs features on these systems, but the multi-tty 146 new Emacs features on these systems, but the multi-tty
147 branch changed a few low-level interfaces, and the 147 branch changed a few low-level interfaces, and the
148 system-dependent source files need to be adapted 148 system-dependent source files need to be adapted
149 accordingly. The changes are mostly trivial, so almost 149 accordingly. The changes are mostly trivial, so almost
724 ** Fix Mac support (I can't do this entirely myself). Note that the 724 ** Fix Mac support (I can't do this entirely myself). Note that the
725 current state of Mac-specific source files in the multi-tty tree 725 current state of Mac-specific source files in the multi-tty tree
726 are not useful; before starting work on Mac support, revert to 726 are not useful; before starting work on Mac support, revert to
727 pristine, pre-multi-tty versions. 727 pristine, pre-multi-tty versions.
728 728
729 ** Fix W32 support (I can't do this entirely myself). Note that the
730 current state of W32-specific source files in the multi-tty tree
731 are not useful; before starting work on W32 support, revert to
732 pristine, pre-multi-tty versions.
733
734 ** Fix DOS support (I can't do this entirely myself). Note that the 729 ** Fix DOS support (I can't do this entirely myself). Note that the
735 current state of DOS-specific source files in the multi-tty tree 730 current state of DOS-specific source files in the multi-tty tree
736 are not useful; before starting work on DOS support, revert to 731 are not useful; before starting work on DOS support, revert to
737 pristine, pre-multi-tty versions. 732 pristine, pre-multi-tty versions.
733
734 ** Fix Windows support. Currently bootstraping works on w32, but Emacs
735 crashes on startup and none of the multi-tty features are
736 implemented. Many XXX comments mark things that probably need
737 updating, ChangeLogs will help in spotting changes to X specific
738 files that may need porting.
738 739
739 ** Do a grep on XXX and ?? for more issues. 740 ** Do a grep on XXX and ?? for more issues.
740 741
741 ** flow-ctrl.el must be updated. 742 ** flow-ctrl.el must be updated.
742 743