1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

; * etc/NEWS: Update EUDC entries.

This commit is contained in:
Eli Zaretskii 2016-01-10 18:30:10 +02:00
parent 1089dc98b7
commit 9c4e4e0cc9

View File

@ -990,40 +990,52 @@ The Lisp API of this package is still experimental.
** EUDC ** EUDC
EUDC's LDAP backend has been improved. EUDC's LDAP backend has been improved.
+++
*** EUDC supports LDAP-over-SSL URLs (ldaps://). *** EUDC supports LDAP-over-SSL URLs (ldaps://).
---
*** EUDC passes LDAP passwords through a pipe to the ldapsearch *** EUDC passes LDAP passwords through a pipe to the ldapsearch
subprocess instead of on the command line. subprocess instead of on the command line.
---
*** EUDC handles LDAP wildcards automatically so the user shouldn't *** EUDC handles LDAP wildcards automatically so the user shouldn't
need to configure this manually anymore. need to configure this manually anymore.
+++
*** The LDAP configuration section of EUDC's manual has been *** The LDAP configuration section of EUDC's manual has been
rewritten. rewritten.
There have also been customization changes. There have also been customization changes.
+++
*** New custom variable `eudc-server-hotlist' to allow specifying *** New custom variable `eudc-server-hotlist' to allow specifying
multiple EUDC servers in init file. multiple EUDC servers in init file.
+++
*** Custom variable `eudc-inline-query-format' defaults to completing *** Custom variable `eudc-inline-query-format' defaults to completing
on email and firstname instead of surname. on email and firstname instead of surname.
---
*** Custom variable `eudc-expansion-overwrites-query' defaults to nil *** Custom variable `eudc-expansion-overwrites-query' defaults to nil
to avoid interfering with the kill ring. to avoid interfering with the kill ring.
+++
*** Custom variable `eudc-inline-expansion-format' defaults to *** Custom variable `eudc-inline-expansion-format' defaults to
"Firstname Surname <mail-address>". "Firstname Surname <mail-address>".
+++
*** Custom variable `eudc-options-file' defaults to *** Custom variable `eudc-options-file' defaults to
"~/.emacs.d/eudc-options". "~/.emacs.d/eudc-options".
---
*** New custom variable `ldap-ldapsearch-password-prompt-regexp' to *** New custom variable `ldap-ldapsearch-password-prompt-regexp' to
allow overriding the regular expression that recognizes the ldapsearch allow overriding the regular expression that recognizes the ldapsearch
command line's password prompt. command line's password prompt.
---
EUDC's BBDB backend now supports BBDB 3. EUDC's BBDB backend now supports BBDB 3.
---
EUDC's PH backend (eudcb-ph.el) is obsolete. EUDC's PH backend (eudcb-ph.el) is obsolete.
** Eshell ** Eshell