X-Git-Url: http://git.osdn.net/view?p=mingw%2Fmingw-get.git;a=blobdiff_plain;f=ChangeLog;h=7d802648c6f7cd58713c29afa83c0806ec18d32d;hp=b9af848f7124dae5eb35ba7a53e8d2a2522d8bc7;hb=8252c763c9c961cf4fd02437396950538424ead9;hpb=a2d40155d5b90bd425db4127ba2bd7fe7b565c6f diff --git a/ChangeLog b/ChangeLog index b9af848..7d80264 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2013-10-18 Keith Marshall + + Implement foundation for future NLS enabled diagnostics. + + * src/dmhmsgs.h: New file; it declares the NLS capable DMH interface. + * src/dmhmsgs.c: New file; it implements rudimentary NLS hooks, (but + currently does not direct them to any NLS provider), together with an + initial subset of a default (compiled in) message catalogue. + + * Makefile.in (CORE_DLL_OBJECTS): Add dmhmsgs.$OBJEXT + + * src/pkgname.cpp (pkgArchiveName): Modify diagnostics, to use... + (PKGMSG_SPECIFICATION_ERROR): ...this dmhmsgs.h declared message. + 2013-10-15 Keith Marshall Add automated build time configuration management.