# HG changeset patch # User Rik # Date 1307592160 25200 # Node ID 6ed1e0be181eeeb89ed98dabc70de0fb8b5f2d96 # Parent 65faec78a5b37d0dfb037eafe005b7e70a93806d doc: Update NEWS with new functions for release 3.4.1 * NEWS: Update new functions list for release 3.4.1 diff -r 65faec78a5b3 -r 6ed1e0be181e NEWS --- a/NEWS Mon Apr 25 10:51:09 2011 -0700 +++ b/NEWS Wed Jun 08 21:02:40 2011 -0700 @@ -33,7 +33,7 @@ ** The following functions are new in 3.4.1: - colstyle iscolumn isrow + colstyle gmres iscolumn isrow mgorth nproc rectangle ** The get_forge_pkg function is now private. @@ -366,15 +366,15 @@ exponent where the exponent is a multiple of 3. ** The following functions are new in Octave 3.4: - accumdim divergence merge ppjumps strread - bitpack erfcx nfields pqpnonneg textread - bitunpack fileread nth_element quadcc uigetdir - blkmm fminbnd onCleanup randi uigetfile - cbrt fskipl pbaspect rectangle uiputfile - curl ifelse pie3 repelems uimenu - chop ishermitian powerset reset whitebg - colstyle isindex ppder rsf2csf - daspect luupdate ppint saveas + accumdim erfcx nfields pqpnonneg uigetdir + bitpack fileread nth_element quadcc uigetfile + bitunpack fminbnd onCleanup randi uiputfile + blkmm fskipl pbaspect repelems uimenu + cbrt ifelse pie3 reset whitebg + curl ishermitian powerset rsf2csf + chop isindex ppder saveas + daspect luupdate ppint strread + divergence merge ppjumps textread ** Using the image function to view images with external programs such as display, xv, and xloadimage is no longer supported. The @@ -476,9 +476,9 @@ be removed from Octave 3.8 (or whatever version is the second major release after 3.4): - autocor cellidx fstat is_global replot values - autocov cquad gammai krylovb saveimage - betai dispatch glpkmex perror strerror + autocor cellidx gammai krylovb saveimage + autocov dispatch glpkmex perror strerror + betai fstat is_global replot values Summary of important user-visible changes for version 3.2: ---------------------------------------------------------