diff scripts/ChangeLog @ 4455:abbf63293766

[project @ 2003-07-11 01:01:16 by jwe]
author jwe
date Fri, 11 Jul 2003 01:01:17 +0000
parents f3c21a1d1c62
children d7d9ca19960a
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Jul 11 00:58:56 2003 +0000
+++ b/scripts/ChangeLog	Fri Jul 11 01:01:17 2003 +0000
@@ -1,15 +1,22 @@
 2003-07-09  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* general/reshape.m: Omit do_fortran_indexing from doc string (it
+	was not used in the code in any case).
+
+	* strings/strjust.m: Temporarily set warn_fortran_indexing, not
+	do_fortran_indexing.
+
 	* 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,
-	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.
+	warn_imag_to_real, warn_num_to_str, warn_str_to_num, and
+	warn_fortran_indexing in the list.
+	Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok,
+	implicit_str_to_num_ok, do_fortran_indexing, and
+	prefer_column_vectors from list.
 
 2003-07-02  John W. Eaton  <jwe@bevo.che.wisc.edu>