* Makefile.in: target 'distclean' - do not remove po/Makefile.in
[citadel.git] / webcit / ChangeLog
index d2b6ff59907ccdde5878ca39122faba0427151d6..aaf1f5331f5a66fb56456dc8b826d9a54b7a244b 100644 (file)
@@ -1,5 +1,45 @@
 $Id$
 
+Wed Dec 21 10:08:18 EST 2005 ajc
+* Makefile.in: target 'distclean' - do not remove po/Makefile.in 
+
+Sat Dec 17 00:24:05 EST 2005 ajc
+* messages.c: include the "edit html source" button in the message editor
+  window.  Also, when pullquoting a message, insert a \n\n at the end so
+  the TinyMCE editor allows the user to advance past the quote.
+
+Thu Dec 15 23:50:45 EST 2005 ajc
+* Checkbox to allow anonymous posting in rooms which allow it.
+  Resolves bugzilla #65.
+
+Thu Dec 15 17:35:47 EST 2005 ajc
+* "Headers" option in view message
+
+Tue Dec 13 17:50:57 EST 2005 ajc
+* Require Citadel server version to be at least 6.63
+* THIS IS 6.40
+
+Tue Dec 13 14:41:50 EST 2005 ajc
+* Don't try to twiddle /etc/inittab on systems that don't have /etc/inittab.
+
+Tue Dec 13 14:27:24 EST 2005 ajc
+* chatframeset.html: inserted a missing </body> tag.
+
+Mon Dec 12 12:10:21 EST 2005 ajc
+* it.po: updated Italian translation submitted by Gabriele Tassoni
+
+Mon Dec 12 1:40:03 CET 2005 dothebart
+* another rework of the locale parser. Hopefully feature complete now.
+       
+Sun Dec 11 00:03:04 EST 2005 ajc
+* Mercilessly ripped out all of the gratuitously complex GNU libintl
+  detection m4 crapola and replaced it with some simple autoconf directives
+  to detect whether the host system has the correct set of NLS functions for
+  supporting per-thread locale.
+
+Sat Dec 10 20:48:40 EST 2005 ajc
+* wclib.js: transmit the "no floors expanded" condition to the server.
+
 Sat Dec 10 17:44:51 EST 2005 ajc
 * Switched our TinyMCE call to the "advanced" theme.  Also enabled
   the IESpell plugin (when Internet Explorer is in use).