about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-08-19 22:10:51 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-08-19 22:10:51 +0000
commite8eedf2d9bde4df18d69b0f7091a695ef8b51b4f (patch)
tree95ced82f684a8f674bd72713e178411b8cca1bf9
parente3c1629ec59d1b2e527b2ebb688fa66256a42024 (diff)
downloadzsh-e8eedf2d9bde4df18d69b0f7091a695ef8b51b4f.tar.gz
zsh-e8eedf2d9bde4df18d69b0f7091a695ef8b51b4f.tar.xz
zsh-e8eedf2d9bde4df18d69b0f7091a695ef8b51b4f.zip
21677
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 70181ba5a..17fd7fafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-19  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 21677: Doc/Makefile.in: Filter apostrophes in the \fB...\fP
+	headers of the nroff output since it appears that yodl is not
+	properly escaping them.
+
 2005-08-18  Andrey Borzenkov  <bor@zsh.org>
 
 	* 21663: Src/Zle/complete.c: check for string overflow
@@ -28,7 +34,7 @@
 	as exportable to fix a compile bug when ZLE_UNICODE_SUPPORT is not
 	defined.
 
-	* (unposted): configure.ac, aczsh.m4: Use AC_HELP_STRING macro in
+	* unposted: configure.ac, aczsh.m4: Use AC_HELP_STRING macro in
 	all AC_ARG_ENABLE and AC_ARG_WITH macros.
 
 2005-08-16  Wayne Davison  <wayned@users.sourceforge.net>