about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-01-04 00:28:23 +0000
committerClint Adams <clint@users.sourceforge.net>2008-01-04 00:28:23 +0000
commit631a17197ef1f5c026205a5e74be5cfdab3f4cda (patch)
treeb6f020aa3b615ca7a71caf9f8ab908e578d60626
parentd87d1147806346df5449938f6392c88f2c32b4e2 (diff)
downloadzsh-631a17197ef1f5c026205a5e74be5cfdab3f4cda.tar.gz
zsh-631a17197ef1f5c026205a5e74be5cfdab3f4cda.tar.xz
zsh-631a17197ef1f5c026205a5e74be5cfdab3f4cda.zip
24345: add --no-utf8-comment and --list.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_metaflac2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2c4974df..d76e9ed79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-03  Clint Adams  <clint@zsh.org>
+
+	* 24345: Completion/Unix/Command/_metaflac: add --no-utf8-comment
+	and --list.
+
 2007-12-31  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted (based on J.Sommer: 24334): Doc/Zsh/contrib.yo:
diff --git a/Completion/Unix/Command/_metaflac b/Completion/Unix/Command/_metaflac
index d7cdb05d2..e6cd13e13 100644
--- a/Completion/Unix/Command/_metaflac
+++ b/Completion/Unix/Command/_metaflac
@@ -9,6 +9,7 @@ _metaflac_opts=(
     '--preserve-modtime' 
     '--with-filename[prefix output with filename]' 
     '--no-filename' 
+    '--no-utf8-convert'
     '--dont-use-padding[always rewrite the file]' 
 )
 _metaflac_shorts=(
@@ -41,6 +42,7 @@ _metaflac_opers=(
     '--block-type=:: '
     '--except-block-type=:: '
     '--application-data-format=:: '
+    '--list'
     '--remove'
     '--remove-all'
     '--merge-padding'