aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorF. Jason Park2023-05-04 00:01:11 -0700
committerF. Jason Park2023-07-13 18:45:31 -0700
commit08515350faff03e4206e7ed4dfacffc55a4779cd (patch)
tree48ac364cb0bf976271b7f1ce8835e7da27e86cbb /etc
parentded35c2da4da52641ec99927347cd50b736b9577 (diff)
downloademacs-08515350faff03e4206e7ed4dfacffc55a4779cd.tar.gz
emacs-08515350faff03e4206e7ed4dfacffc55a4779cd.zip
Add mini modules bufbar and nickbar to ERC
* doc/misc/erc.texi: Add `bufbar' and `nickbar' to known modules. Also add `keep-place', which was missing, and remove `bbdb', which is not part of ERC. Add new section "Auxiliary Modules" for listing experimental modules or those typically managed by some other feature. * erc/ERC-NEWS: Mention new mini modules for libraries erc-status-sidebar.el and erc-speedbar.el. * lisp/erc/erc.el (erc-modules): Add `bufbar' and `nickbar' to selection of offered modules. * test/lisp/erc/erc-tests.el (erc-tests--modules): Add `bufbar' and `nickbar'. (Bug#63595)
Diffstat (limited to 'etc')
-rw-r--r--etc/ERC-NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index fde4c64c32d..65fee9e05cd 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -84,6 +84,22 @@ widget has been an age-old annoyance for new users. Previously
84ineffective, this method now actually works, but it also admonishes 84ineffective, this method now actually works, but it also admonishes
85users to edit the 'erc-modules' widget instead. 85users to edit the 'erc-modules' widget instead.
86 86
87** ERC's status-sidebar has gained an accompanying module.
88Users can now add 'bufbar' to 'erc-modules' to achieve the same effect
89as toggling 'erc-status-sidebar-open' manually at the start of an IRC
90session. The module has also been outfitted to show channels and
91queries under their respective servers by default. To avoid
92confusion, the major mode used for the sidebar buffer itself,
93'erc-status-sidebar-mode', is no longer available interactively.
94
95** A new spin on a classic integration in erc-speedbar.
96Add 'nickbar' to 'erc-modules' to spawn a dynamically updating side
97window listing all the users in any target buffer. It's powered by
98the same speedbar.el integration you've always known, except this
99one's optionally accessible from the keyboard, just like any other
100side window. Hit '<RET>' over a nick to spawn a "/QUERY" or a
101"Lastlog" (Occur) session. See 'erc-nickbar-mode' for more.
102
87** The option 'erc-timestamp-use-align-to' is more versatile. 103** The option 'erc-timestamp-use-align-to' is more versatile.
88While this option has always offered to right-align stamps via the 104While this option has always offered to right-align stamps via the
89'display' text property, it's now more effective at doing so when set 105'display' text property, it's now more effective at doing so when set