summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-01-27 22:58:12 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-01-27 22:58:12 +0000
commit1b17ea19fa2dcccc76eda5a2e3aea0c7ca7640d7 (patch)
treee10c9975a02775a66c7dae7962dd946cefbb8c76 /etc
parentdca681d687f1fe522cec92b9a222cc3c8ea1317e (diff)
downloademacs-1b17ea19fa2dcccc76eda5a2e3aea0c7ca7640d7.tar.gz
* TODO: Make SYNC_INPUT the default.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/TODO7
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index fb7c1c3f605..0fd6580dcde 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-27 Chong Yidong <cyd@stupidchicken.com>
+
+ * TODO: Make SYNC_INPUT the default.
+
2006-01-25 Nick Roberts <nickrob@snap.net.nz>
* images/gud/pstar.xpm: Make background transparent.
diff --git a/etc/TODO b/etc/TODO
index 8e27bf98c94..b33ff983fed 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -444,6 +444,13 @@ when the body only calls primitives.
For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
haskell-mode, tuareg-mode, ...
+** Make SYNC_INPUT the default.
+ All loops using immediate_quit need to be checked to ensure that
+ C-g can interrupt them, in case of an infinite loop. Once we
+ switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the
+ allocation functions (allocate_string etc.) without worrying about
+ data munging.
+
* Other known bugs:
** a two-char comment-starter whose two chars are symbol constituents will