X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=696b22f4744d29e5230f6e8cbe5bf3f3e3fdea67;hb=78f476c7f1aa6b1bedd28d45ae06452012e93c40;hp=6805e0e6309ec8f675c05ce02adc13171362a6a2;hpb=2bcc8f260046af264538c09e42305509ee162301;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 6805e0e63..696b22f47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2006-08-25 Paul Eggert + + New config-h module, so that "make" output needn't be cluttered + by -DHAVE_CONFIG_H. + * MODULES.html.sh (Support for building libraries and executables): + Add config-h. + * modules/config-h: New file. + * gnulib-tool (nl, sed_transform_lib_file): New vars. + (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if + the config-h module is used. + + New configmake module, so that "make" output needn't be cluttered + by fluff like '-DLIBDIR=\"/usr/local/lib\"'. + * MODULES.html.sh (Support for building libraries and executables): + Add configmake. + * modules/configmake: New file. + +2006-08-24 Paul Eggert + + * MODULES.html.sh (Support for building libraries and executables): + Add elisp-comp. + * build-aux/elisp-comp: New file. + * modules/elisp-comp: New file. + +2006-08-24 Bruno Haible + + * gnulib-tool (func_create_testdir): Use non-default values of + sourcebase and m4base. + +2006-08-24 Bruno Haible + + * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix + HTML structure. + +2006-08-23 Paul Eggert + + * modules/openat (Depends-on): Add lchown. + +2006-08-23 Bruno Haible + + * gnulib-tool (func_import, func_create_testdir): Emit an invocation + of gl_LOCK_EARLY instead of gl_LOCK. + +2006-08-22 Eric Blake + + * modules/regexprops-generic: New file. + * MODULES.html.sh (Support for building documentation): List it. + +2006-08-22 Bruno Haible + + * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES + and lib_LTLIBRARIES like the other lib_* variables. + +2006-08-22 Paul Eggert + + Avoid the need for AC_LIBSOURCES in m4 macros. + * modules/arcfour (EXTRA_DIST): Add arcfour.h. + * modules/arctwo (EXTRA_DIST): Add arctwo.h. + * modules/check-version (EXTRA_DIST): Add check-version.h. + * modules/crc (EXTRA_DIST): Add crc.h. + * modules/des (EXTRA_DIST): Add des.h. + * modules/gc (EXTRA_DIST): Add gc.h. + * modules/getdelim (EXTRA_DIST): Add getdelim.h. + * modules/getline (EXTRA_DIST): Add getline.h. + * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h. + * modules/hmac-md5 (EXTRA_DIST): Add hmac.h. + * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h. + * modules/md2 (EXTRA_DIST): Add md2.h. + * modules/md4 (EXTRA_DIST): Add md4.h. + * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h. + * modules/read-file (EXTRA_DIST): Add read-file.h. + * modules/readline (EXTRA_DIST): Add readline.h. + * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h, + rijndael-api-fst.h. + +2006-08-22 Simon Josefsson + + * MODULES.html.sh: Add "Support for maintaining and release + projects". + + * build-aux/gnupload: New file, from coreutils. + +2006-08-22 Jim Meyering + + * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/. + + * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST. + +2006-08-22 Bruno Haible + + * build-aux/x-to-1.in: New file, from GNU gettext. + 2006-08-22 Simon Josefsson * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes @@ -107,8 +199,8 @@ 2006-08-21 Bruno Haible * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already - specify an installation location, don't emit a noinst_[LT]LIBRARIES - assignment. + specify an installation location, don't emit a noinst_LIBRARIES or + noinst_LTLIBRARIES assignment. 2006-08-19 Bruno Haible