aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-07-12 13:36:42 -0400
committerGlenn Morris2013-07-12 13:36:42 -0400
commit671d4bfc55b191cd4cbb7205d95d757a7748c785 (patch)
treeb874280078b71e39521124bd9001ccc95b97b2f9 /etc
parenta773ed9ac83b950cb2a934e9d54e1880f44bd350 (diff)
downloademacs-671d4bfc55b191cd4cbb7205d95d757a7748c785.tar.gz
emacs-671d4bfc55b191cd4cbb7205d95d757a7748c785.zip
* configure.ac: If with-file-notification=yes, if gfile not found,
go on to try inotify (not on MS Windows or Nextstep). * etc/NEWS: Copyedits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS46
1 files changed, 23 insertions, 23 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6dd89fcd4d7..873af89a7a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,34 +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** Emacs can be compiled with file notification support. 31** Emacs can be compiled with file notification support.
32The configure option `--with-file-notification=LIB' enables file 32This happens by default if a suitable system library is found at
33notification support in Emacs. This option's value should be `yes', 33build time. To prevent this, use the configure option
34`no', `gfile', `inotify' or `w32'. `yes' is a synonym for `w32' on 34`--with-file-notification-no'. See below for file-notify features.
35MS-Windows, and for `gfile' otherwise. The default value is `yes'. 35FIXME? This feature is not available for the Nextstep port. (?)
36 36
37** The configure option --with-crt-dir has been removed. 37** The configure option --with-crt-dir has been removed.
38It is no longer needed, as the crt*.o files are no longer linked 38It is no longer needed, as the crt*.o files are no longer linked
39specially. 39specially.
40 40
41** Emacs for MS-Windows can now be built by running the configure script
42using the MSYS environment and MinGW development tools.
43This is from now on the preferred method of building Emacs on
44MS-Windows. The Windows-specific configure.bat and makefile.w32-in
45files are deprecated. See the file nt/INSTALL.MSYS for detailed
46instructions.
47
48Using the Posix configure script and Makefile's also means a change in
49the directory structure of the Emacs installation on Windows. It is
50now the same as on GNU and Unix systems. In particular, the auxiliary
51programs, such as cmdproxy.exe and hexl.exe, are in
52libexec/emacs/VERSION/i686-pc-mingw32 (where VERSION is the Emacs
53version), version-independent site-lisp is in share/emacs/site-lisp,
54version-specific Lisp files are in share/emacs/VERSION/lisp and in
55share/emacs/VERSION/site-lisp, Info docs are in share/info, and data
56files are in share/emacs/VERSION/etc. (Emacs knows about all these
57directories and will find the files in there automatically; there's no
58need to set any variables due to this change.)
59
60** Directories passed to configure option `--enable-locallisppath' are 41** Directories passed to configure option `--enable-locallisppath' are
61no longer created during installation. 42no longer created during installation.
62 43
@@ -662,6 +643,25 @@ meant to be used by other packages.
662 643
663* Changes in Emacs 24.4 on Non-Free Operating Systems 644* Changes in Emacs 24.4 on Non-Free Operating Systems
664 645
646** Emacs for MS-Windows can now be built by running the configure script
647using the MSYS environment and MinGW development tools.
648This is from now on the preferred method of building Emacs on
649MS-Windows. The Windows-specific configure.bat and makefile.w32-in
650files are deprecated. See the file nt/INSTALL.MSYS for detailed
651instructions.
652
653Using the Posix configure script and Makefile's also means a change in
654the directory structure of the Emacs installation on Windows. It is
655now the same as on GNU and Unix systems. In particular, the auxiliary
656programs, such as cmdproxy.exe and hexl.exe, are in
657libexec/emacs/VERSION/i686-pc-mingw32 (where VERSION is the Emacs
658version), version-independent site-lisp is in share/emacs/site-lisp,
659version-specific Lisp files are in share/emacs/VERSION/lisp and in
660share/emacs/VERSION/site-lisp, Info docs are in share/info, and data
661files are in share/emacs/VERSION/etc. (Emacs knows about all these
662directories and will find the files in there automatically; there's no
663need to set any variables due to this change.)
664
665+++ 665+++
666** The "generate a backtrace on fatal error" feature now works on MS Windows. 666** The "generate a backtrace on fatal error" feature now works on MS Windows.
667The backtrace is written to the 'emacs_backtrace.txt' file in the 667The backtrace is written to the 'emacs_backtrace.txt' file in the