X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2FChangeLog;h=2c3ec83b41bc97a9442bdad07d99cfdd8139e9f3;hp=16638f3364aeb1c7db57b7d3f0547512436096e7;hb=111e984f7a63e921e3281c71f0ae6e3b9e650ae5;hpb=99b783486a4f9698cae367aaf84492f39150b336 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 16638f3..2c3ec83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,133 @@ +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 + 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. + +2003-10-27 OHASHI Akira + + * riece-log.el (riece-log-get-directory): Fix for server name and + private messages handling. + +2003-10-26 Daiki Ueno + + * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to + the RESTART argument of start-itimer. + + * riece-commands.el (riece-command-user-list-scroll-down): Rename + from riece-command-nick-scroll-down. + (riece-command-user-list-scroll-up): Rename from + riece-command-nick-scroll-up. + (riece-command-scroll-down): Check if riece-current-channel is bound. + (riece-command-scroll-up): Ditto. + (riece-command-quit): Clean up if no server process is available. + +2003-10-25 Daiki Ueno + + * riece-rdcc.el: Bind temporary-file-directory. + (riece-rdcc-send-program): Allow block-size to be controlled from + elisp. + (riece-rdcc-block-size): New user option. + (riece-rdcc-temp-file): New variable. + (riece-rdcc-received-size): New variable. + (riece-rdcc-filter): Don't keep received bytes in the process + buffer; use riece-rdcc-format-size to display progress. + (riece-command-dcc-receive): Create a temporary directory which + holds a received file. + +2003-10-24 Daiki Ueno + + * riece-options.el (riece-gather-channel-modes): Default to nil. + * riece-handle.el (riece-handle-join-message): Send MODE if + riece-gather-channel-modes is non-nil. + + * riece-url.el: Add autoload setting for 'browse-url. + + * riece-menu.el: Require 'riece-options, 'riece-globals, + 'riece-identity, 'riece-layout, and 'riece-server; bind + riece-command-mode-map. + + * riece-history.el: Require 'riece-options, 'riece-globals, + 'riece-highlight, and 'riece-identity. + + * riece-naming.el (riece-naming-assert-rename): Fixed. + 2003-10-24 Daiki Ueno * Riece: Version 0.1.5 released.