diff lisp/url/ChangeLog @ 69695:20c95c0b0947

(url-irc-rcirc, url-irc-erc): New functions. (url-irc-function): Add rcirc and ERC to the list of IRC clients. Default to rcirc, since ZenIRC isn't part of Emacs.
author Romain Francoise <romain@orebokech.com>
date Mon, 27 Mar 2006 20:23:47 +0000
parents 7383e30e90bb
children 73f175471c73
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Mon Mar 27 20:23:22 2006 +0000
+++ b/lisp/url/ChangeLog	Mon Mar 27 20:23:47 2006 +0000
@@ -1,3 +1,9 @@
+2006-03-27  Romain Francoise  <romain@orebokech.com>
+
+	* url-irc.el (url-irc-rcirc, url-irc-erc): New functions.
+	(url-irc-function): Add rcirc and ERC to the list of IRC clients.
+	Default to rcirc, since ZenIRC isn't part of Emacs.
+
 2006-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* url-http.el (url-http-find-free-connection): Fix braino in last fix.