* riece-log.el (riece-log-display-message-function): Suppress
[riece] / lisp / ChangeLog
index 32bfc7c..47c44f0 100644 (file)
@@ -1,3 +1,89 @@
+2004-12-08  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-log.el (riece-log-display-message-function): Suppress
+       further file-name encoding.
+
+2004-12-07  Daiki Ueno  <ueno@unixuser.org>
+
+       * test/lunit-report.el: New file split from lunit.el.
+
+       * riece-options.el (riece-addons): Add 'riece-log.
+
+       * test/test-riece-log.el (lunit-test-case-setup): #riece -> =23riece.
+
+       * riece-log.el (riece-log-insert): Renamed from
+       riece-log-flashback-1; simplified.
+       (riece-log-get-files): Check existence of directory.
+       (riece-log-get-directory): New implementation.
+       [cf. <Liece:00396>]
+
+2004-12-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * riece-foolproof.el (riece-foolproof-command-send-message-function): 
+       Check invisible text.
+
+2004-12-07  Daiki Ueno  <ueno@unixuser.org>
+
+       * test/test-riece-log.el (test-riece-log-encode-file-name): New
+       test case.
+       (test-riece-log-encode-file-name-mule): New test case.
+       (test-riece-log-decode-file-name): New test case.
+       (test-riece-log-decode-file-name-mule): New test case.
+
+       * riece-log.el (riece-log-file-name-coding-system): New user option.
+       (riece-log-encode-file-name): New function.
+       (riece-log-decode-file-name): New function.
+
+2004-12-06  Daiki Ueno  <ueno@unixuser.org>
+
+       * test/test-riece-log.el: New test cases.
+
+       * riece-log.el: Collect logs across dates.
+       (riece-log-get-files): New function.
+       (riece-log-flashback-1): New function.
+       (riece-log-flashback): Use it.
+
+2004-12-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-message.el (riece-display-message-1): Call
+       riece-after-display-message-functions in riece-message-buffer.
+       [cf. <Liece:00391>]
+
+2004-12-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 1.0.6 released.
+       * riece-version.el (riece-version-number): Bump up to 1.0.6.
+
+2004-12-01  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-display.el (riece-update-channel-status-indicator): Fixed typo.
+
+2004-11-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * test/lunit.el (lunit-report): Accept output filename as the 2nd arg.
+       * Makefile.am (check-local): Supply riece-test with output filename.
+       * COMPILE (riece-test): Supply lunit-report with output filename.
+
+       * test/lunit.el: Require 'pp.
+       (lunit-escape-quote): Rename from lunit-test-reporter-format-sexp.
+       (lunit-report): Add "emacs-version" property.
+
+2004-11-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * COMPILE (riece-test): Use lunit-report instead of lunit.
+
+       * test/lunit.el: Report test result as XML.
+       (lunit-time-since): New function.
+       (lunit-test-reporter): New test-listener.
+       (lunit-test-reporter-format-sexp): New function.
+       (lunit-report): New function.
+
+2004-11-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * test/lunit.el: Update copyright year.
+       (lunit-test-result-run): Fixed the argument of
+       lunit-test-listener-error listener.
+
 2004-11-26  Daiki Ueno  <ueno@unixuser.org>
 
        * COMPILE (riece-test): Require 'lunit after when ./test is added