diff etc/NEWS @ 44308:ecd559f0d5c3

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Apr 2002 16:37:41 +0000
parents ea6a55176423
children 493f53a29dd3
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 01 16:28:16 2002 +0000
+++ b/etc/NEWS	Mon Apr 01 16:37:41 2002 +0000
@@ -740,8 +740,10 @@
 the status matching "open" or "failed".
 
 *** New function open-network-stream-server.
+MORE INFO NEEDED HERE.
 
 *** New functions process-datagram-address and set-process-datagram-address.
+MORE INFO NEEDED HERE.
 
 *** By default, the function process-contact still returns (HOST SERVICE)
 for a network process.  Using the new optional KEY arg, the complete list
@@ -784,6 +786,13 @@
 These functions are like `plist-get' and `plist-put' except that they
 compare the property name using `equal' rather than `eq'.
 
+** New function `tool-bar-local-item-from-menu'
+
+The `tool-bar-add-item-from-menu' most not be used (as previously
+recommended) for making entries in the tool bar for local keymaps.
+Instead, use the function `tool-bar-local-item-from-menu', which lets
+you specify the map to use as an argument.
+
 +++
 ** The function `atan' now accepts an optional second argument.