emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107308: Tiny NEWS changes


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107308: Tiny NEWS changes
Date: Thu, 16 Feb 2012 20:32:04 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107308
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-16 20:32:04 -0800
message:
  Tiny NEWS changes
modified:
  etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-02-16 14:43:41 +0000
+++ b/etc/NEWS  2012-02-17 04:32:04 +0000
@@ -1432,7 +1432,8 @@
 +++
 *** Image mode can view any image type that ImageMagick supports.
 This requires Emacs to be built with ImageMagick support.
-Then the function `imagemagick-types' returns a list of image file
+If your Emacs has ImageMagick support, then the function
+`imagemagick-types' is defined, and returns a list of image file
 extensions that your installation of ImageMagick supports.  The
 function `imagemagick-register-types' enables ImageMagick support for
 these image types, minus those listed in `imagemagick-types-inhibit'.
@@ -1456,11 +1457,12 @@
 
 *** New library `gnutls.el'.
 This requires Emacs to have been built with GnuTLS support.
-The main functions are `open-gnutls-stream' and `gnutls-negotiate'.
-It's easiest to use these functions through `open-network-stream'
-because it can upgrade connections through STARTTLS opportunistically
-or use plain SSL, depending on your needs.  For debugging, set
-`gnutls-log-level' greater than 0.
+If your Emacs has GnuTLS support, the function gnutls-available-p is
+defined and returns non-nil.  The main functions are `open-gnutls-stream'
+and `gnutls-negotiate'.  It's easiest to use these functions through
+`open-network-stream' because it can upgrade connections through
+STARTTLS opportunistically or use plain SSL, depending on your needs.
+For debugging, set `gnutls-log-level' greater than 0.
 
 ** Isearch
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]