Don't use old-style backquote in doc/ptexinfmt.el.
[riece] / lisp / ChangeLog
index 1e1b1a4..787c608 100644 (file)
@@ -1,3 +1,34 @@
+2010-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * COMPILE (riece-update-mcat): Fix "Wrong number of arguments"
+       on `riece-examine-modules'.
+       * Makefile.am: Add $(srcdir) to update-mcat target.
+
+2010-12-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-log.el (riece-log-make-file-name): Don't append
+       coding-system name to the filename when coding-system is nil.
+
+2010-10-15  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-ctlseq.el (riece-ctlseq-put-attributes): Fix typo.
+
+2010-10-15  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-ctlseq.el (riece-ctlseq-colors): Add an example setting to
+       the doc.
+       (riece-ctlseq-regexp, riece-ctlseq-update-attribute): Make
+       "^C<fg>[,<bg>]" matching robuster.
+       Thanks to Akira TAGOH.
+
+2010-10-15  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-ctlseq.el (riece-ctlseq-regexp): New constant.
+       (riece-ctlseq-update-attribute): Rename from
+       riece-ctlseq-update-attributes.
+       (riece-ctlseq-put-attributes): New function.
+       (riece-ctlseq-message-filter): Rewrite the parsing logic.
+
 2010-10-14  Daiki Ueno  <ueno@unixuser.org>
 
        * COMPILE: Support "make distcheck".