* riece-options.el (riece-command-prefix): New user option.
[riece] / lisp / ChangeLog
index 1e062b5..48a76fc 100644 (file)
@@ -1,5 +1,33 @@
+2003-10-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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 "!!".