]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Apr 2002 16:37:41 +0000 (16:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Apr 2002 16:37:41 +0000 (16:37 +0000)
etc/NEWS
lisp/ChangeLog

index 0bd04163dbd9e76bbbe93eee590bb686c3eab097..a6ca59e5686b25c6070412c018ec3380135626b4 100644 (file)
--- 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.
 
index 6b1a203df2a6b803b629a914a8e085a0ac9deb9c..1fee51b822c0cf804979d9f99797a1dc713b3f05 100644 (file)
@@ -8,6 +8,15 @@
        
 2002-04-01  Richard M. Stallman  <rms@gnu.org>
 
+       * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
+
+       * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
+       tool-bar-add-item, and new arg MAP.
+       (tool-bar-add-item): Now calls tool-bar-local-item.
+       (tool-bar-local-item-from-menu): Renamed from 
+       tool-bar-add-item-from-menu, and new arg IN-MAP.
+       (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
+
        * help-fns.el (help-with-tutorial): Allow various ways
        to specify the text in the [...] line, in handling the <...> line.