20091114 is out now, with a fix for the selection rendering regression in the last beta.
I've also given the find panel a make-over, and combined it with the incremental find panel. There is no longer a stand alone incremental find panel. The key bindings within the find panel have changed as part of this, they're now:
* Enter: Go to next match
* Shift+Enter: Go to prev match
* Alt+Enter: Select all matches
* Ctrl+F: Hide find panel
* Escape: Hide find panel
* F3: Go to next match, and move focus to buffer
* Ctrl+F3: Go to prev match, and move focus to buffer
For example, a common workflow in previous versions was Ctrl+I,text, enter, to select the next occurance of "text". To do the same thing now, it's Ctrl+F,text,escape or Ctrl+F,text,Ctrl+F.
I'm keen for feedback on the new find panel - its current behaviour isn't final.