X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=NEWS;h=6159b139e712226477c86386d9e62eeaf0c57b43;hp=60915a3678c485a419ceecdc7b10b4169e7686c6;hb=a3c9ab3f3b1138becb039a9e7968afae03aa09ad;hpb=74171ef56b0be17199a1542975dc18244c23be89 diff --git a/NEWS b/NEWS index 60915a3..6159b13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +* Major changes in 3.0.0 + +** Changed the meaning of riece-username. If you set this option, you + will need to set riece-realname instead. (ueno) + +** Cause an error if a user requests to close already closed server. (yoichi) + +** New add-on riece-epg.el, which enables secure conversation using + GnuPG. (ueno) + +** Fixed a couple of bugs in inviting users. (Steve Youngs) + +** Fixed a redisplay bug when a user leaves a channel. (ueno) + +** Reverted the default value of riece-alias-alternate-separator to + "@". (ueno) + +* Major changes in 2.0.2 + +** Fixed C-c l (riece-command-list) behavior. It didn't display + channel TOPIC correctly. (ueno) + +** Don't alter case of user/channel names when completing user + input. (ueno) + +** Changed default value of alternate separator of a channel name and an + IRC server name to "%". (ueno) + +* Major changes in 2.0.1 + +** If there is a message in previously selected channel, Riece 2.0.0 + doesn't treat it as an unread channel. 2.0.1 fixes it. (ueno) + +** New add-on riece-xfaceb.el, which displays X-Face/Colour Face in + IRC buffers. (Steve Youngs) + * Major changes in 2.0.0 ** Support multiple coding-systems on a server.