comparison OLD-ChangeLogs/scripts-ChangeLog @ 12728:a17269b1148f stable

maint: undo unintended change removing deprecated functions
author John W. Eaton <jwe@octave.org>
date Thu, 09 Jun 2011 13:35:10 -0400
parents 83606de30dae
children d6bd2f2c35cc
comparison
equal deleted inserted replaced
12727:40b16bb69fec 12728:a17269b1148f
394 iterative method for solving linear systems. 394 iterative method for solving linear systems.
395 395
396 2011-02-08 Ben Abbott <bpabbott@mac.com> 396 2011-02-08 Ben Abbott <bpabbott@mac.com>
397 397
398 * plot/__go_draw_axes__.m: Properly set fontspec for legends. 398 * plot/__go_draw_axes__.m: Properly set fontspec for legends.
399
400 2011-02-08 John W. Eaton <jwe@octave.org>
401
402 * deprecated/complement.m, deprecated/create_set.m,
403 deprecated/dmult.m, deprecated/iscommand.m,
404 deprecated/israwcommand.m, deprecated/lchol.m,
405 deprecated/loadimage.m, deprecated/mark_as_command.m,
406 deprecated/mark_as_rawcommand.m, deprecated/spatan2.m,
407 deprecated/spchol2inv.m, deprecated/spcholinv.m,
408 deprecated/spchol.m, deprecated/spcumprod.m,
409 deprecated/spcumsum.m, deprecated/spdet.m, deprecated/spdiag.m,
410 deprecated/spfind.m, deprecated/spinv.m, deprecated/spkron.m,
411 deprecated/splchol.m, deprecated/split.m, deprecated/splu.m,
412 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m,
413 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m,
414 deprecated/str2mat.m, deprecated/unmark_command.m,
415 deprecated/unmark_rawcommand.m:
416 Remove functions deprecated in version 3.2.
417 * module.mk (deprecated_FCN_FILES): Remove them from the list.
418 399
419 2011-02-05 David Bateman <dbateman@free.fr> 400 2011-02-05 David Bateman <dbateman@free.fr>
420 401
421 * plot/legend.m: Allow the location and orientation to be set 402 * plot/legend.m: Allow the location and orientation to be set
422 without modifiying the legend keys. 403 without modifiying the legend keys.