aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorKaroly Lorentey2004-06-10 17:17:08 +0000
committerKaroly Lorentey2004-06-10 17:17:08 +0000
commit12828db003f4154515725d1943e22b00690bacce (patch)
tree55eb186283c845a071b711284c837aacd514443e /nt
parentd6b4b3cfcc7bfc5a4a3b24acf2ce7e0a49c08b5f (diff)
parentd82baff9bd95b64b89e3a10072f292647f8b2b87 (diff)
downloademacs-12828db003f4154515725d1943e22b00690bacce.tar.gz
emacs-12828db003f4154515725d1943e22b00690bacce.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-383 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385 src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-387 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-388 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-389 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-390 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-391 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-392 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-393 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-196
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/INSTALL14
2 files changed, 12 insertions, 7 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 9091da843cf..77c8305b0e5 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12004-06-07 Juanma Barranquero <lektu@terra.es>
2
3 * INSTALL: Clarify paragraph about compatibility between image
4 libraries and builds of Emacs with several compilers.
5
12004-06-06 Juanma Barranquero <lektu@terra.es> 62004-06-06 Juanma Barranquero <lektu@terra.es>
2 7
3 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on 8 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
diff --git a/nt/INSTALL b/nt/INSTALL
index 420dced5505..646054e07f4 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -112,13 +112,13 @@
112 112
113 Binaries for the image libraries (among many others) can be found at 113 Binaries for the image libraries (among many others) can be found at
114 GnuWin32 (http://gnuwin32.sourceforge.net). These are built with 114 GnuWin32 (http://gnuwin32.sourceforge.net). These are built with
115 MinGW and work better with GCC/MinGW builds of Emacs, like the 115 MinGW, and so are very compatible with GCC/MinGW builds of Emacs (like
116 official binary tarballs for Windows. Compatibility with MSVC is 116 the official binary tarballs for Windows). Compatibility with MSVC,
117 still weak and should not be trusted in production environments; if 117 on the other hand, is still weak and should not be trusted in
118 you really need an MSVC-compiled Emacs with image support, you should 118 production environments; if you really need an MSVC-compiled Emacs
119 try to build the required libraries with the same compiler (though it 119 with image support, you should try to build the required libraries
120 can be extremely non-trivial, and we'll be interested on hearing of 120 with the same compiler (though it can be extremely non-trivial, and
121 any such effort). 121 we'll be interested on hearing of any such effort).
122 122
123* Building 123* Building
124 124