ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.198,1.199 TODO,1.3,1.4 configure


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.198,1.199 TODO,1.3,1.4 configure.in,1.194,1.195
Date: Fri, 24 Jan 2003 08:34:43 -0500

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

Modified Files:
        ChangeLog TODO configure.in 
Log Message:
changed GList to LList in many places.  please test.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   24 Jan 2003 11:44:40 -0000      1.198
+++ ChangeLog   24 Jan 2003 13:34:40 -0000      1.199
@@ -1,3 +1,16 @@
+* Fri Jan 24 2003 13:30 GMT [philip]   0.2.1-43
+- modules/yahoo2/libyahoo2
+added support for reading yahoo addressbook
+- src/llist.[ch]
+fixed prepend
+- src/almost all files
+- modules/aim-toc, modules/msn2, modules/yahoo2, modules/importers
+changed GList to LList in most places.
+Only places left are:
+- any place that sends a GList to a combo box
+- value_pair.[ch]
+- service.[ch]
+
 * Fri Jan 24 2003 11:45 GMT [andy]     0.2.1-42
 - modules/aim-toc/aim-toc.c
 - modules/icq/icq.c

Index: TODO
===================================================================
RCS file: /cvsroot/ayttm/ayttm/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TODO        22 Jan 2003 17:57:10 -0000      1.3
+++ TODO        24 Jan 2003 13:34:41 -0000      1.4
@@ -1,5 +1,5 @@
-- Make ayttm fully stable in stable releases, I know this is not an easy thing 
to
-  do but it can be done.
+- Make ayttm fully stable in stable releases, I know this is not an easy thing 
+  to do but it can be done.
 
 - Native file transfer for all protocols.
 
@@ -15,4 +15,4 @@
 
 - fix some of the broken smiley code >:)
 
-
+- login on startup should be in account settings, not global settings

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- configure.in        24 Jan 2003 11:44:40 -0000      1.194
+++ configure.in        24 Jan 2003 13:34:41 -0000      1.195
@@ -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=42
+RELEASE=43
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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