X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=64bd3e80eb4abd0f60109861a46fa75dbb4bb380;hb=9d07d031bbdb5e1ddc07f464c92f29204297622d;hp=daadc9c2b1180cf1d5d2e0ba9d006cd6f75ac68a;hpb=c38434910ab9d37ed76bca7a44cb3e76faef244a;p=riece diff --git a/lisp/ChangeLog b/lisp/ChangeLog index daadc9c..64bd3e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,94 @@ +2003-12-17 Daiki Ueno + + * riece-identity.el: Don't require 'riece-compat. + (riece-identity-prefix-case-table): Abolish. + (riece-identity-prefix-case-pair-alist): New constant. + (riece-identity-canonicalize-prefix): Don't use case-table. + + * riece-emacs.el (riece-set-case-syntax-pair): Abolish. + (riece-copy-case-table): Abolish. + * riece-xmacs.el (riece-set-case-syntax-pair): Abolish. + (riece-copy-case-table): Abolish. + +2003-12-15 Daiki Ueno + + * riece-options.el: Require 'riece-version. + (riece-quit-message): Set default to (riece-extended-version). + (riece-away-message): Set default to "Gone". + + * riece-commands.el: Don't require 'riece-version. + (riece-command-quit): Don't check riece-quit-message. + (riece-command-close-server): Ditto. + (riece-command-toggle-away): Always supply a parameter to the AWAY + command when the user is not away. Thanks to Yuki Fujimura + + [cf. ] + +2003-12-14 Daiki Ueno + + * riece.el (riece): Connect to servers in riece-startup-server-list. + + * riece-000.el (riece-handle-001-message): Ignore entries in + riece-startup-channel-list which doesn't match riece-server-name. + + * riece-options.el (riece-startup-server-list): New user option. + + * riece-async.el (riece-async-max-buffer-size): New user option. + (riece-async-server-program): Use io/nonblock & IO#syswrite to + check whether the write end of pipe (i.e. input to emacs process) + would block. + +2003-12-13 Daiki Ueno + + * riece-options.el (riece-default-open-connection-function): New + user option. + + * riece-server.el (riece-server-keyword-map): Use + riece-default-open-connection-function. + + * riece-async.el: New add-on. + * COMPILE (riece-modules): Add riece-async. + * Makefile.am (EXTRA_DIST): Add riece-async.el + +2003-12-09 OHASHI Akira + + * riece-mini.el (riece-mini-display-message-function): Don't set + riece-mini-last-channel when message is not a privmsg. + +2003-12-04 OHASHI Akira + + * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec + property. + +2003-12-03 OHASHI Akira + + * riece-log.el (riece-log-requires): New function. + (riece-log-flashback): Revert 'riece-identity property and button. + +2003-11-28 OHASHI Akira + + * riece-unread.el (riece-unread-after-display-message-function): + Do nothing when message is not a privmsg. + +2003-11-22 Daiki Ueno + + * riece-log.el (riece-log-coding-system): New user option. + (riece-log-display-message-function): Bind + coding-system-for-write; don't create temp buffer. + + * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of + append-to-file to suppress "Wrote file" messages. + +2003-11-10 Daiki Ueno + + * Riece: Version 0.1.6 released. + * riece-version.el (riece-version-number): Bump up to 0.1.6. + +2003-11-08 Daiki Ueno + + * riece-ctcp.el (riece-command-ctcp-action): Display channel names + in "*Others*" buffer. + 2003-11-05 OHASHI Akira * riece-unread.el (riece-unread-switch-to-channel): Protect