aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-16 20:32:04 -0800
committerGlenn Morris2012-02-16 20:32:04 -0800
commitd3aff6896a7b4514d176980c11a659abbdc5880d (patch)
tree91f6a014a9cefe360ff8a083339f9bf8b879ab91
parent112d1241d818692bfb365171d83c818bbba503b4 (diff)
downloademacs-d3aff6896a7b4514d176980c11a659abbdc5880d.tar.gz
emacs-d3aff6896a7b4514d176980c11a659abbdc5880d.zip
Tiny NEWS changes
-rw-r--r--etc/NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8f454c77a5a..72b0f5b5ecf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1432,7 +1432,8 @@ The old name is an obsolete alias to the new one.
1432+++ 1432+++
1433*** Image mode can view any image type that ImageMagick supports. 1433*** Image mode can view any image type that ImageMagick supports.
1434This requires Emacs to be built with ImageMagick support. 1434This requires Emacs to be built with ImageMagick support.
1435Then the function `imagemagick-types' returns a list of image file 1435If your Emacs has ImageMagick support, then the function
1436`imagemagick-types' is defined, and returns a list of image file
1436extensions that your installation of ImageMagick supports. The 1437extensions that your installation of ImageMagick supports. The
1437function `imagemagick-register-types' enables ImageMagick support for 1438function `imagemagick-register-types' enables ImageMagick support for
1438these image types, minus those listed in `imagemagick-types-inhibit'. 1439these image types, minus those listed in `imagemagick-types-inhibit'.
@@ -1456,11 +1457,12 @@ FIXME: These should be front-ended by xml.el.
1456 1457
1457*** New library `gnutls.el'. 1458*** New library `gnutls.el'.
1458This requires Emacs to have been built with GnuTLS support. 1459This requires Emacs to have been built with GnuTLS support.
1459The main functions are `open-gnutls-stream' and `gnutls-negotiate'. 1460If your Emacs has GnuTLS support, the function gnutls-available-p is
1460It's easiest to use these functions through `open-network-stream' 1461defined and returns non-nil. The main functions are `open-gnutls-stream'
1461because it can upgrade connections through STARTTLS opportunistically 1462and `gnutls-negotiate'. It's easiest to use these functions through
1462or use plain SSL, depending on your needs. For debugging, set 1463`open-network-stream' because it can upgrade connections through
1463`gnutls-log-level' greater than 0. 1464STARTTLS opportunistically or use plain SSL, depending on your needs.
1465For debugging, set `gnutls-log-level' greater than 0.
1464 1466
1465** Isearch 1467** Isearch
1466 1468