--- code/trunk/ChangeLog 2007/03/05 15:55:02 98 +++ code/trunk/ChangeLog 2007/03/06 12:27:42 99 @@ -5,8 +5,19 @@ --------------------- 1. Applied Bob Rossi and Daniel G's patches to convert the build system to one - that is more "standard", making use of automake and other autotools. - + that is more "standard", making use of automake and other autotools. There + is some re-arrangement of the files and adjustment of comments consequent + on this. + + 2. I had an email from Eric Raymond about problems translating some of PCRE's + man pages to HTML (despite the fact that I distribute HTML pages, some + people do their own conversions for various reasons). The problems + concerned the use of low-level troff macros .br and .in. I have therefore + removed all such uses from the man pages (some were redundant, some could + be replaced by .nf/.fi pairs). The maintain/132html script that I use to + generate HTML has been updated to handle .nf/.fi and to complain if it + encounters .br or .in. + Version 7.0 19-Dec-06 ---------------------