From: Noam Postavsky Date: Mon, 27 May 2019 00:30:09 +0000 (-0400) Subject: ; Add NEWS entry for previous change X-Git-Tag: emacs-27.0.90~2727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa9d57eed17ee6a8006c9cdd4f8636100482cd71;p=emacs.git ; Add NEWS entry for previous change --- diff --git a/etc/NEWS b/etc/NEWS index 8100427403b..975fab495a9 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1226,6 +1226,11 @@ security reasons. Setting this option to an integer causes URLs displayed in Rcirc buffers to be truncated to that many characters. +--- +*** The default /quit and /part reasons are now configurable. +Two new user options are provided for this: +'rcirc-default-part-reason' and 'rcirc-default-quit-reason'. + ** Register ---