diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-17 11:25:09 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-17 11:25:09 +0000 |
commit | 40e622c4ae1ccf8b9dfcec133d5f33f1d8b1217c (patch) | |
tree | 43ff1d48b563aa30f9b771e40f1ec65e4791994e /ChangeLog | |
parent | 6c0ef220d25d7a569c38e53730377a2ff8eb92b7 (diff) |
salut plugin: handles multi-lingual salutations (hello/goodbye)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +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 +9,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> |