diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-04 17:48:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-04 17:48:50 +0000 |
commit | 3995b4f6cc07f460b564af3552fce990451292ac (patch) | |
tree | bbf6372a613d2d4709f61d5639d2ed0dfb5e071b /chat/finch | |
parent | 51ff3d48167c0d0bed9d3d2ac19b0dc55f7968c8 (diff) | |
download | pkgsrc-3995b4f6cc07f460b564af3552fce990451292ac.tar.gz |
Version 2.4.0 (02/29/2008):
* Color is used in the buddylist to indicate status, and the conversation
window to indicate various message attributes. Look at the sample gntrc
file in the man page for details.
* The default keybinding for dump-screen is now M-D and uses a file
request dialog. M-d will properly delete-forward-word, and M-f has been
fixed to imitate readline's behavior.
* New bindings alt+tab and alt+shift+tab to help navigating between the
higlighted windows (details on the man page).
* Recently signed on (or off) buddies blink in the buddy list.
* New action 'Room List' in the action list can be used to get the list of
available chat rooms for an online account.
* The 'Grouping' plugin can be used for alternate grouping in the
buddylist. The current options are 'Group Online/Offline' and 'No
Group'.
* Added a log viewer
* Added the ability to block/unblock buddies - see the buddy context menu
and the menu for the buddy list.
* Fixed a bug preventing finch working on x86_64
Diffstat (limited to 'chat/finch')
-rw-r--r-- | chat/finch/Makefile | 3 | ||||
-rw-r--r-- | chat/finch/PLIST | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 74bb7d94564..dd2a879bfe1 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2008/02/22 19:10:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/03/04 17:48:50 tnn Exp $ # PKGNAME= finch-${PIDGIN_VERSION} -PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client console frontend diff --git a/chat/finch/PLIST b/chat/finch/PLIST index 0ec24f5a12c..76dfa9e1c90 100644 --- a/chat/finch/PLIST +++ b/chat/finch/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/12/02 04:17:54 tnn Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/03/04 17:48:50 tnn Exp $ bin/finch include/finch/finch.h include/finch/gntaccount.h @@ -9,11 +9,13 @@ include/finch/gntconv.h include/finch/gntdebug.h include/finch/gntft.h include/finch/gntidle.h +include/finch/gntlog.h include/finch/gntnotify.h include/finch/gntplugin.h include/finch/gntpounce.h include/finch/gntprefs.h include/finch/gntrequest.h +include/finch/gntroomlist.h include/finch/gntsound.h include/finch/gntstatus.h include/finch/gntui.h @@ -47,6 +49,7 @@ lib/finch/gntclipboard.la lib/finch/gntgf.la lib/finch/gnthistory.la lib/finch/gntlastlog.la +lib/finch/grouping.la lib/gnt/irssi.la lib/gnt/s.la lib/libgnt.la |