aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-03 21:11:01 -0500
committerGlenn Morris2012-02-03 21:11:01 -0500
commit7cb76fe098aba08c1042aa5216cf885a45b37aac (patch)
tree42ba1454cb171e9ecea3181b818efb59f9cd1669
parent987a0a161ae2263f4fe403a598d5ef3a1e2290fb (diff)
downloademacs-7cb76fe098aba08c1042aa5216cf885a45b37aac.tar.gz
emacs-7cb76fe098aba08c1042aa5216cf885a45b37aac.zip
NEWS.
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 99be115e108..b29d89aec7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1337,7 +1337,9 @@ i.e. via menu entries of the form `(menu-item "--")'.
1337**** `image-animate-timer' returns the timer object for an image that 1337**** `image-animate-timer' returns the timer object for an image that
1338is being animated. 1338is being animated.
1339 1339
1340*** `image-extension-data' is renamed to `image-metadata'. 1340---
1341*** `image-extension-data' has been renamed to `image-metadata'.
1342The old name is an obsolete alias to the new one.
1341 1343
1342*** Emacs can be compiled with ImageMagick support. 1344*** Emacs can be compiled with ImageMagick support.
1343Then the function `imagemagick-types' returns a list of image file 1345Then the function `imagemagick-types' returns a list of image file
@@ -1367,6 +1369,7 @@ or use plain SSL, depending on your needs. For debugging, set
1367 1369
1368** Isearch 1370** Isearch
1369 1371
1372---
1370*** New hook `isearch-update-post-hook' that runs in `isearch-update'. 1373*** New hook `isearch-update-post-hook' that runs in `isearch-update'.
1371 1374
1372+++ 1375+++
@@ -1412,6 +1415,7 @@ Rather than setting this to t, disable Tooltip mode instead.
1412*** buffer-substring-filters is obsolete. 1415*** buffer-substring-filters is obsolete.
1413Use `filter-buffer-substring-functions' instead. 1416Use `filter-buffer-substring-functions' instead.
1414 1417
1418---
1415*** `byte-compile-disable-print-circle' is obsolete. 1419*** `byte-compile-disable-print-circle' is obsolete.
1416 1420
1417*** `deferred-action-list' and `deferred-action-function' are obsolete. 1421*** `deferred-action-list' and `deferred-action-function' are obsolete.