Changes:
* Online time is presented in localized time from AOL's servers.
* naim now sets the xterm title whenever you have a message waiting.
* naim now differentiates between window changes due to chatter and
changes due to your being addressed. Chatter window will remain
colored BUDDY_WAITING while addressed windows will be
BUDDY_ADDRESSED. (Both foregrounds default to YELLOW/BROWN.)
* The current window has a unique background color in the window
list window: WINLISTHIGHLIGHT, which defaults to CLEAR/BLACK.
* If you had both ~/.naimlog/AIM/nmlorg and
~/.naimlog/AIM/nmlorg.html, naim would silently rename the former
over the latter. naim now issues a warning message and refuses to
perform the rename.
* If $color is set to 0 at start, logfile playback would not be
rendered properly. Fixed.
* Tab completion has been modified to support name completion in
auditorium windows. To use, begin typing the name of a participant
and press Tab.
* If naim is suspended and then resumed (with ^Z and fg or
otherwise), the system block cursor reappears.
* --enable-detach and /detach now function regardless of whether
screen is installed at compile time. Patch by James Vega.
* If a buddy has a name set with /namebuddy, that name will always
be used in the window list window.
* The status bar was not rendered properly in all situations. Fixed.
* If /save was used in a connection that had at one time been
connected, but at /save was not, /save would write a .naimrc that
would attempt to connect at startup. Fixed.
* In some situations, the default abbreviated window playback did
not quite cover the entire screen. Work around implemented.
* If ncurses determined that your terminal supported more than 16
colors, but only provided 256 color pairings, naim would refuse to
run. Fixed (naim only counts up to 16 colors).