Since I can't access bugzilla. I only tried for about 10 minutes so please don't think this is exhaustive. On the whole, the current CVS isn't too bad. A couple of bad assertions, but after a few of these are fixed, I think we can let Michael S loose. Massive improvement on last time... what have you lot been doing? :)
1. crash by new doc, insert comment, then repeatedly click on the button to open and close the inset, until you get: Assertion triggered in void LyXText::dispatch(LCursor&, FuncRequest&) by failing check "cur.text() == this" in file text3.C:361 2. the cursor is placed outside inset's red boundaries, this looks very confusing. I think we need to add a buffer to inset's dimensions 3. Button insets are still not centred. I think someone closed this bug. It needs re-opening. 4. control-X on selected text in a table cell cuts the whole cell instead of just the selection 5. Any text cut from a table cell is gone forever 6. I have to click exactly in the middle of an empty table to cell in order to place the cursor there. 7. selection progression in table cells is broken. After selecting all text in a cell, another 'Right' should select the cell itself, and only then the next cell to the right. There's no way to select a table cell with the keyboard right now. 8. (usability issue) - minipage is just way too hard to find. We might consider a submenu for 'Box' that has "Minipage", "Parbox", "Framed Box" etc. 9. A new ERT inset has a width of zero, this is near impossible to use. 10. Pasting a paragraph about 50 times (lots of control-Vs) gives: Assertion triggered in Point::Point(int, int) by failing check "y > -3000" in file coordcache.h:27 During this, the scrollbar is completely wrong. 11. Creating a new figure float, the 'Figure #:' of the caption is only seen on pressing return 12. Lars's on-screen translated things like 'Part' etc. are broken. I get 'Teil' in the DVI and not on screen. 13. Undo is missing out lots of edits. Try entering 1,2,3,4 in a table (one on each row of the table) then try to undo them. Generally broken in fact. 14. The footnote in the User Guide (first one) is inheriting the font from its containing paragraph. Not good ... 15. Right Address is (predictably enough) broken john