X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=cbd4ef229ef97baa4bf767f632c03eacd53a72ea;hb=a3ef57491a1bc4d2e227b14a8e838ffb6c5b5f63;hp=d76efca945b95345a5ecb17a48ac89c73a5d13f1;hpb=4f653e8f897068fc803607a5975fa18ab1519bcf;p=mmh diff --git a/ChangeLog b/ChangeLog index d76efca..cbd4ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,20 @@ 2008-08-03 Peter Maydell + * test/runalltests: ignore editor backup files + +2008-08-03 Eric Gillespie + + * etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from + Subject field. + +2008-08-03 Peter Maydell + * 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