erbot-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erbot-cvs] erbot erbot.el ChangeLog


From: Michael W. Olson
Subject: [Erbot-cvs] erbot erbot.el ChangeLog
Date: Mon, 21 Aug 2006 04:48:28 +0000

CVSROOT:        /cvsroot/erbot
Module name:    erbot
Changes by:     Michael W. Olson <mwolson>      06/08/21 04:48:28

Modified files:
        .              : erbot.el ChangeLog 

Log message:
        Revision: address@hidden/erbot--cvs--0--patch-27
        
        Fix bug with ERC development branch.
        
        * erbot.el (erbot-install): Remove check for erc-backend-version, since
          it no longer exists.  Use featurep instead.  This fixes a failure to
          join channels issue with the ERC development branch.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/erbot/erbot.el?cvsroot=erbot&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/erbot/ChangeLog?cvsroot=erbot&r1=1.60&r2=1.61

Patches:
Index: erbot.el
===================================================================
RCS file: /cvsroot/erbot/erbot/erbot.el,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- erbot.el    20 Apr 2006 18:34:04 -0000      1.52
+++ erbot.el    21 Aug 2006 04:48:28 -0000      1.53
@@ -703,7 +703,7 @@
   (interactive)
   (setq erbot-on-new-erc-p
        (and (boundp 'erc-server-PRIVMSG-functions)
-            (boundp 'erc-backend-version)))
+            (featurep 'erc-backend)))
   (cond (erbot-on-new-erc-p
         (add-hook 'erc-server-PRIVMSG-functions 'erbot-remote t)
         ;; Do we need this local command thing...?

Index: ChangeLog
===================================================================
RCS file: /cvsroot/erbot/erbot/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- ChangeLog   18 May 2006 14:59:06 -0000      1.60
+++ ChangeLog   21 Aug 2006 04:48:28 -0000      1.61
@@ -1,3 +1,9 @@
+2006-08-21  Michael Olson  <address@hidden>
+
+       * erbot.el (erbot-install): Remove check for erc-backend-version,
+       since it no longer exists.  Use featurep instead.  This fixes a
+       failure to join channels issue with the ERC development branch.
+
 2006-05-18  Vivek Dasmohapatra  <address@hidden>
 
        * erbtranslate.el (fsi-translate): If we can't make sense 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]