]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Added the ability to compose messages with file attachments uploaded from
[citadel.git] / webcit / ChangeLog
index d1b7fe3319b6507ef191f152dba31982caf78335..62a91e0c6ed368a076db323e0eac64e8861dc075 100644 (file)
@@ -1,4 +1,26 @@
 $Log$
+Revision 410.15  2003/04/30 05:00:00  ajc
+* Added the ability to compose messages with file attachments uploaded from
+  the browser
+
+Revision 410.14  2003/04/27 04:46:02  ajc
+* Replace LKRN/LKRO in "folders view" room list with a single LKRA that
+  observes the flag designating the presence of new messages.  (The "rooms
+  view" uses an LKRN/LKRO pair *per floor* and has the same inefficiency,
+  but that view may get axed soon.)
+
+Revision 410.13  2003/04/26 21:57:53  ajc
+* tcp_sockets.c: when an outgoing socket connection fails, close the socket
+  before returning an error code to avoid a file descriptor leak
+
+Revision 410.12  2003/04/19 21:42:36  ajc
+* Repaired all my b0rken COLOR tags
+* Replaced most FONT tags with SPAN tags
+* Added new styles
+
+Revision 410.11  2003/04/19 19:58:10  ajc
+* Lots of great changes from Nick to make the site CSS-enabled.
+
 Revision 410.10  2003/04/14 04:04:40  ajc
 * First cut of CSS-izing WebCit.  Probably b0rken.
 
@@ -1326,3 +1348,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+