* riece-globals.el (riece-strict-channel-regexp): Renamed from
[riece] / lisp / ChangeLog
index 1b3299b..e7b0cb0 100644 (file)
@@ -1,3 +1,35 @@
+2004-05-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-globals.el (riece-strict-channel-regexp): Renamed from
+       riece-channel-regexp.
+       (riece-strict-user-regexp): Renamed from riece-user-regexp.
+       (riece-laxed-channel-regexp): New constant.
+       (riece-laxed-user-regexp): New constant.
+       (riece-channel-regexp): Define as variable (its default value is
+       set to riece-laxed-channel-regexp).
+       (riece-user-regexp): Define as variable (its default value is set
+       to riece-laxed-user-regexp).
+
+2004-05-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-ctlseq.el (riece-ctlseq-scan-region): Abolish.
+       (riece-ctlseq-requires): New function.
+       (riece-ctlseq-message-filter): Assume the existence of
+       riece-put-overlay-faces, add 'riece-overlay-face property.
+
+       * riece-keyword.el (riece-keyword-scan-region): Abolish.
+       (riece-keyword-message-filter): Assume the existence of
+       riece-put-overlay-faces, add 'riece-overlay-face property.
+
+       * riece-highlight.el (riece-put-overlay-faces): New function.
+       (riece-highlight-insinuate): Add riece-put-overlay-faces to
+       riece-after-insert-functions.
+
+2004-05-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-misc.el (riece-split-parameters): Don't remove a trailing
+       string even if it is empty.
+
 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-ctlseq.el: Require 'riece-message for riece-message-text;