This is a high-level list of Javolin changes. For a detailed view, see the CVS repository. * the present Javolin now starts up with the Finder window open, *unless* you closed the Finder before shutting down last time. Yes, the Finder is slow. Sorry. All referee RPCs are now async. This should improve the responsiveness of the client -- it won't freeze up when you push the "ready" or "seat" buttons. MUC and table window chat logs will now show " has joined/left the chat" messages. Possibly fixed bugs with chat messages failing to appear, or appearing twice. Regularized the Join MUC process, and made it produce much nicer error messages. All dialog boxes that ask you for a JID now accept a simple name ("zarf") instead of a JID ("zarf@volity.net"). You could also type "devchat" into the Join MUC dialog instead of "devchat@conference.volity.net". Added a "Suspend Table" menu item. * release 0.2.3 The Finder window will launch any URLs that don't start with "http://{www.}volity.net/gamefinder" to the user's external browser. Launching URLs may now work on Windows, too, although I haven't tested it. (URLs can be launched from the About window, the Finder, or any UI SVG code that has a hyperlink.) The seatmark() UI function works. A UI can place a mark on any (or all) seats, to indicate whose turn it is (or whatever). Your name is marked in the seating display (by a black dot). Your current seat is also marked (by having the seat name in the same highlight color as your name). The UI can read info.version to determine what UI functions and fields are available. (Current version is 3.) * release 0.2.2 Changelog begins.