X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c0c2eb8295bb99b6ac0bbf8c1e06b60220074a5b..1abfd3e85fa9b340699430cd9e15dd9f0073bdbe:/etc/TODO diff --git a/etc/TODO b/etc/TODO index 59aa48ffd6..faa9fc4c98 100644 --- a/etc/TODO +++ b/etc/TODO @@ -616,13 +616,11 @@ rather than interactively. This a trivial one-liner in easy-mode.el. *** Bugs -**** The event loop relies on polling and that hurts performance. - A better strategy is to have the select part in its own thread and let - the main thread communicate with that thread (see how Gdk does it for - inspiration). A problem is that redraw don't happen during resize, +**** The event loop does not redraw. + A problem is that redraw don't happen during resize, because we can't break out from the NSapp loop during resize. - There is a special trick to detect mouse press in the lower right - corner and track mouse movements, but this does not work well, and is + There was a special trick to detect mouse press in the lower right + corner and track mouse movements, but this did not work well, and was not scalable to the new Lion "resize on every window edge" behavior. [As of trunk r109635, 2012-08-15, the event loop no longer polls.]