* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / ChangeLog
index 2830db5437f3d7f06c3358ae95aea52cff5b79e9..ea66d9f25cafc823d1d572f6aee363c8e0bb8887 100644 (file)
@@ -1,4 +1,78 @@
 $Log$
+Revision 621.5  2005/08/12 21:53:31  ajc
+* All OS-level includes are now included from webcit.h instead of from
+  each individual .c file.  This will keep the build cleaner.
+
+Revision 621.4  2005/08/12 01:01:27  ajc
+* The iconbar and summary screen now connect to the user's primary
+  groupware rooms using the new macros: _CALENDAR_, _TASKS_, _NOTES_,
+  and _CONTACTS_, in order to facilitate those rooms potentially having
+  different names on some hosts (such as, perhaps, the same names but in
+  different languages).
+
+Revision 621.3  2005/08/11 23:15:03  ajc
+* Added debian build directory (submitted by W. Goesgens)
+
+Revision 621.2  2005/08/10 21:55:04  ajc
+* siteconfig.c: added support for "instant expunge" and "allow spoofing"
+  global configuration options.
+
+Revision 621.1  2005/08/09 01:13:29  ajc
+* Mailbox summary view is now generated using the server's
+  new "message list with headers summary" mode.
+
+Revision 621.0  2005/08/05 16:28:24  ajc
+* THIS IS 6.21
+
+Revision 619.43  2005/08/02 02:38:34  ajc
+* new iconv check for both libiconv and built-in iconv
+
+Revision 619.42  2005/08/01 02:28:55  ajc
+* Made the ImportantMessage div less obtrusive
+
+Revision 619.41  2005/07/29 16:26:04  ajc
+* omit check for gnu libiconv -- the iconv functionality is built into
+  most operating systems now.
+
+Revision 619.40  2005/07/29 04:37:29  ajc
+* fixed a bug in subject iconv ing
+
+Revision 619.39  2005/07/28 04:06:31  ajc
+* "Print" button on each message.  It even uses a hidden iframe to
+  eliminate the "here's the printable view" window; the user goes straight
+  to the browser's print dialog.  Slick!
+
+Revision 619.38  2005/07/28 03:40:04  ajc
+* "Delete selected" button is now "Delete" and it works again
+
+Revision 619.37  2005/07/28 03:16:30  ajc
+* Awesome new 2-pane layout with ajax functionality for mailbox view.
+* Slick new fade-out effect for "important message" boxes.
+
+Revision 619.36  2005/07/26 04:08:41  ajc
+* Previous checkin broke viewing of individual messages while in
+  mailbox summary mode.  Fixed.
+
+Revision 619.35  2005/07/26 03:46:27  ajc
+* The new sorting options broke the delete-message checkboxes.  Fixed.
+* Sorting options are now selectable in either direction, and are
+  persistent across sessions.
+
+Revision 619.34  2005/07/25 19:22:30  ajc
+* mailbox summary sort by subject/sender/date
+
+Revision 619.33  2005/07/24 04:25:42  ajc
+* Replaced the old Citadel logo with a new one
+  designed by Lisa Aurigemma (vermilion).
+
+Revision 619.32  2005/07/23 04:18:40  ajc
+* New AJAX-based wholist refresh
+
+Revision 619.31  2005/07/22 15:07:29  ajc
+* 'whobbs' is now 'who'
+* Refactored the wholist code to have its inner div output by a separate
+  function, in anticipation of possible ajax functionality being added
+
 Revision 619.30  2005/07/22 04:03:30  ajc
 * HTML messages in foreign character sets are now converted to UTF-8 for
   display.