Commit graph

69 commits

Author SHA1 Message Date
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
jmmv
09bb69fecb Update to 0.75, based on patch from Matthew Luckie (maintainer):
* New Yahoo! auth method
* Yahoo! file transfer (Tim Ringenbach)
* Yahoo! chat joining fixes (Tim Ringenbach)
* Persons can auto-expand when hovering your mouse over it
* Improved i18n support for MSN email notification (Felipe Contreras)
* Jabber SASL PLAIN support
* Improved Jabber MUC (Chat) support
* Fixed an MSN login bug some people likely experienced (Felipe Contreras)
* Touch-up various dialogs to follow the Gnome Human Interface
  Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
  Ka-Hing Cheung)
* Works better with all-black gtk themes (Etan Reisner)
* Mozilla Firebird support (Chris (darth_sebulba04))
* Multiple translation updates
2004-01-11 20:54:07 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
1c2ea6171a Apply patch from cvs to fix memory leak. Bump PKGREVISION to 4. 2003-12-22 15:25:03 +00:00
jmmv
22b166c19b Remove the OpenSSL patch; use gnutls instead. Bump PKGREVISION to 3.
According to gaim's developers, it is illegal to link OpenSSL together
with gaim (ewww, GPL).
2003-12-19 09:43:39 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
jmmv
517600ea72 Update to 0.74, provided by Matthew Luckie. Together with the update, add a
patch to allow gaim connect to MSN using OpenSSL, instead of gnutls.

version 0.74 (11/25/2003):
	* Sort-by-size log sorting fix
	* Log directory umask fix for users of gaim-remote
	* Fix Jabber room creation on MUC servers.
	* Vietnamese translation added (T.M.Thanh,M.D.)

version 0.73 (11/21/2003):
	* New Logging format and code:
		* fixes i18n issues with logs
		* compatible with old logs
		* hopefully fixes segfault in viewing logs
	* New disconnected account dialog (Thanks, Daniel Atallah)
	* Fixes several Jabber bugs
	* Fixes the bug where some dialogs would crash when spell checking was
	  enabled. Closes #827930.
	* Fixed unblocking of users in MSN (Robert Mibus)
	* Fixes outgoing mobile pages on MSN.
	* The border on the close buttons on inactive tabs are no longer shown,
	  thanks to a fix used by Galeon.
	* Compatible with autoconf 2.58.
	* Cleaned up gtkspell-related code (Robert McQueen)
	* Changed the parameters for the received-chat-msg signal.
	* Added a Release Notification plugin
	* Chinese (Simplified) translation updated (Funda Wang)
	* Chinese (Traditional) translation updated (Ambrose C. Li)
	* Danish translation updated (Morten Brix Pedersen (mbrix))
	* Finnish translation updated (Arto Alakulju)
	* French translation updated (Eric Boumaour)
	* German translation updated (Bjoern Voigt)
	* Hindi trnaslation updated (Ravi (raviratlami))
	* Italian translation updated (Claudio Satriano)
	* Norwegian translation updated (Petter Johan Olsen)
	* Polish translation updated (Emil Nowak)
	* Serbian Latin translation updated (Danilo Segan)
	* Swedish translation updated (Tore Lundqvist (luntor))

version 0.72 (10/31/2003):
	* Added a search feature to conversations.
	* Added an option to remove the formatting toolbar, both globally and
	  on a per-window basis (Nathan Fredrickson)
	* Added a drop shadow to the buddy list tooltip
	* Smileys are copyable
	* Fixed the ICQ login crash
	* Fixed a crash in the Add Chat dialog when selecting an
	  account that doesn't support chats. Closes bug #821606.
	* Fixed a bug where new MSN accounts without buddies added wouldn't
	  connect.
	* Fixed a crash when deleting an account that has IMs or chats open.
	  Closes bug #821630.
	* Smileys have background colors
	* If SSL is not enabled, MSN will load, but error on connect.
	* Disable Jabber SASL auth until the standard stabilizes
	* Chinese (Simplified) translation updated (Funda Wang)
	* Chinese (Traditional) translation updated (Ambrose C. Li)
	* Czech translation updated (Stanislav Brabec, Miloslav Trmac)
	* Danish translation updated (Morten Brix Pedersen (mbrix))
	* Dutch translation updated (Vincent van Adrighem)
	* Finnish translation updated (Arto Alakulju)
	* French translation updated (Eric Boumaour)
	* German translation updated (Bjoern Voigt)
	* Italian translation updated (Claudio Satriano)
	* Korean translation updated (Kyung-uk)
	* Portuguese (Portugal) updated (Duarte Henriques)
	* Romanian translation updated (Misu Moldovan)
	* Russian translation updated (Alexandre Prokoudine)
	* Serbian translation updated (Danilo Segan)
	* Serbian Latin translation updated (Danilo Segan)
	* Spanish translation updated (Javier Fernandez-Sanguino Pena)
	* Swedish translation updated (Tore Lundqvist (luntor))
