]> Creatis software - gdcm.git/commitdiff
update Changelog
authorjpr <jpr>
Wed, 2 Feb 2005 10:09:43 +0000 (10:09 +0000)
committerjpr <jpr>
Wed, 2 Feb 2005 10:09:43 +0000 (10:09 +0000)
ChangeLog
Doc/Website/CodingStyle.html

index 423712f11a2a8a710fcf16dd9790a0319860d5fc..c4a59b672ae50a1f0f1633eadeff3faf2ede6064 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-02 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
+  *FIX SQItem::AddEntry inserts now *in the right place* any Entry 
+              (Dicom Element) into the Sequence Item
+
 2005-01-31 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
   * src/*.cxx : first parss to normalize file organisation
 
@@ -8,7 +12,7 @@
 2005-01-31 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
   * Finish cleaning up my JPEG mess. Should be ok now.
   * Getting toward a RLE very similar to JPEG. Every RLE stuff is now self
-       contained within the RLE* class(doh!)
+        contained within the RLE* class(doh!)
 
 2005-01-30 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
    * SerieHeader::SetDirectory() allow recursive exploration of the Directory
index 784ab04306904c4c079a1b67d69eab1a64c893a7..938d7499f3fee701a5290f0a524783254d2f4e95 100644 (file)
@@ -48,9 +48,9 @@
                                                                                 
 * Naming conventions:
  - Generalities:
-   In general, names are constructued by using case change to indicate
+   In general, names are constructed by using case change to indicate
    separate words, as in ImageDataSize (standing for "image data size").
-   Underscores are not used. Variable names are chosen carefully with the
+   Underscores are not used. Variable names are choosen carefully with the
    intention to convey the meaning behind the code. Names are generally
    spelled out; use of abbreviations is discouraged.
    [Note: abbreviation are allowable when in common use, and should be in