Add changes for internationalized strings missed on last commit.
[clsql.git] / ChangeLog
index 29c63d0f3ccfbe5ef1d34f78e1de7bda0ef980f0..d00e9dbb784c4347e69379a70dfcd0b506246661 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
+       * tests/test-i18n.lisp: Bind UFFI:*DEFAULT-EXTERNAL-FORMAT*
+       for testing multibyte encodings.
+       * uffi/clsql-uffi.lisp: Changes for UFFI 1.7.4's new support
+       for encoding foreign strings with a specified external format.
+
+2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
+       * sql/metaclasses.lisp: If no declared slot type in
+       compute-lisp-type-from-specified-type, then use t as lisp type.
+       Issue noted when testing Clozure CL 1.4.
+
 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
        * tests/test-init.lisp: Turn off the benign console notices for
        testing on postgres.