ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm ChangeLog,1.261,1.262 configure.in,1.257,1.25


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.261,1.262 configure.in,1.257,1.258
Date: Fri, 31 Jan 2003 02:29:21 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv4311

Modified Files:
        ChangeLog configure.in 
Log Message:
fixes to move account if exists and stuff that followed from there

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   31 Jan 2003 07:22:35 -0000      1.261
+++ ChangeLog   31 Jan 2003 07:29:19 -0000      1.262
@@ -1,3 +1,17 @@
+* Fri Jan 31 2003 07:21 GMT [philip]   0.2.1-108
+- src/plugin_api.c
+free callback data - was a memory leak
+- src/add_contact_window.c
+Defer writing contact list until account is actually added
+- src/util.c
+Fix the move contact if already added code - it was segfaulting since
+add_contact_window expected a modal dialog, but we changed to a modeless
+prompt.
+Defer writing contact_mgmt_queue until we're certain this is what the
+user wants to do
+Update the contact list when it's done
+move_account should also write_contact_list when done
+
 * Fri Jan 31 2003 06:12 GMT [philip]   0.2.1-107
 - modules/yahoo2/yahoo.c
 Don't allow login to be called when connection is in connecting

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- configure.in        31 Jan 2003 07:22:35 -0000      1.257
+++ configure.in        31 Jan 2003 07:29:19 -0000      1.258
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.1)
-RELEASE=107
+RELEASE=108
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]