aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJoakim Verona2013-07-02 22:46:17 +0200
committerJoakim Verona2013-07-02 22:46:17 +0200
commit3718127221fbbc31f8ebd027ab7c95403dbe9118 (patch)
treeef422898f3344c8f94f6ecf63eb583122bbf2bd8 /nt
parent1ce45b902c67b8a0dda8d71bd2812de29a9988a6 (diff)
parenta3b49114c186d84404226af75ae7905bd1cd018f (diff)
downloademacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.tar.gz
emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.zip
Merge branch 'trunk' into xwidget
Conflicts: src/window.c
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rwxr-xr-xnt/configure.bat5
2 files changed, 10 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index baa7003f5ae..1a0746b3181 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12013-06-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * configure.bat: Add warning to the help text about using the
4 MSYS/MinGW building procedure.
5
12013-06-07 Eli Zaretskii <eliz@gnu.org> 62013-06-07 Eli Zaretskii <eliz@gnu.org>
2 7
3 * INSTALL.MSYS: mingw-get is not a GUI program (yet). 8 * INSTALL.MSYS: mingw-get is not a GUI program (yet).
diff --git a/nt/configure.bat b/nt/configure.bat
index f833da72269..484fb83d901 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -174,6 +174,11 @@ echo. Note that this capability of processing parameters that include the =
174echo. character depends on command extensions. This batch file attempts to 174echo. character depends on command extensions. This batch file attempts to
175echo. enable command extensions. If command extensions cannot be enabled, a 175echo. enable command extensions. If command extensions cannot be enabled, a
176echo. warning message will be displayed. 176echo. warning message will be displayed.
177echo.
178echo. IMPORTANT: This method of building Emacs for MS-Windows is deprecated,
179echo. and could be removed in a future version of Emacs. The preferred way
180echo to build Emacs for MS-Windows from now on is using the MSYS environment
181echo. and MinGW development tools. Please see nt/INSTALL.MSYS for details.
177goto end 182goto end
178 183
179rem ---------------------------------------------------------------------- 184rem ----------------------------------------------------------------------