[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master c7effd7: etc/NEWS: Document EUDC improvements
From: |
Thomas Fitzsimmons |
Subject: |
[Emacs-diffs] master c7effd7: etc/NEWS: Document EUDC improvements |
Date: |
Tue, 27 Jan 2015 15:40:50 +0000 |
branch: master
commit c7effd7cacc5505933c32221bb25bea791b589e0
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>
etc/NEWS: Document EUDC improvements
---
etc/ChangeLog | 4 ++++
etc/NEWS | 32 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 71ecf7f..b31e8a9 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-27 Thomas Fitzsimmons <address@hidden>
+
+ * NEWS: Document EUDC improvements.
+
2015-01-26 Lars Ingebrigtsen <address@hidden>
* publicsuffix.txt: Install an updated version of the file from
diff --git a/etc/NEWS b/etc/NEWS
index d5baed3..7552778 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 <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
---
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master c7effd7: etc/NEWS: Document EUDC improvements,
Thomas Fitzsimmons <=