X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=3ac73bb2df18bb282c7d57e813634d64c9825cdd;hb=d97e9432393b8515630a11586e0e95df6be9eb43;hp=57662535c9cf3fbf560ef7b5ef5370bbe5de52d1;hpb=ee91cee9d641284ed6a410f2af286bb681829055;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 57662535..3ac73bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2005-01-05 Jean-Pierre Roux + * src/gdcmCommon.h : add the GDCM_UNKNOWN constant. This constant is to + replace the different values "??", "Unkn", "Unknown". + * src/gdcmDicomDirElement.h, gdcmDictEntry.h, gdcmDictSet.h, + gdcmDocEntry.cxx, gdcmDocEntrySet.[h|cxx], gdcmDocument.h, gdcmSQItem.cxx, + gdcmVR.cxx : use the GDCM_UNKNOWN constant. + * Appears a bug in gdcmDictEntry : IsVRUnknown always returns false... bad + +2004-12-16 Benoit Regrain + * src/gdcmBase.[h|cxx] : new base class. Contains the PrintLevel and an + empty Print Method + * Set the gdcm::Base class to some Printable classes + 2004-12-16 Benoit Regrain * src/gdcmFile.[h|cxx] : add the Print method * src/gdcmPixelReadConvert.[h|cxx] : add the generalized Print method