ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm configure.in,1.246,1.247 ChangeLog,1.250,1.25


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm configure.in,1.246,1.247 ChangeLog,1.250,1.251
Date: Thu, 30 Jan 2003 00:27:51 -0500

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

Modified Files:
        configure.in ChangeLog 
Log Message:
check for get_smileys before calling - so that modules can define it as
null


Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- configure.in        29 Jan 2003 20:06:15 -0000      1.246
+++ configure.in        30 Jan 2003 05:27:48 -0000      1.247
@@ -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=96
+RELEASE=97
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog   29 Jan 2003 20:06:15 -0000      1.250
+++ ChangeLog   30 Jan 2003 05:27:49 -0000      1.251
@@ -1,3 +1,9 @@
+* Thu Jan 30 2003 05:24 GMT [philip]   0.2.1-97
+- src/chat_room.c src/chat_window.c
+Check for get_smileys before trying to use it
+- src/smileys.c
+if(RUN_SERVICE(account)) -> if(RUN_SERVICE(account)->get_smileys)
+
 * Wed Jan 29 2003 20:00 GMT [philip]   0.2.1-96
 - modules/yahoo2/yahoo.c
 Update contact list when we get a buddy name update





reply via email to

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