]> 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 87206c8480760b3ab79c6f7afbcc2616170e7a5d..cbe1dcc9026d6c9a327a49674bbd0b2480e15096 100644 (file)
@@ -1,4 +1,21 @@
  $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
 
@@ -1835,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 
-