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