pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gaim Update to 0.81:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc2b220196e7
branches:  trunk
changeset: 479158:bc2b220196e7
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Fri Aug 06 11:10:29 2004 +0000

description:
Update to 0.81:

New Features:
* The autorecon plugin will somewhat remember state information(Yosef
  Radchenko)
* Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson)
* Tab completion of slash commands in Chats (Stu Tomlinson)
* gaim-remote can now manipulate status (István Váradi)
* The text messages of Yahoo Audibles are now displayed, although
  the audio and graphics are not.
* Yahoo! away messages can be 255 characters long now

Bug Fixes:
* Gadu-Gadu should connect again (Andrew Wellington)
* Novell fixes (Mike Stoddard of Novell):
        * Fixed reconnect crash
        * Fixed duplicate root folder bug
        * Fixed bug with folder ordering (on a first time login
          folders were being added in reverse order).
* Use ISO date format for the system log (Eduardo Pérez)
* Long buddy lists with irc should cause flooding disconnects less
  (Stu Tomlinson)
* Better smiley substitution
* Fix a crash related to auto-expanding contacts at the bottom of
  buddy lists
* Fix a crash on Solaris when changing or viewing information for
  your AIM account (Format Screen Name, Change Email Address, etc.)
* HTML in OSCAR buddy comments is now escaped (and not rendered)
* Fix a crash when dragging a screen name to a conversation window
  for that screen name
* User-requested new conversation windows are now always given focus
* Pasting HTML into Gaim from certain sources no longer results in
  the spaces between some words being removed
* The alias of a contact is now displayed in more places when the
  alias of a buddy is not set
* .gaimrc is no longer imported
* Prevent a crash if you sign off and try to dequeue messages from
  the away dialog (Kevin Stange)
* Prevent a possible crash if gaim_gtkconv_write_conv is called
  with who as NULL (Kevin Stange)
* Prevent (null) or an empty string from being logged as the sender's
  name if the sender no longer has an alias because the account is
  signed off (Kevin Stange)
* The auto-reconnect plugin will no longer attempt to reconnect an
  MSN account if you were disconnected because you signed on from
  another location (Stu Tomlinson)
* On Solaris, chatting in IRC using the UTF-8 charset no longer gives
  a "conversion failed" error for every message (Arvind Samptur)
* ICQ offline messages should have the correct timestamp (Dave West)

diffstat:

 chat/gaim/Makefile |  4 ++--
 chat/gaim/PLIST    |  8 ++++++--
 chat/gaim/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (64 lines):

diff -r 981624b81637 -r bc2b220196e7 chat/gaim/Makefile
--- a/chat/gaim/Makefile        Fri Aug 06 11:01:53 2004 +0000
+++ b/chat/gaim/Makefile        Fri Aug 06 11:10:29 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2004/07/17 23:25:04 jmmv Exp $
+# $NetBSD: Makefile,v 1.66 2004/08/06 11:10:29 gavan Exp $
 #
 
-DISTNAME=              gaim-0.80
+DISTNAME=              gaim-0.81
 CATEGORIES=            chat x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gaim/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 981624b81637 -r bc2b220196e7 chat/gaim/PLIST
--- a/chat/gaim/PLIST   Fri Aug 06 11:01:53 2004 +0000
+++ b/chat/gaim/PLIST   Fri Aug 06 11:10:29 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2004/07/17 23:25:04 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.31 2004/08/06 11:10:29 gavan Exp $
 bin/gaim
 bin/gaim-remote
 include/gaim/account.h
@@ -388,12 +388,14 @@
 share/pixmaps/gaim/status/default/dnd.png
 share/pixmaps/gaim/status/default/extendedaway.png
 share/pixmaps/gaim/status/default/female.png
+share/pixmaps/gaim/status/default/founder.png
 share/pixmaps/gaim/status/default/freeforchat.png
 share/pixmaps/gaim/status/default/gadu-gadu.png
 share/pixmaps/gaim/status/default/game.png
+share/pixmaps/gaim/status/default/halfop.png
 share/pixmaps/gaim/status/default/hiptop.png
 share/pixmaps/gaim/status/default/icq.png
-share/pixmaps/gaim/status/default/ignored.svg
+share/pixmaps/gaim/status/default/ignored.png
 share/pixmaps/gaim/status/default/invisible.png
 share/pixmaps/gaim/status/default/irc.png
 share/pixmaps/gaim/status/default/jabber.png
@@ -407,10 +409,12 @@
 share/pixmaps/gaim/status/default/novell.png
 share/pixmaps/gaim/status/default/occupied.png
 share/pixmaps/gaim/status/default/offline.png
+share/pixmaps/gaim/status/default/op.png
 share/pixmaps/gaim/status/default/rendezvous.png
 share/pixmaps/gaim/status/default/secure.png
 share/pixmaps/gaim/status/default/silc.png
 share/pixmaps/gaim/status/default/trepia.png
+share/pixmaps/gaim/status/default/voice.png
 share/pixmaps/gaim/status/default/wireless.png
 share/pixmaps/gaim/status/default/yahoo.png
 share/pixmaps/gaim/status/default/zephyr.png
diff -r 981624b81637 -r bc2b220196e7 chat/gaim/distinfo
--- a/chat/gaim/distinfo        Fri Aug 06 11:01:53 2004 +0000
+++ b/chat/gaim/distinfo        Fri Aug 06 11:10:29 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2004/07/17 23:25:04 jmmv Exp $
+$NetBSD: distinfo,v 1.47 2004/08/06 11:10:29 gavan Exp $
 
-SHA1 (gaim-0.80.tar.bz2) = 66694310c1071d82bc505072165b24dc56c8c98b
-Size (gaim-0.80.tar.bz2) = 4589883 bytes
+SHA1 (gaim-0.81.tar.bz2) = 643388fad6e725784227dcad9a9d99ea8cf6b33f
+Size (gaim-0.81.tar.bz2) = 4588215 bytes
 SHA1 (patch-aa) = 24f1b21042df5c7706dcf3def37e10943acdd39e
 SHA1 (patch-ab) = b0637e032ceeefe3b3cc9db42a3105ea9bc68a62



Home | Main Index | Thread Index | Old Index