[Jspro-cvs] jsPro CHANGES,1.16,1.17
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-09-20 20:18:11
|
Update of /cvsroot/jspro/jsPro
In directory sc8-pr-cvs1:/tmp/cvs-serv9849
Modified Files:
CHANGES
Log Message:
QA: slightly updated format to increase readability of information between releases; moved one R3 comment from Additions section to Changes section
Index: CHANGES
===================================================================
RCS file: /cvsroot/jspro/jsPro/CHANGES,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CHANGES 19 Sep 2003 15:44:43 -0000 1.16
--- CHANGES 20 Sep 2003 20:18:08 -0000 1.17
***************
*** 1,5 ****
! -------------------------------------------------------------------------------
! Whats new in R3?
! -------------------------------------------------------------------------------
Additions:
--- 1,6 ----
! ===============================================================================
! Whats new in R3? (Not Yet Released)
! ===============================================================================
!
Additions:
***************
*** 8,12 ****
- Array.averageDev()
- Array.changeKeyCase()
- - renamed Array.stdev() to Array.standardDev()
browser.js:
--- 9,12 ----
***************
*** 56,61 ****
--- 56,66 ----
-------------------------------------------------------------------------------
+
Changes:
+ array.js:
+
+ - renamed Array.stdev() to Array.standardDev()
+
error.js:
***************
*** 63,69 ****
of the current window or to the new debug window
! -------------------------------------------------------------------------------
! Whats new in R2?
! -------------------------------------------------------------------------------
Additions:
--- 68,75 ----
of the current window or to the new debug window
! ===============================================================================
! Whats new in R2? (Released 25 Aug 2003)
! ===============================================================================
!
Additions:
***************
*** 150,154 ****
--- 156,162 ----
- String.lpad()
- String.rpad()
+
-------------------------------------------------------------------------------
+
Changes:
***************
*** 244,246 ****
wrapping strings without splitting words; made method compatible
with Constants()
! -------------------------------------------------------------------------------
\ No newline at end of file
--- 252,255 ----
wrapping strings without splitting words; made method compatible
with Constants()
!
! ===============================================================================
\ No newline at end of file
|