Bug #23436: fix some minor manpage syntax errors and add a test which runs
[mmh] / ChangeLog
index d76efca..cbd4ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,20 @@
 2008-08-03  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
 
+       * test/runalltests: ignore editor backup files
+
+2008-08-03  Eric Gillespie  <epg@pretzelnet.org>
+
+       * etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
+       Subject field.
+
+2008-08-03  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
        * sbr/fmt_compile.c: when doing an if-test on the result
        of a function which returns a string result, check whether
        the string is non-empty (as the documentation says we do).
        Previously we were always testing the integer 'value'. Bug
        spotted by Eric Gillespie.
-       * test/tests/repl/test-if-str: test case for this bug.
+       * test/tests/repl/test-if-str: test case for this bug
 
 2008-07-24  Eric Gillespie  <epg@pretzelnet.org>