]> 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 1bad0ff543b26175a9d2363f524ffcf910af821a..cbe1dcc9026d6c9a327a49674bbd0b2480e15096 100644 (file)
@@ -1,4 +1,55 @@
  $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
+    terminal does background color erase, which was the reason for adding this
+    in the first place. with the recent changes to color(), the display will get
+    screwed up if they *do* have background color erase. perhaps this is a job
+    for terminfo.
+
+ Revision 570.13  2000/04/08 00:37:42  nbryant
+  * commands.c: fix color support for black-on-white color terminals such as
+    CDE's dtterm. this just avoids white-on-white text; some color combinations
+    such as yellow-on-white still aren't very legible due to contrast. There's
+    not much I can think to do about that without affecting the look on the
+    white-on-black terminals which probably account for most users.
+
+ Revision 570.12  2000/04/07 20:22:34  ajc
+ * Fixed am/pm bug in time display
+
+ Revision 570.11  2000/04/07 19:22:45  ajc
+ * For services disabled by setting port number to -1, administratively skip
+   the bind instead of just allowing it to fail.
+
+ Revision 570.10  2000/03/31 04:31:02  ajc
+ * Quick fix to 'stats' utility to purge records with bogus timestamps
+
  Revision 570.9  2000/03/31 02:10:52  ajc
  * Caved in to pressure and enabled <R>eply in public rooms.