]> code.citadel.org Git - citadel.git/commitdiff
Updated README. Tweaked zip slightly. Started mods for Chat and for
authorSteve Williams <patriot@uncensored.citadel.org>
Fri, 12 Nov 1999 00:49:05 +0000 (00:49 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Fri, 12 Nov 1999 00:49:05 +0000 (00:49 +0000)
'reply to' mail.

daphne/ChangeLog
daphne/README
daphne/roomview.cpp

index 7490be3f1a1f7a4adb7889fc5eebde86a09b707c..547c760a7c2218644ab0bdaf6494f2fbde27d349 100644 (file)
@@ -1,7 +1,11 @@
  $Log$
- Revision 1.7  1999/11/11 05:41:38  smw
- Another zap tweak:  After zapping a room the user is taken directly to the
- Lobby> and has to hit 'goto' to get to the next room.
+ Revision 1.8  1999/11/12 00:49:05  smw
+ Updated README.  Tweaked zip slightly.  Started mods for Chat and for
+ 'reply to' mail.
+
+Revision 1.7  1999/11/11 05:41:38  smw
+Another zap tweak:  After zapping a room the user is taken directly to the
+Lobby> and has to hit 'goto' to get to the next room.
 
 Revision 1.6  1999/11/11 05:04:57  smw
 Made a slight tweak to the default size of the button bar in roomview.cpp.
index 26ca972c82f98c8961894bf1158972c75dcfbba6..1866d54b5113028aa9c7b7c08518f988838e1720 100644 (file)
@@ -1,14 +1,16 @@
 Daphne requires WxWindows 2.1.10 or greater.  The current source was
 compiled under RedHat Linux 5.2 with WxWindows 2.1.10.  WxWindows is
-available at http://www.wxwindows.org (site is currently down) or:
+available at http://www.wxwindows.org or:
 http://www.freiburg.linux.de/~wxxt/download.html
 
 
  This program IS functional.  All functions (except chat) work.  On the
 current bugs/todo list:
 
- Fix chat
+
+ Fix chat.
  Allow for choice of system to 'connect' to.
- Sysop/Aide functionality
+ Sysop/Aide functionality.
+ Reply to Mail.
+ Quote messages.
+
index 98856fcb4329d4801471a5411873c3999b4676d4..fc15c7d893bf667b585f105d9b11a9e3b95965cf 100644 (file)
@@ -255,6 +255,10 @@ void RoomView::do_readloop(wxString readcmd) {
         int i, r, pos;
        CitMessage *message;
        
+        if (citadel->IsConnected()==FALSE) {
+                wxMessageBox("You have lost your connection.");
+        } else
+  
        if (message_window != NULL) {
                delete message_window;
                message_window = NULL;