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)
This commit is contained in:
parent
9203cf6b87
commit
3457c415fb
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue