Mercurial > emacs
changeset 66251:b634f15a1cf9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 20 Oct 2005 16:59:04 +0000 |
parents | a60dbc4e788d |
children | 684cec8133e3 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Oct 20 16:53:55 2005 +0000 +++ b/etc/NEWS Thu Oct 20 16:59:04 2005 +0000 @@ -1500,6 +1500,18 @@ * 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.
--- a/lisp/ChangeLog Thu Oct 20 16:53:55 2005 +0000 +++ b/lisp/ChangeLog Thu Oct 20 16:59:04 2005 +0000 @@ -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".