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).
This commit is contained in:
snj 2004-07-23 04:50:47 +00:00
parent 05ed03a301
commit aded4f8819
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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