+2008-06-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * riece-options.el (riece-server-alist): Fix :value for username,
+ password, function and coding-system.
+
2008-06-02 Daiki Ueno <ueno@unixuser.org>
* riece.el (riece-read-variables-files): Re-evaluate custom settings.
string))
(list :inline t :tag "Username"
:format "%{%t%}: %v"
- (const :tag "" :value :host)
+ (const :tag "" :value :username)
(choice (const :tag "Default" riece-username)
string))
(list :inline t :tag "Password"
:format "%{%t%}: %v"
- (const :tag "" :value :host)
+ (const :tag "" :value :password)
string)
(list :inline t :tag "Function"
:format "%{%t%}: %v"
- (const :tag "" :value :host)
+ (const :tag "" :value :function)
(choice
(const :tag "Default"
riece-default-open-connection-function)
function))
(list :inline t :tag "Coding system"
:format "%{%t%}: %v"
- (const :tag "" :value :host)
+ (const :tag "" :value :coding)
(choice
(const :tag "Default"
riece-default-coding-system)