changeset 22487:1b1e740be472

dump_prefs.m: Update list of pref variables for 4.2 release. * dump_prefs.m: Update list of pref variables for 4.2 release.
author Rik <rik@octave.org>
date Wed, 14 Sep 2016 12:45:52 -0700
parents 6dd979aa7a2c
children a666e3ee6af8
files scripts/deprecated/dump_prefs.m
diffstat 1 files changed, 29 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/deprecated/dump_prefs.m	Wed Sep 14 11:00:10 2016 -0700
+++ b/scripts/deprecated/dump_prefs.m	Wed Sep 14 12:45:52 2016 -0700
@@ -55,51 +55,67 @@
   ## directly from Octave so that we wouldn't have to remember to update it
   ## each time the list of preference variables changes
 
-  ## FIXME: Update this list for 4.2.0 release
-  ##        Example, 'gnuplot_command_end' is no longer valid.
-
   pref_list = {"EDITOR"
               "EXEC_PATH"
               "IMAGE_PATH"
               "PAGER"
+              "PAGER_FLAGS"
               "PS1"
               "PS2"
               "PS4"
+              "allow_noninteger_range_as_index"
               "beep_on_error"
+              "built_in_docstrings_file"
               "completion_append_char"
+              "confirm_recursive_rmdir"
               "crash_dumps_octave_core"
+              "debug_java"
+              "debug_on_error"
+              "debug_on_interrupt"
+              "debug_on_warning"
+              "disable_diagonal_matrix"
+              "disable_permutation_matrix"
+              "disable_range"
+              "do_braindead_shortcircuit_evaluation"
+              "doc_cache_file"
               "echo_executing_commands"
               "fixed_point_format"
               "gnuplot_binary"
-              "gnuplot_command_end"
-              "gnuplot_command_plot"
-              "gnuplot_command_replot"
-              "gnuplot_command_splot"
-              "gnuplot_command_title"
-              "gnuplot_command_using"
-              "gnuplot_command_with"
               "history_file"
+              "history_save"
               "history_size"
+              "history_timestamp_format_string"
               "ignore_function_time_stamp"
               "info_file"
               "info_program"
+              "java_matrix_autoconversion"
+              "java_unsigned_autoconversion"
               "makeinfo_program"
               "max_recursion_depth"
+              "missing_component_hook"
+              "missing_function_hook"
+              "octave_core_file_limit"
+              "octave_core_file_name"
+              "octave_core_file_options"
+              "optimize_subsasgn_calls"
               "output_max_field_width"
               "output_precision"
               "page_output_immediately"
               "page_screen_output"
-              "print_answer_id_name"
               "print_empty_dimensions"
+              "print_struct_array_contents"
+              "save_default_options"
+              "save_header_format_string"
               "save_precision"
-              "saving_history"
               "sighup_dumps_octave_core"
               "sigterm_dumps_octave_core"
               "silent_functions"
+              "sparse_auto_mutate"
               "split_long_rows"
               "string_fill_char"
               "struct_levels_to_print"
-              "suppress_verbose_help_message"};
+              "suppress_verbose_help_message"
+              "texi_macros_file"};
 
   for i = 1:rows (pref_list)
     pref = pref_list{i};