ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.222,1.223 configure.in,1.218,1.21


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.222,1.223 configure.in,1.218,1.219
Date: Mon, 27 Jan 2003 08:48:26 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
glib stuff

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   27 Jan 2003 11:46:37 -0000      1.222
+++ ChangeLog   27 Jan 2003 13:48:19 -0000      1.223
@@ -1,3 +1,21 @@
+* Mon Jan 27 2003 13:35 GMT [philip]   0.2.1-68
+- modules/irc/irc.c
+use eb_set_active_menu_status to set menu status
+- modules/utility/middle.c, modules/utility/rainbow.c
+gchar -> char, gint -> int
+- src/account.h
+no longer depends on glib
+added entry for eb_local_account* to eb_account
+- src/chat_window.c, src/plugin.h, src/plugin_api.[ch], src/status.c
+GList -> LList
+- src/contact.h, src/message_parse.h, src/prefs.c, src/util.[ch]
+gchar, gint, gboolean -> char, int, int
+- src/llist.[ch]
+add l_list_nth
+- src/sound.c
+add <glib.h>   it's really needed here
+
+
 * Mon Jan 27 2003 11:45 GMT [colin ]   0.2.1-67
 - modules/msn2/msn.C modules/msn2/libmsn2/msn_core.C
 Fix group deletion for certain accounts

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- configure.in        27 Jan 2003 11:46:37 -0000      1.218
+++ configure.in        27 Jan 2003 13:48:19 -0000      1.219
@@ -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=67
+RELEASE=68
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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