X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=423712f11a2a8a710fcf16dd9790a0319860d5fc;hb=d1c68c2c2ae9fadf927053150f7fbc625a7c7366;hp=d7fb1b5bf3ad8df9929aea64a0dd401d7918c357;hpb=f9a80ce4032b8371bc2433ce78f559966695c928;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index d7fb1b5b..423712f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +2005-01-31 Benoit Regrain + * src/*.cxx : first parss to normalize file organisation + +2005-01-31 Benoit Regrain + * src/gdcmDirList.[h|cxx] : add method to find a directory + * Test/TestAllReadCompareDicom.cxx : bug fix under Windows + 2005-01-31 Mathieu Malaterre * Finish cleaning up my JPEG mess. Should be ok now. - * Getting toward a RLE very similar to JPEG. Every RLE stuff is now self + * Getting toward a RLE very similar to JPEG. Every RLE stuff is now self contained within the RLE* class(doh!) 2005-01-30 Jean-Pierre Roux @@ -991,7 +998,7 @@ 2004-10-13 Eric Boix * Doc/Website/MailingList.html added (Sidebar.html changed accordingly). * gdcmPython/gdcm.i: fix for compilation of wrappers (Note: %include order - matters, as stated in warning note at begining of %include section). + matters, as stated in warning note at beginning of %include section). * src/gdcmDicomDir*.[cxx|h]: coding style * src/gdcmDocument.h: doxygen \ref seems uncompatible with \todo. * src/gdcmJpeg8.cxx: doxygen fix. @@ -3133,7 +3140,7 @@ entries within the associated public Dicom dictionary resp. the same information but sorted by the fourth field (PAT, IMG, DIR) of the dictionary. - - Dicts/dicomV3.dic Entries which had and unspecified fourth field + - Dicts/dicomV3.dic Entries which had an unspecified fourth field are now in the "???" group. - python/gdcm.i changed accordingly, - python/demo/printGroupedPublicDict.py added, that gives an example @@ -3222,7 +3229,7 @@ 2002-11-18 Eric Boix * src/gdcm.h and gdcmHeader.cxx are now "Big Endian transfer syntax" - aware. See the strategy comments in gdcmHeader::FindeLength(). + aware. See the strategy comments in gdcmHeader::FindLength(). * Test/test.cxx now accepts a filename as first argument. * Data/US-PAL-8-10x-echo.dcm and US-RGB-8-epicard.dcm added. * python/testSuite.py changed to integrate test on above files. @@ -3285,7 +3292,7 @@ 2002-10-31 Eric Boix * Straightforward temporary fixes for swig to build the python wrappers. src/Makefile now has a python working entry [by working we mean - that we can import de shadow classes without errors]. + that we can import the shadow classes without errors]. 2002-10-29 Eric Boix * hashtest.cxx removed (since already in Test)