From: Micah Cowan Date: Fri, 30 May 2008 00:56:41 +0000 (-0700) Subject: Remove xmalloc.c from POTFILES.in; update po/boldquot.sed to match po/quot.sed. X-Git-Tag: v1.13~421^2~12^2~12 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=f3e03d4b2c2cf9a561000d05ade1d3c51361ad94 Remove xmalloc.c from POTFILES.in; update po/boldquot.sed to match po/quot.sed. --- diff --git a/ChangeLog b/ChangeLog index f3c4f784..2adb9d35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ 2008-05-29 Micah Cowan - * po/POTFILES.in: Added some more files from lib/. - - * po/quot.sed: Automatic handling of quotearg's ` and '. + * po/POTFILES.in: Added some more files from lib/, remove + src/xmalloc.c. + * po/quot.sed, po/boldquot.sed: Automatic handling of quotearg's ` + and '. + 2008-05-15 Micah Cowan * NEWS: Entry for --ask-password. diff --git a/po/POTFILES.in b/po/POTFILES.in index 38556ad9..0bca8319 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -35,4 +35,3 @@ src/retr.c src/spider.c src/url.c src/utils.c -src/xmalloc.c diff --git a/po/boldquot.sed b/po/boldquot.sed index 19eefa8e..484b200e 100644 --- a/po/boldquot.sed +++ b/po/boldquot.sed @@ -1,3 +1,7 @@ +# For quotearg: +s/^`$/“/ +s/^'$/”/ + s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g