argument for `format'.
* riece-mcat.el (riece-mcat-extract): New local variable `pointer'.
* riece-epg.el (epg-cancel): Autoload.
* riece-options.el (riece): Specify :group.
+2007-01-29 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-ctcp.el (riece-handle-ctcp-ping-request): Removed useless
+ argument for `format'.
+ * riece-mcat.el (riece-mcat-extract): New local variable `pointer'.
+ * riece-epg.el (epg-cancel): Autoload.
+ * riece-options.el (riece): Specify :group.
+
2007-01-28 Daiki Ueno <ueno@unixuser.org>
* riece-coding.el (riece--encode-coding-string): New alias.
(riece-send-string
(if string
(format "NOTICE %s :\1PING %s\1\r\n" user string)
- (format "NOTICE %s :\1PING\1\r\n" user string)))
+ (format "NOTICE %s :\1PING\1\r\n" user)))
(riece-insert-change buffer (format "CTCP PING from %s\n" user))
(riece-insert-change
(if (and riece-channel-buffer-mode
(autoload 'epg-encrypt-string "epg")
(autoload 'epg-passphrase-callback-function "epg")
(autoload 'epg-context-set-passphrase-callback "epg")
+(autoload 'epg-cancel "epg")
(eval-when-compile
(autoload 'riece-command-send-message "riece-commands"))
(defun riece-mcat-extract (files)
(save-excursion
- (let (message-list)
+ (let (message-list pointer)
(while files
(with-temp-buffer
(insert-file-contents (car files))
;; User modifiable variables.
(defgroup riece nil
- "Riece specific customize group.")
+ "Riece specific customize group."
+ :prefix "riece-"
+ :group 'applications)
(defgroup riece-options nil
"Riece user customizable variables."