]> Creatis software - gdcm.git/blobdiff - ChangeLog
* src/gdcmDocument.[h|cxx]:
[gdcm.git] / ChangeLog
index 064ec882a0b0145e3a6d7f4ddaa0a08e5859719d..4e29834429f947879ef2ec25ae934994dc389f88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-06-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+    * src/gdcmDocument.[h|cxx]:
+      - Clean up of the Transfer related predicates. They are now all based
+        on new method isGivenTransferSyntax, that (should) handle properly
+        the padding problem.
+      - general clean up, simplification, and coding style.
+      - Specific clean up of Parse7FE0() (umproperly named actually).
+    * gdcmPython/testSuite.py: an odd temporary kludge introduced.
+
+2004-06-14 Jean-Pierre Roux            
+   *  gdcmSeqEntry.cxx
+          - fix the display of Sequence Delimitor (SQDepthLevel pb)
+               - fix the display of SQItem ordinal number
+      - add the GetSQItemByOrdinalNumber method
+               - remove some useless never written private methods     
+               
 2004-06-14 Jean-Pierre Roux
    * gdcmBinEntry.cxx 
       - adding a constructor taking a gdcmDocEntry as an input param
@@ -19,8 +35,7 @@
       - AddEntry now takes the Item Number as a param  
    * gdcmValEntry.cxx 
       - adding a constructor taking a gdcmDocEntry as an input param   
-       
-       
+
 2004-06-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
     * Memory leak hunt with the following command:
       valgrind --leak-check=yes --leak-resolution=high --num-callers=40
@@ -56,7 +71,7 @@
 
 2004-06-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
     * src/gdcmHeader.[cxx|h]:
-      - Predicates on the Transfer syntax (of the form Is[JPEF|RLE]*)
+      - Predicates on the Transfer syntax (of the form Is[JPEG|RLE]*)
         and related, moved away to gdcmDocument.
       - Accessors (on the form [Get|Set]Entry*) set up to expose publicly
         the corresponding protected accessors of inherited class
@@ -69,7 +84,7 @@
     * src/gdcmDocument.h:
       - gdcmFile is now a friend class (in order to take into account the
         changes to gdcmHeader.h).
-      - Predicates on the Transfer syntax (of the form Is[JPEF|RLE]*) added
+      - Predicates on the Transfer syntax (of the form Is[JPEG|RLE]*) added
         (see changes to gdcmHeader.h).
       - Accessors (reading on the form GetEntry*) are now public.
       - Clean up of undefined or unused methods.