2003-12-03 13:23:28 +00:00
jmmv
64dccbb2ed Update to 0.71 (main reason is to add missing dependancies to fix connection
to protocols that use SSL):

* The right-click menu for e-mail links now presents a "Copy E-Mail
  Address" item
* Fix sort by idle to behave as it did pre-contact support (David
  Smock)
* Display AIM away messages in the tooltip for buddies when
  they are away
* Support for Buddy Comments for AIM and ICQ buddies
* Window icons are now set as buddy icons or status icons
* Get User Info in MSN and Yahoo now return an error indicating that
  the information doesn't exist if the profile is empty (parts by
  Nathan Poznick)
* Added startup notification support for window managers that support it.
* The protocol icon for an account in the accounts window will now
  "pulse" when signing the account on.
* Zephyr formatting fixes (Arun A. Tharuvai)
* Zephyr can connect to chats (Karsten Huneycutt)
* SSL support can now be provided by third party plugins.
* Multiple copies of gaim installed at different locations no
  longer attempt to load the same, possibly incompatible plugins
  (Robert McQueen)
* Implemented another new Yahoo! authentication method
* Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
* Additional fixes and checks for the perl build process (Sean Burke).
* Massive core/UI splitting.
* Re-write of Jabber protocol plugin
* Conversation API changes.
* Some plugins must be updated due to code variable changes,
  function name changes, and change of behavior for certain
  functions.
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Czech translation updated (Miloslav Trmac)
* Danish translation updated (Morten Brix Pedersen (mbrix))
* Finnish translation updated (Ambrose C. LI (acli))
* French translation updated (Eric Boumaour)
* Italian translation updated (Claudio Satriano)
* German translation updated (Christian Weyer, Bjoern Voigt)
* Serbian translation updated (Danilo Segan)
* Serbian Latin translation updated (Danilo Segan)
* Swedish translation updated (Tore Lundqvist (luntor))

Fixes PR pkg/23173 (connection problems to MSN); initial patch provided by
Matthew Luckie in private mail.
2003-10-18 08:18:46 +00:00
mycroft
4ede614242 Update to 0.70, to fix Yahoo! support. 2003-09-30 17:50:05 +00:00
jmmv
815bcbf7f5 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))
2003-09-26 15:03:36 +00:00
jmmv
65499fd5e7 Update to 0.68, patch provided by Matthew Luckie:
* Removed the old event system and replaced it with a much better
      signal system.
    * Added plugin dependency support.
    * Rewrote the Perl plugin. All old scripts will break, but it offers
      a much better API for new scripts.
    * Yahoo color support (Tim Ringenbach (marv_sf))
    * Yahoo and MSN get info support (Nathan Poznick)
    * Fixed Jabber registrations.
    * Fixed a problem where pouncing two users with the same name
      appeared in the same conversation window, and other related
      problems. (Robot101)
    * Corrected problems with proxy preferences.
    * Mailchk.c and simple.c compile again (Paul A (darkrain))
    * Catalan translation updated (Robert Millan)
    * Chinese (Simplified) translation updated (Funda Wang)
    * Chinese (Traditional) translation updated (Ambrose C. Li)
    * Danish translation updated (Morten Brix Pedersen (mbrix))
    * Finish translation updated (Ambrose C. LI (acli))
    * German translation updated (Bjoern Voigt)
    * Portuguese (Brazilian) translation updated (Mauricio de Lemos
      Rodrigues Collares Neto)
    * Norwegian translation updated (Petter Johan Olsen)
    * Romanian translation updated (Misu Moldovan (dumol))
    * Serbian translation updated (Danilo Segan)
    * Serbian Latin translation updated (Danilo Segan)
    * Swedish translation updated (Tore Lundqvist (luntor))
2003-09-04 12:57:00 +00:00
jmmv
7a5931232f Update to 0.67:
* Brought back the message notification plugin (Brian Tarricone)
  You'll need to reconfigure your settings for this plugin
