[rkward-cvs] rkward ChangeLog,1.104,1.105 TODO,1.108,1.109 configure,1.32,1.33 configure.files,1.7,1.8 configure.in,1.27,1.28 configure.in.in,1.15,1.16 subdirs,1.10,1.11

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Apr 5 20:33:57 UTC 2006


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

Modified Files:
	ChangeLog TODO configure configure.files configure.in 
	configure.in.in subdirs 
Log Message:
Bump version number to 0.3.5 internally

Index: configure.files
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.files,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** configure.files	2 Oct 2005 15:22:00 -0000	1.7
--- configure.files	5 Apr 2006 20:33:55 -0000	1.8
***************
*** 1,2 ****
--- 1,4 ----
  ./admin/configure.in.min
  configure.in.in
+ ./rkward-0.3.4/configure.in.in
+ ./rkward-0.3.5/configure.in.in

Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** configure	29 Mar 2006 13:25:07 -0000	1.32
--- configure	5 Apr 2006 20:33:52 -0000	1.33
***************
*** 1904,1908 ****
  # Define the identity of the package.
   PACKAGE=rkward
!  VERSION=0.3.4
  
  
--- 1904,1908 ----
  # Define the identity of the package.
   PACKAGE=rkward
!  VERSION=0.3.5
  
  
***************
*** 30747,30750 ****
--- 30747,30760 ----
  
  
+ #MIN_CONFIG(3)
+ 
+ 
+ 
+ 
+ #MIN_CONFIG(3)
+ 
+ 
+ 
+ 
  
  

Index: configure.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** configure.in	3 Nov 2005 21:37:10 -0000	1.27
--- configure.in	5 Apr 2006 20:33:55 -0000	1.28
***************
*** 37,41 ****
  
  dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.4) 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.5) dnl searches for some needed programs
  
  KDE_SET_PREFIX
***************
*** 67,70 ****
--- 67,92 ----
  dnl AC_PROG_YACC dnl __kdevelop__
  
+ #MIN_CONFIG(3)
+ 
+ dnl PACKAGE set before
+ 
+ dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
+ dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
+ dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__
+ 
+ dnl KDE_NEED_FLEX dnl __kdevelop__
+ dnl AC_PROG_YACC dnl __kdevelop__
+ 
+ #MIN_CONFIG(3)
+ 
+ dnl PACKAGE set before
+ 
+ dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
+ dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
+ dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__
+ 
+ dnl KDE_NEED_FLEX dnl __kdevelop__
+ dnl AC_PROG_YACC dnl __kdevelop__
+ 
  KDE_CREATE_SUBDIRSLIST
  AC_CONFIG_FILES([ Makefile ])

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** ChangeLog	29 Mar 2006 16:34:40 -0000	1.104
--- ChangeLog	5 Apr 2006 20:33:52 -0000	1.105
***************
*** 1,2 ****
--- 1,3 ----
+ - many new plugins by Stefan Roediger
  - clean up R temporary files on shutdown
  - when switching between dialog and wizard interfaces, GUI settings are copied

Index: subdirs
===================================================================
RCS file: /cvsroot/rkward/rkward/subdirs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** subdirs	3 Nov 2005 21:37:10 -0000	1.10
--- subdirs	5 Apr 2006 20:33:55 -0000	1.11
***************
*** 3,4 ****
--- 3,6 ----
  po
  rkward
+ rkward-0.3.4
+ rkward-0.3.5

Index: configure.in.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configure.in.in	21 Oct 2005 15:23:35 -0000	1.15
--- configure.in.in	5 Apr 2006 20:33:55 -0000	1.16
***************
*** 1,5 ****
  #MIN_CONFIG(3)
  
! AM_INIT_AUTOMAKE(rkward,0.3.4)
  
  dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
--- 1,5 ----
  #MIN_CONFIG(3)
  
! AM_INIT_AUTOMAKE(rkward,0.3.5)
  
  dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** TODO	29 Mar 2006 16:34:40 -0000	1.108
--- TODO	5 Apr 2006 20:33:52 -0000	1.109
***************
*** 24,31 ****
  	- start rkward with empty table. open command editor. switch back to table. Edit some stuff in the table. Ctrl+W. Crash
  
- - Plugin Documentation:
- 	- Labels are now attached to components instead of menu-entries. Update documentation.
- 	- convert to kdoc
- 
  Configuration options to add:
  	- additional console options:
--- 24,27 ----
***************
*** 53,58 ****
  		- RKPlugin still uses RKCommandEditor. Convert to use RKCommandEditorWindow instead.
  	- RKDocManager? Is this used?
- 	- RKMenu
- 	- RKMenuList
  	- RKGlobals
  		- static members should be moved to the respective classes. Much cleaner!
--- 49,52 ----
***************
*** 104,107 ****
--- 98,103 ----
  - give informative feedback on syntax errors (line numbers, etc.)!
  
+ - It seems impossible to extend rk.get.description and the like to accept a undetermined number of parameters (...). Maybe we can do this from C. Find out about PRINTNAME ().
+ 
  stuff to do before the thing is usable
  - add a help-system





More information about the rkward-tracker mailing list