comparison etc/OLD-ChangeLogs/src-ChangeLog @ 14859:257a7a7bb303

doc: Fix Søren's name (proper UTF-8 encoding) * doc/interpreter/package.txi, etc/OLD-ChangeLogs/ChangeLog, etc/OLD-ChangeLogs/doc-ChangeLog, etc/OLD-ChangeLogs/liboctave-ChangeLog, etc/OLD-ChangeLogs/scripts-ChangeLog, etc/OLD-ChangeLogs/src-ChangeLog, etc/OLD-ChangeLogs/test-ChangeLog: Fix Søren's name.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 12 Jul 2012 11:14:26 -0400
parents 8665c7957fdc
children 446c46af4b42
comparison
equal deleted inserted replaced
14858:a82fcd612c8f 14859:257a7a7bb303
3025 (static void init_format_state (void)): Set default state of print_eng. 3025 (static void init_format_state (void)): Set default state of print_eng.
3026 (static void set_format_style (int, const string_vector&)): Parse 3026 (static void set_format_style (int, const string_vector&)): Parse
3027 the "eng" argument. 3027 the "eng" argument.
3028 (Fformat): Document the new engineering format. 3028 (Fformat): Document the new engineering format.
3029 3029
3030 2010-07-04 Soren Hauberg <hauberg@gmail.com> 3030 2010-07-04 Søren Hauberg <hauberg@gmail.com>
3031 3031
3032 * DLD_FUNCTIONS/__magick_read__.cc: restore locale after 3032 * DLD_FUNCTIONS/__magick_read__.cc: restore locale after
3033 GraphicsMagick initialisation. 3033 GraphicsMagick initialisation.
3034 3034
3035 2010-07-02 Jaroslav Hajek <highegg@gmail.com> 3035 2010-07-02 Jaroslav Hajek <highegg@gmail.com>
4224 2010-02-18 Jaroslav Hajek <highegg@gmail.com> 4224 2010-02-18 Jaroslav Hajek <highegg@gmail.com>
4225 4225
4226 * load-path.cc (in_path_list): New helper function. 4226 * load-path.cc (in_path_list): New helper function.
4227 (add_to_fcn_map): Use it here. 4227 (add_to_fcn_map): Use it here.
4228 4228
4229 2010-02-18 S�ren Hauberg <hauberg@gmail.com> 4229 2010-02-18 Søren Hauberg <hauberg@gmail.com>
4230 4230
4231 * DLD-FUNCTIONS/__magick_read__.cc (__magick_finfo__): 4231 * DLD-FUNCTIONS/__magick_read__.cc (__magick_finfo__):
4232 Handle multiple frames in a single image file. 4232 Handle multiple frames in a single image file.
4233 4233
4234 2010-02-18 John W. Eaton <jwe@octave.org> 4234 2010-02-18 John W. Eaton <jwe@octave.org>
7562 (plot_window::handle): Zooming now works on the axes below the 7562 (plot_window::handle): Zooming now works on the axes below the
7563 mouse pointer instead of the current axes. Combine old and new 7563 mouse pointer instead of the current axes. Combine old and new
7564 zooming methods. 7564 zooming methods.
7565 (help_text): Update to reflect new mouse/key bindings. 7565 (help_text): Update to reflect new mouse/key bindings.
7566 7566
7567 2009-07-23 Soren Hauberg <hauberg@gmail.com> 7567 2009-07-23 Søren Hauberg <hauberg@gmail.com>
7568 7568
7569 * graphics.cc (axes::properties::zoom_about_point, 7569 * graphics.cc (axes::properties::zoom_about_point,
7570 axes::properties::translate_view): New functions. 7570 axes::properties::translate_view): New functions.
7571 (axes::properties::zoom): make zoom_stack usage optional. 7571 (axes::properties::zoom): make zoom_stack usage optional.
7572 * DLD-FUNCTIONS/fltk_backend.cc (plot_window::handle): Use new 7572 * DLD-FUNCTIONS/fltk_backend.cc (plot_window::handle): Use new
10244 10244
10245 2009-01-24 Ben Abbott <bpabbott@mac.com> 10245 2009-01-24 Ben Abbott <bpabbott@mac.com>
10246 10246
10247 * DLD-FUNCTIONS/eigs.cc: eigs.cc: skip tests if ARPACK is missing. 10247 * DLD-FUNCTIONS/eigs.cc: eigs.cc: skip tests if ARPACK is missing.
10248 10248
10249 2009-01-25 S�ren Hauberg <hauberg@gmail.com> 10249 2009-01-25 Søren Hauberg <hauberg@gmail.com>
10250 10250
10251 * help.cc (do_get_help_text, raw_help_from_symbol_table): new output to 10251 * help.cc (do_get_help_text, raw_help_from_symbol_table): new output to
10252 flag the a function is found but not documented. 10252 flag the a function is found but not documented.
10253 10253
10254 2009-01-25 S�ren Hauberg <hauberg@gmail.com> 10254 2009-01-25 Søren Hauberg <hauberg@gmail.com>
10255 10255
10256 * help.cc (raw_help_from_file): No longer search for files called 10256 * help.cc (raw_help_from_file): No longer search for files called
10257 'Contents.m', as this is moved to 'script/help.m'. 10257 'Contents.m', as this is moved to 'script/help.m'.
10258 10258
10259 10259
10300 (do_which (const std::string&, std::string&), F__which__): 10300 (do_which (const std::string&, std::string&), F__which__):
10301 New functions. 10301 New functions.
10302 * do_which (const std::string&): 10302 * do_which (const std::string&):
10303 Call do_which (const std::string&, std::string&) to do the work. 10303 Call do_which (const std::string&, std::string&) to do the work.
10304 10304
10305 2009-01-22 S�ren Hauberg <hauberg@gmail.com> 10305 2009-01-22 Søren Hauberg <hauberg@gmail.com>
10306 10306
10307 * defun-int.h (print_usage): No longer mark as deprecated. 10307 * defun-int.h (print_usage): No longer mark as deprecated.
10308 * defun.cc (print_usage): Simply call feval to execute print_usage.m. 10308 * defun.cc (print_usage): Simply call feval to execute print_usage.m.
10309 * help.cc (additional_help_message, display_names_from_help_list, 10309 * help.cc (additional_help_message, display_names_from_help_list,
10310 display_symtab_names, simple_help, try_info, help_from_info, 10310 display_symtab_names, simple_help, try_info, help_from_info,
10450 * ov-builtin.cc: non_null_value -> storable_value. 10450 * ov-builtin.cc: non_null_value -> storable_value.
10451 * ov-cell.cc: Ditto. 10451 * ov-cell.cc: Ditto.
10452 * ov-struct.cc: Ditto. 10452 * ov-struct.cc: Ditto.
10453 * pt-decl.h: Ditto. 10453 * pt-decl.h: Ditto.
10454 10454
10455 2009-01-15 S�ren Hauberg <hauberg@gmail.com> 10455 2009-01-15 Søren Hauberg <hauberg@gmail.com>
10456 10456
10457 * DLD-FUNCTIONS/__magick_read__.cc (encode_uint_image): 10457 * DLD-FUNCTIONS/__magick_read__.cc (encode_uint_image):
10458 Initialize bitdepth. 10458 Initialize bitdepth.
10459 10459
10460 2009-01-14 S�ren Hauberg <hauberg@gmail.com> 10460 2009-01-14 Søren Hauberg <hauberg@gmail.com>
10461 10461
10462 * DLD-FUNCTIONS/betainc.cc, DLD-FUNCTIONS/chol.cc, 10462 * DLD-FUNCTIONS/betainc.cc, DLD-FUNCTIONS/chol.cc,
10463 DLD-FUNCTIONS/daspk.cc, DLD-FUNCTIONS/dasrt.cc, 10463 DLD-FUNCTIONS/daspk.cc, DLD-FUNCTIONS/dasrt.cc,
10464 DLD-FUNCTIONS/dassl.cc, DLD-FUNCTIONS/filter.cc, 10464 DLD-FUNCTIONS/dassl.cc, DLD-FUNCTIONS/filter.cc,
10465 DLD-FUNCTIONS/gammainc.cc, DLD-FUNCTIONS/gcd.cc, 10465 DLD-FUNCTIONS/gammainc.cc, DLD-FUNCTIONS/gcd.cc,
11427 2008-09-25 John W. Eaton <jwe@octave.org> 11427 2008-09-25 John W. Eaton <jwe@octave.org>
11428 11428
11429 * symtab.cc (symbol_table::do_find): Don't set evaluated_args and 11429 * symtab.cc (symbol_table::do_find): Don't set evaluated_args and
11430 args_evaluated here, prior to call to symbol_table::fcn_info::find. 11430 args_evaluated here, prior to call to symbol_table::fcn_info::find.
11431 11431
11432 2008-09-24 S�ren Hauberg <hauberg@gmail.com> 11432 2008-09-24 Søren Hauberg <hauberg@gmail.com>
11433 11433
11434 * DLD-FUNCTIONS/__magick_read__.cc (magick_to_octave_value): New 11434 * DLD-FUNCTIONS/__magick_read__.cc (magick_to_octave_value): New
11435 template function with specializations for various 11435 template function with specializations for various
11436 GraphicsMagick++ types. 11436 GraphicsMagick++ types.
11437 (F__magick_finfo__): New function. 11437 (F__magick_finfo__): New function.
11871 * DLD-FUNCTIONS/fsolve.cc (override_options): Don't fail if 11871 * DLD-FUNCTIONS/fsolve.cc (override_options): Don't fail if
11872 options_map does not contain an expected keyword. 11872 options_map does not contain an expected keyword.
11873 Fix typo in warning identifier. 11873 Fix typo in warning identifier.
11874 (make_unimplemented_options): Use CamelCase names here. 11874 (make_unimplemented_options): Use CamelCase names here.
11875 11875
11876 2008-08-06 S�ren Hauberg <hauberg@gmail.com> 11876 2008-08-06 Søren Hauberg <hauberg@gmail.com>
11877 11877
11878 * error.cc (Ferror): Update format of error messages in exmple. 11878 * error.cc (Ferror): Update format of error messages in exmple.
11879 * parse.y: (Feval): Likewise. 11879 * parse.y: (Feval): Likewise.
11880 11880
11881 2008-08-06 John W. Eaton <jwe@octave.org> 11881 2008-08-06 John W. Eaton <jwe@octave.org>
14463 * Makefile.in (DLD_XSRC): Rename minmax.cc to max.cc. 14463 * Makefile.in (DLD_XSRC): Rename minmax.cc to max.cc.
14464 14464
14465 * DLD-FUNCTIONS/__convn__.cc (convn): Use traits class and 14465 * DLD-FUNCTIONS/__convn__.cc (convn): Use traits class and
14466 typedefs to allow all types to be deduced from argument types. 14466 typedefs to allow all types to be deduced from argument types.
14467 14467
14468 2008-03-27 S�ren Hauberg <hauberg@gmail.com> 14468 2008-03-27 Søren Hauberg <hauberg@gmail.com>
14469 14469
14470 * DLD-FUNCTIONS/__convn__.cc (Fconvn): Allow convolving real data with 14470 * DLD-FUNCTIONS/__convn__.cc (Fconvn): Allow convolving real data with
14471 complex data. 14471 complex data.
14472 14472
14473 2008-03-26 John W. Eaton <jwe@octave.org> 14473 2008-03-26 John W. Eaton <jwe@octave.org>
14513 * DLD-FUNCTIONS/chol.cc, DLD-FUNCTIONS/det.cc, 14513 * DLD-FUNCTIONS/chol.cc, DLD-FUNCTIONS/det.cc,
14514 DLD-FUNCTIONS/getpwent.cc, DLD-FUNCTIONS/inv.cc, 14514 DLD-FUNCTIONS/getpwent.cc, DLD-FUNCTIONS/inv.cc,
14515 DLD-FUNCTIONS/qr.cc, DLD-FUNCTIONS/symrcm.cc, file-io.cc): 14515 DLD-FUNCTIONS/qr.cc, DLD-FUNCTIONS/symrcm.cc, file-io.cc):
14516 Texinfo fixes. 14516 Texinfo fixes.
14517 14517
14518 2008-03-26 S�ren Hauberg <hauberg@gmail.com> 14518 2008-03-26 Søren Hauberg <hauberg@gmail.com>
14519 14519
14520 * DLD-FUNCTIONS/__convn__.cc (Fconvn): 14520 * DLD-FUNCTIONS/__convn__.cc (Fconvn):
14521 Call complex_array_value to extract N-d array. 14521 Call complex_array_value to extract N-d array.
14522 14522
14523 2008-03-26 John W. Eaton <jwe@octave.org> 14523 2008-03-26 John W. Eaton <jwe@octave.org>
14524 14524
14525 * ov-base-sparse.cc (octave_base_sparse<T>::print_raw): 14525 * ov-base-sparse.cc (octave_base_sparse<T>::print_raw):
14526 Also display percentage of elements that are nonzero. 14526 Also display percentage of elements that are nonzero.
14527 14527
14528 2008-03-25 S�ren Hauberg <hauberg@gmail.com> 14528 2008-03-25 Søren Hauberg <hauberg@gmail.com>
14529 14529
14530 * DLD-FUNCTIONS/__convn__.cc: New file. 14530 * DLD-FUNCTIONS/__convn__.cc: New file.
14531 * Makefile.in: Add __convn__.cc 14531 * Makefile.in: Add __convn__.cc
14532 14532
14533 2008-03-25 David Bateman <dbateman@free.fr> 14533 2008-03-25 David Bateman <dbateman@free.fr>
16803 16803
16804 2007-10-17 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> 16804 2007-10-17 Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
16805 16805
16806 * DLD-FUNCTIONS/__qp__.cc (qp): Fix check for Wact(j). 16806 * DLD-FUNCTIONS/__qp__.cc (qp): Fix check for Wact(j).
16807 16807
16808 2007-10-15 S�ren Hauberg <hauberg@gmail.com> 16808 2007-10-15 Søren Hauberg <hauberg@gmail.com>
16809 16809
16810 * error.cc (Ferror): Make text fit on pages when using smallbook. 16810 * error.cc (Ferror): Make text fit on pages when using smallbook.
16811 * load-save.cc (Fsave_header_format_string): Ditto. 16811 * load-save.cc (Fsave_header_format_string): Ditto.
16812 * ov-struct.cc (Fcell2struct): Ditto. 16812 * ov-struct.cc (Fcell2struct): Ditto.
16813 * DLD-FUNCTIONS/besselj.cc (Fairy): Ditto. 16813 * DLD-FUNCTIONS/besselj.cc (Fairy): Ditto.
17531 (octave_stream_list::do_insert): Insert octave_stream with key 17531 (octave_stream_list::do_insert): Insert octave_stream with key
17532 corresponding to file-descriptor. 17532 corresponding to file-descriptor.
17533 (octave_stream_list::do_insert, octave_steam_list::insert): 17533 (octave_stream_list::do_insert, octave_steam_list::insert):
17534 Remove const qualifier of argument. 17534 Remove const qualifier of argument.
17535 17535
17536 2007-06-18 S�ren Hauberg <hauberg@gmail.com> 17536 2007-06-18 Søren Hauberg <hauberg@gmail.com>
17537 17537
17538 * DLD-FUNCTIONS/__lin_interpn__.cc: Replace octave_NaN with octave_NA. 17538 * DLD-FUNCTIONS/__lin_interpn__.cc: Replace octave_NaN with octave_NA.
17539 17539
17540 2007-06-15 Shai Ayal <shaiay@users.sourceforge.net> 17540 2007-06-15 Shai Ayal <shaiay@users.sourceforge.net>
17541 17541
17746 17746
17747 * debug.cc (Fdbstop): handle integer, vector and multiple line 17747 * debug.cc (Fdbstop): handle integer, vector and multiple line
17748 arguments. 17748 arguments.
17749 (Fdbclar): ditto. Eliminate extraneous debugging messages. 17749 (Fdbclar): ditto. Eliminate extraneous debugging messages.
17750 17750
17751 2007-05-21 S�ren Hauberg <hauberg@gmail.com> 17751 2007-05-21 Søren Hauberg <hauberg@gmail.com>
17752 17752
17753 * load-path.cc (Fpath, Frehash): Replace "LOADPATH" with "load 17753 * load-path.cc (Fpath, Frehash): Replace "LOADPATH" with "load
17754 path" in doc strings. 17754 path" in doc strings.
17755 17755
17756 * parse.y (Feval): Add example. 17756 * parse.y (Feval): Add example.
17767 not number of map elements. 17767 not number of map elements.
17768 (Octave_map::nfields): Rename from length. 17768 (Octave_map::nfields): Rename from length.
17769 (Octave_map::empty): Delete. 17769 (Octave_map::empty): Delete.
17770 Change all uses of empty to check nfields () == 0 instead. 17770 Change all uses of empty to check nfields () == 0 instead.
17771 17771
17772 2007-05-21 S�ren Hauberg <soren@hauberg.org> 17772 2007-05-21 Søren Hauberg <soren@hauberg.org>
17773 17773
17774 * help.cc (Fautoload): Doc fix. 17774 * help.cc (Fautoload): Doc fix.
17775 * variables.cc (Fiscommand): Doc fix. 17775 * variables.cc (Fiscommand): Doc fix.
17776 17776
17777 2007-05-19 David Bateman <dbatemna@free.fr> 17777 2007-05-19 David Bateman <dbatemna@free.fr>
17778 17778
17779 * ov-fcn-inline.cc (Fvectorize): Doc fix. 17779 * ov-fcn-inline.cc (Fvectorize): Doc fix.
17780 17780
17781 2007-05-16 S�ren Hauberg <soren@hauberg.org> 17781 2007-05-16 Søren Hauberg <soren@hauberg.org>
17782 17782
17783 * ov.cc (Fsubsref, Fsubsasgn): Doc fix. 17783 * ov.cc (Fsubsref, Fsubsasgn): Doc fix.
17784 17784
17785 2007-05-16 John W. Eaton <jwe@octave.org> 17785 2007-05-16 John W. Eaton <jwe@octave.org>
17786 17786
17844 17844
17845 2007-05-14 Thomas Weber <thomas.weber.mail@gmail.com> 17845 2007-05-14 Thomas Weber <thomas.weber.mail@gmail.com>
17846 17846
17847 * DLD-FUNCTIONS/fft.cc (do_fft): Handle empty matrices. New tests. 17847 * DLD-FUNCTIONS/fft.cc (do_fft): Handle empty matrices. New tests.
17848 17848
17849 2007-05-14 S�ren Hauberg <soren@hauberg.org> 17849 2007-05-14 Søren Hauberg <soren@hauberg.org>
17850 17850
17851 * toplev.cc (Fatexit): Simplify example in doc string. 17851 * toplev.cc (Fatexit): Simplify example in doc string.
17852 * help.cc (Flookfor): Doc fix. 17852 * help.cc (Flookfor): Doc fix.
17853 * DLD-FUNCTIONS/cellfun.cc (Fcellfun): 17853 * DLD-FUNCTIONS/cellfun.cc (Fcellfun):
17854 Reformat to avoid long lines in doc string example. 17854 Reformat to avoid long lines in doc string example.
17855 17855
17856 2007-05-13 S�ren Hauberg <soren@hauberg.org> 17856 2007-05-13 Søren Hauberg <soren@hauberg.org>
17857 17857
17858 * toplev.cc (Fquit): Doc fix. 17858 * toplev.cc (Fquit): Doc fix.
17859 * help.cc (Fhelp): Doc fix. 17859 * help.cc (Fhelp): Doc fix.
17860 * oct-hist.cc (Fsaving_history): Doc fix. 17860 * oct-hist.cc (Fsaving_history): Doc fix.
17861 17861
17932 2007-04-26 John W. Eaton <jwe@octave.org> 17932 2007-04-26 John W. Eaton <jwe@octave.org>
17933 17933
17934 * ov-usr-fcn.cc (octave_user_function::do_multi_index_op): 17934 * ov-usr-fcn.cc (octave_user_function::do_multi_index_op):
17935 Only deal with varargout if ret_list->takes_varargs () is true. 17935 Only deal with varargout if ret_list->takes_varargs () is true.
17936 17936
17937 2007-04-26 S�ren Hauberg <soren@hauberg.org> 17937 2007-04-26 Søren Hauberg <soren@hauberg.org>
17938 17938
17939 * DLD-FUNCTIONS/urlwrite.cc: Doc fix. 17939 * DLD-FUNCTIONS/urlwrite.cc: Doc fix.
17940 17940
17941 2007-04-26 David Bateman <dbateman@free.fr> 17941 2007-04-26 David Bateman <dbateman@free.fr>
17942 17942
17961 (color_property::red, color_property::green, color_property::blue): 17961 (color_property::red, color_property::green, color_property::blue):
17962 Delete. 17962 Delete.
17963 (color_property::validate): Use rgba. 17963 (color_property::validate): Use rgba.
17964 (color_property::c2rgba): New function. 17964 (color_property::c2rgba): New function.
17965 17965
17966 2007-04-23 S�ren Hauberg <soren@hauberg.org> 17966 2007-04-23 Søren Hauberg <soren@hauberg.org>
17967 17967
17968 * data.cc (Fsize_equal): Allow more than two arguments. 17968 * data.cc (Fsize_equal): Allow more than two arguments.
17969 17969
17970 2007-04-20 John W. Eaton <jwe@octave.org> 17970 2007-04-20 John W. Eaton <jwe@octave.org>
17971 17971
19364 * ov-base-int.cc (octave_base_int_scalar<T>::convert_to_str_internal, 19364 * ov-base-int.cc (octave_base_int_scalar<T>::convert_to_str_internal,
19365 octave_base_int_matrix<T>::convert_to_str_internal): 19365 octave_base_int_matrix<T>::convert_to_str_internal):
19366 New functions. 19366 New functions.
19367 * ov-base-int.h: Provide decls. 19367 * ov-base-int.h: Provide decls.
19368 19368
19369 2006-09-15 S�ren Hauberg <soren@hauberg.org>. 19369 2006-09-15 Søren Hauberg <soren@hauberg.org>.
19370 19370
19371 * data.cc (Fsize): If nargout > ndims, fill with 1. 19371 * data.cc (Fsize): If nargout > ndims, fill with 1.
19372 19372
19373 2006-09-15 John W. Eaton <jwe@octave.org> 19373 2006-09-15 John W. Eaton <jwe@octave.org>
19374 19374
21470 * pager.cc (Fterminal_size): New function. 21470 * pager.cc (Fterminal_size): New function.
21471 21471
21472 * help.cc (help_from_info): Simplify. 21472 * help.cc (help_from_info): Simplify.
21473 (try_info): Use feval to call doc instead of executing info program. 21473 (try_info): Use feval to call doc instead of executing info program.
21474 (additional_help_message): Point users to doc instead of help -i. 21474 (additional_help_message): Point users to doc instead of help -i.
21475 From S�ren Hauberg <soren@hauberg.org>. 21475 From Søren Hauberg <soren@hauberg.org>.
21476 21476
21477 * toplev.cc (Fsystem): Return output if nargout > 1, not 0. 21477 * toplev.cc (Fsystem): Return output if nargout > 1, not 0.
21478 21478
21479 2006-03-14 Keith Goodman <kwgoodman@gmail.com> 21479 2006-03-14 Keith Goodman <kwgoodman@gmail.com>
21480 21480
22317 OPERATORS/op-cm-sm.cc, OPERATORS/op-cm-scm.cc: Use mixed matrix/sparse 22317 OPERATORS/op-cm-sm.cc, OPERATORS/op-cm-scm.cc: Use mixed matrix/sparse
22318 multiply operator rather than casting sparse to matrix. 22318 multiply operator rather than casting sparse to matrix.
22319 22319
22320 2005-07-18 John W. Eaton <jwe@octave.org> 22320 2005-07-18 John W. Eaton <jwe@octave.org>
22321 22321
22322 * strfns.cc (Fstrcmp): New function from S�ren Hauberg 22322 * strfns.cc (Fstrcmp): New function from Søren Hauberg
22323 <soren@hauberg.org> and Tom Holroyd <tomh@kurage.nimh.nih.gov>. 22323 <soren@hauberg.org> and Tom Holroyd <tomh@kurage.nimh.nih.gov>.
22324 Adapt to Octave conventions. 22324 Adapt to Octave conventions.
22325 22325
22326 2005-07-11 David Bateman <dbateman@free.fr> 22326 2005-07-11 David Bateman <dbateman@free.fr>
22327 22327