* IRC protocol plugin rewritten (Ethan Blanton)
* New IRC protocol icon (Nuno Donato)
* Protocol and status icons now optionally appear on tabs.
  (Etan Reisner)
* Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
  Rename Group, Privacy)
* Shows "hiptop" icon for AIM buddies using hiptop
  devices (Robey Pointer)
* Privacy core/UI split.
* Conversation placement by group now applies to chats in the buddy
  list as well.
* Events in a conversation (user logged in, logged out, window closed,
  etc.) now grey the tab.
* Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
  Voigt, Paul A (darkrain))
* British English "translation" updated (Sam Halliday)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Danish translation updated (Morten Brix Pedersen)
* Dutch translation updated (Vincent van Adrighem)
* French translation updated (Eric Boumaour)
* German translation updated (Bjoern Voigt)
* Hindi translation added (Guntupalli Karunakar)
* Hungarian translation updated (Zoltan Sutto)
* Italian translation updated (Luca Beltrame, Claudio Satriano)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
  Rodrigues Collares Neto)
* Romanian translation updated (Misu Moldovan (dumol))
* Serbian translation updated (Danilo Segan)
* Spanish translation updated (Javier Fernandez-Sanguino Pena)
2003-08-18 18:27:08 +00:00
jmmv
cf45989d83 Update to 0.66 with patch from maintainer:
* Freebsd compile fix (Matthew Luckie)
* .spec file improvements (Ethan Blanton)
* Added a gaim-remote man page (Robert McQueen)
* The Remote Control plugin no longer adds duplicate groups to your buddy list.
* Servers and ports are now imported correctly in MSN.
* Core/UI split the core initialization and shutdown.
* MSN messages with newlines are now sent correctly to MSN clients.
* Italian translation updated (Claudio Satriano)
* British English "translation" added (Sam Halliday)
* Fix some sound initialization stuff
* Updated  Portuguese (Brazilian) translation (Mauricio de Lemos Rodrigues
  Collares Neto)
* Updated Czech translation (Miloslav Trmac)
* Fix saving and import of default away message
2003-07-19 10:58:31 +00:00
jmmv
9b1edd9bb5 Update to 0.65:
* French translation updated (Eric (Zongo) Boumaour)
* Portuguese (Brazilian) translation added (Mauricio de Lemos Rodrigues
  Collares Neto)
* Korean translation updated (Kyung-uk Son)
* Japanese translation updated (Junichi Uekawa)
* Hebrew translation added (Pavel Bibergal)
* Russian translation updated (Dzmitry Chekmarou)
* Danish translation updated (Morten Brix Pedersen)
* Hungarian translation updated (Zoltan Sutto)
* Italian translation updated (Claudio Satriano)
* Chinses (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Massive internal core/ui splitting
* New account dialog
* Preferences moved to ~/.gaim/prefs.xml
* Account information moved to ~/.gaim/accounts.xml
* Pounces moved to ~/.gaim/pounces.xml
* Added support for the Trepia protocol
* Added protocol icons to various drop-down boxes
* New Send IM buddy icon merged from Ximian Desktop 2
* Fixed "Sort by Status" crash
* Fixed the MSN signon crash
* Fixed the MSN add buddy crash
* Fixed the MSN empty buddy list bug
* Fixed all known MSN chat bugs
* Fixed HTTP redirect handling in smiley retrieval. This fixes the
  problems with some smiley themes.
* Chats in MSN can now be initiated by right-clicking a buddy and
  choosing Initiate Chat.
* MSN Alerts and incoming MSN pages no longer pop up several error dialogs
* Ability to view iChat "Available" messages for AIM
* Stores your buddy icon on the server for AIM
* Support for non-ascii characters with Yahoo! Messenger
* Focus returns to the input box when you click elsewhere, like it used to
* New typing notification icons from Ximian
2003-07-17 16:13:07 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
666b43aac7 Use new version of the msn fixes. Provided by Matthew Luckie in private mail.
Bump PKGREVISION to 2.
2003-07-09 20:58:51 +00:00
jmmv
1790852e40 Include a fix for a bug in the MSN plugin. Bump PKGREVISION to 1.
Patch provided by Matthew Luckie in private mail.
2003-06-27 10:21:00 +00:00
jmmv
a1a4f79a71 Update to 0.64:
* Buddy list sorting in buddy list preferences.
* Improved debug window with timestamps and pause buttons.
* New core/ui split notification and request APIs.
* New mail notification dialog.
* Several bug fixes in MSN.
* Conversation window buddy icon bugs were fixed.
2003-05-31 12:11:47 +00:00
jmmv
6f2a419b82 Update to 0.63:
* A rewrite of the plugin API. Plugin authors will need to change their
  code based off the changes found in other plugins.
* Perl script support is now provided in the perl plugin.
* Debugging is core/ui split, and has a new API with support for
  debug levels and categories.
* Support for adding chats to your buddy list.
* MSN protocol plugin was rewritten, has experimental buddy icon
  support, and MSN Mobile support.
* Thanks to all the various people who submitted translation updates.
* Buddy list speed enhancements (Thanks Ethan Blanton).
* Napster protocol updates (Thanks Auke Kok).

Closes PR pkg/21619 by Soren Jacobsen.
2003-05-21 17:36:02 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
c90f62c2a2 Update to 0.62:
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke).
* Support for Jabber XHTML messages
* Updated a number of translations. Thanks to everyone who submitted
  a translation update.
