order to channel, mode, topic.
* riece-message.el (riece-message-make-open-bracket): Come in
first notice message.
+2004-06-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * riece-display.el (riece-update-long-channel-indicator): Change
+ order to channel, mode, topic.
+
+ * riece-message.el (riece-message-make-open-bracket): Come in
+ first notice message.
+ (riece-message-make-close-bracket): Ditto.
+
2004-06-16 Daiki Ueno <ueno@unixuser.org>
* riece-commands.el (riece-command-end-of-buffer): New command.
(setq riece-long-channel-indicator
(if riece-current-channel
(if (riece-channel-p (riece-identity-prefix riece-current-channel))
- (riece-concat-channel-modes
+ (riece-concat-channel-topic
riece-current-channel
- (riece-concat-channel-topic
+ (riece-concat-channel-modes
riece-current-channel
(riece-format-identity riece-current-channel)))
(riece-format-identity riece-current-channel))
(defun riece-message-make-open-bracket (message)
"Make `open-bracket' string for MESSAGE."
- (if (riece-message-own-p message)
- ">"
- (if (eq (riece-message-type message) 'notice)
- "{"
+ (if (eq (riece-message-type message) 'notice)
+ "{"
+ (if (riece-message-own-p message)
+ ">"
(if (riece-message-private-p message)
"="
(if (riece-message-external-p message)
(defun riece-message-make-close-bracket (message)
"Make `close-bracket' string for MESSAGE."
- (if (riece-message-own-p message)
- "<"
- (if (eq (riece-message-type message) 'notice)
- "}"
+ (if (eq (riece-message-type message) 'notice)
+ "}"
+ (if (riece-message-own-p message)
+ "<"
(if (riece-message-private-p message)
"="
(if (riece-message-external-p message)