[gaim-migrate @ 7778]

Thu, 09 Oct 2003 19:50:34 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Thu, 09 Oct 2003 19:50:34 +0000
changeset 7209
ce7f1bca006e
parent 7208
3e883d5c246b
child 7210
d73c8932fab7

[gaim-migrate @ 7778]
Gettin' ready for 0.71.

ChangeLog file | annotate | diff | comparison | revisions
NEWS file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
src/protocols/yahoo/yahoo.c file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Oct 09 17:28:38 2003 +0000
+++ b/ChangeLog	Thu Oct 09 19:50:34 2003 +0000
@@ -1,6 +1,6 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
-version 0.71
+version 0.71 (10/09/2003):
 	* 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
--- a/NEWS	Thu Oct 09 17:28:38 2003 +0000
+++ b/NEWS	Thu Oct 09 19:50:34 2003 +0000
@@ -1,4 +1,7 @@
 -=[ Gaim ]=-  The Pimpin' Penguin IM Client That's Good For The Soul!
+0.71 (10/09/2003):
+	Sean: I can't wait for everything to be core/ui split!
+
 0.70 (9/28/2003):
 	Sean: Yahoo! works (for now).  That's good NEWS if I've ever heard it.  
 	Huge thanks to our dear friends over at Cerulean Studios, creators of
--- a/configure.ac	Thu Oct 09 17:28:38 2003 +0000
+++ b/configure.ac	Thu Oct 09 19:50:34 2003 +0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.71cvs])
+AM_INIT_AUTOMAKE([gaim], [0.71])
 
 AC_PREREQ([2.50])
 
--- a/src/protocols/yahoo/yahoo.c	Thu Oct 09 17:28:38 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Thu Oct 09 19:50:34 2003 +0000
@@ -39,8 +39,6 @@
 #include "yahoochat.h"
 #include "md5.h"
 
-#define YAHOO_WEBMESSENGER
-
 extern char *yahoo_crypt(const char *, const char *);
 
 typedef struct

mercurial