aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2015-01-28 14:21:33 +1100
committerLars Magne Ingebrigtsen2015-01-28 14:21:33 +1100
commit7f4f16b3ae6fdb59d83cfc01017668f2a564309f (patch)
tree60e4a7f23f949afaed3bc2fddd0a528aef297861 /etc
parent1a369fc7f1ccec6954344ec1ee0211a4d24c312d (diff)
parentbe2d23e58721b7acc68c0ea654a38e5109df2aa2 (diff)
downloademacs-7f4f16b3ae6fdb59d83cfc01017668f2a564309f.tar.gz
emacs-7f4f16b3ae6fdb59d83cfc01017668f2a564309f.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS36
2 files changed, 44 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 71ecf7fad39..0677e441b83 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12015-01-27 Ivan Shmakov <ivan@siamics.net>
2
3 * NEWS: Mention the new tar-new-entry command. (Bug#19274)
4
52015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org>
6
7 * NEWS: Document EUDC improvements.
8
12015-01-26 Lars Ingebrigtsen <larsi@gnus.org> 92015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2 10
3 * publicsuffix.txt: Install an updated version of the file from 11 * publicsuffix.txt: Install an updated version of the file from
diff --git a/etc/NEWS b/etc/NEWS
index d5baed3dae7..4b0a268d8f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -495,6 +495,42 @@ As a result of the above, these commands are now obsolete:
495`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp', 495`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
496`tags-apropos' and `tags-loop-continue'. 496`tags-apropos' and `tags-loop-continue'.
497 497
498** EUDC
499EUDC's LDAP backend has been improved.
500
501*** EUDC supports LDAP-over-SSL URLs (ldaps://).
502
503*** EUDC passes LDAP passwords through a pipe to the ldapsearch
504subprocess instead of on the command line.
505
506*** EUDC handles LDAP wildcards automatically so the user shouldn't
507need to configure this manually anymore.
508
509*** The LDAP configuration section of EUDC's manual has been
510rewritten.
511
512There have also been customization changes.
513
514*** New custom variable `eudc-server-hotlist' to allow specifying
515multiple EUDC servers in init file.
516
517*** Custom variable `eudc-inline-query-format' defaults to completing
518on email and firstname instead of surname.
519
520*** Custom variable `eudc-expansion-overwrites-query' defaults to nil
521to avoid interfering with the kill ring.
522
523*** Custom variable `eudc-inline-expansion-format' defaults to
524"Firstname Surname <mail-address>".
525
526*** New custom variable `ldap-ldapsearch-password-prompt-regexp' to
527allow overriding the regular expression that recognizes the ldapsearch
528command line's password prompt.
529
530+++
531** tar-mode: new `tar-new-entry' command, allowing for new members to
532be added to the archive.
533
498** Obsolete packages 534** Obsolete packages
499 535
500--- 536---