emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111310: * TODO: Adjust entry about N


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111310: * TODO: Adjust entry about NS event loop.
Date: Sun, 23 Dec 2012 15:46:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111310
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Sun 2012-12-23 15:46:37 +0100
message:
  * TODO: Adjust entry about NS event loop.
modified:
  etc/ChangeLog
  etc/TODO
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2012-12-19 21:32:56 +0000
+++ b/etc/ChangeLog     2012-12-23 14:46:37 +0000
@@ -1,3 +1,7 @@
+2012-12-23  Jan Djärv  <address@hidden>
+
+       * TODO: Adjust entry about NS event loop.
+
 2012-12-19  Michael Albinus  <address@hidden>
 
        * NEWS: Tramp implements `file-acl' and `set-file-acl'.

=== modified file 'etc/TODO'
--- a/etc/TODO  2012-09-16 21:43:55 +0000
+++ b/etc/TODO  2012-12-23 14:46:37 +0000
@@ -614,13 +614,11 @@
 
 *** 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]