aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog46
1 files changed, 42 insertions, 4 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 696d320c8bc..baa7003f5ae 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,41 @@
12013-06-07 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL.MSYS: mingw-get is not a GUI program (yet).
4 msys-automake is not suitable for MinGW builds. Mention the
5 --enable-locallisppath switch to msysconfig.sh. Suggested by
6 Óscar Fuentes <ofv@wanadoo.es>.
7
82013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
9
10 * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
11
122013-06-03 Eli Zaretskii <eliz@gnu.org>
13
14 * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
15
162013-06-03 Eli Zaretskii <eliz@gnu.org>
17
18 * inc/sys/time.h (struct timeval): Remove the _W64 guards.
19
202013-06-01 Eli Zaretskii <eliz@gnu.org>
21
22 * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
23 avoid multiple definition errors on MinGW64.
24
252013-05-31 Eli Zaretskii <eliz@gnu.org>
26
27 * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
28 'restrict', which is a C99 extension. See
29 http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
30 and the following discussion for the problem this caused in the
31 old nt/configure.bat build.
32
332013-05-29 Eli Zaretskii <eliz@gnu.org>
34
35 * Makefile.in (emacs.res): Include srcdir when preprocessing
36 resources, for out-of-tree builds.
37 (mostlyclean): Remove *.res files.
38
12013-05-17 Eli Zaretskii <eliz@gnu.org> 392013-05-17 Eli Zaretskii <eliz@gnu.org>
2 40
3 * runemacs.c (WinMain): Support invocation of un-installed 41 * runemacs.c (WinMain): Support invocation of un-installed
@@ -70,7 +108,7 @@
70 108
712013-05-07 Paul Eggert <eggert@cs.ucla.edu> 1092013-05-07 Paul Eggert <eggert@cs.ucla.edu>
72 110
73 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 111 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
74 * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL. 112 * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
75 * inc/ms-w32.h (EOPNOTSUPP): New macro. 113 * inc/ms-w32.h (EOPNOTSUPP): New macro.
76 114
@@ -598,7 +636,7 @@
598 636
5992012-09-01 Daniel Colascione <dancol@dancol.org> 6372012-09-01 Daniel Colascione <dancol@dancol.org>
600 638
601 * inc/ms-w32.h (TERM_HEADER): Add for refactoring 639 * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
602 640
6032012-08-22 Juanma Barranquero <lekktu@gmail.com> 6412012-08-22 Juanma Barranquero <lekktu@gmail.com>
604 642
@@ -896,8 +934,8 @@
896 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'. 934 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
897 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe 935 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
898 here. 936 here.
899 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend 937 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
900 on create-tmp-dist-dir. 938 Depend on create-tmp-dist-dir.
901 939
902 * nmake.defs (DIRNAME): New variable. 940 * nmake.defs (DIRNAME): New variable.
903 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of 941 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of