comparison doc/interpreter/basics.txi @ 16875:b04ae15530fc

Rename default_save_options() to save_default_options(). * NEWS: Announce renaming. * doc/interpreter/basics.txi, doc/interpreter/io.txi: Update references in manual to point to save_default_options. * libgui/src/resource-manager.cc: Update keyword list. libinterp/interpfcn/load-save.cc(Fsave_default_options): Rename function. Rename seealso links. Rename variable Vdefault_save_options to Vsave_defaut_options. * libinterp/octave.cc(maximum_braindamage): Call save_default_options. * libinterp/parse-tree/pt-assign.cc: Update list of old Octave built-in variables. * scripts/deprecated/default_save_options.m: Add deprecated function which calls save_default_options. * scripts/deprecated/module.mk: Add deprecated script default_save_options.m to build.
author Rik <rik@octave.org>
date Sun, 30 Jun 2013 13:50:48 -0700
parents 5372068bb148
children 9e0618443c2b
comparison
equal deleted inserted replaced
16874:f160f9029b4e 16875:b04ae15530fc
246 PS2 = "" 246 PS2 = ""
247 allow_noninteger_range_as_index = true 247 allow_noninteger_range_as_index = true
248 beep_on_error = true 248 beep_on_error = true
249 confirm_recursive_rmdir = false 249 confirm_recursive_rmdir = false
250 crash_dumps_octave_core = false 250 crash_dumps_octave_core = false
251 default_save_options = "-mat-binary" 251 save_default_options = "-mat-binary"
252 do_braindead_shortcircuit_evaluation = true 252 do_braindead_shortcircuit_evaluation = true
253 fixed_point_format = true 253 fixed_point_format = true
254 history_timestamp_format_string = "%%-- %D %I:%M %p --%%" 254 history_timestamp_format_string = "%%-- %D %I:%M %p --%%"
255 page_screen_output = false 255 page_screen_output = false
256 print_empty_dimensions = false 256 print_empty_dimensions = false