pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/finch Version 2.4.0 (02/29/2008):



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62bf2851fc9d
branches:  trunk
changeset: 539401:62bf2851fc9d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 04 17:48:50 2008 +0000

description:
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:

 chat/finch/Makefile |  3 +--
 chat/finch/PLIST    |  5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r e415f81bd0d0 -r 62bf2851fc9d chat/finch/Makefile
--- a/chat/finch/Makefile       Tue Mar 04 17:37:31 2008 +0000
+++ b/chat/finch/Makefile       Tue Mar 04 17:48:50 2008 +0000
@@ -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 -r e415f81bd0d0 -r 62bf2851fc9d chat/finch/PLIST
--- a/chat/finch/PLIST  Tue Mar 04 17:37:31 2008 +0000
+++ b/chat/finch/PLIST  Tue Mar 04 17:48:50 2008 +0000
@@ -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/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/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



Home | Main Index | Thread Index | Old Index