# HG changeset patch # User John W. Eaton # Date 1272054880 14400 # Node ID 3cc09ec70224d8c9d43aa23c62d7b26574b3ebd1 # Parent a8020730354953d5b799bcfb7cc23f7049fbfd37 ChangeLog fixes diff -r a80207303549 -r 3cc09ec70224 src/ChangeLog --- a/src/ChangeLog Fri Apr 23 16:34:19 2010 -0400 +++ b/src/ChangeLog Fri Apr 23 16:34:40 2010 -0400 @@ -14,7 +14,7 @@ Avoid GCC shadow variable warning. * DLD-FUNCTIONS (plot_window::plot_window): Explicitly - initialize all data members in the order they are declared.. + initialize all data members in the order they are declared. 2010-04-23 John W. Eaton @@ -28,7 +28,7 @@ 2010-04-23 Rik - * DLD-FUNCTIONS/regexp.cc.: eliminate compile warning + * DLD-FUNCTIONS/regexp.cc.: Eliminate compile warning. warning: suggest explicit braces to avoid ambiguous 'else'. 2010-04-23 Jaroslav Hajek