]> code.citadel.org Git - citadel.git/blob - daphne/ChangeLog
Calendar day view :
[citadel.git] / daphne / ChangeLog
1 $Log$
2 Revision 1.18  2000/04/20 02:49:43  ajc
3 * Changed sock->SetFlags(SPEED); to sock->SetFlags(wxSOCKET_NOWAIT); to
4   get it working with the new wxSockets API.  Thanks to Steve Yelvington
5   for this fix.
6
7 Revision 1.17  2000/01/26 18:42:24  smw
8 Fixed enter so it's stable again.
9 Made minor tweaks for compatibility between wxGTK and wxMSW
10 Fixed roomview so that 'skip' shows up again in button bar
11 Still working on windoze images.  They're only showing half-height.
12 Fixed wholist so that it fires up maximized.  Fixed the button problems
13 in 'wholist' under wxMSW.
14 REfixed roomtree.cpp so that under wxMSW it is clickable again.
15 Certain things here are for tests.  DoChat was one of them.  This is not
16 yet a release version of the software, LS, so please don't give me crap
17 about things I'm testing.
18
19 Revision 1.16  2000/01/11 22:51:42  nbryant
20 * citclient.cpp: different IDEN string depending on __WXMSW__ etc.
21 macros
22 * hosts.cpp, prefs.cpp: pass FALSE to ini->Flush() as this is supposed
23 to be the default but WX headers appear to lack the default on
24  Windows
25 * includes.hpp: renamed class DoChat to class ChatWindow -- WTF was it
26 named like this?
27 * main.cpp: load bitmaps from resouces if __WXMSW__ is defined
28 * makefile.g95: add hosts.o
29 * daphne.rc: new file; Windows resource definitions. right now just
30 contains the bitmaps
31
32 Revision 1.15  2000/01/08 20:25:21  smw
33 Fixed a condition in goto where the message window would eat itself
34 prior to importing the messages, forcing daphne to crash.
35 >>>>>>> 1.16
36
37 Revision 1.14  2000/01/08 20:06:38  smw
38 Added hosts.cpp (for user configurable bbs additions to bbslist)
39
40 Revision 1.13  2000/01/08 20:02:43  smw
41 Restabilized 'goto'.
42 Started adding support for adding your own list of BBSes to choose from.
43
44 Revision 1.12  1999/12/15 03:01:07  smw
45 Changed 'enter' so that it ONLY asks for a recipient when in mail.
46 Changed goto so that it no longer deletes the message window when clicked
47 on.  This results in a potential infinitate number of room menus, which
48 I'll fix when I have time.  This was the ONLY instability.  Previously
49 clicking on goto (in the menu, the arrow button OR the 'goto' button) more
50 than once would cause the program to crash.  That's no longer the case.
51 The *ix version is now stable.
52
53 Fixed various problems in the MSW version, which will be released only in
54 executable form when stabilized.
55
56 Revision 1.11  1999/11/15 05:22:11  smw
57 On disconnect, changed the SetStatusText() to "" for 1, and 2 to blank
58 the 2nd and 3rd status fields.  Also fixed zap again.  Replaced the
59 'zapped rooms' floor in the roomtree.cpp.
60
61 Revision 1.10  1999/11/15 05:05:13  smw
62 Added some checks for connectivity.  The roomview commands were locking
63 Daphne if the program wasn't connected.  Now it's not.  All nice and
64 stable.
65
66 Revision 1.9  1999/11/15 04:19:18  smw
67 Killed the refresh timer in who.cpp
68 Updated the who function so that refreshes are no longer automated, but
69 WILL work when clicking on 'refresh' on the who window.
70 who_refresh had a timer which wasn't stoppable, which would, when
71 connecting to another bbs, continue running and then core dump.
72 Removed the read new button from roomview.  It wasn't necessary as new
73 messages dump automatically.
74
75 Revision 1.8  1999/11/12 00:49:05  smw
76 Updated README.  Tweaked zip slightly.  Started mods for Chat and for
77 'reply to' mail.
78
79 Revision 1.7  1999/11/11 05:41:38  smw
80 Another zap tweak:  After zapping a room the user is taken directly to the
81 Lobby> and has to hit 'goto' to get to the next room.
82
83 Revision 1.6  1999/11/11 05:04:57  smw
84 Made a slight tweak to the default size of the button bar in roomview.cpp.
85 All the buttons (including the new 'zap' button) should show up by
86 default.
87
88 Revision 1.5  1999/11/11 04:42:28  smw
89 Made a minor tweak to zapped messages.  Now when you click on any room in
90 the roomtree the roomtree is deleted and reloaded.  This is so that when
91 you click on a room in the zapped list it'll come out, immediately.
92 Previously you either had to click on the folder itself, or log out and
93 in.
94
95 Revision 1.4  1999/11/11 04:32:00  smw
96 Set up 'zapped rooms' functionality.  Made tweaks so that zapped rooms
97 appear in the room tree.  Set up unzap capability.  If you click on a room
98 in the zapped rooms folder it will open in the room view screen.  Clicking
99 on the zapped rooms folder refreshes the room tree.  Added bitmaps for
100 goto and for disconnect.  Added a 'zap' button in the room view window.
101 Added disconnect features so the program will allow for closing a citadel
102 session and beginning another without shutting down.  Began working on
103 chat code and configurable citadel sessions (ie, clicking on connect
104 should prompt you for which bbs you want to go to.)
105
106 Revision 1.3  1999/11/11 04:28:29  smw
107 Updated make install so it works properly.
108
109 Revision 1.2  1999/11/07 18:42:52  smw
110 Removed all 'cout' commands
111 changed 'exit' commands to 'close' on the userlogin menu
112 updated daphne so that disconnecting from the server doesn't
113 shut down the program.
114
115 Revision 1.1  1999/11/07 17:56:38  ajc
116 * Began the ChangeLog for this project.