diff options
| author | F. Jason Park | 2023-05-04 00:01:11 -0700 |
|---|---|---|
| committer | F. Jason Park | 2023-07-13 18:45:31 -0700 |
| commit | 08515350faff03e4206e7ed4dfacffc55a4779cd (patch) | |
| tree | 48ac364cb0bf976271b7f1ce8835e7da27e86cbb /etc | |
| parent | ded35c2da4da52641ec99927347cd50b736b9577 (diff) | |
| download | emacs-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-NEWS | 16 |
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 | |||
| 84 | ineffective, this method now actually works, but it also admonishes | 84 | ineffective, this method now actually works, but it also admonishes |
| 85 | users to edit the 'erc-modules' widget instead. | 85 | users to edit the 'erc-modules' widget instead. |
| 86 | 86 | ||
| 87 | ** ERC's status-sidebar has gained an accompanying module. | ||
| 88 | Users can now add 'bufbar' to 'erc-modules' to achieve the same effect | ||
| 89 | as toggling 'erc-status-sidebar-open' manually at the start of an IRC | ||
| 90 | session. The module has also been outfitted to show channels and | ||
| 91 | queries under their respective servers by default. To avoid | ||
| 92 | confusion, 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. | ||
| 96 | Add 'nickbar' to 'erc-modules' to spawn a dynamically updating side | ||
| 97 | window listing all the users in any target buffer. It's powered by | ||
| 98 | the same speedbar.el integration you've always known, except this | ||
| 99 | one's optionally accessible from the keyboard, just like any other | ||
| 100 | side 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. |
| 88 | While this option has always offered to right-align stamps via the | 104 | While 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 |