aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-07 20:27:26 +0000
committerGerd Moellmann1999-10-07 20:27:26 +0000
commitef6d912c5ed663b4104ecdf97229adf04806b8f8 (patch)
tree9b8c49e93250cf5498ea99c36922815977b9d8bb
parent6e3b63f7be9f0a3e14e84781bbd29dc5cf332bc2 (diff)
downloademacs-ef6d912c5ed663b4104ecdf97229adf04806b8f8.tar.gz
emacs-ef6d912c5ed663b4104ecdf97229adf04806b8f8.zip
Add section for change of pixmap-spec-p to bitmap-spec-p.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b5207f9656e..395956eb996 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -392,6 +392,9 @@ Note that +++ before an item means the Lisp manual has been updated.
392When you add a new item, please add it without either +++ or --- 392When you add a new item, please add it without either +++ or ---
393so I will know I still need to look at it -- rms. 393so I will know I still need to look at it -- rms.
394 394
395** The function `pixmap-spec-p' has been renamed `bitmap-spec-p'
396because `bitmap' is more in line with the usual X terminology.
397
395** New function `propertize' 398** New function `propertize'
396 399
397The new function `propertize' can be used to conveniently construct 400The new function `propertize' can be used to conveniently construct