Author: nevans
Date: 2008-02-19 17:09:30 -0700 (Tue, 19 Feb 2008)
New Revision: 6386

Modified:
   GNUnet/AUTHORS
   GNUnet/src/applications/chat/chat.c
   GNUnet/src/applications/chat/clientapi.c
   GNUnet/src/applications/chat/gnunet-chat.c
   GNUnet/src/include/gnunet_chat_lib.h
Log:


Modified: GNUnet/AUTHORS
===================================================================
--- GNUnet/AUTHORS      2008-02-20 00:02:07 UTC (rev 6385)
+++ GNUnet/AUTHORS      2008-02-20 00:09:30 UTC (rev 6386)
@@ -31,6 +31,7 @@
 Larry Waldo
 Ludovic Court�s <[EMAIL PROTECTED]>
 Marko R�ih�
+Nathan Evans <[EMAIL PROTECTED]>
 Paul Ruth <[EMAIL PROTECTED]>
 Renaldo Ferreira <[EMAIL PROTECTED]>
 Risto Saarelma

Modified: GNUnet/src/applications/chat/chat.c
===================================================================
--- GNUnet/src/applications/chat/chat.c 2008-02-20 00:02:07 UTC (rev 6385)
+++ GNUnet/src/applications/chat/chat.c 2008-02-20 00:09:30 UTC (rev 6386)
@@ -23,6 +23,7 @@
  * into the GNUnet core to enable chatting.
  *
  * @author Christian Grothoff
+ * @author Nathan Evans
  * @file applications/chat/chat.c
  */
 

Modified: GNUnet/src/applications/chat/clientapi.c
===================================================================
--- GNUnet/src/applications/chat/clientapi.c    2008-02-20 00:02:07 UTC (rev 
6385)
+++ GNUnet/src/applications/chat/clientapi.c    2008-02-20 00:09:30 UTC (rev 
6386)
@@ -22,6 +22,7 @@
  * @file applications/chat/clientapi.c
  * @brief convenience API to the chat application
  * @author Christian Grothoff
+ * @author Nathan Evans
  */
 
 #include "platform.h"

Modified: GNUnet/src/applications/chat/gnunet-chat.c
===================================================================
--- GNUnet/src/applications/chat/gnunet-chat.c  2008-02-20 00:02:07 UTC (rev 
6385)
+++ GNUnet/src/applications/chat/gnunet-chat.c  2008-02-20 00:09:30 UTC (rev 
6386)
@@ -22,6 +22,7 @@
  * @file applications/chat/gnunet-chat.c
  * @brief Minimal chat command line tool
  * @author Christian Grothoff
+ * @author Nathan Evans
  */
 
 #include "platform.h"

Modified: GNUnet/src/include/gnunet_chat_lib.h
===================================================================
--- GNUnet/src/include/gnunet_chat_lib.h        2008-02-20 00:02:07 UTC (rev 
6385)
+++ GNUnet/src/include/gnunet_chat_lib.h        2008-02-20 00:09:30 UTC (rev 
6386)
@@ -22,6 +22,7 @@
  * @file include/gnunet_chat_lib.h
  * @brief support for chat
  * @author Christian Grothoff
+ * @author Nathan Evans
  */
 
 #ifndef GNUNET_CHAT_LIB_H
@@ -40,7 +41,7 @@
 /**
  * Version number.
  */
-#define GNUNET_CHAT_VERSION "0.0.0"
+#define GNUNET_CHAT_VERSION "0.0.1"
 
 typedef enum
 {
@@ -106,7 +107,7 @@
 struct GNUNET_CHAT_Room;
 
 /**
- * A message was send in the chat to us.
+ * A message was sent in the chat to us.
  *
  * @param timestamp when was the message sent?
  * @param senderNick what is the nickname of the sender? (maybe NULL)



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to