diff options
| author | Karoly Lorentey | 2004-06-10 17:17:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-06-10 17:17:08 +0000 |
| commit | 12828db003f4154515725d1943e22b00690bacce (patch) | |
| tree | 55eb186283c845a071b711284c837aacd514443e /nt | |
| parent | d6b4b3cfcc7bfc5a4a3b24acf2ce7e0a49c08b5f (diff) | |
| parent | d82baff9bd95b64b89e3a10072f292647f8b2b87 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/INSTALL | 14 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-06-06 Juanma Barranquero <lektu@terra.es> | 6 | 2004-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 | ||