X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2FChangeLog;h=20a8308d7a0393d66fac56cc915ba9539cd781e0;hp=a2dce39d5e2a4aba8a90d9a77fc07320a7309f74;hb=36e12860e49648ef973855a9f3f9b684d8e4567a;hpb=39c4f84168d76428e2b30cd2aba03692f9c3269d diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2dce39..20a8308 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,53 @@ +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 + switching to the channel not existing. + +2003-10-29 OHASHI Akira + + * riece-log.el (riece-log-get-directory): Support riece-identity + for mapping. + +2003-10-28 Daiki Ueno + + * riece-layout.el (riece-set-window-points): Move point in + the channel-buffer's window. + + * riece-ctcp.el (riece-command-ctcp-version): Prompt to select + an identity on the current server. + (riece-command-ctcp-ping): Ditto. + (riece-command-ctcp-clientinfo): Ditto. + (riece-command-ctcp-action): Ditto. + + * riece-commands.el (riece-command-change-mode): Prompt to select + an identity on the current server. + (riece-command-join): Ditto. + 2003-10-27 Daiki Ueno + * riece-keyword.el (riece-keywords): Change custom spec. + (riece-keyword-message-filter): Normalize riece-keywords. + + * riece-identity.el (riece-identity-prefix-case-table): Use + riece-copy-case-table to define. + + * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for + XEmacs 21.1. + (riece-copy-case-table): Ditto. + + * riece-emacs.el (riece-copy-case-table): New alias. + + * riece-globals.el (riece-channel-regexp): Use + riece-make-interval-regexp to define. + (riece-user-regexp): Ditto. + + * riece-compat.el (riece-make-interval-regexp): New function. + * riece-icon.el (riece-icon-available-p): Check the existence of image-type-available-p.