* Mercilessly ripped out all of the gratuitously complex GNU libintl
[citadel.git] / webcit / ChangeLog
index 829145b14cb99f0aa1fb7bc8b9b501637ab0be8b..ce8738500df3081ce37a6b5ce51ecbc4b6695e4e 100644 (file)
@@ -1,5 +1,45 @@
 $Id$
 
+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).
+
+Fri Dec  9 14:40:21 EST 2005 ajc
+* Deleting a message from the Trash folder now actually deletes it instead
+  of trying to move it to the Trash.  Requires Citadel server 6.63.
+
+Fri Dec  9 13:45:31 EST 2005 ajc
+* Slightly more intelligent language detection.
+
+Thu Dec  8 17:23:46 EST 2005 ajc
+* Detect the browser language, and use it as the default language selection.
+
+Thu Dec  8 11:48:34 EST 2005 ajc
+* Fix "locale leak" on newer Linux systems where gettext() seems to cache
+  its translated messages.  textdomain(textdomain(NULL)) clears the cache.
+
+Wed Dec  7 22:22:09 EST 2005 ajc
+* Improved the reliability of per-thread locale by unsetting it at the end
+  of each transaction.
+
+Wed Dec  7 17:57:57 EST 2005 ajc
+* Fixed more missing localization items
+
+Wed Dec  7 13:03:05 EST 2005 ajc
+* Per-session locale.  For some reason it doesn't work well.
+
+Wed Dec  7 08:23:31 EST 2005 ajc
+* po/it.po: Italian localization submitted by Gabriele Tassoni
+
 Mon Dec  5 18:06:40 EST 2005 ajc
 * Upgraded TinyMCE to v2.0.1; CLEAR YOUR CACHE NOW