]> code.delx.au - gnu-emacs/commitdiff
etc/NEWS: Document EUDC improvements
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Sat, 24 Jan 2015 05:37:32 +0000 (00:37 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Tue, 27 Jan 2015 15:38:24 +0000 (10:38 -0500)
etc/ChangeLog
etc/NEWS

index 71ecf7fad3964c1864fff7cd8a387cc3cf330c0c..b31e8a993835278e3d70daad65d8b7e4a89de6f8 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-27  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       * NEWS: Document EUDC improvements.
+
 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * publicsuffix.txt: Install an updated version of the file from
index d5baed3dae7c5fbe8899fdd5ad7632d722b972bb..755277854b77cb7f84d165e6580acd96755a9ae7 100644 (file)
--- 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 <mail-address>".
+
+*** 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
 
 ---