X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2763cfc26857991fc4ccde9ff837c06032ac1008..9441f0e4fca691e4d2a2c7842373de8f29414b17:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1155a1b6e8..cfd77b652b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2011-02-20 Christoph Scholtes +2011-02-21 Paul Eggert - * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from - src/makefile.w32-in. + * lib/min-max.h: New file, for "min" and "max". + +2011-02-21 Christoph Scholtes + + * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on + $(EMACS_ROOT)/nt/inc/stdint.h. + +2011-02-21 Eli Zaretskii + + * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from + src/makefile.w32-in and adapt. Depend on stamp_BLD. + (GNULIBOBJS): Add $(BLD)/filemode.$(O). 2011-02-20 Paul Eggert @@ -18,6 +28,26 @@ * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate. +2011-02-20 Eli Zaretskii + + * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on + $(EMACS_ROOT)/nt/inc/sys/stat.h. + +2011-02-20 Paul Eggert + + * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign. + This undoes the 2006-01-02 change. The -Wno-pointer-sign option + is no longer needed, due to the recent SSDATA and related changes. + Perhaps -Wno-pointer-sign should also be removed from + nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy + way to test this so I left it alone. + * configure: Regenerate. + +2011-02-20 Christoph Scholtes + + * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from + src/makefile.w32-in. + 2011-02-20 Paul Eggert Import crypto/md5 and stdint modules from gnulib.