* Ability to re-request authorization from ICQ and Jabber users by right
  clicking on them in your buddy list.
* Improved Zephyr internationalization.
* Bug causing 'Hide on Send' windows to be lost forever fixed.
* Iconified windows are now raised properly.
* Dates printed for old/offline messages.
* Some assorted crash bugs fixed.

Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318
by Juan RP.
2003-04-25 17:16:52 +00:00
jmmv
eb459d9ad3 Hmm... I should not "fix" things when I'm tired... there is no need to add
conflicts between packages with the same basename! (thanks wiz, as usual ;).
2003-04-24 21:18:49 +00:00
jmmv
6e752037f0 gaim-gtk1's package basename is the same as gaim's one; adjust CONFLICTS
accordingly.
2003-04-24 20:46:36 +00:00
jmmv
50bcae0ea6 Update gaim to 0.61, based on the package provided by mjl@luckie.org.nz in
pkgsrc-wip.  This new version includes lots of changes since 0.59.x, but
maybe the most important is the switch to GTK v2.
2003-04-11 15:41:37 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
jmmv
041997aea6 Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:54:52 +00:00
jmmv
9385296e65 Enable "X Use Idle Times" if the XScreenSaver extension is provided by the
actual X11R6 installation. Bump PKGREVISION to 1.
This fixes the request in PR pkg/19077 by John Franklin.
2003-01-10 13:32:05 +00:00
cjep
62f5ad0a8e Back out previous. USE_PKGLOCALEDIR already in Makefile.common 2003-01-10 07:36:25 +00:00
cjep
f2bc62817c USE_PKGLOCALEDIR 2003-01-10 07:34:16 +00:00
mycroft
3db4887128 Update from 0.59.6 to 0.59.8.
version 0.59.8 (01/06/2003):
        * Ripped out all gtk2 support (Thanks Nathan Walp).
        * Fixed smiley related segfault (Thanks Robert McQueen)
        * Yahoo! can connect again

version 0.59.7 (12/21/2002):
        * Yahoo i18n fix (Thanks Ethan Blanton).
        * Fixed a bug in escaping saved passwords (Thanks
          Eric Timme)
        * Fixed an overflow bug in perl script autoloading
          (Thanks David Kaelbling)
        * Some build fixes for those using stricter compilers,
          notably MIPSpro (Thanks David Kaelbling)
        * Fixed a bad argument to accept() calls (Thanks David
          Kaelbling)
        * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
          for being the first to point this out.
2003-01-09 16:15:08 +00:00
salo
0db5341a40 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-11-30 12:41:05 +00:00
mycroft
a07bbb4ba7 Update to 0.59.6. Tested with AIM/Oscar, ICQ/Oscar, Yahoo, Jabber and IRC. 2002-11-14 21:33:49 +00:00
atatat
3546711191 Control k already *has* a perfectly good meaning, so instead of
defeating that purpose, use control c to pop up the colour picker
instead.  I'm not sure exactly when the gaim people changed this
(somewhere between 0.59.1 and 0.59.3), but I think it's rather ill
advised.
2002-11-06 19:18:59 +00:00
wiz
e30fb75dbd Tell configure script to look for iconv; move iconv dependency to common Makefile. 2002-10-29 18:52:01 +00:00
jmc
b7de1f41c9 Need libiconv for the non gnome applet build as well 2002-10-28 19:39:28 +00:00
itojun
4ead37cef6 need libiconv for internationalized behavior 2002-10-22 05:59:40 +00:00
wiz
db5dbff509 Convert gaim-gnome to buildlink2, and fix PLIST. 2002-10-05 17:11:44 +00:00
hubertf
533fc5b2dd Update gaim to 0.59.3. Changes:
0.59.3 (09/14/2002):
	Rob: This really has been made a little early.  Of course, we figured
	that some of you may like to connect to Yahoo. Sorry about that
	little blunder. I blame it on George.

	Sean: That was just a silly mistake--there's no need to make George
	feel bad!  There's also some nice i18n fixes in there by Matt Wilson
	from RedHat.

	George: Why doesn't anybody love me?

