emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112205: Minor fixes in the nt/ subdi


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112205: Minor fixes in the nt/ subdirectory.
Date: Mon, 01 Apr 2013 10:28:56 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112205
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-01 10:28:56 +0300
message:
  Minor fixes in the nt/ subdirectory.
  
   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.
modified:
  nt/ChangeLog
  nt/README
  nt/README.W32
  nt/paths.h
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-03-30 07:10:58 +0000
+++ b/nt/ChangeLog      2013-04-01 07:28:56 +0000
@@ -1,3 +1,12 @@
+2013-04-01  Eli Zaretskii  <address@hidden>
+
+       * 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  <address@hidden>
 
        * inc/ms-w32.h (TERM_HEADER): Remove definition.

=== modified file 'nt/README'
--- a/nt/README 2013-01-01 09:11:05 +0000
+++ b/nt/README 2013-04-01 07:28:56 +0000
@@ -51,7 +51,12 @@
   + 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.

=== modified file 'nt/README.W32'
--- a/nt/README.W32     2013-01-01 09:11:05 +0000
+++ b/nt/README.W32     2013-04-01 07:28:56 +0000
@@ -114,7 +114,12 @@
   + 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.

=== modified file 'nt/paths.h'
--- a/nt/paths.h        2013-01-01 09:11:05 +0000
+++ b/nt/paths.h        2013-04-01 07:28:56 +0000
@@ -43,7 +43,7 @@
    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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]