diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-26 15:03:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-26 15:03:36 +0000 |
commit | 25f6b6a3518d71c142e8721d0dde23c83eed5fca (patch) | |
tree | 45d1ba6a0042eada162725a7bdfcb9347d8027a9 /chat/gaim/patches | |
parent | 7e7c535995ffc04781522ed00eaf910342e4fe74 (diff) | |
download | pkgsrc-25f6b6a3518d71c142e8721d0dde23c83eed5fca.tar.gz |
Update to 0.69:
* Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
support
* Added MSN 6 smileys.
* Added animated smiley support (Ka-Hing Cheung)
* Added SSL support, compatible with GNUTLS and Mozilla NSS.
* Added plugin IPC.
* Added support for gettext 0.12.x.
* Updated MSN support to the MSN Protocol version 9.
* Jabber now supports SSL
* Yahoo now shows people using the java chat client (Tim Ringenbach)
* Yahoo chat and conference (Tim Ringenbach)
* Yahoo ignore support (Jesse Farmer (farmerje))
* Yahoo idle times displayed, long buddy lists work, sms users,
and other improvements (Tim Ringenbach)
* The accounts window now shows offline accounts as greyed out, and
online accounts as colored.
* Fixed the text replacement plugin.
* Fixed all known signal problems in perl.
* The right-click menu for conversation tabs now shows the tab icon
and status, if tab icons are enabled. (Jesse Farmer)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li, Paladin R.
Liu (prliu))
* Czech translation updated (Miloslav Trmac)
* Danish translation updated (Morten Brix Pedersen (mbrix))
* Dutch translation updated (Vincent van Adrighem)
* Finnish translation updated (Ambrose C. LI (acli))
* French translation updated (Eric Boumaour)
* German translation updated (Bjoern Voigt)
* Italian translation updated (Luca Beltrame, Claudio Satriano)
* Korean translation updated (Kyung-uk Son)
* Polish translation updated (Przemysław Sułek, Krzysztof, and
Emil)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
Rodrigues Collares Neto)
* Portuguese (Portugal) added (Duarte Henriques)
* Romanian translation updated (Misu Moldovan (dumol))
* Russian translation updated (Alexandre Prokoudine)
* Serbian translation updated (Danilo Segan)
* Serbian Latin translation updated (Danilo Segan)
* Spanish translation updated (Javier Fernández-Sanguino Peña)
* Swedish translation updated (Tore Lundqvist (luntor))
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r-- | chat/gaim/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa deleted file mode 100644 index 47dcabbdf77..00000000000 --- a/chat/gaim/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.14 2003/09/04 12:57:01 jmmv Exp $ - ---- src/Makefile.in.orig 2003-09-02 05:12:56.000000000 +0200 -+++ src/Makefile.in -@@ -320,7 +320,7 @@ gaim_remote_SOURCES = \ - gaim_remote_DEPENDENCIES = @LIBOBJS@ - gaim_remote_LDADD = \ - @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \ -- -L$(top_builddir)/plugins/gaim-remote -lgaim-remote -+ $(top_builddir)/plugins/gaim-remote/libgaim-remote.la - - - AM_CPPFLAGS = \ |