0.59.2 (09/09/2002):
	Rob: This time Sean couldn't be with us.  I finally got my linux box
	some what back in order.  Life has been extremely hectic for both Sean
	and myself lately, I think.  Sean will have his cable connection soon
	and my linux box should be completely happy again soon.  Thanks to
	everyone that kept the patches coming in and organized while we
	were busy (chip, luke, robot, etc.)
2002-09-28 03:49:18 +00:00
jlam
c4af03a94f Update gaim and gaim-gnome to 0.59.1. This update is based on work by
Curt Sampson.  Relevant changes from version 0.59 include:

* Fixed a security bug in the manual browser setting (Thanks Robert McQueen)
* Will work with Perl 5.8 (thanks, Timothy Lee and Dan Colascione)
* Fix for HTTP proxies (thanks, Ethan Blanton)
* Read proxy environment variables. (thanks, Christian Hammond)
* Use the pretty gaim.png for our menu entry.

The new iconv() support has been explicitly disabled for now until I can
get it right across both packages.
2002-08-28 07:43:52 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
mycroft
4cb01199ed Clean up the `Perl_sv_2pv' warnings on LP64. 2002-07-19 05:13:33 +00:00
rafal
3758974ec6 Split out Makefile/PLIST common between this package and the (forthcoming)
gaim-gnome, which will install the GNOME panel applet instead of the stand-
alone client.  Based in part on PR 16835 from Julio Merino, with differences
mainly due to the fact that I started this before I was pointed at his PR.

Reviewed by Hubert.
2002-07-09 02:10:50 +00:00
hubertf
33eecf52ac Update gaim to 0.59. Changes:
* Hungarian translation added (Thanks, Sutto Zoltan)
	* Swedish translation updated (Thanks, Christian Rose)
	* Spanish translation updated (Thanks, Alex)
	* Traditional Chinese translation updated (Thanks, Paladin Liu)
	* Czech translation added (Thanks, Honza)
	* Polish translation updated (Thanks Przemyslaw Sulek)
	* Squashed a bug in buddy right-click menu handling
	  that crashed Gaim.  In the process: found and
	  eliminated some memory leaks.
	* Fixed a significant applet leak
	* Can now change Jabber password on server (Thanks,
	  Nathan Walp)
	* Certain types of Jabber presence errors no longer
	  falsely show a buddy on-line.  Instead now a "broken
	  light-bulb" icon is shown and the error status is
	  available via "Get Away Msg"  (Thanks and a tip o'
	  the hat to Christian Hammond for the graphic)
	* Conversation struct has pointer to toolbar (thanks Brent
	  Priddy and Paul Miller)
	* Zephyr fixes (thanks, Arun A. Tharuvai)
	* Aliases in buddy ticker
	* Perl scripts can play Gaim sounds (thanks Andrew Rodland)
	* Internal sounds can be played by commands (thanks Lex Spoon)
	* Auto-login item in applet menu (thanks Chris Boyle)
	* Fixed MSN "Unkown Error Code", "Already there", and
	  "Already in opposite list" errors
	* Changed "Play sound" button to "Mute" button
	* You can now have "reserved" chars in IM and proxy passwords
	* Jabber now has typing notification  (Thanks, Nathan Walp)
	* Improved support for Jabber resources  (Thanks, Nathan Walp)
	* Fixed problem with Gaim crashing on non-ASCII Jabber buddy
	  aliases (Jabber "name" attribute) chars  (Thanks, Ho-seok Lee)
	* Plugged memory leaks in Jabber plug-in
	* Fixed problem with Jabber away status not being propagated to
	  conference rooms for jabberd (server) v1.4.2 and above
	* Chat room buddy lists are now sorted independent of case
	* Added capability for protocol-specific edit buddy menu entries
	* Can now remove a Jabber buddy roster item from the server
	  entirely
	* Gaim can now handle messages from Mac ICQ and Miranda ICQ
	  (Thanks, Mark Doliner)
	* Added Mozilla to browser options and changed KFM to
	  Konqueror.
	* Can now set the server and port for MSN and Napster
	* MSN Internationalization (Thanks Felipe Contreras and
	  countless, countless others)
	* E-mail addresses are no longer truncated when there is a '.' at
	  the end.

Patch contributed by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in private mail.
2002-07-01 17:16:20 +00:00
wiz
82104f6d02 Update to 0.58. Changes since 0.55, except translation updates:
* Better applet transparency
* Option to raise buddy list on signons/signoffs
* Formatting of incoming MSN messages
* Get Info from menu multiple-account-aware (thanks Brian Bernas)
* Hide and unhide functions for the filectl plugin.  (Thanks, Ari Pollak)
* Added helpful stuff to the Help menu.
* Self-aliasing from the account editor.
* Better selection in GtkIMHtml (Thanks Ben Miller)
* A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner)
* ICQ status messages in OSCAR (Thanks, Mark Doliner)
* Play sound when your name is said in a chat
* Approval dialog for Jabber when somebody wants to subscribe to user's
  presence. Also gives user the opportunity to add that buddy if not
  already on the user's buddy list.
* Jabber "Change buddy group" roster synchronization now works again.
  (This was unknowingly broken when the "out-sourced" Jabber libs were
  upgraded in 0.56)
* Invalid Jabber I.D.'s no longer crash Gaim.  User now notified with pop-up's.
* Jabber Buddy sign-on time support, added in 0.57, removed until and
  unless and inconsistency can be resolved. (Thanks, Nathan Walp)
* Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott)
* Tempfiles used for secure MSN/HotMail login (added in
  0.57) are now themselves created securely.
* Secure MSN logins (added in 0.57) no longer blow up on Solaris.
* Timezone support improved.
* New authorization method for Yahoo!
* Jabber will tell you when your buddies signed on (Thanks Nathan Walp)
* Jabber improvements (Thanks, Nathan Walp)
* More keyboard shortcuts
* event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags
* Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer)
* Shell-like send history binded to Ctrl-Up and Ctrl-Down
* libjabber upgraded to most recent stable version
* Buddylist looks a little better
* Fixed MSN privacy settings
* Group deletion fix (Thanks Mark Doliner)
* Alias/Group syncronization for Jabber (Thanks JSeymour)
* Fixed broken signal handling in gdm-started GNOME sessions
  (Thanks Jim Seymour, Vann, Robert McQueen)
* Oscar group syncronization (Thanks, Mark Doliner)
* ICQ Authorization via Oscar (Thanks, Mark Doliner)
2002-05-29 16:27:03 +00:00
reinoud
3d88c6b555 Update Gaim to version 0.55. Lots of cosmetic changes that make it just
that bit easier to use...
2002-03-30 23:43:03 +00:00
hubertf
0bdf5e5eaa Update gaim to 0.54.
Requested by pixel@dnaX.rootsupply.net in PR 15960.


Changes:

0.54 (03/14/2002):
        Rob: Well, here we are. 0.54. We got a lot of fun things in this
        release. Better working SSI, Image sending, protocol specific
        smiley faces, and a whole lot of triscuits. *gobble*

        Sean: We fixed a lot of bugs in this one, and probably introduced
        a bunch too. ;)  We were both really busy, and did all the coding
        late at night when we were tired, so if something isn't working,
        it's probably just tired code.  Enjoy the triscuits!

0.53 (02/28/2002):
        Rob: Well, we missed yesterday's release. That's Okay, I head a
        nasty headache. You can all just deal. ;-)


        Sean: Neat Goodies!  Whee!!  Oscar got a lot of great additions.
        It can do Screen Name formatting, it can save and store your buddy
        list on the server, it can do typing notifications in Direct
        Connections, and yes, it can receive IM Images!  Sending images will
        be added in the next release.  MSN and Yahoo! can do typing
        notification too.  Hooray!
2002-03-21 02:07:09 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
jlam
8d8f893065 Update chat/gaim to 0.52. Relevant changes from version 0.50 include:
* Better buddy icon transparency (thanks SeanEgan)
        * Fixed a little bug with connecting via proxy (thanks
          for reminding me of this, Manish Singh)
        * Various jabber bug fixes/enhancements (JSeymour)
        * Arrow buttons in log viewer and some other dialogs
          work (thanks Ben Miller)
        * Option to only send auto-response while idle (thanks
          Sean Egan)
        * Control time between sending auto-responses (thanks
          Mark Doliner)
2002-02-17 22:31:18 +00:00