aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2007-03-18 14:11:08 +0000
committerMiles Bader2007-03-18 14:11:08 +0000
commita72ea5f5b087a4cb68bac19ca5945e636a0b171f (patch)
treeccb5b746322b106948bb887966905ae87114f66b /nt
parent5f0813fa6d43b780adae1cb47835ae70adcb3b12 (diff)
parent7ab2e82f0e19aead5fafaf7f959e4db29f3926b5 (diff)
downloademacs-a72ea5f5b087a4cb68bac19ca5945e636a0b171f.tar.gz
emacs-a72ea5f5b087a4cb68bac19ca5945e636a0b171f.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog20
-rw-r--r--nt/INSTALL12
2 files changed, 21 insertions, 11 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 5df79a70fc1..3d5383fdc28 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,7 +1,10 @@
12007-03-09 Richard Stallman <rms@gnu.org>
2
3 * INSTALL: Say explicitly this is not for Cygwin.
4
12007-03-03 Eli Zaretskii <eliz@gnu.org> 52007-03-03 Eli Zaretskii <eliz@gnu.org>
2 6
3 * INSTALL: Add URL of another site with detailed build 7 * INSTALL: Add URL of another site with detailed build instructions.
4 instructions.
5 8
62007-02-16 Glenn Morris <rgm@gnu.org> 92007-02-16 Glenn Morris <rgm@gnu.org>
7 10
@@ -9,8 +12,8 @@
9 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico: 12 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
10 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico: 13 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
11 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico: 14 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
12 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico: Restore all but 15 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
13 two of icons deleted in previous change. 16 Restore all but two of icons deleted in previous change.
14 17
152007-02-13 Chong Yidong <cyd@stupidchicken.com> 182007-02-13 Chong Yidong <cyd@stupidchicken.com>
16 19
@@ -21,8 +24,8 @@
21 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico: 24 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
22 * icons/gnu2b48t.ico, icons/gnu4g48t.ico: 25 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
23 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico: 26 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
24 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico: Unused icons 27 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
25 deleted. 28 Unused icons deleted.
26 29
272007-01-31 Juanma Barranquero <lekktu@gmail.com> 302007-01-31 Juanma Barranquero <lekktu@gmail.com>
28 31
@@ -40,7 +43,7 @@
40 43
41 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from 44 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
42 DEBUG_LINK. 45 DEBUG_LINK.
43 (DEBUG_LINK): Remove -debugtype:both 46 (DEBUG_LINK): Remove -debugtype:both.
44 47
452006-12-27 Eli Zaretskii <eliz@gnu.org> 482006-12-27 Eli Zaretskii <eliz@gnu.org>
46 49
@@ -812,8 +815,7 @@
812 815
813 * install.bat: Pass on command line arguments to make. 816 * install.bat: Pass on command line arguments to make.
814 817
815 * makefile.nt (fast_install): Bring commands up-to-date, and fix 818 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
816 typo.
817 819
8181999-11-21 Andrew Innes <andrewi@gnu.org> 8201999-11-21 Andrew Innes <andrewi@gnu.org>
819 821
diff --git a/nt/INSTALL b/nt/INSTALL
index cc677c3486d..dc88bfd9975 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -8,8 +8,11 @@
8* For the impatient 8* For the impatient
9 9
10 Here are the concise instructions for configuring and building the 10 Here are the concise instructions for configuring and building the
11 native Win32 binary of Emacs on Windows, for those who want to skip 11 native Windows binary of Emacs, for those who want to skip the
12 the complex explanations and ``just do it'': 12 complex explanations and ``just do it'':
13
14 Do not use this recipe with Cygwin. For building on Cygwin,
15 use the normal installation instructions, ../INSTALL.
13 16
14 1. Change to the `nt' directory (the directory of this file): 17 1. Change to the `nt' directory (the directory of this file):
15 18
@@ -75,6 +78,11 @@
75 78
76* Preliminaries 79* Preliminaries
77 80
81 If you want to build a Cygwin port of Emacs, use the instructions in
82 the INSTALL file in the main Emacs directory (the parent of this
83 directory). These instructions are for building a native Windows
84 binary of Emacs.
85
78 If you used WinZip to unpack the distribution, we suggest to 86 If you used WinZip to unpack the distribution, we suggest to
79 remove the files and unpack again with a different program! 87 remove the files and unpack again with a different program!
80 WinZip is known to create some subtle and hard to debug problems, 88 WinZip is known to create some subtle and hard to debug problems,