ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.268,1.269 configure.in,1.264,1.26


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.268,1.269 configure.in,1.264,1.265
Date: Mon, 03 Feb 2003 06:12:00 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
Move prefs window stuff to its own files (prefs_window.[ch]) from prefs.c

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   3 Feb 2003 09:40:15 -0000       1.268
+++ ChangeLog   3 Feb 2003 11:11:58 -0000       1.269
@@ -1,4 +1,18 @@
-* Sat Feb 3 2003 09:36 GMT [colin]     0.2.1-114
+* Mon Feb 3 2003 11:10 GMT [andy]      0.2.1-115
+- src/Makefile.am
+- src/edit_local_accounts.c
+- src/main.c
+- src/plugin.c
+- src/prefs.c
+- src/prefs.h
+- src/status.c
+- src/prefs_window.[ch] ** NEW FILES **
+Move prefs window stuff to its own file from prefs.c
+This was most of prefs.c - there's more cleanup to do before
+some of the other stuff [eb_read_prefs() / write_prefs()] can move
+back to prefs.c
+
+* Mon Feb 3 2003 09:36 GMT [colin]     0.2.1-114
 - src/util.c
 rename_nick_log breaks if oldlog == newlog
 

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- configure.in        3 Feb 2003 09:40:15 -0000       1.264
+++ configure.in        3 Feb 2003 11:11:58 -0000       1.265
@@ -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=114
+RELEASE=115
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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