ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.151,1.152 configure.in,1.148,1.14


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.151,1.152 configure.in,1.148,1.149
Date: Sat, 18 Jan 2003 06:44:48 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
Forbid contact & account move/add/del when not
online (avoid messing up server-side lists)


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   18 Jan 2003 11:16:45 -0000      1.151
+++ ChangeLog   18 Jan 2003 11:44:39 -0000      1.152
@@ -1,14 +1,19 @@
-* Fri Jan 17 2003 21:00 GMT+1 [colin]  0.2-124
+* Fri Jan 17 2003 12:40 GMT+1 [colin]  0.2-125
+- src/util.c src/util.h src/add_contact_window.c
+Forbid contact & account move/add/del when not
+online (avoid messing up server-side lists)
+
+* Fri Jan 18 2003 12:00 GMT+1 [colin]  0.2-124
 - src/crash.c
 Fix a format string error
 - modules/jabber/libxode/xstream.c
 Initialize err
 
-* Fri Jan 17 2003 01:02 GMT+1 [colin]  0.2-123
+* Fri Jan 18 2003 01:02 GMT+1 [colin]  0.2-123
 - src/Makefile.am
 Put back explicit deps on defaults.h for now
 
-* Fri Jan 17 2003 00:19 GMT+1 [colin]  0.2-122
+* Fri Jan 18 2003 00:19 GMT+1 [colin]  0.2-122
 - src/main.c
 Reordered loading things so we can properly init
 default prefs when they don't exist

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- configure.in        18 Jan 2003 11:16:45 -0000      1.148
+++ configure.in        18 Jan 2003 11:44:39 -0000      1.149
@@ -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)
-RELEASE=124
+RELEASE=125
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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