]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
ChangeLog fix
[gnu-emacs] / nt / ChangeLog
index 390a8eb02276ed58a60fa591304f9e332d47c005..38f8d75b089a1d45e9d9aeea090a74966e9df72f 100644 (file)
@@ -1,3 +1,84 @@
+2013-12-31  Fabrice Popineau  <fabrice.popineau@supelec.fr>
+
+       * inc/ms-w32.h (sys_kill): Fix prototype.
+
+2013-12-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask.  (Bug#16299)
+
+2013-12-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * README.W32:
+       * INSTALL: Update instructions for downloading and using image
+       libraries in general, and librsvg in particular.
+
+2013-12-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-x64.manifest:
+       * emacs-x86.manifest: Declare that we target Windows 8.1 as well
+       as earlier versions.  This is so GetVersion and GetVersionEx APIs
+       used for bug reporting and other purposes return accurate version
+       number on Windows 8.1.  See the discussion on MSDN
+       http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
+       for more details.
+
+2013-12-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/ms-w32.h (MAX_UTF8_PATH): New macro.
+       (opendir, closedir, readdir, seekdir): Redirect to replacement
+       functions.
+       * inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * README.W32:
+       * addpm.c (env_vars):
+       * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
+       * paths.h (PATH_LOADSEARCH): No more leim directory.
+
+2013-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/.
+
+2013-11-12  Dani Moncayo  <dmoncayo@gmail.com>
+
+       * msysconfig.sh: Remove.
+       * INSTALL: Update for this.
+
+2013-11-09  Glenn Morris  <rgm@gnu.org>
+
+       * mingw-cfg.site: No need for this to be executable.
+
+2013-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in ($(DESTDIR)${archlibdir}):
+       Avoid non-portable "`\" nesting.
+
+       * Makefile.in (abs_top_srcdir): New, set by configure.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
+       Quote entities that might contain whitespace.
+
+2013-10-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/mingw_time.h: New file.
+
+       * inc/ms-w32.h: Include mingw_time.h instead of doing its job.
+
+2013-10-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
+       the layout of 'struct dirent' be compatible with MinGW32 runtime
+       versions 4.0 and later.
+
+       * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
+       (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
+       defined, but not for MinGW64.
+       (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
+       use of 32-bit time_t type.
+
 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        Improve support for popcount and counting trailing zeros (Bug#15550).
 ;; add-log-time-zone-rule: t
 ;; End:
 
-  Copyright (C) 1995-1999, 2001-2013 Free Software Foundation, Inc.
+  Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.