[rkward-cvs] rkward ChangeLog, 1.132, 1.133 TODO, 1.124, 1.125 configure, 1.45, 1.46 configure.in, 1.36, 1.37 configure.in.in, 1.17, 1.18

Thomas Friedrichsmeier tfry at users.sourceforge.net
Mon Jun 19 20:06:11 UTC 2006


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18122

Modified Files:
	ChangeLog TODO configure configure.in configure.in.in 
Log Message:
version change for testing release; updated ChangeLog, TODO

Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** configure	17 May 2006 12:36:13 -0000	1.45
--- configure	19 Jun 2006 20:06:07 -0000	1.46
***************
*** 1904,1908 ****
  # Define the identity of the package.
   PACKAGE=rkward
!  VERSION=0.3.6
  
  
--- 1904,1908 ----
  # Define the identity of the package.
   PACKAGE=rkward
!  VERSION=0.3.7pre1
  
  

Index: configure.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** configure.in	21 Apr 2006 12:55:16 -0000	1.36
--- configure.in	19 Jun 2006 20:06:09 -0000	1.37
***************
*** 37,41 ****
  
  dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.6) dnl searches for some needed programs
  
  KDE_SET_PREFIX
--- 37,41 ----
  
  dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.7pre1) dnl searches for some needed programs
  
  KDE_SET_PREFIX

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** ChangeLog	17 May 2006 14:14:07 -0000	1.132
--- ChangeLog	19 Jun 2006 20:06:07 -0000	1.133
***************
*** 1,2 ****
--- 1,3 ----
+ - correctly initialize the internal NaN representation (would sometimes be initialized to 0, resulting in 0s not to be shown in the editor)
  - engine status bar label ("R engine busy/idle") now changes background color according to state
  - honor DESTDIR setting while installing rkward R package, and add configure option --with-r-libdir

Index: configure.in.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** configure.in.in	20 Apr 2006 12:34:17 -0000	1.17
--- configure.in.in	19 Jun 2006 20:06:09 -0000	1.18
***************
*** 1,5 ****
  #MIN_CONFIG(3)
  
! AM_INIT_AUTOMAKE(rkward,0.3.6)
  
  dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
--- 1,5 ----
  #MIN_CONFIG(3)
  
! AM_INIT_AUTOMAKE(rkward,0.3.7pre1)
  
  dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** TODO	5 May 2006 13:18:05 -0000	1.124
--- TODO	19 Jun 2006 20:06:07 -0000	1.125
***************
*** 7,11 ****
  
  REmbedInternal:
! 	- use -1 as maxparts in R_ParseVector! It's what's used in R's source.c to parse the whole text
  
  Some items I'd like to get done for 0.3.7 or whatever the next release is going to be called, if they don't take too long:
--- 7,11 ----
  
  REmbedInternal:
! 	- probably we do not need na_double at all (just any NaN) => less confusion
  
  Some items I'd like to get done for 0.3.7 or whatever the next release is going to be called, if they don't take too long:





More information about the rkward-tracker mailing list