diff options
| author | Glenn Morris | 2012-02-16 20:32:04 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-16 20:32:04 -0800 |
| commit | d3aff6896a7b4514d176980c11a659abbdc5880d (patch) | |
| tree | 91f6a014a9cefe360ff8a083339f9bf8b879ab91 | |
| parent | 112d1241d818692bfb365171d83c818bbba503b4 (diff) | |
| download | emacs-d3aff6896a7b4514d176980c11a659abbdc5880d.tar.gz emacs-d3aff6896a7b4514d176980c11a659abbdc5880d.zip | |
Tiny NEWS changes
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
| @@ -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. |
| 1434 | This requires Emacs to be built with ImageMagick support. | 1434 | This requires Emacs to be built with ImageMagick support. |
| 1435 | Then the function `imagemagick-types' returns a list of image file | 1435 | If your Emacs has ImageMagick support, then the function |
| 1436 | `imagemagick-types' is defined, and returns a list of image file | ||
| 1436 | extensions that your installation of ImageMagick supports. The | 1437 | extensions that your installation of ImageMagick supports. The |
| 1437 | function `imagemagick-register-types' enables ImageMagick support for | 1438 | function `imagemagick-register-types' enables ImageMagick support for |
| 1438 | these image types, minus those listed in `imagemagick-types-inhibit'. | 1439 | these 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'. |
| 1458 | This requires Emacs to have been built with GnuTLS support. | 1459 | This requires Emacs to have been built with GnuTLS support. |
| 1459 | The main functions are `open-gnutls-stream' and `gnutls-negotiate'. | 1460 | If your Emacs has GnuTLS support, the function gnutls-available-p is |
| 1460 | It's easiest to use these functions through `open-network-stream' | 1461 | defined and returns non-nil. The main functions are `open-gnutls-stream' |
| 1461 | because it can upgrade connections through STARTTLS opportunistically | 1462 | and `gnutls-negotiate'. It's easiest to use these functions through |
| 1462 | or 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. | 1464 | STARTTLS opportunistically or use plain SSL, depending on your needs. |
| 1465 | For debugging, set `gnutls-log-level' greater than 0. | ||
| 1464 | 1466 | ||
| 1465 | ** Isearch | 1467 | ** Isearch |
| 1466 | 1468 | ||