ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.33,1.34 config.h.in,1.2,1.3 conf


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.33,1.34 config.h.in,1.2,1.3 configure.in,1.33,1.34
Date: Sat, 04 Jan 2003 16:24:28 -0500

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

Modified Files:
        ChangeLog config.h.in configure.in 
Log Message:
        * src/add_contact_window.[ch]
                new get_all_accounts(int serviceid) function
        * modules/msn2/msn.C
          modules/msn2/msn_core.[Ch]
                Everything ready to automatically re-add 
                existing contacts to FL and AL if necessary
                - disabled for now but not for long



Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   4 Jan 2003 20:13:47 -0000       1.33
+++ ChangeLog   4 Jan 2003 21:24:26 -0000       1.34
@@ -1,3 +1,13 @@
+2002-01-04 [colin]     0.2-10
+
+       * src/add_contact_window.[ch]
+               new get_all_accounts(int serviceid) function
+       * modules/msn2/msn.C
+         modules/msn2/msn_core.[Ch]
+               Everything ready to automatically re-add 
+               existing contacts to FL and AL if necessary
+               - disabled for now but not for long
+
 2002-01-04 [asmaloney] 0.2-9
 
        * modules/msn2/1 ** REMOVED [!]

Index: config.h.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/config.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.h.in 4 Jan 2003 09:04:47 -0000       1.2
+++ config.h.in 4 Jan 2003 21:24:26 -0000       1.3
@@ -42,8 +42,7 @@
 /* Define to 1 if you have the `bzero' function. */
 #undef HAVE_BZERO
 
-/* Define if the GNU dcgettext() function is already present or preinstalled.
-   */
+/* Define to 1 if you have the `dcgettext' function. */
 #undef HAVE_DCGETTEXT
 
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
@@ -74,9 +73,6 @@
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
-/* Define to 1 if you have the `getc_unlocked' function. */
-#undef HAVE_GETC_UNLOCKED
-
 /* Define to 1 if you have the `getegid' function. */
 #undef HAVE_GETEGID
 
@@ -131,13 +127,9 @@
 /* Define to 1 if you have the `inet_ntoa' function. */
 #undef HAVE_INET_NTOA
 
-/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
+/* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
-   declares uintmax_t. */
-#undef HAVE_INTTYPES_H_WITH_UINTMAX
-
 /* Define to 1 if you have the `isascii' function. */
 #undef HAVE_ISASCII
 
@@ -267,10 +259,6 @@
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
-/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
-   uintmax_t. */
-#undef HAVE_STDINT_H_WITH_UINTMAX
-
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
@@ -366,9 +354,6 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define if you have the unsigned long long type. */
-#undef HAVE_UNSIGNED_LONG_LONG
-
 /* Define to 1 if you have the <utmp.h> header file. */
 #undef HAVE_UTMP_H
 
@@ -387,9 +372,6 @@
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST
 
-/* Define if integer division by zero raises signal SIGFPE. */
-#undef INTDIV0_RAISES_SIGFPE
-
 /* Define if we compile for japanese support */
 #undef JAPANESE
 
@@ -411,9 +393,6 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
-#undef PRI_MACROS_BROKEN
-
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
@@ -465,7 +444,3 @@
 
 /* Define to `int' if <sys/types.h> doesn't define. */
 #undef uid_t
-
-/* Define to unsigned long or unsigned long long if <inttypes.h> and
-   <stdint.h> don't define. */
-#undef uintmax_t

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- configure.in        4 Jan 2003 20:13:47 -0000       1.33
+++ configure.in        4 Jan 2003 21:24:26 -0000       1.34
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
-AM_INIT_AUTOMAKE(yattm, 0.2-9)
+AM_INIT_AUTOMAKE(yattm, 0.2-10)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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