]> code.delx.au - gnu-emacs/commitdiff
Update version to 24.5
authorKelvin White <kwhite@gnu.org>
Sun, 9 Nov 2014 13:46:24 +0000 (08:46 -0500)
committerKelvin White <kwhite@gnu.org>
Sun, 9 Nov 2014 13:46:24 +0000 (08:46 -0500)
lisp/erc/ChangeLog
lisp/erc/erc-backend.el
lisp/erc/erc-button.el
lisp/erc/erc-join.el
lisp/erc/erc-match.el
lisp/erc/erc-stamp.el
lisp/erc/erc.el

index cf3f05bcea0e570757301792a705c695cfa63fc7..3b056da2e5e8b337e5c330d6ea69e890bcde77f2 100644 (file)
@@ -1,3 +1,8 @@
+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
index fb22f58822d041d6f04e23dac191db69fd3be15e..2c6b03720f02fca12c00149a26da5fb51ccd47c2 100644 (file)
@@ -333,7 +333,7 @@ Good luck."
 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)
@@ -400,7 +400,7 @@ isn't displayed."
 (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)
 
index 6e2c60cf6fa5ad8c948c6c7161bc140e457dd418..b83fd9eeeb9296f5e51d1ed7c968751f55c36ebd 100644 (file)
@@ -183,7 +183,7 @@ PAR is a number of a regexp grouping whose text will be passed to
   '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"
index e47e6e0c89ee1a5d3f92c528184bac9d0bc82da7..0a24cb864dabf663ec4e874b33e596df0c1a9ed7 100644 (file)
@@ -83,7 +83,7 @@ If the value is `ident', autojoin after successful NickServ
 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)))
 
@@ -93,7 +93,7 @@ This only takes effect if `erc-autojoin-timing' is `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
index b10da96f6f477e1302da34890d518bb2ef6c193d..a8a4e58362c772852981c1e3b7f3fda77b63f782 100644 (file)
@@ -237,7 +237,7 @@ current-nick, keyword, pal, dangerous-host, fool"
 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:
index 39ffbb4bf3819b299b230f754d05812889a4658a..37982069abea45c7dbadb707310e8193e296e85d 100644 (file)
@@ -151,7 +151,7 @@ the minibuffer."
   "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"))
index 37b24eaaa606bbb2f75adf1346b9bf282dee383d..4acb7340fb29420b03603f7a0843153b3f290158 100644 (file)
 
 (defgroup erc-lurker nil
   "Hide specified message types sent by lurkers"
-  :version "24.3"
+  :version "24.5"
   :group 'erc-ignore)
 
 (defgroup erc-query nil
@@ -5291,7 +5291,7 @@ into the ERC buffer, that text is not sent to the IRC server.
 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 ()