]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Oct 2005 16:59:04 +0000 (16:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Oct 2005 16:59:04 +0000 (16:59 +0000)
etc/NEWS
lisp/ChangeLog

index e77ccd9237a38fbe844b0cb1fbb394a89ece6bb3..e21f74a0216f49044fc4131663f3a642c47b2ae4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1500,6 +1500,18 @@ colors as on X.
 \f
 * New Modes and Packages in Emacs 22.1
 
+** Rcirc is now part of the Emacs distribution.
+
+Rcirc is an Internet relay chat (IRC) client.  It supports
+simultaneous connections to multiple IRC servers.  Each discussion
+takes place in its own buffer.  For each connection you can join
+several channels (many-to-many) and participate in private
+(one-to-one) chats.  Both channel and private chats are contained in
+separate buffers.
+
+To start an IRC session, type M-x irc, and follow the prompts for
+server, port, nick and initial channels.
+
 ---
 ** Newsticker is now part of the Emacs distribution.
 
index d866a6f92801ffe8545246bcde3b607940017122..4313a51de7be6540245f2e7c3ef477b8180a1ca5 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-20  Richard M. Stallman  <rms@gnu.org>
+
+       * net/rcirc.el: New file.
+
 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
 
        * term.el (term-term-name): Initialize to "eterm-color".