about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog35
1 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d519aae3a..2b40cb0e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,39 @@
+2007-12-08  Clint Adams  <clint@zsh.org>
+
+	* 24188: Completion/Unix/Command/_id: completion for GNU id.
+
+	* 24187: Completion/Debian/Command/_members: completion for members.
+
+2007-12-07  Clint Adams  <clint@zsh.org>
+
+	* 24174: Completion/Unix/Command/_cut: Oliver's deuglification
+	of 24169.
+
+2007-12-07  Peter Stephenson  <pws@csr.com>
+
+	* Unposted: Src/exec.c: add explanatory comment for 24170/24179.
+
+	* 24180: Src/utils.c: back off (most of) 24148.
+
+	* 24179: Src/exec.c: alter 241770 to use queue_signals().
+
+	* Guillaume Chazarain: 24170: Src/exec.c: block interrupts
+	around fork since it may mess with locks.
+
+2007-12-06  Clint Adams  <clint@zsh.org>
+
+	* 24169: Completion/Unix/Command/_cut: use print in command
+	substitution to avoid a literal non-ASCII character in the German
+	translation of args for cut completion.
+
+2007-12-05  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Completion/Unix/Command/_ip: typo in "addr replace"
+	completion.
+
 2007-12-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 24148: configure.ac, Src/utils.c: attempt to use strerror_r()
+	* 24148: Src/utils.c: attempt to use strerror_r()
 	to make error messages in signal handle safer.
 
 2007-12-03  Peter Stephenson  <pws@csr.com>