aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS22
2 files changed, 27 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7502bf71e91..f7e40aa2c67 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * NEWS: Mention new library gnutls.el and explain GnuTLS
4 functionality. Mention new configure.bat options --without-gnutls
5 and --lib for W32.
6
12011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 72011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 8
3 * NEWS: Mention `url-retrieve-queue', (:file "file") and 9 * NEWS: Mention `url-retrieve-queue', (:file "file") and
diff --git a/etc/NEWS b/etc/NEWS
index 5a75a1d9404..8aa503c5dd8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -903,7 +903,21 @@ Emacs Lisp parse tree.
903 903
904FIXME: These should be front-ended by xml.el. 904FIXME: These should be front-ended by xml.el.
905 905
906** FIXME GnuTLS 906** GnuTLS
907
908*** Emacs can be compiled with libgnutls support
909This is the default. You will then be able to use the functionality
910in gnutls.el, namely the `open-gnutls-stream' and `gnutls-negotiate'
911functions. It's easiest to use these functions through
912`open-network-stream' because it can upgrade connections through
913STARTTLS opportunistically or use plain SSL, depending on your needs.
914
915Only versions 2.8.x and higher or GnuTLS have been tested.
916
917*** gnutls-log-level
918Set `gnutls-log-level' higher than 0 to get debug output. 1 is for
919important messages, 2 is for debug data, and higher numbers are as per
920the GnuTLS logging conventions. The output is in *Messages*.
907 921
908** Isearch 922** Isearch
909 923
@@ -931,6 +945,12 @@ runtime checks.
931** New configure.bat option --distfiles to specify files to be 945** New configure.bat option --distfiles to specify files to be
932included in binary distribution. 946included in binary distribution.
933 947
948** New configure.bat option --without-gnutls to disable automatic
949GnuTLS detection.
950
951** New configure.bat option --lib for general library linkage, works
952with the USER_LIBS build variable.
953
934** New make target `dist' to create binary distribution for MS Windows. 954** New make target `dist' to create binary distribution for MS Windows.
935 955
936 956