ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.69,1.70 config.h.in,1.4,1.5 conf


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.69,1.70 config.h.in,1.4,1.5 configure.in,1.68,1.69
Date: Fri, 10 Jan 2003 07:25:34 -0500

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

Modified Files:
        ChangeLog config.h.in configure.in 
Log Message:
Multiline edit in chat room, forgotten commits


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   10 Jan 2003 09:23:20 -0000      1.69
+++ ChangeLog   10 Jan 2003 12:25:32 -0000      1.70
@@ -1,4 +1,10 @@
-2003-01-10 [colin]     0.2.45
+2003-01-10 [colin]     0.2-46
+
+       * src/chat_room.c
+         src/chat_room.h
+               Multiline edit
+
+2003-01-10 [colin]     0.2-45
 
        * src/about.c
          src/add_contact_window.c

Index: config.h.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/config.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.h.in 9 Jan 2003 11:27:17 -0000       1.4
+++ config.h.in 10 Jan 2003 12:25:32 -0000      1.5
@@ -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.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- configure.in        10 Jan 2003 09:23:20 -0000      1.68
+++ configure.in        10 Jan 2003 12:25:32 -0000      1.69
@@ -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-45)
+AM_INIT_AUTOMAKE(yattm, 0.2-46)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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