]> sjero.net Git - wget/commitdiff
Remove xmalloc.c from POTFILES.in; update po/boldquot.sed to match po/quot.sed.
authorMicah Cowan <micah@cowan.name>
Fri, 30 May 2008 00:56:41 +0000 (17:56 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 30 May 2008 00:56:41 +0000 (17:56 -0700)
ChangeLog
po/POTFILES.in
po/boldquot.sed

index f3c4f784911e752f7a2abfe22dccd3b23003d030..2adb9d35176b55bbb9103e3eb156e5c22638f57e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
 2008-05-29  Micah Cowan  <micah@cowan.name>
 
-       * 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  <micah@cowan.name>
 
        * NEWS: Entry for --ask-password.
index 38556ad9c0d97cb93626d024708cc1fd2c28c5b1..0bca83197e0dae69303a4008967a338140b7ef73 100644 (file)
@@ -35,4 +35,3 @@ src/retr.c
 src/spider.c
 src/url.c
 src/utils.c
-src/xmalloc.c
index 19eefa8e0df028e6de696a2776a49b51f51042d1..484b200e36181842bad832e244094e7c70c220ba 100644 (file)
@@ -1,3 +1,7 @@
+# For quotearg:
+s/^`$/“\e[1m/
+s/^'$/”\e[0m/
+
 s/"\([^"]*\)"/“\1”/g
 s/`\([^`']*\)'/‘\1’/g
 s/ '\([^`']*\)' / ‘\1’ /g