diff options
| author | Alexander Adolf <alexander.adolf@condition-alpha.com> | 2022-11-08 13:39:19 -0500 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2022-11-08 18:19:15 -0500 |
| commit | 0e25a39e69acca0324c326ea8e46b1725594bff5 (patch) | |
| tree | 6340e009978c52bd415ad9ff84888f3334c7d5e3 /etc/NEWS | |
| parent | 1f53a5f1b389a2c4a8225cf37bbf68bebac735d7 (diff) | |
| download | emacs-0e25a39e69acca0324c326ea8e46b1725594bff5.tar.gz | |
EUDC: Add ecomplete and mailabbrev backends
* doc/misc/eudc.texi (Overview): Add ecomplete and mailabbrev
nodes.
(ecomplete, mailabbrev): New nodes.
(Installation): Add ecomplete and mailabbrev nodes.
(LDAP Configuration): Use code formatting instead of quotes.
(macOS Contacts Configuration): Likewise.
(ecomplete Configuration): New node.
(mailabbrev Configuration): Likewise.
* etc/NEWS (EUDC): Mention ecomplete and mailabbrev backends,
mention eudc-server-hotlist default change.
* lisp/net/eudc-vars.el (eudc-known-protocols): Add ecomplete and
mailabbrev.
(eudc-server-hotlist): Add entries for ecomplete and mailabbrev.
* lisp/net/eudcb-ecomplete.el: New EUDC backend file.
* lisp/net/eudcb-mailabbrev.el: Likewise.
* test/lisp/net/eudc-resources/ecompleterc,
test/lisp/net/eudc-resources/mailrc: New eudc-tests resource
files.
* test/lisp/net/eudc-tests.el (eudc-test-rfc5322-quote-phrase)
(eudc-test-make-address, eudcb-ecomplete, eudcb-mailabbrev): New
test cases.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2017,6 +2017,25 @@ The EUDC back-end for the macOS Contacts app now provides a wider set of attributes to use for queries, and delivers more attributes in query results. ++++ +*** New back-end for ecomplete +A new back-end for ecomplete allows information from that database to +be queried by EUDC, too. The attributes present in the EUDC query are +used to select the entry type in the ecomplete database. + ++++ +*** New back-end for mailabbrev +A new back-end for mailabbrev allows information from that database to +be queried by EUDC, too. The attributes email, name, and firstname +are supported only. + ++++ +*** New default for 'eudc-server-hotlist' includes built-in backends +The 'eudc-server-hotlist' user option now defaults to including +entries for the new built-in ecomplete and mailabbrev EUDC backends. +As a result, 'C-u M-x eudc-expand-try-all' will query both of these +backends for email address completions, by default. + ** EWW/SHR +++ |
