aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-04-01 10:28:56 +0300
committerEli Zaretskii2013-04-01 10:28:56 +0300
commit1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (patch)
tree12a40f0ed368f78489ca07981758f50dcacfacf9
parentc81ecb7263c6495087a9d78aa07a9f9e22f74888 (diff)
downloademacs-1e1d41ff15bc24dbe4660783ef88a1f0c05b8913.tar.gz
emacs-1e1d41ff15bc24dbe4660783ef88a1f0c05b8913.zip
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.
-rw-r--r--nt/ChangeLog9
-rw-r--r--nt/README7
-rw-r--r--nt/README.W327
-rw-r--r--nt/paths.h2
4 files changed, 22 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 53dfdbe33ca..3d2c0e172ff 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,12 @@
12013-04-01 Eli Zaretskii <eliz@gnu.org>
2
3 * README: A better documentation of ddeclient.exe.
4
5 * README.W32: A better documentation of ddeclient.exe.
6
7 * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
8 subdirectories.
9
12013-03-30 Eli Zaretskii <eliz@gnu.org> 102013-03-30 Eli Zaretskii <eliz@gnu.org>
2 11
3 * inc/ms-w32.h (TERM_HEADER): Remove definition. 12 * inc/ms-w32.h (TERM_HEADER): Remove definition.
diff --git a/nt/README b/nt/README
index c112c828fca..b62dc0b746b 100644
--- a/nt/README
+++ b/nt/README
@@ -51,7 +51,12 @@
51 + ebrowse.exe - A tool for generating C++ browse information. See the 51 + ebrowse.exe - A tool for generating C++ browse information. See the
52 `Ebrowse' manual. 52 `Ebrowse' manual.
53 53
54 + ddeclient.exe - A tool for interacting with DDE servers. 54 + ddeclient.exe - A tool for interacting with DDE servers. To be
55 invoked as "ddeclient SERVER [TOPIC]", where SERVER is the DDE
56 server name, and sends each line of its standard input to the DDE
57 server using the DdeClientTransaction API. This program is
58 supposed to be invoked via the 'call-process-region' Emacs
59 primitive.
55 60
56 + hexl.exe - A tool for converting files to hex dumps. See the 61 + hexl.exe - A tool for converting files to hex dumps. See the
57 `Editing Binary Files' node of the Emacs manual. 62 `Editing Binary Files' node of the Emacs manual.
diff --git a/nt/README.W32 b/nt/README.W32
index 3e51b30af50..19c148bbf0b 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -114,7 +114,12 @@ See the end of the file for license conditions.
114 + ebrowse.exe - A tool for generating C++ browse information. See the 114 + ebrowse.exe - A tool for generating C++ browse information. See the
115 `Ebrowse' manual. 115 `Ebrowse' manual.
116 116
117 + ddeclient.exe - A tool for interacting with DDE servers. 117 + ddeclient.exe - A tool for interacting with DDE servers. To be
118 invoked as "ddeclient SERVER [TOPIC]", where SERVER is the DDE
119 server name, and sends each line of its standard input to the DDE
120 server using the DdeClientTransaction API. This program is
121 supposed to be invoked via the 'call-process-region' Emacs
122 primitive.
118 123
119 + hexl.exe - A tool for producing hex dumps of binary files. See the 124 + hexl.exe - A tool for producing hex dumps of binary files. See the
120 `Editing Binary Files' node of the Emacs manual. 125 `Editing Binary Files' node of the Emacs manual.
diff --git a/nt/paths.h b/nt/paths.h
index e9601a7ce32..e3fc3f1e8ab 100644
--- a/nt/paths.h
+++ b/nt/paths.h
@@ -43,7 +43,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
43 variable exec-directory. exec-directory is used for finding 43 variable exec-directory. exec-directory is used for finding
44 executables and other architecture-dependent files. */ 44 executables and other architecture-dependent files. */
45/* #define PATH_EXEC "/usr/local/lib/emacs/etc" */ 45/* #define PATH_EXEC "/usr/local/lib/emacs/etc" */
46#define PATH_EXEC "%emacs_dir%/bin;%emacs_dir%/lib-src/oo-spd/i386;%emacs_dir%/lib-src/oo/i386" 46#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"
47 47
48/* Where Emacs should look for its architecture-independent data 48/* Where Emacs should look for its architecture-independent data
49 files, like the NEWS file. The lisp variable data-directory 49 files, like the NEWS file. The lisp variable data-directory