* riece-url.el: Add autoload setting for 'browse-url.
[riece] / lisp / ChangeLog
index 1d7a383..a3640f4 100644 (file)
@@ -1,3 +1,297 @@
+2003-10-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * Riece: Version 0.1.5 released.
+       * riece-version.el (riece-version-number): Bump up to 0.1.5.
+
+2003-10-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-ctcp.el (riece-command-ctcp-action): If the current
+       command line is not empty, insert it into the minibuffer before
+       reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
+       [cf. <Liece:00123>]
+
+       * riece.el: Add autoload setting for derived-mode-class.
+       (riece-shrink-buffer-idle-timer): New variable.
+       (riece): Set idle timer to shrink channel buffers.
+       (riece-shrink-buffer): New function.
+
+       * riece-xemacs.el (riece-overlays-in): New function.
+       (riece-delete-overlay): New alias.
+       (riece-kill-all-overlays): New function.
+
+       * riece-server.el (riece-quit-server-process): Don't set timer if
+       riece-quit-timeout is nil.
+
+       * riece-options.el (riece-quit-timeout): Change custom type.
+       (riece-shrink-buffer-idle-time-delay): New user option.
+       (riece-max-buffer-size): New user option.
+
+       * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
+       extents if already exists.
+
+       * riece-emacs.el (riece-overlays-in): New alias.
+       (riece-delete-overlay): New alias.
+       (riece-kill-all-overlays): New function.
+       (riece-run-with-idle-timer): New alias.
+       (riece-cancel-timer): New alias.
+
+       * riece-display.el (riece-update-user-list-buffer): Kill all
+       overlays in buffer.
+       (riece-update-channel-list-buffer): Ditto.
+
+       * riece-commands.el (riece-command-set-operators): Reset group.
+       (riece-command-set-speakers): Ditto.
+
+2003-10-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-naming.el (riece-naming-assert-rename): Follow the
+       change of riece-channel.el.
+
+       * riece-message.el (riece-message-external-p): Follow the
+       change of riece-channel.el.
+
+       * riece-display.el (riece-update-user-list-buffer): Follow the
+       change of riece-channel.el.
+
+       * riece-commands.el (riece-command-kick): Follow the change of
+       riece-channel.el.
+       (riece-command-set-operators): Ditto.
+       (riece-command-set-speakers): Ditto.
+
+       * riece-button.el (riece-user-button-set-operators): Follow the
+       change of riece-channel.el.
+       (riece-user-button-set-speakers): Ditto.
+
+       * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
+       arguments.
+       (riece-get-channel): Follow the change of riece-make-channel.
+       (riece-channel-operators): Abolish.
+       (riece-channel-speakers): Abolish.
+       (riece-channel-set-operators): Abolish.
+       (riece-channel-set-speakers): Abolish.
+       (riece-channel-get-operators): Abolish.
+       (riece-channel-get-speakers): Abolish.
+       (riece-channel-toggle-user): Follow the change of the return type
+       of riece-channel-users.
+       (riece-channel-toggle-operator): Ditto.
+       (riece-channel-toggle-speaker): Ditto.
+       (riece-channel-operator-p): Abolish.
+       (riece-channel-speaker-p): Abolish.
+       (riece-channel-intern-user): Abolish.
+
+2003-10-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-identity.el (riece-identity-member): Take an optional 3rd
+       argument to instruct to use riece-identity-equal-no-server.
+       (riece-identity-assoc): Ditto.
+
+       * riece-display.el (riece-update-user-list-buffer): Use
+       riece-channel-operator-p and riece-channel-speaker-p.
+
+       * riece-button.el (riece-user-button-set-operators): Use
+       riece-channel-operator-p.
+       (riece-user-button-set-speakers): Use riece-channel-speaker-p.
+
+       * riece-channel.el (riece-channel-intern-user): New function.
+       (riece-channel-toggle-operator): Use it.
+       (riece-channel-toggle-speaker): Use it.
+       (riece-channel-operator-p): New function.
+       (riece-channel-speaker-p): New function.
+
+2003-10-23  OHASHI Akira  <bg66@koka-in.org>
+
+       * riece-log.el (riece-log-get-directory): Follow the change of
+       `riece-channel-regexp'.
+
+2003-10-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-identity.el (riece-format-identity): Return copied strings.
+
+2003-10-22  OHASHI Akira  <bg66@koka-in.org>
+
+       * riece.el (riece): When riece server was opened, Do
+       `riece-command-configure-windows' instead of signaling.
+
+2003-10-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
+       accepting a connection.
+       (riece-command-dcc-send): Use riece-completing-read-identity; take
+       an identity object in the 1st argument.
+       (riece-rdcc-format-size): New function.
+       (riece-handle-dcc-request): Use it.
+
+       * riece-ndcc.el (riece-command-dcc-send): Use
+       riece-completing-read-identity; take an identity object in the 1st
+       argument.
+
+       * riece-display.el (riece-update-buffers): Run
+       riece-update-buffer-hook.
+
+       * riece-button.el (riece-user-button-finger): Pass an identity
+       object instead of the prefix.
+
+       * riece-ctcp.el: Require 'riece-highlight.
+       (riece-ctcp-action-face): New face.
+       (riece-ctcp-action-face): New variable.
+       (riece-ctcp-action-prefix): New variable.
+       (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
+       (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
+       if 'riece-highlight is enabled.
+       (riece-handle-ctcp-action-request): Prepend
+       riece-ctcp-action-prefix instead of riece-change-prefix.
+       (riece-command-ctcp-action): Ditto.
+
+       * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
+       * riece-xemacs.el (riece-run-at-time): New function.
+       * riece-emacs.el (riece-run-at-time): New alias.
+
+       * riece-misc.el (riece-get-identities-on-server): New function.
+       (riece-get-users-on-server): Use it.
+
+       * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
+       (riece-command-ctcp-version): Use riece-completing-read-identity
+       and riece-get-identities-on-server.
+       (riece-command-ctcp-ping): Ditto.
+       (riece-command-ctcp-clientinfo): Ditto.
+       (riece-command-ctcp-action): Ditto.
+
+       * riece-commands.el (riece-command-finger): Pass the current
+       server name to riece-get-users-on-server; use
+       riece-completing-read-identity.
+       (riece-command-invite): Ditto.
+       (riece-command-enter-message-to-user): Ditto.
+
+       * riece-000.el (riece-handle-001-message): Register myself with
+       riece-obarray.
+
+2003-10-21  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-ctcp.el (riece-ctcp-completing-read-identity): New
+       function.
+       (riece-command-ctcp-version): Use it.
+       (riece-command-ctcp-ping): Ditto.
+       (riece-command-ctcp-clientinfo): Ditto.
+       (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
+       twice.
+
+2003-10-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
+       Abolish.
+       (riece-mode-line-buffer-identification): Don't define alias.
+
+       * riece-server.el (riece-open-server): Handle errors occurred
+       during reading password.
+
+       * riece-options.el (riece-addons): Add riece-icon.
+
+       * riece-layout.el (riece-configure-windows-top): Collect arguments.
+
+       * riece-icon.el: New add-on.
+       * COMPILE (riece-modules): Add riece-icon.
+       * Makefile.am (EXTRA_DIST): Add riece-icon.el
+
+2003-10-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-options.el (riece-saved-forms): Add riece-layout.
+
+       * riece-layout.el (riece-layout-alist): Change format.
+       (riece-configure-windows): Take 2 args to specify the position of
+       the command buffer window.
+
+       * riece-commands.el (riece-command-change-layout): Set
+       riece-save-variables-are-dirty.
+
+2003-10-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 0.1.4 released.
+       * riece-version.el (riece-version-number): Bump up to 0.1.4.
+
+2003-10-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-server.el (riece-server-process-opened): Return t.
+
+       * riece.el (riece-dialogue-mode-map): Bind "p" to
+       riece-command-enter-message-to-user.
+
+       * riece-misc.el (riece-current-nickname): Use
+       riece-current-server-name.
+       (riece-get-users-on-server): Ditto.
+
+       * riece-server.el (riece-current-server-name): New function.
+       (riece-send-string): Use it.
+
+       * riece-commands.el (riece-command-enter-message-to-user): New command.
+
+2003-10-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-menu.el (riece-menu-create-layouts-menu): New function.
+       (riece-menu-items): Use it.
+
+       * riece-server.el (riece-server-process-opened): New function.
+       (riece-server-opened): Use it.
+
+       * riece-url.el: Require 'riece-menu.
+       (riece-url-insinuate): Add "Open URL..." menu in
+       riece-command-mode-hook.
+
+       * riece-options.el (riece-addons): Add riece-menu.
+
+       * riece-menu.el: New add-on.
+       * COMPILE (riece-modules): Add riece-menu.
+       * Makefile.am (EXTRA_DIST): Add riece-menu.el
+
+2003-10-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-version.el (riece-extended-version): Remove interactive spec.
+       (riece-version): New command.
+       * riece.el (riece-command-map): Bind "V" to riece-version.
+
+       * riece-options.el (riece-command-prefix): New user option.
+       (riece-tab-stop-list): Abolish.
+
+       * riece.el (riece-define-keys-1): If keymap is a list, eval the
+       2nd element of it.
+       (riece-select-keys): Use riece-command-prefix instead of "\C-c".
+       (riece-command-map): Ditto.
+       (riece-dialogue-mode): Don't set tab-stop-list.
+
+2003-10-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-keyword.el (riece-keyword-message-filter): Ignore messages
+       which belongs to myself.
+
+       * riece-commands.el (riece-command-topic): Use
+       riece-check-channel-commands-are-usable.
+       (riece-command-invite): Ditto.
+       (riece-command-kick): Ditto.
+       (riece-command-change-mode): Ditto.
+       (riece-command-set-operators): Ditto.
+       (riece-command-set-speakers): Ditto.
+       (riece-command-send-message): Ditto.
+       (riece-command-part): Ditto.
+
+       * riece-misc.el (riece-get-users-on-server): If
+       riece-current-channel is not set, check the default server.
+       (riece-check-channel-commands-are-usable): New function.
+
+       * riece-globals.el (riece-channel-regexp): Accept channel names
+       beginning with "!!".
+
 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * riece-commands.el (riece-command-universal-server-name-argument):