aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 23:19:48 -0700
committerGlenn Morris2012-08-01 23:19:48 -0700
commit837b365b2ad2363c59f9c1fd78beab92a5eada02 (patch)
tree69cabb64cbed6479ebc6ec6f14fb9063a7f09b9b /src/ChangeLog
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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.