]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS: Mention rcirc changes
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 11 Sep 2021 15:55:41 +0000 (17:55 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 11 Sep 2021 15:55:41 +0000 (17:55 +0200)
etc/NEWS

index f033176e9fe858bbd19a5801961731699a02368b..771e735750365700a52effbe8259ac4fbd22f050 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2685,6 +2685,43 @@ Variable 'mh-whitelist-preserves-sequences-flag' is renamed
 Face 'mh-folder-blacklisted' is renamed 'mh-folder-blocklisted'.
 Face 'mh-folder-whitelisted' is renamed 'mh-folder-allowlisted'.
 
+** Rcirc
+
++++
+*** rcirc now supports SASL authentication.
+
+---
+*** rcirc connects asynchronously
+
+---
+*** Integrate formatting into rcirc-send-string
+The function now accepts a variable number of arguments.
+
++++
+*** Deprecate defun-rcirc-command in favour of rcirc-define-command
+The new macro handles 
+
+---
+*** Add basic IRCv3 support
+This includes support for the capabilities: server-time, batch,
+message-ids, invite-notify, multi-prefix and standard-replies.
+
+---
+*** Add mouse property support to rcirc-track-minor-mode
+
+---
+*** Improve support for IRC markup codes
+
+---
+*** Check auth-sources for server passwords
+
+---
+*** Allow for channels to hide certain message types right after connecting.
+Set rcirc-omit-responses-after-join analogously to rcirc-omit-responses.
+
+---
+*** 
+
 ** Miscellaneous
 
 ---
@@ -2705,9 +2742,6 @@ will now restore the original order.
 ---
 *** 'M-left' and 'M-right' now move between columns in 'tabulated-list-mode'.
 
-+++
-*** rcirc now supports SASL authentication.
-
 ---
 *** New variable 'hl-line-overlay-priority'.
 This can be used to change the priority of the hl-line overlays.