]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
Site Configuration screen moved to tabbed dialog
[citadel.git] / webcit / ChangeLog
index aaf1f5331f5a66fb56456dc8b826d9a54b7a244b..dfa573c42338907c48d400953471f6b97bf5cf8c 100644 (file)
@@ -1,5 +1,37 @@
 $Id$
 
+Mon Jan  9 00:39:59 EST 2006 ajc
+* Site Configuration screen moved to tabbed dialog
+
+Fri Jan  6 11:20:13 EST 2006 ajc
+* Localization enabled "Your info" from summary screen
+
+Thu Jan  5 23:17:17 EST 2006 ajc
+* New tabbed dialog API.  This will be used in something later...
+
+Tue Jan  3 18:19:53 EST 2006 ajc
+* More tweaks to instant messenger window
+
+Mon Jan  2 22:46:02 EST 2006 ajc
+* Allow selection of tabs in multiple conversation mode.
+
+Mon Jan  2 16:39:55 EST 2006 ajc
+* The new AJAX-based instant messenger now handles sending messages, and
+  also multiple concurrent conversations.
+
+Mon Jan  2 13:36:56 EST 2006 ajc
+* New way to display incoming instant messages.  Not finished.
+
+Thu Dec 22 12:07:38 EST 2005 ajc
+* Added missing HTTP headers to do_chat()
+
+Wed Dec 21 10:22:51 EST 2005 ajc
+* configure.in: use different variable names for each AC_CHECK_PROG macro,
+  because autoconf will see the same variable name as used before, pull some
+  value from cache, and assume it knows the answer.  This causes NLS to be
+  enabled on systems that have, for example, xgettext but not msgfmt (such as
+  Mandrake).  Fixed.
+
 Wed Dec 21 10:08:18 EST 2005 ajc
 * Makefile.in: target 'distclean' - do not remove po/Makefile.in