aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-04-01 16:37:41 +0000
committerRichard M. Stallman <[email protected]>2002-04-01 16:37:41 +0000
commit4f4fada2f5bf3e9319952d94c0bfd5fa4b979fc7 (patch)
tree0f177d3c0945418dde45f5f365629c8b92333d6e /etc/NEWS
parentca1b34c8c19700287d893c6a5eeb53b68c69ed29 (diff)
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0bd04163db..a6ca59e568 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -740,8 +740,10 @@ When the non-blocking connect completes, the sentinel is called with
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 @@ or the header line.
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.