diff options
author | snj <snj@pkgsrc.org> | 2004-07-23 04:50:47 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-07-23 04:50:47 +0000 |
commit | aded4f8819821928da4ad6af619dd579c11f586d (patch) | |
tree | 5083989a2eefebe2b1d7fc244750b778ee0373e5 /chat | |
parent | 05ed03a30129dca30359bb283611b2b929f8e3ba (diff) | |
download | pkgsrc-aded4f8819821928da4ad6af619dd579c11f586d.tar.gz |
Update naim to 0.11.7.2.
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).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 4 | ||||
-rw-r--r-- | chat/naim/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 21b0a4cf472..e9cc4b8fb0c 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2004/07/09 23:23:31 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2004/07/23 04:50:47 snj Exp $ -DISTNAME= naim-0.11.7.1 +DISTNAME= naim-0.11.7.2 CATEGORIES= chat MASTER_SITES= http://shell.n.ml.org/n/naim/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/naim/distinfo b/chat/naim/distinfo index 67ffa087365..3264607cc60 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2004/07/09 23:23:31 wiz Exp $ +$NetBSD: distinfo,v 1.21 2004/07/23 04:50:47 snj Exp $ -SHA1 (naim-0.11.7.1.tar.bz2) = 4bd3265bbfd4aaf0c9656f611f44c0800659d769 -Size (naim-0.11.7.1.tar.bz2) = 540856 bytes +SHA1 (naim-0.11.7.2.tar.bz2) = 9db84da121b23610ab50841b74e1b736c41af226 +Size (naim-0.11.7.2.tar.bz2) = 541033 bytes |