* build-aux/bootstrap: Remove obsolete comment about wget --help.
[gnulib.git] / ChangeLog
index 01d182e..3355515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
+2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * build-aux/bootstrap: Remove obsolete comment about wget --help.
+
+2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+       * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
+       in variable name.
+
+2007-09-03  Jim Meyering  <jim@meyering.net>
+
+       New module: git-version-gen.
+       * modules/git-version-gen: New file.
+
+       Import changes from coreutils for bootstrap script.
+
+       * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
+
+       bootstrap: uses rsync to download the .po files
+       * build-aux/bootstrap (po_download_command_format): New global.
+       (download_po_files): Use rsync.
+       (update_po_files): Don't remove .po files after download,
+       so future rsync runs can take advantage of the copies.
+
+       * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
+
+       Solve the unnecessary-.po-file-regeneration problem once and for all.
+       * build-aux/bootstrap (download_po_files): New function, renamed from
+       get_translations.  Now, downloads, but doesn't update LINGUAS.
+       (update_po_files): New function.
+
+       bootstrap: Ignore more.
+       * build-aux/bootstrap (symlink_to_dir): Add a directory name like
+       uniwidth to e.g., lib/.gitignore.
+       (slurp): Handle the sys_stat_.h -> sys mapping, too.
+
+       * build-aux/bootstrap: New setting: vc_ignore.
+       (insert_sorted_if_absent): Create $file if absent.
+       Adapt to new, possibly empty, list: $vc_ignore.
+
+       bootstrap: generate more ignorable names
+       * build-aux/bootstrap (slurp): When generating ignorable names,
+       also map .sin to .sed, .gperf to .c, and .y to .c.
+
+2007-09-03  Jim Meyering  <jim@meyering.net>
+
+       * build-aux/git-version-gen: New file, from coreutils.  For details, see
+       http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
+
+2007-09-02  Bruno Haible  <bruno@clisp.org>
+
+       Fix mis-recognition of 'mcs' on QNX 6.
+       * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
+       output contains the string "Mono".
+       * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
+       Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
+
+2007-09-01  Bruno Haible  <bruno@clisp.org>
+
+       Fix collision between uniwidth/* and linebreak modules.
+       * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
+       u32_width): Remove declarations.
+       * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
+       (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
+       streq3, streq2, streq1, streq0): Remove functions.
+       (STREQ): Remove macro.
+       (is_cjk_encoding): Remove function.
+       (nonspacing_table_data, nonspacing_table_ind): Remove constants.
+       (uc_width, u8_width, u16_width, u32_width): Remove functions.
+       * modules/linebreak (Depends-on): Add streq, uniwidth/width.
+       * NEWS: Document the change.
+
+2007-09-01  Bruno Haible  <bruno@clisp.org>
+
+       * lib/streq.h: Add double-inclusion guard.
+
+2007-09-01  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
+
 2007-08-28  Jim Meyering  <jim@meyering.net>
 
        Rename mreadlink_with_size to areadlink_with_size.