1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 06:00:50 -08:00

* NEWS: Mention rcirc changes

This commit is contained in:
Philip Kaludercic 2021-09-11 17:55:41 +02:00
parent 2e24b66079
commit 0712e33588
No known key found for this signature in database
GPG key ID: 181F5B95AE30B336

View file

@ -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.