diff NEWS @ 18909:9887440ceb2e stable

doc: Update documentation around java_get, java_set. * NEWS: Don't include java_get, java_set in list of functions deprecated in 3.8. * java.txi: Add java_get, java_set to manual. Write documentation for using '.' operator to read/write fields of object. Add examples of using Java interface. * java_get.m, java_set.m: Change @deftypefn type to "Function File".
author Rik <rik@octave.org>
date Sun, 13 Jul 2014 17:43:19 -0700
parents 8bc09600f0ed
children eea4f61960d4
line wrap: on
line diff
--- a/NEWS	Sun Jul 13 09:45:00 2014 -0400
+++ b/NEWS	Sun Jul 13 17:43:19 2014 -0700
@@ -320,12 +320,13 @@
     directly from Octave:
 
       debug_java     java_matrix_autoconversion
-      isjava         java_unsigned_autoconversion
-      java2mat       javaaddpath
-      javaArray      javaclasspath
-      javaMethod     javamem
-      javaObject     javarmpath
-                     usejava
+      isjava         java_set
+      java2mat       java_unsigned_autoconversion
+      javaArray      javaaddpath                 
+      javaMethod     javaclasspath               
+      javaObject     javamem                     
+      java_get       javarmpath                  
+                     usejava                     
 
     In addition, the following functions that use the Java interface
     are now available (provided that Octave is compiled with support for
@@ -369,16 +370,14 @@
     be removed from Octave 3.12 (or whatever version is the second major
     release after 3.8):
 
-      default_save_options    java_new            
-      gen_doc_cache           java_set                   
-      interp1q                java_unsigned_conversion
-      isequalwithequalnans    javafields                
-      java_convert_matrix     javamethods               
-      java_debug              re_read_readline_init_file
-      java_get                read_readline_init_file   
-      java_invoke             saving_history            
-
-
+      default_save_options     java_new
+      gen_doc_cache            java_unsigned_conversion
+      interp1q                 javafields
+      isequalwithequalnans     javamethods
+      java_convert_matrix      re_read_readline_init_file
+      java_debug               read_readline_init_file
+      java_invoke              saving_history
+                     
     The following keywords have been deprecated in Octave 3.8 and will
     be removed from Octave 3.12 (or whatever version is the second major
     release after 3.8):