]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Add support for British English via Oxford
[user/henk/code/ruby/rbot.git] / ChangeLog
index 5f1fa982bbf30af1571a7753ef741832e991bcf5..9c9e71201f8baa11696b6c157084c6f08d0a3c95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-24  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * HttpUtil: initial implementation of proper caching based on
+       last-modified and etag HTTP headers
+
+2006-10-17  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Salut plugin: handles (multilingual) salutations (hello/goodbye)
+
 2006-10-15  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * Language stuff: plugins can now handle language changes in a natural
@@ -5,6 +14,10 @@
        is not (yet) backwards compatible: the old larts/praises files from
        previous rbot setups have to be renamed manually
        * Language stuff: italian translations
+       * Utils.safe_save(filename): allows 'safe' saving of a file: it needs a
+       block, to which it will yield a temporary file on which operations can
+       be carried out. When the block returns, the tempfile will be renamed to
+       the given filename
 
 2006-09-21  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>