aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 23:19:48 -0700
committerGlenn Morris2012-08-01 23:19:48 -0700
commit837b365b2ad2363c59f9c1fd78beab92a5eada02 (patch)
tree69cabb64cbed6479ebc6ec6f14fb9063a7f09b9b
parent2a194dcceb0406ba83d355b881a7d5f5b7ed7323 (diff)
downloademacs-837b365b2ad2363c59f9c1fd78beab92a5eada02.tar.gz
emacs-837b365b2ad2363c59f9c1fd78beab92a5eada02.zip
Move NT-specific include file to the NT include directory
* nt/inc/ms-w32.h: Move here from ../src/s. * nt/config.nt (config_opsysfile): Change to <ms-w32.h>. * s/ms-w32.h: Move to ../nt/inc. * src/makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H): Update for new ms-w32.h location. * lib-src/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location. * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location. * lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
-rw-r--r--ChangeLog4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lib/makefile.w32-in4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/authors.el1
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt4
-rw-r--r--nt/inc/ms-w32.h (renamed from src/s/ms-w32.h)0
-rw-r--r--src/ChangeLog6
-rw-r--r--src/makefile.w32-in6
11 files changed, 32 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 715c6abd5b0..60376bc4158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
4
12012-08-02 Paul Eggert <eggert@cs.ucla.edu> 52012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Merge from gnulib (Bug#12116), incorporating: 7 Merge from gnulib (Bug#12116), incorporating:
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4dc648b410b..1e543346707 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
4
12012-08-01 Glenn Morris <rgm@gnu.org> 52012-08-01 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (config_h): New variable. 7 * Makefile.in (config_h): New variable.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 8c9482b9194..26605b8ba4e 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -360,7 +360,7 @@ SRC = $(EMACS_ROOT)/src
360NT_INC = $(EMACS_ROOT)/nt/inc 360NT_INC = $(EMACS_ROOT)/nt/inc
361GNU_LIB = $(EMACS_ROOT)/lib 361GNU_LIB = $(EMACS_ROOT)/lib
362 362
363MS_W32_H = $(SRC)/s/ms-w32.h \ 363MS_W32_H = $(NT_INC)/ms-w32.h \
364 $(NT_INC)/sys/stat.h 364 $(NT_INC)/sys/stat.h
365CONF_POST_H = $(SRC)/conf_post.h \ 365CONF_POST_H = $(SRC)/conf_post.h \
366 $(MS_W32_H) 366 $(MS_W32_H)
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in
index 4cebc727513..db451d542a8 100644
--- a/lib/makefile.w32-in
+++ b/lib/makefile.w32-in
@@ -1,5 +1,5 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
2# Copyright (C) 2011 Free Software Foundation, Inc. 2# Copyright (C) 2011-2012 Free Software Foundation, Inc.
3 3
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5 5
@@ -71,7 +71,7 @@ NT_INC = $(EMACS_ROOT)/nt/inc
71 71
72C_CTYPE_H = $(GNU_LIB)/c-ctype.h \ 72C_CTYPE_H = $(GNU_LIB)/c-ctype.h \
73 $(NT_INC)/stdbool.h 73 $(NT_INC)/stdbool.h
74MS_W32_H = $(SRC)/s/ms-w32.h \ 74MS_W32_H = $(NT_INC)/ms-w32.h \
75 $(NT_INC)/sys/stat.h 75 $(NT_INC)/sys/stat.h
76CONF_POST_H = $(SRC)/conf_post.h \ 76CONF_POST_H = $(SRC)/conf_post.h \
77 $(MS_W32_H) 77 $(MS_W32_H)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 075c6c7a389..ec93d25a991 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4
12012-08-02 Paul Eggert <eggert@cs.ucla.edu> 52012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Obsolete alias inactivate-current-input-method-function (Bug#10150). 7 Obsolete alias inactivate-current-input-method-function (Bug#10150).
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index 20cc38cd9c2..6c70642ba83 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -578,6 +578,7 @@ in the repository.")
578 ("w32console.c" . "w32term.c") 578 ("w32console.c" . "w32term.c")
579 ("unexnt.c" . "unexw32.c") 579 ("unexnt.c" . "unexw32.c")
580 ("s/windowsnt.h" . "s/ms-w32.h") 580 ("s/windowsnt.h" . "s/ms-w32.h")
581 ("s/ms-w32.h" . "inc/ms-w32.h")
581 ("winnt.el" . "w32-fns.el") 582 ("winnt.el" . "w32-fns.el")
582 ("config.emacs" . "configure") 583 ("config.emacs" . "configure")
583 ("configure.in" . "configure.ac") 584 ("configure.in" . "configure.ac")
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 7e97faad311..e903b4375db 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * inc/ms-w32.h: Move here from ../src/s.
4 * config.nt (config_opsysfile): Change to <ms-w32.h>.
5
12012-08-01 Juanma Barranquero <lekktu@gmail.com> 62012-08-01 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * config.nt: Sync with autogen/config.in. 8 * config.nt: Sync with autogen/config.in.
diff --git a/nt/config.nt b/nt/config.nt
index 97889438cc6..4687630589b 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -22,7 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 This file is intentionally kept in sync with autogen/config.in to 22 This file is intentionally kept in sync with autogen/config.in to
23 ease maintenance. Please do not remove non-Windows related stuff 23 ease maintenance. Please do not remove non-Windows related stuff
24 unless strictly necessary. Also, before adding anything here 24 unless strictly necessary. Also, before adding anything here
25 consider whether src/s/ms-w32.h would be a better place; this is 25 consider whether inc/ms-w32.h would be a better place; this is
26 particularly true for gcc vs. MSVC conditional defines, MinGW or 26 particularly true for gcc vs. MSVC conditional defines, MinGW or
27 MSVC specific code, and macros not already defined in config.in. */ 27 MSVC specific code, and macros not already defined in config.in. */
28 28
@@ -1538,7 +1538,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1538 1538
1539/* Some platforms that do not use configure define this to include extra 1539/* Some platforms that do not use configure define this to include extra
1540 configuration information. */ 1540 configuration information. */
1541#define config_opsysfile "s/ms-w32.h" 1541#define config_opsysfile <ms-w32.h>
1542 1542
1543/* A replacement for va_copy, if needed. */ 1543/* A replacement for va_copy, if needed. */
1544#define gl_va_copy(a,b) ((a) = (b)) 1544#define gl_va_copy(a,b) ((a) = (b))
diff --git a/src/s/ms-w32.h b/nt/inc/ms-w32.h
index 8c02a8b8a66..8c02a8b8a66 100644
--- a/src/s/ms-w32.h
+++ b/nt/inc/ms-w32.h
diff --git a/src/ChangeLog b/src/ChangeLog
index 50c6d18e242..906107a667d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * s/ms-w32.h: Move to ../nt/inc.
4 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
5 Update for new ms-w32.h location.
6
12012-08-02 Paul Eggert <eggert@cs.ucla.edu> 72012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Port to Solaris 8. 9 Port to Solaris 8.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index ee5424cf757..31dc94f7964 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -339,7 +339,7 @@ cleanall: clean
339## 339##
340## This works only with GNU Make. 340## This works only with GNU Make.
341 341
342TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/s/ms-w32.h 342TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/../nt/inc/ms-w32.h
343 $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE) 343 $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE)
344 344
345TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2) 345TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2)
@@ -353,7 +353,7 @@ TAGS-gmake:
353 $(OBJ1_c) 353 $(OBJ1_c)
354 ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \ 354 ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \
355 $(OBJ2_c) \ 355 $(OBJ2_c) \
356 $(CURDIR)/*.h $(CURDIR)/s/ms-w32.h 356 $(CURDIR)/*.h $(CURDIR)/../nt/inc/ms-w32.h
357 357
358TAGS-nmake: 358TAGS-nmake:
359 echo This target is not supported with NMake 359 echo This target is not supported with NMake
@@ -403,7 +403,7 @@ CHARSET_H = $(SRC)/charset.h \
403 $(GNU_LIB)/verify.h 403 $(GNU_LIB)/verify.h
404CODING_H = $(SRC)/coding.h \ 404CODING_H = $(SRC)/coding.h \
405 $(SRC)/composite.h 405 $(SRC)/composite.h
406MS_W32_H = $(SRC)/s/ms-w32.h \ 406MS_W32_H = $(NT_INC)/ms-w32.h \
407 $(NT_INC)/sys/stat.h 407 $(NT_INC)/sys/stat.h
408CONF_POST_H = $(SRC)/conf_post.h \ 408CONF_POST_H = $(SRC)/conf_post.h \
409 $(MS_W32_H) 409 $(MS_W32_H)