diff options
author | Bruno Haible <bruno@clisp.org> | 2009-12-14 00:45:37 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-12-14 00:45:37 +0100 |
commit | 79aae5a61e081237b127f0cb48e09d85eb6ec96c (patch) | |
tree | bf52b175db45ff81bd74dadb46f1cbad8e8f055b /gnulib-local | |
parent | 919588732611ebe71adbe19dbc8301751c138c7f (diff) | |
download | gettext-79aae5a61e081237b127f0cb48e09d85eb6ec96c.tar.gz |
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/ChangeLog | 4 | ||||
-rw-r--r-- | gnulib-local/modules/html-ostream | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index a070a3563..26056acf0 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,7 @@ +2009-12-13 Bruno Haible <bruno@clisp.org> + + * modules/html-ostream (Depends-on): Add xlist. Remove list. + 2009-12-12 Bruno Haible <bruno@clisp.org> * lib/*.h, lib/*.c: Untabify. diff --git a/gnulib-local/modules/html-ostream b/gnulib-local/modules/html-ostream index 151dba0d4..15f9dad3b 100644 --- a/gnulib-local/modules/html-ostream +++ b/gnulib-local/modules/html-ostream @@ -8,7 +8,7 @@ lib/html-ostream.oo.c Depends-on: ostream array-list -list +xlist utf8-ucs4 xalloc |