]> code.delx.au - gnu-emacs/commitdiff
* TODO: Adjust entry about NS event loop.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 23 Dec 2012 14:46:37 +0000 (15:46 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 23 Dec 2012 14:46:37 +0000 (15:46 +0100)
etc/ChangeLog
etc/TODO

index d9cb64729ba72588adeca24dcf84009eb48703d6..821d897c9948cc5df2f9c862d9aebbc9c47f60bb 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-23  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * TODO: Adjust entry about NS event loop.
+
 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
 
        * NEWS: Tramp implements `file-acl' and `set-file-acl'.
index be0ef95aed29eb8fc19fdca6a60c119f1746a511..42339816fdfb5530dcfa9eee7b2dcaf8537acace 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -614,13 +614,11 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
 
 *** 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.
 
 **** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back