]> code.delx.au - gnu-emacs/commitdiff
Minor fixes in the nt/ subdirectory.
authorEli Zaretskii <eliz@gnu.org>
Mon, 1 Apr 2013 07:28:56 +0000 (10:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 1 Apr 2013 07:28:56 +0000 (10:28 +0300)
 nt/README: A better documentation of ddeclient.exe.
 nt/README.W32: A better documentation of ddeclient.exe.
 nt/paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
 subdirectories.

nt/ChangeLog
nt/README
nt/README.W32
nt/paths.h

index 53dfdbe33cae297e60f39ec76cebe73824d66c33..3d2c0e172ffe724501a100e022a1824236245259 100644 (file)
@@ -1,3 +1,12 @@
+2013-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * README: A better documentation of ddeclient.exe.
+
+       * README.W32: A better documentation of ddeclient.exe.
+
+       * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
+       subdirectories.
+
 2013-03-30  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/ms-w32.h (TERM_HEADER): Remove definition.
index c112c828fca0c6afd2dcca74eedf3dd892f32cf6..b62dc0b746bf7bf326d05a5b00e64fb0dcd6899f 100644 (file)
--- a/nt/README
+++ b/nt/README
   + ebrowse.exe - A tool for generating C++ browse information.  See the
     `Ebrowse' manual.
 
-  + ddeclient.exe - A tool for interacting with DDE servers.
+  + ddeclient.exe - A tool for interacting with DDE servers.  To be
+    invoked as "ddeclient SERVER [TOPIC]", where SERVER is the DDE
+    server name, and sends each line of its standard input to the DDE
+    server using the DdeClientTransaction API.  This program is
+    supposed to be invoked via the 'call-process-region' Emacs
+    primitive.
 
   + hexl.exe - A tool for converting files to hex dumps.  See the
     `Editing Binary Files' node of the Emacs manual.
index 3e51b30af50a19bbad97f193cc6e3d01766945bd..19c148bbf0b554afa2a5a958750f9ae9bfe61158 100644 (file)
@@ -114,7 +114,12 @@ See the end of the file for license conditions.
   + ebrowse.exe - A tool for generating C++ browse information.  See the
     `Ebrowse' manual.
 
-  + ddeclient.exe - A tool for interacting with DDE servers.
+  + ddeclient.exe - A tool for interacting with DDE servers.  To be
+    invoked as "ddeclient SERVER [TOPIC]", where SERVER is the DDE
+    server name, and sends each line of its standard input to the DDE
+    server using the DdeClientTransaction API.  This program is
+    supposed to be invoked via the 'call-process-region' Emacs
+    primitive.
 
   + hexl.exe - A tool for producing hex dumps of binary files.  See the
     `Editing Binary Files' node of the Emacs manual.
index e9601a7ce3284a5e8ed9ca8086447d57328c4fcb..e3fc3f1e8ab94fa8fe98ddac6298ba5d8c5908be 100644 (file)
@@ -43,7 +43,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    variable exec-directory.  exec-directory is used for finding
    executables and other architecture-dependent files.  */
 /* #define PATH_EXEC "/usr/local/lib/emacs/etc" */
-#define PATH_EXEC "%emacs_dir%/bin;%emacs_dir%/lib-src/oo-spd/i386;%emacs_dir%/lib-src/oo/i386"
+#define PATH_EXEC "%emacs_dir%/bin;%emacs_dir%/lib-src/oo-spd/i386;%emacs_dir%/lib-src/oo/i386;%emacs_dir%/nt/oo-spd/i386;%emacs_dir%/nt/oo/i386"
 
 /* Where Emacs should look for its architecture-independent data
    files, like the NEWS file.  The lisp variable data-directory