]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Fixed a problem that crashed the client during <G>oto commands if a room
[citadel.git] / citadel / ChangeLog
index 2f9c5cf4e1d7fafc04f4016ca7094a70c2aed545..cbe1dcc9026d6c9a327a49674bbd0b2480e15096 100644 (file)
@@ -1,4 +1,30 @@
  $Log$
+ Revision 571.0  2000/04/13 02:43:24  ajc
+ * Fixed a problem that crashed the client during <G>oto commands if a room
+   existed with a name more than 32 characters (thanks to Magus for reporting
+   this one).
+ * Tagged everything and updated docs for the 5.71 release
+
+ Revision 570.18  2000/04/10 01:47:22  ajc
+ * More paginator changes.  Shuffled code around, added pagination to a bunch
+   of other functions, and replaced the old, cumbersome pagination with the
+   new, easy, API-based one in everything except message output.
+
+ Revision 570.17  2000/04/09 17:51:18  ajc
+ * Added pprintf() (paginated version of printf) to the client-side API.  Now
+   any client side function can be paginated simply by changing all of the
+   printf's to pprintf's.  I've already done this for the user list and wholist
+   (removing the old style pagination) and for "read directory."
+
+ Revision 570.16  2000/04/08 04:52:48  ajc
+ * Another minor stoopid little time display fix
+
+ Revision 570.15  2000/04/08 03:58:12  nbryant
+  * backed out the previous changes since they didn't look good on some
+    xterms with a blue bold mode. just set the background color to black
+    instead. this makes black-on-white terminals actually readable, if not
+    particularly good looking.
+
  Revision 570.14  2000/04/08 01:36:30  nbryant
   * citadel.c, commands.c: comment out cls() as this wasn't called if
     ansi_color=user anyway, and we have no way of knowing whether the user's
@@ -1826,4 +1852,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
-