X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1bba94f235443c3d7f83afc8ab4edbc7f02437ee..c56327b55d2e75fb0246c9a858e46dd5670699d4:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index 1dc6319c4a..fc1b0a0910 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,7 +1,35 @@ +2014-05-16 Paul Eggert + + Don't require pkg-config when building from repository. + * INSTALL: Remove no-longer-needed notes about pkg-config. + +2014-05-05 Eli Zaretskii + + * INSTALL: Update to the effect that pkg-config is now required + for building from the repository. + +2014-04-30 Eli Zaretskii + + * cmdproxy.c (make_absolute): Don't copy more characters from PATH + than a single directory name can hold. (Bug#17334) + +2014-04-22 Eli Zaretskii + + * inc/ms-w32.h (lseek): Define only if not already a macro. + Suggested by Fabrice Popineau . + +2014-04-11 Ken Brown + + * emacs.rc: Revert last change. + +2014-04-07 Ken Brown + + * emacs.rc: Don't use manifest on Cygwin. (Bug#17176) + 2014-02-17 Juanma Barranquero - * Makefile.in (install): Create destination directory before - copying README.W32 (bug#16772). + * Makefile.in (install): Create destination directory before copying + README.W32, and use ${datadir} to refer to the file (bug#16772). 2014-02-13 Juanma Barranquero @@ -561,7 +589,7 @@ * nmake.defs: Use !if, not !ifdef. For the details, see http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html - * inc/stdint.h (INTPTR_MIN): + * inc/stdint.h (INTPTR_MIN) (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. 2012-11-18 Eli Zaretskii @@ -2480,7 +2508,7 @@ 2001-12-03 Andrew Innes - * makefile.w32-in (bootstrap-nmake): + * makefile.w32-in (bootstrap-nmake) (bootstrap-gmake): Extend bootstrap process to first do bootstrap-clean in lisp dir and rebuild the DOC file. (bootstrap): Do a "normal" make after the bootstrap work. @@ -2671,7 +2699,7 @@ 2001-01-24 Andrew Innes - * makefile.w32-in (cleanall-other-dirs-nmake): + * makefile.w32-in (cleanall-other-dirs-nmake) (cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them.