The R Project SVN R

Rev

Rev 85652 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85652 Rev 85972
Line 1... Line 1...
1
 
1
 
2
	**************************************************
2
	**************************************************
3
	*	 Windows-specific changes to R		 *
3
	*	 Windows-specific changes to R		 *
4
	*	 See the file NEWS for changes that	 *
-
 
5
	*        affect all versions of R.		 *
-
 
6
	**************************************************
4
	**************************************************
7
 
5
 
-
 
6
	This file covers changes since R 2.0.0 up to R 2.9.2.
-
 
7
	For later changes see the file CHANGES (up to R 2.15.0)
-
 
8
	and the subsequent NEWS files.
-
 
9
	Changes from R 1.0.0 to R 2.0.0 are in CHANGES2.
-
 
10
	Changes up to R 1.0.0 are in CHANGES1.
-
 
11
 
8
 
12
 
9
	**************************************************
13
	**************************************************
10
	*						 *
14
	*						 *
11
	*	       2.9 SERIES NEWS			 *
15
	*	       2.9 SERIES NEWS			 *
12
	*						 *
16
	*						 *
Line 2078... Line 2082...
2078
 
2082
 
2079
    o	select.list(preselect=) was not working. (PR#7328)
2083
    o	select.list(preselect=) was not working. (PR#7328)
2080
 
2084
 
2081
    o	The graphics recording mechanism windows(record = TRUE) could
2085
    o	The graphics recording mechanism windows(record = TRUE) could
2082
	cause memory corruption.
2086
	cause memory corruption.
2083
 
-
 
2084
 
-
 
2085
 
-
 
2086
 
-
 
2087
	*********************************************************
-
 
2088
	*							*
-
 
2089
	*	News of 1.x.y and 2.0.0 is in file `CHANGES1'	*
-
 
2090
	*	News of 1.0.0 and earlier is in file `CHANGES0'	*
-
 
2091
	*	These files are available in the source		*
-
 
2092
	*	distribution.					*
-
 
2093
	*							*
-
 
2094
	*********************************************************
-
 
2095
 
-
 
2096
%%% Local Variables:
-
 
2097
%%% mode: text
-
 
2098
%%% End:
-