diff options
author | gavan <gavan@pkgsrc.org> | 2004-08-26 11:05:02 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-08-26 11:05:02 +0000 |
commit | 0379b3375164524cb9f76df16a9d3b0f6b3ca04d (patch) | |
tree | 1e7b4a16b40a034cab075194ec47d5adff1d12aa /chat/gaim | |
parent | c17e7ea97c01549c9816a70c09f08714b4acb06e (diff) | |
download | pkgsrc-0379b3375164524cb9f76df16a9d3b0f6b3ca04d.tar.gz |
Update to 0.82:
version 0.82 (08/26/2004):
New Features:
* Ability to set available messages for AIM
(Tools->Account Actions->Set Available Message...)
* Ability to specify a custom character set for messages sent to ICQ
users and messages received from ICQ users
* Ability to edit your current away message (Rhett Robinson)
* Topics in the conversation window (not the topic field at the
top) with URLs will now appear as links (Stu Tomlinson)
* File transfers appear in the file transfer window when they
are initiated rather than when they begin transferring (Dave West)
* Instead of toggling slash commands on/off, you can now toggle
passing through unknown slash commands on/off.
Bug Fixes:
* Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
* Selecting a buddy icon for a brand new account no longer
causes a crash
* Better file transfer error messages (Dave West)
* Remotely canceled file transfers in MSN are now noticed, so that we
don't accidentally cancel the file transfer and crash Gaim
(Felipe Contreras)
* Protocols that don't support joining chat rooms by name no longer
allow chat rooms to be added to the buddy list (Felipe Contreras)
* Delayed messages and system messages no longer cause
sound events to be triggered (Nathan Fredrickson)
* The chat invite button has a correct label (Stu Tomlinson)
* The system log should leak fewer file descriptors (Ka-Hing Cheung)
* Buddy list tooltips display in more appropriate positions when
using multiple monitors (Dave West)
* Better parsing of URLs containing special characters
* All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
* You now leave all Yahoo! conferences when you log out of Yahoo!
* Buddy Icon updating bug fixed (Felipe Contreras)
Diffstat (limited to 'chat/gaim')
-rw-r--r-- | chat/gaim/Makefile | 4 | ||||
-rw-r--r-- | chat/gaim/PLIST | 7 | ||||
-rw-r--r-- | chat/gaim/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index a76c9f661d8..38247eda6ad 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2004/08/06 11:10:29 gavan Exp $ +# $NetBSD: Makefile,v 1.67 2004/08/26 11:05:02 gavan Exp $ # -DISTNAME= gaim-0.81 +DISTNAME= gaim-0.82 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index e1b83c9f722..ffac9a48a39 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2004/08/06 11:10:29 gavan Exp $ +@comment $NetBSD: PLIST,v 1.32 2004/08/26 11:05:02 gavan Exp $ bin/gaim bin/gaim-remote include/gaim/account.h @@ -23,11 +23,12 @@ include/gaim/gtkcellrendererprogress.h include/gaim/gtkconn.h include/gaim/gtkconv.h include/gaim/gtkdebug.h +include/gaim/gtkdialogs.h include/gaim/gtkeventloop.h include/gaim/gtkft.h +include/gaim/gtkgaim.h include/gaim/gtkimhtml.h include/gaim/gtkimhtmltoolbar.h -include/gaim/gtkinternal.h include/gaim/gtklog.h include/gaim/gtknotify.h include/gaim/gtkplugin.h @@ -44,7 +45,6 @@ include/gaim/imgstore.h include/gaim/internal.h include/gaim/log.h include/gaim/md5.h -include/gaim/multi.h include/gaim/network.h include/gaim/notify.h include/gaim/plugin.h @@ -66,7 +66,6 @@ include/gaim/sslconn.h include/gaim/status.h include/gaim/stock.h include/gaim/stringref.h -include/gaim/ui.h include/gaim/util.h include/gaim/value.h include/gaim/xmlnode.h diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo index 48a11f7d8d3..75119e86a0a 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2004/08/06 11:10:29 gavan Exp $ +$NetBSD: distinfo,v 1.48 2004/08/26 11:05:02 gavan Exp $ -SHA1 (gaim-0.81.tar.bz2) = 643388fad6e725784227dcad9a9d99ea8cf6b33f -Size (gaim-0.81.tar.bz2) = 4588215 bytes +SHA1 (gaim-0.82.tar.bz2) = 23e4ddf63f5df3a720dc3d5d6ca3321e9eb7a460 +Size (gaim-0.82.tar.bz2) = 4603356 bytes SHA1 (patch-aa) = 24f1b21042df5c7706dcf3def37e10943acdd39e SHA1 (patch-ab) = b0637e032ceeefe3b3cc9db42a3105ea9bc68a62 |