]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
(struct stat): Move st_dev after st_ino, for better alignment.
[gnu-emacs] / nt / ChangeLog
index e5be82ab6e7acc96dac4778db9c32a9fe6d947c6..6b0ad30b6964e70bdb81fd6f6902f06636b8fa6c 100644 (file)
@@ -1,3 +1,33 @@
+2008-05-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
+       better alignment.  Make st_size 64-bit wide.  Add new members
+       st_uname and st_gname.
+
+       * inc/grp.h (struct group): Add gr_gid member.
+
+2008-04-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
+       (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
+       a real file there is not a good idea.
+
+2008-04-23  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (CLIENTRES): New variable and build target.
+       (all): Depend on it.
+       ($(TRES)): Use $(TRES) in rule.
+
+2008-04-21  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat (success): Print "make" rather than "gmake", as that
+       is what MingW uses.
+
+2008-04-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
+       Add copyright notice.
+
 2008-04-10  Jason Rumney  <jasonr@gnu.org>
 
        * emacsclient.rc: New file.
 
   This file is part of GNU Emacs.
 
-  GNU Emacs is free software; you can redistribute it and/or modify
+  GNU Emacs is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 3, or (at your option)
-  any later version.
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414