changeset 9151:85dc6dab4c46 octave-forge

mechanics: Updating NEWs
author jpicarbajal
date Fri, 09 Dec 2011 14:30:20 +0000
parents f47ed3102315
children 3dc6192a829a
files main/mechanics/NEWS
diffstat 1 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/main/mechanics/NEWS	Fri Dec 09 14:24:08 2011 +0000
+++ b/main/mechanics/NEWS	Fri Dec 09 14:30:20 2011 +0000
@@ -13,14 +13,16 @@
  inertiamoment.m
  masscenter.m
 
-* deprecating
-area_poly2d.m
-center_mass_poly2d.m
-inertia_moment_ncpoly2d.m
-inertia_moment_poly2d.m
-second_moment_poly2d.m
+* Functions that changed names
+center_mass_poly2d.m --> masscenter.m
+inertia_moment_ncpoly2d.m |
+                          | - inertiamoment.m
+inertia_moment_poly2d.m   |
 
-* Added inverse to vech
+
+* The functions second_moment_poly2d.m and area_poly2d.m can be found in the
+geometry package. Mechanics is now dpeendt on that package.
+
 * Minor fixes to other functions
 * Major structure change of the package: multipackage
 * Fixed the order of this NEWS file.