aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2007-05-15 23:32:55 +0000
committerJason Rumney2007-05-15 23:32:55 +0000
commit471f1044dfca8aa65ae7bd87f2247068da1c520c (patch)
tree5dd81b5cd39c628d85ab398eda2c828be55e9666
parent5dab1bc727e6a37a7361c93913e2920bfb601f18 (diff)
downloademacs-471f1044dfca8aa65ae7bd87f2247068da1c520c.tar.gz
emacs-471f1044dfca8aa65ae7bd87f2247068da1c520c.zip
Updated w32 progress
-rw-r--r--README.multi-tty13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.multi-tty b/README.multi-tty
index bfa03ed2240..ce5b3337eae 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -141,7 +141,7 @@ Known problems:
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
@@ -726,16 +726,17 @@ THINGS TO DO
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.
738 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.
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.