X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7605d081badfac6890d5f34966967bffdc18d715..fb14cb489aba648435c879dc83a18c756147724c:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index e7d9ed99e3..38f8d75b08 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,102 @@ +2013-12-31 Fabrice Popineau + + * inc/ms-w32.h (sys_kill): Fix prototype. + +2013-12-30 Eli Zaretskii + + * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask. (Bug#16299) + +2013-12-23 Eli Zaretskii + + * README.W32: + * INSTALL: Update instructions for downloading and using image + libraries in general, and librsvg in particular. + +2013-12-16 Eli Zaretskii + + * 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 + + * 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 + + * 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 + + * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/. + +2013-11-12 Dani Moncayo + + * msysconfig.sh: Remove. + * INSTALL: Update for this. + +2013-11-09 Glenn Morris + + * mingw-cfg.site: No need for this to be executable. + +2013-10-24 Glenn Morris + + * Makefile.in ($(DESTDIR)${archlibdir}): + Avoid non-portable "`\" nesting. + + * Makefile.in (abs_top_srcdir): New, set by configure. + +2013-10-23 Glenn Morris + + * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall): + Quote entities that might contain whitespace. + +2013-10-14 Eli Zaretskii + + * inc/mingw_time.h: New file. + + * inc/ms-w32.h: Include mingw_time.h instead of doing its job. + +2013-10-12 Eli Zaretskii + + * 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 + + Improve support for popcount and counting trailing zeros (Bug#15550). + * gnulib.mk: Merge changes from ../lib/gnulib.mk. + +2013-10-04 Paul Eggert + + * gnulib.mk: Create from . + +2013-09-20 Eli Zaretskii + + * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes" + to avoid gnulib replacement of 'struct timeval' and the resulting + compilation of lib/gettimeofday.c with incompatible version of + gettimeofday. Related discussions on emacs-devel: + http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html + http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html + 2013-08-31 Glenn Morris * INSTALL: Rename from INSTALL.MSYS. @@ -3248,7 +3347,7 @@ ;; 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.