[rkward-cvs] SF.net SVN: rkward:[3564] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue May 17 08:01:32 UTC 2011
Revision: 3564
http://rkward.svn.sourceforge.net/rkward/?rev=3564&view=rev
Author: tfry
Date: 2011-05-17 08:01:31 +0000 (Tue, 17 May 2011)
Log Message:
-----------
Prepare first preview of 0.5.6
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R
trunk/rkward/rkward/resource.ver
trunk/rkward/rkward/version.h
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2011-05-16 23:14:52 UTC (rev 3563)
+++ trunk/rkward/ChangeLog 2011-05-17 08:01:31 UTC (rev 3564)
@@ -1,3 +1,4 @@
+--- Version 0.5.6 - May-XX-2011
- Fix compilation on FreeBSD
- Replace the R console's "Copy selection cleaned" action with "Copy commands, only", which will omit any non-command regions in the copy
- Add "Copy lines to output" action to copy highlighted lines from the R console or script editors to the output window
@@ -9,7 +10,7 @@
- Box plot plugin gains support for grouped outcome data
- Fixed: Pressing Ctrl+C would not reset syntactically incomplete commands in the R console
- Crosstabs N to 1 plugin gains options to compute proportions and margins (thanks to Andrés Necochea)
-- Added convenience R function rk.list() to allow simplification of plugin code # TODO: ideally, this should be used in all applicable plugins
+- Added convenience R function rk.list() to allow simplification of plugin code
- Added stack-based window switching using Ctrl+(Shift)+Tab; this replaces the old "Next Window" and "Previous Window" actions
- Fixed: Graphics device windows would disappear when trying to attach them to the main window with some versions of Qt
- Fixed: tcl/tk widgets would locki up after running commands in the R Console
@@ -28,7 +29,7 @@
- Support S4 slots in object name completion and workspace browser
- More correct handling of quotes in object name completion
- Support plot history for ggplot2 plots
-- Be less pro-active about fetching structure information on R objects in the workspace TODO: verify that this fixes our issues with rXML
+- Be less pro-active about fetching structure information on R objects in the workspace
- Allow to browse arbitrarily deeply nested environments in the object browser
--- Version 0.5.5 - Mar-15-2011
Modified: trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R 2011-05-16 23:14:52 UTC (rev 3563)
+++ trunk/rkward/rkward/rbackend/rpackages/rkward/R/ver.R 2011-05-17 08:01:31 UTC (rev 3564)
@@ -1 +1 @@
-".rk.app.version" <- "0.5.5.z+0.5.6+test3"
+".rk.app.version" <- "0.5.5.z+0.5.6+pre1"
Modified: trunk/rkward/rkward/resource.ver
===================================================================
--- trunk/rkward/rkward/resource.ver 2011-05-16 23:14:52 UTC (rev 3563)
+++ trunk/rkward/rkward/resource.ver 2011-05-17 08:01:31 UTC (rev 3564)
@@ -1 +1 @@
-0.5.5.z+0.5.6+test3
+0.5.5.z+0.5.6+pre1
Modified: trunk/rkward/rkward/version.h
===================================================================
--- trunk/rkward/rkward/version.h 2011-05-16 23:14:52 UTC (rev 3563)
+++ trunk/rkward/rkward/version.h 2011-05-17 08:01:31 UTC (rev 3564)
@@ -1,2 +1,2 @@
/* Version number of package */
-#define RKWARD_VERSION "0.5.5.z+0.5.6+test3"
+#define RKWARD_VERSION "0.5.5.z+0.5.6+pre1"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list