diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-25 10:13:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-25 10:13:04 +0000 |
commit | 1f018a8fdcad5ef746e12d6a4c82aa4f74a31d48 (patch) | |
tree | c71b5ebea6c766ca40494214e6469a3c9599da59 /chat/naim/PLIST | |
parent | 2e1f3e714e9b41b0540694565fa39f6116757581 (diff) | |
download | pkgsrc-1f018a8fdcad5ef746e12d6a4c82aa4f74a31d48.tar.gz |
Update to 0.11.6:
[pkg fea] Several small documentation updates.
[pkg fea] Major header files are now installed in a global installation
directory.
[con bug] Small bugs in contrib/sendim.sh found and fixed.
[UI fea] Chat "hilites" added: If a member of a room/channel/discussion
mentions your name, their message will be highlighted.
[UI bug] A small bug in the /away routine has been fixed, allowing your
/away status to be preserved across re/connects.
[UI bug] .naimprofile will now be read for all connections in the event
that multiple connections are declared in .naimrc.
[pkg bug] A "#warning" directive was misnamed "#warn" and has been
corrected.
[Lil fea] Discussion retitles are now treated as a /topic change on IRC.
[TOC bug] /me processing in chat rooms was broken. Fixed.
[pkg FEA] The default modules have been removed, and are now distributed in
a separate "naim-modules" package available from the naim web site.
[UI fea] All internal routines are now declared "static," to clean up the
module interface.
[UI FEA] All major dependencies on ncurses in the main UI code have been
isolated to src/win.c, to provide for easy migration to modular user
interface routines.
[UI FEA] New /chains command to display all event chains.
[UI FEA] Newly rewritten /modload and new /modunload to completely control
loadable modules.
[UI FEA] New /modlist command to display currently loaded modules and
their vital statistics.
[UI FEA] Queued messages are now saved when you /save.
[UI fea] Minor improvements to the HTML renderer.
Diffstat (limited to 'chat/naim/PLIST')
-rw-r--r-- | chat/naim/PLIST | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/chat/naim/PLIST b/chat/naim/PLIST index 1e485b5c450..ea4ed7a7d20 100644 --- a/chat/naim/PLIST +++ b/chat/naim/PLIST @@ -1,27 +1,21 @@ -@comment $NetBSD: PLIST,v 1.5 2003/04/23 21:26:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/07/25 10:13:04 wiz Exp $ bin/naim bin/nicq bin/nirc bin/nlily bin/sendim.sh -lib/naim/libnsocket.a -lib/naim/libnsocket.la -lib/naim/libnsocket.so -lib/naim/libnsocket.so.0 -lib/naim/libnsocket.so.0.0 -lib/naim/libnstatus.a -lib/naim/libnstatus.la -lib/naim/libnstatus.so -lib/naim/libnstatus.so.0 -lib/naim/libnstatus.so.0.0 +include/firetalk.h +include/naim/modutil.h +include/naim/naim.h +include/naim/secs.h man/man1/naim.1 man/man1/nicq.1 man/man1/nirc.1 man/man1/nlily.1 -share/doc/naim/COLORS -share/doc/naim/FAQ -share/doc/naim/README -share/doc/naim/commands.txt -share/doc/naim/keyboard.txt -@dirrm share/doc/naim -@dirrm lib/naim +share/doc/${PKGNAME}/COLORS +share/doc/${PKGNAME}/FAQ +share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/commands.txt +share/doc/${PKGNAME}/keyboard.txt +@dirrm share/doc/${PKGNAME} +@dirrm include/naim |