To reduce resource consumption, the animation period has been doubled for maps that are not in the foremost window
We now attempt to handle OutOfMemory errors without crashing. First, the animation is turned off, and if that is not enough, all connections are closed
Bug window should be less deadlock-prone
Fixed a bug in WindowMenu.insert that would cause a ClassCastException
WindowMenus were not being properly reclaimed because CGenericMenuItems were sometimes not being disposed
Added a workaround for the possible memory leak caused by the double-buffering process keeping a reference to the Frame/peer. This should be fixed in Java 1.4
Reduced memory consumption caused by logs
Fixed a bug that would allow the debug priority menus to have more than one item selected
The menus of the server list window should now be correct immediately after logging off of a server
The notice window should be much less likely to deadlock upon an expired serial number. It also should not be displayed AFTER the expiration dialog has been dismissed and the program is shutting down
StyledTextPane.wrapLines now catches any IllegalArgumentException that is thrown and attempts to continue
Better handling of exceptions when starting a telnet connection for event logs
Empty map lists should once again be displayed in the server list window
We now warn the user if an address that contains a colon is entered in the server list editor window
A 10-pixel border was being drawn around background images
Added some flags to ensure that only one single ServiceLocator thread is running at any given time