From: Thomas Fitzsimmons Date: Sat, 24 Jan 2015 05:37:32 +0000 (-0500) Subject: etc/NEWS: Document EUDC improvements X-Git-Tag: emacs-25.0.90~2576^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7effd7cacc5505933c32221bb25bea791b589e0;p=emacs.git etc/NEWS: Document EUDC improvements --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 71ecf7fad39..b31e8a99383 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-27 Thomas Fitzsimmons + + * NEWS: Document EUDC improvements. + 2015-01-26 Lars Ingebrigtsen * publicsuffix.txt: Install an updated version of the file from diff --git a/etc/NEWS b/etc/NEWS index d5baed3dae7..755277854b7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -495,6 +495,38 @@ As a result of the above, these commands are now obsolete: `find-tag-other-window', `find-tag-other-frame', `find-tag-regexp', `tags-apropos' and `tags-loop-continue'. +** EUDC +EUDC's LDAP backend has been improved. + +*** EUDC supports LDAP-over-SSL URLs (ldaps://). + +*** EUDC passes LDAP passwords through a pipe to the ldapsearch +subprocess instead of on the command line. + +*** EUDC handles LDAP wildcards automatically so the user shouldn't +need to configure this manually anymore. + +*** The LDAP configuration section of EUDC's manual has been +rewritten. + +There have also been customization changes. + +*** New custom variable `eudc-server-hotlist' to allow specifying +multiple EUDC servers in init file. + +*** Custom variable `eudc-inline-query-format' defaults to completing +on email and firstname instead of surname. + +*** Custom variable `eudc-expansion-overwrites-query' defaults to nil +to avoid interfering with the kill ring. + +*** Custom variable `eudc-inline-expansion-format' defaults to +"Firstname Surname ". + +*** New custom variable `ldap-ldapsearch-password-prompt-regexp' to +allow overriding the regular expression that recognizes the ldapsearch +command line's password prompt. + ** Obsolete packages ---