+2014-11-09 Kelvin White <kwhite@gnu.org>
+
+ * erc-match.el, erc-join.el, erc-stamp.el, erc-backend.el, erc.el,
+ erc-button.el: Update version to 24.5.
+
2014-11-09 Ivan Shmakov <ivan@siamics.net>
* erc-track.el (erc-modified-channels-display): Update mode line
This will only be consulted if the coding system in
`erc-server-coding-system' is `undecided'."
:group 'erc-server
- :version "24.1"
+ :version "24.5"
:type '(repeat coding-system))
(defcustom erc-server-coding-system (if (and (fboundp 'coding-system-p)
(defcustom erc-server-timestamp-format "%Y-%m-%d %T"
"Timestamp format used with server response messages.
This string is processed using `format-time-string'."
- :version "24.3"
+ :version "24.5"
:type 'string
:group 'erc-server)
'nicknames, these are ignored, and CALLBACK will be called with
the nickname matched as the argument."
:group 'erc-button
- :version "24.3" ; remove finger (bug#4443)
+ :version "24.5" ; remove finger (bug#4443)
:type '(repeat
(list :tag "Button"
(choice :tag "Matches"
identification, or after `erc-autojoin-delay' seconds.
Any other value means the same as `connect'."
:group 'erc-autojoin
- :version "24.1"
+ :version "24.5"
:type '(choice (const :tag "On Connection" connect)
(const :tag "When Identified" ident)))
If NickServ identification occurs before this delay expires, ERC
autojoins immediately at that time."
:group 'erc-autojoin
- :version "24.1"
+ :version "24.5"
:type 'integer)
(defcustom erc-autojoin-domain-only t
useful for excluding all the things like MOTDs from the server
and other miscellaneous functions."
:group 'erc-match
- :version "24.3"
+ :version "24.5"
:type 'boolean)
;; Internal variables:
"Whether the timestamps should be intangible, i.e. prevent the point
from entering them and instead jump over them."
:group 'erc-stamp
- :version "25.1"
+ :version "24.5"
:type 'boolean)
(defface erc-timestamp-face '((t :weight bold :foreground "green"))
(defgroup erc-lurker nil
"Hide specified message types sent by lurkers"
- :version "24.3"
+ :version "24.5"
:group 'erc-ignore)
(defgroup erc-query nil
If the value is nil, `erc-send-current-line' always considers any
submitted line to be intentional."
:group 'erc
- :version "24.4"
+ :version "24.5"
:type '(choice number (other :tag "disabled" nil)))
(defun erc-send-current-line ()