X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2FChangeLog;h=716768c939a1d6c3622e0117f6b7de26fdc2285b;hp=1e1b1a4aaf9558c40706d75682a2a5a95f769d61;hb=867e6d88b44e4412eab5ce2cf6e9c55c236841ee;hpb=c36cdf6cf5f8c89ea7d8d71335a9e1555db0bbcc diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e1b1a4..716768c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,72 @@ +2011-04-20 Daiki Ueno + + * riece-commands.el (riece-command-set-operators) + (riece-command-set-speakers): Revert the arglist change in the + last commit. + +2011-04-04 Daiki Ueno + + * Use lexical binding. + +2011-03-25 Daiki Ueno + + * riece-url.el (riece-url-regexp): Update the default value. + +2011-03-16 Daiki Ueno + + * COMPILE (riece-compile-module, riece-update-mcat) + (riece-compile): Add workaround for XEmacs 21.5. + +2011-01-25 TAKAHASHI Kaoru + + * riece-ignore.el: Add newline at end of file. + * riece-keyword.el: Ditto. + * riece-mode.el: Ditto. + +2010-12-20 Daiki Ueno + + * COMPILE (riece-examine): Supply srcdir to riece-examine-modules. + (riece-compile-package): Ditto. + (riece-install-package): Ditto. + +2010-12-16 Daiki Ueno + + * riece-shrink-buffer.el (riece-shrink-buffer): Make sure not to + move cursor. + * riece-misc.el (riece-insert): Save the current point, if the + buffer is frozen. + +2010-12-11 TAKAHASHI Kaoru + + * 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 + + * 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 + + * riece-ctlseq.el (riece-ctlseq-put-attributes): Fix typo. + +2010-10-15 Daiki Ueno + + * riece-ctlseq.el (riece-ctlseq-colors): Add an example setting to + the doc. + (riece-ctlseq-regexp, riece-ctlseq-update-attribute): Make + "^C[,]" matching robuster. + Thanks to Akira TAGOH. + +2010-10-15 Daiki Ueno + + * 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 * COMPILE: Support "make distcheck".