* Detect locale from Browser Environment
[citadel.git] / webcit / ChangeLog
index bdc78e35bc8987205a33d664075f126b4e28ed4b..f2d3cf07cdbffc8c83c704a64da6ee394e9c2e29 100644 (file)
@@ -1,5 +1,67 @@
 $Id$
 
+Sun Nov 27 18:42:15 CET 2005 dothebart
+* Detect locale from Browser Environment
+
+Sun Nov 27 18:42:15 CET 2005 dothebart
+* staticaly bind codeset to utf8.
+
+Wed Nov 23 23:32:04 EST 2005 ajc
+* Placed a mini roomlist in the iconbar.  This is not in its final form.
+
+Wed Nov 23 16:42:15 CET 2005 dothebart
+* added missing german translations
+* changed multi line strings with empty string in first line to be searchable
+  from real untranslated strings
+
+Wed Nov 23 11:04:24 EST 2005 ajc
+* auth.c: localized "User name:" and "Password:" prompts
+
+Tue Nov 22 21:44:15 EST 2005 ajc
+* Fixed the unresponsive msgomatic in the bulletin board view.
+
+Tue Nov 22 00:00:46 EST 2005 ajc
+* Set up a toggleable iconbar that can switch between the menu and a room
+  list.  The room list is not yet implemented, so a simple placeholder is
+  there instead.
+
+Mon Nov 21 22:47:17 EST 2005 ajc
+* messages.c, webcit.css: message buttons (Reply, ReplyQuoted, etc.) are now
+  in a smaller font (new style "msgbuttons" defined in the stylesheet)
+* Reply and ReplyQuoted no longer generate an empty "Re:" subject if the
+  message being replied to has no subject.
+
+Mon Nov 21 22:30:31 EST 2005 ajc
+* create-pot.sh: now creates a new webcit.pot file and automatically merges
+  it into all *.po files, allowing an easy way for translators to access
+  new strings.
+* axdefs[] (Access level definitions) -- now ready for localization.
+
+Mon Nov 21 16:59:43 CET 2005 dothebart
+* add some script to wrap the debian package build that does some magic about
+  the versioning in the package and the webcit system
+* added first try of a package that will install webcit via mod_proxy into
+  the debian apache system
+* modified package build and postinst script do include subdirectories new
+  since tiny_mce was added.
+       
+
+Sun Nov 20 22:22:37 EST 2005 ajc
+* Moved the definition of INADDR_NONE to webcit.h, where it will be effective
+  in all locations where it is needed.  Fixes the build on Solaris 10.
+
+Fri Nov 18 23:55:29 EST 2005 ajc
+* Put in some infrastructure for generating and maintaining .po files
+
+Fri Nov 18 23:24:09 EST 2005 ajc
+* Threw away most of the gettextize-generated build system in the po/
+  directory, and replaced it with a very simple Makefile.in.in instead.
+
+Thu Nov 17 11:32:39 EST 2005 ajc
+* More changes to try to get the po/ directory to build properly.  It's still
+  not working.  If you want to run WebCit using the current tree, be sure to
+  configure with --disable-nls
+
 Tue Nov 17 00:03:20 EST 2005 ajc
 * Assorted tweaks to activate the translations...