* riece-xemacs.el (riece-mouse-2): New variable.
[riece] / lisp / ChangeLog
index 718ea81..cf4203b 100644 (file)
@@ -1,3 +1,68 @@
+2003-10-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-xemacs.el (riece-mouse-2): New variable.
+       (riece-popup-menu-popup): New function.
+
+       * riece-emacs.el (riece-mouse-2): New variable.
+       (riece-popup-menu-bogus-filter-constructor): New macro.
+       (riece-popup-menu-popup): New function.
+
+       * riece-commands.el (riece-command-list): Use identity prefix
+       instead of formatted identity.
+
+       * riece-button.el (riece-channel-button-popup-menu): New variable.
+       (riece-channel-button): Arrange help-echo.
+       (riece-channel-button-switch-to-channel): New function.
+       (riece-channel-button-part): New function.
+       (riece-channel-button-list): New function.
+       (riece-channel-button-map): New variable.
+       (riece-button-add-channel-buttons): Add 'local-map and 'keymap
+       properties on channel buttons.
+
+2003-10-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
+
+       * riece-history.el (riece-channel-list-history-face): New face.
+       (riece-history-format-channel-list-line): New function.
+       (riece-history-insinuate): Add ?+ to
+       riece-channel-list-mark-face-alist; add
+       riece-history-format-channel-list-line to
+       riece-format-channel-list-line-functions.
+
+       * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
+
+2003-10-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-unread.el (riece-unread-after-display-message-function):
+       Do nothing when message-target is already in
+       riece-unread-channels; call riece-redisplay-buffers.
+       (riece-unread-update-channel-list-buffer): Abolish.
+       (riece-unread-after-switch-to-channel-function): Don't call
+       riece-unread-update-channel-list-buffer.
+       (riece-unread-format-channel-list-line): New function.
+       (riece-unread-insinuate): Add
+       riece-unread-format-channel-list-line to
+       riece-format-channel-list-line; don't add
+       riece-unread-update-channel-list-buffer to
+       riece-update-buffer-functions.
+
+       * riece-highlight.el (riece-channel-list-mark-current-channel):
+       Abolish; merged into riece-update-channel-list-buffer.
+       (riece-highlight-insinuate): Don't add
+       riece-channel-list-mark-current-channel to
+       riece-after-switch-to-channel-functions.
+
+       * riece-display.el (riece-channel-list-changed): Abolish.
+       (riece-update-channel-list-buffer): Always redisplay channel-list
+       buffer.
+       (riece-update-channel-list-indicator): Always redisplay
+       channel-list indicator.
+       (riece-format-channel-list-line): New function.
+       (riece-update-buffers): Don't clear riece-channel-list-changed.
+       (riece-join-channel): Don't set riece-channel-list-changed.
+       (riece-part-channel): Ditto.
+
 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-options.el (riece-addons): Add riece-button.