diff scripts/ChangeLog @ 4452:f3c21a1d1c62

[project @ 2003-07-09 23:20:18 by jwe]
author jwe
date Wed, 09 Jul 2003 23:20:19 +0000
parents ea1d3e1a4b1b
children abbf63293766
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Jul 09 19:09:09 2003 +0000
+++ b/scripts/ChangeLog	Wed Jul 09 23:20:19 2003 +0000
@@ -1,10 +1,15 @@
 2003-07-09  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* statistics/base/moment.m: Temporarily set warn_str_to_num, not
+	implict_str_to_num_ok.  Use unwind_protect block to do it.
+
 	* miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH,
 	DEFAULT_LOAD_PATH, crash_dumps_octave_core,
-	sighup_dumps_octave_core, sigterm_dumps_octave_core, and
-	warn_imag_to_real in the list.
-	Delete ok_to_lose_imaginary_part from list.	
+	sighup_dumps_octave_core, sigterm_dumps_octave_core,
+	warn_imag_to_real, warn_num_to_str, and warn_str_to_num in the
+	list.
+	Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, and
+	implicit_str_to_num_ok from list.
 
 2003-07-02  John W. Eaton  <jwe@bevo.che.wisc.edu>