aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-10 18:30:10 +0200
committerEli Zaretskii2016-01-10 18:30:10 +0200
commit9c4e4e0cc9a63b529118339d5adf4d719702fb90 (patch)
tree64047408f73fe41f9b60f075fa1b452054a8692a
parent1089dc98b778d1c6eb190dbd840d40c33aea9bea (diff)
downloademacs-9c4e4e0cc9a63b529118339d5adf4d719702fb90.tar.gz
emacs-9c4e4e0cc9a63b529118339d5adf4d719702fb90.zip
; * etc/NEWS: Update EUDC entries.
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4e32e48495e..8130e272081 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -990,40 +990,52 @@ The Lisp API of this package is still experimental.
990** EUDC 990** EUDC
991EUDC's LDAP backend has been improved. 991EUDC's LDAP backend has been improved.
992 992
993+++
993*** EUDC supports LDAP-over-SSL URLs (ldaps://). 994*** EUDC supports LDAP-over-SSL URLs (ldaps://).
994 995
996---
995*** EUDC passes LDAP passwords through a pipe to the ldapsearch 997*** EUDC passes LDAP passwords through a pipe to the ldapsearch
996subprocess instead of on the command line. 998subprocess instead of on the command line.
997 999
1000---
998*** EUDC handles LDAP wildcards automatically so the user shouldn't 1001*** EUDC handles LDAP wildcards automatically so the user shouldn't
999need to configure this manually anymore. 1002need to configure this manually anymore.
1000 1003
1004+++
1001*** The LDAP configuration section of EUDC's manual has been 1005*** The LDAP configuration section of EUDC's manual has been
1002rewritten. 1006rewritten.
1003 1007
1004There have also been customization changes. 1008There have also been customization changes.
1005 1009
1010+++
1006*** New custom variable `eudc-server-hotlist' to allow specifying 1011*** New custom variable `eudc-server-hotlist' to allow specifying
1007multiple EUDC servers in init file. 1012multiple EUDC servers in init file.
1008 1013
1014+++
1009*** Custom variable `eudc-inline-query-format' defaults to completing 1015*** Custom variable `eudc-inline-query-format' defaults to completing
1010on email and firstname instead of surname. 1016on email and firstname instead of surname.
1011 1017
1018---
1012*** Custom variable `eudc-expansion-overwrites-query' defaults to nil 1019*** Custom variable `eudc-expansion-overwrites-query' defaults to nil
1013to avoid interfering with the kill ring. 1020to avoid interfering with the kill ring.
1014 1021
1022+++
1015*** Custom variable `eudc-inline-expansion-format' defaults to 1023*** Custom variable `eudc-inline-expansion-format' defaults to
1016"Firstname Surname <mail-address>". 1024"Firstname Surname <mail-address>".
1017 1025
1026+++
1018*** Custom variable `eudc-options-file' defaults to 1027*** Custom variable `eudc-options-file' defaults to
1019"~/.emacs.d/eudc-options". 1028"~/.emacs.d/eudc-options".
1020 1029
1030---
1021*** New custom variable `ldap-ldapsearch-password-prompt-regexp' to 1031*** New custom variable `ldap-ldapsearch-password-prompt-regexp' to
1022allow overriding the regular expression that recognizes the ldapsearch 1032allow overriding the regular expression that recognizes the ldapsearch
1023command line's password prompt. 1033command line's password prompt.
1024 1034
1035---
1025EUDC's BBDB backend now supports BBDB 3. 1036EUDC's BBDB backend now supports BBDB 3.
1026 1037
1038---
1027EUDC's PH backend (eudcb-ph.el) is obsolete. 1039EUDC's PH backend (eudcb-ph.el) is obsolete.
1028 1040
1029** Eshell 1041** Eshell