]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
[citadel.git] / webcit / ChangeLog
index faab73abfbcb294557ddf1ac0cf5ceaca908af51..d95959dee18a7113de6a128d1a9fadef387d6d53 100644 (file)
@@ -1,4 +1,76 @@
 $Log$
+Revision 619.6  2005/06/20 03:47:44  ajc
+* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
+  to a heap-allocated buffer rather than a char[xxx].  This fixes a problem
+  reported by at least one site where the Internet configuration screen
+  was malfunctioning.
+
+Revision 619.5  2005/06/19 04:11:52  ajc
+* Integrated the second batch of new icons.
+
+Revision 619.4  2005/06/18 22:58:56  ajc
+* Installed the 16x16 "users" icon as favicon.ico, mainly for performance
+  reasons -- the browser will cache favicon.ico and won't keep asking for
+  it over and over again, eliminating a second HTTP transaction every time
+  the user clicks on something.
+
+Revision 619.3  2005/06/18 22:48:32  ajc
+*** empty log message ***
+
+Revision 619.2  2005/06/18 22:18:29  ajc
+* Replaced the most recent batch of icons with a "better" set which was
+  sent by the design house.  I don't know what the difference is, but
+  I'm going to assume they're better.
+
+Revision 619.1  2005/06/15 03:56:56  ajc
+* Accept ".ifb" as a valid extension for requesting free/busy
+
+Revision 619.0  2005/06/15 01:52:33  ajc
+* THIS IS 6.19
+
+Revision 611.15  2005/06/15 01:50:29  ajc
+* Bumped the internal version number to 6.19
+
+Revision 611.14  2005/06/14 14:47:48  ajc
+* Moved the <td> and </td> in the room icon out of roomops.c and
+  into static/roombanner.html, since every room will have an icon now.
+
+Revision 611.13  2005/06/14 03:21:57  ajc
+* When no icon is present on the server for a room, display the default
+  icon for that room's current view.
+* Replace "graphic" with "icon" throughout the system messages.
+
+Revision 611.12  2005/06/14 01:59:43  ajc
+* 16x16 icons in the new tree view.  Nice!
+
+Revision 611.11  2005/06/13 22:05:54  ajc
+* Finished the initial NanoTree integration.  TODO: use a different icon
+  for each node depending on the view set for that room.
+
+Revision 611.10  2005/06/12 22:02:45  ajc
+* Began replacing the old, sux0r-prone tree view with NanoTree.
+  WARNING: This isn't finished, but I'm committing it anyway because I have
+  to move to a different computer.  DON'T RUN THIS.
+
+Revision 611.9  2005/06/12 18:34:50  ajc
+* Removed some unreferenced files from the static/ directory.
+
+Revision 611.8  2005/06/12 17:01:00  ajc
+* Increase maximum viewable message count from 4096 to 10000
+* Summary view now truncates subject to 75 characters, and sender
+  to 25 characters (adding an ellipsis...) to keep the display neat & tidy
+
+Revision 611.7  2005/06/12 16:03:11  ajc
+* When viewing a mailbox (view == VIEW_MAILBOX), messages are marked as
+  seen when they are viewed, and Goto does not automatically mark the
+  remaining messages as seen.
+
+Revision 611.6  2005/06/11 22:29:07  ajc
+* Integrated the first batch of new icons.
+
+Revision 611.5  2005/06/07 04:31:00  ajc
+* Don't compress when HTTP tracing/logging is enabled
+
 Revision 611.4  2005/06/06 23:50:17  ajc
 * Made some changes to the calendar/uuid logic to fix a bug that caused
   duplicate entries for an event to appear in some situations
@@ -2554,4 +2626,3 @@ 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
-