X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2FChangeLog;h=7e93b8c65bbee9b5865fa9071beb17be23eff10f;hp=cd0b04e3b329030ff349c2b4918649015b287b04;hb=38928c21efc93339273be9ab397e65433381b81d;hpb=d06109667ab749f11f6477ff5f042b94428648f3 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd0b04e..7e93b8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,84 @@ +2005-02-05 Daiki Ueno + + * riece.el (riece-exit): Clear riece-window-configuration frame + parameter. + * riece-commands.el (riece-command-suspend-resume): Don't attempt + to restore window-configuration if the cdr of + riece-window-configuration frame parameter is nil. + + * riece-filter.el (riece-chomp-string): New function. + (riece-filter): Use it. + +2005-02-05 Daiki Ueno + + * Riece: Version 1.0.7 released. + * riece-version.el (riece-version-number): Bump up to 1.0.7. + +2005-02-05 Daiki Ueno + + * riece-keyword.el (riece-keyword-face): Change defface spec for tty. + + * riece-toolbar.el (riece-toolbar-description): New constant. + + * riece-keepalive.el: Require 'riece-options. + (riece-keepalive-ping-repeat): Define with defcustom. + (riece-keepalive-description): New constant. + + * riece.el (riece-dialogue-mode-map): Bind + riece-command-suspend-resume. + * riece-commands.el (riece-command-suspend-resume): New command. + + * riece-options.el (riece-addons): Enable riece-keyword by default. + + * riece-button.el (riece-identity-button-popup-menu): Changed + interactivbe spect "@e" -> "e". + (riece-identity-button-click): New function. + (riece-make-identity-button-map): Bind riece-identity-button-click. + +2005-02-04 Daiki Ueno + + * riece-options.el (riece-part-message): New user option. + (riece-addons): Enable riece-alias and riece-ctlseq by default. + (riece-max-buffer-size): Change the default value to nil. + + * riece-commands.el (riece-command-part): Use riece-part-message. + +2005-02-04 OHASHI Akira + + * riece-eval.el (riece-eval-form): New function. + (riece-eval-display-message-function): Use it. + +2005-02-04 Daiki Ueno + + * riece-000.el (riece-handle-001-message): Use + riece-command-join-channel to join startup channels. + + * riece-filter.el (riece-filter): Accept lines which end with LF. + + * riece-300.el (riece-353-message-alist): Renamed from riece-353-users. + (riece-handle-353-message): Don't parse the reply. + (riece-handle-366-message): Parse 353 replies here; count users. + + * riece-log.el (riece-log-enable): Add debug message. + + * riece-keepalive.el: New add-on. + * COMPILE (riece-modules): Add riece-keepalive. + * Makefile.am (EXTRA_DIST): Add riece-keepalive.el. + +2005-02-04 OHASHI Akira + + * riece-biff.el (riece-biff-functions): Abolish. + (riece-biff-after-display-message-function): Follow the change above. + 2005-02-04 Daiki Ueno * riece-server.el (riece-close-server-process): Switch to process buffer when running riece-after-close-hook. - * COMPILE (riece-icons): Add riece-command-quit and - riece-submit-bug-report. + * COMPILE (riece-icons): Add all symbols from riece-toolbar-items. - * Makefile.am (EXTRA_DIST): Add riece-command-quit.xpm - riece-command-previous-channel.xpm riece-command-next-channel.xpm - riece-submit-bug-report.xpm. + * Makefile.am (EXTRA_DIST): Add riece-command-previous-channel.xpm, + riece-command-next-channel.xpm, and riece-submit-bug-report.xpm. * riece-menu.el (riece-menu-items): Add "Submit Bug Report".