aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-16 14:23:39 +0300
committerEli Zaretskii2013-05-16 14:23:39 +0300
commitf1e496a5c86d88c2d6f92c5083b1a9ee11f90109 (patch)
treeedf59cd86440f73719ad1445c6b90f71faf74328
parent629ecae3699ec09389e3a095cfa058119e76aaed (diff)
downloademacs-f1e496a5c86d88c2d6f92c5083b1a9ee11f90109.tar.gz
emacs-f1e496a5c86d88c2d6f92c5083b1a9ee11f90109.zip
Announce the MSYS build in etc/NEWS.
-rw-r--r--etc/NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5f238988820..fc0eaf33640 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,7 +29,15 @@ build time, like libacl on GNU/Linux. To prevent this, use the
29configure option `--disable-acl'. 29configure option `--disable-acl'.
30 30
31** The configure option --with-crt-dir has been removed. 31** The configure option --with-crt-dir has been removed.
32It is no longer needed, as the crt*.o files are no longer linked specially. 32It is no longer needed, as the crt*.o files are no longer linked
33specially.
34
35** Emacs for MS-Windows can now be built by running the configure script
36using the MSYS environment and MinGW development tools.
37This is from now on the preferred method of building Emacs on
38MS-Windows. The Windows-specific configure.bat and makefile.w32-in
39files are deprecated. See the file nt/INSTALL.MSYS for detailed
40instructions.
33 41
34 42
35* Startup Changes in Emacs 24.4 43* Startup Changes in Emacs 24.4