From 10625c3cc9decf7d32119c26ac23d0ecd49e7a69 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 20 Oct 2005 16:59:04 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 12 ++++++++++++ lisp/ChangeLog | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index e77ccd9237a..e21f74a0216 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1500,6 +1500,18 @@ colors as on X. * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d866a6f9280..4313a51de7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-20 Richard M. Stallman + + * net/rcirc.el: New file. + 2005-10-20 Bryan Henderson (tiny change) * term.el (term-term-name): Initialize to "eterm-color". -- 2.39.5