* liece-vars.el (liece-display-unread-mark): Set default to t.
+2001-06-19 OHASHI Akira <bg66@koka-in.org>
+
+ * liece-url.el (liece-url-regexp): Fix regexp.
+
+ * liece-vars.el (liece-display-unread-mark): Set default to t.
+
2001-06-14 OHASHI Akira <bg66@koka-in.org>
* liece-channel.el (liece-channel-add-buttons): Fix regexp.
"URL Browsing in IRC buffer."
:group 'liece-vars)
-(defcustom liece-url-regexp "\\b\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]"
+(defcustom liece-url-regexp "\\b\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,:;]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]"
"Regular expression that matches URLs."
:group 'liece-url
:type 'regexp)
:type 'boolean
:group 'liece-look)
-(defcustom liece-display-unread-mark nil
+(defcustom liece-display-unread-mark t
"If non-nil, display unread mark as XEmacs glyphs or character to channel
list buffer."
:type 'boolean