]> Creatis software - gdcm.git/blob - ChangeLog
Clean up with JPR. Frog
[gdcm.git] / ChangeLog
1 2003-04-9  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
2       * src/Makefile.am now exports all the necessary include files at
3         make install stage.
4
5 2003-04-9 JPR
6       * UpdateGroupLength replaced by new one
7
8 2003-04-7 JPR
9       * UpdateGroupLength re-written using H-Table
10         (named UpdateGroupLengthNew untill checks are over)
11       
12 2003-04-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
13       * Data/im_00001 renamed to gdcm-MR-PHILIPS-16-Multi-Seq.dcm
14       * gdcmPython/testSuite.py now include a test of gdcmFile::Write.
15       * src:
16         - gdcmHeader::GetPubElValSet removed.
17         - gdcmElValSet::WriteDcm, WriteAcr, WriteExplVR, revamped to
18           UpdateGroupLength, WriteElements, Write.
19         - gdcmHeader::FileType moved to gdcmCommon.h. The enum FileType
20           doesn't contain TrueDicom anymore since ExplicitVR and ImplicitVR
21           carried the same semantics.
22           - src/gdcmHeaderIdo.cxx changed accordingly.
23         - gdcmFile::WriteBase now regroups all the codes from previous
24           versions of WriteDcm, WriteDcmImplVR, and WriteACR.
25         - enum FileType moved to gdcmCommon.h
26       * src/gdcmHeader.cxx AddDefault trashed
27       * gdcmGetXSize added
28       * getimageDataSize now calls gdcmGetXSize
29       * Test/*.cxx changed to agree with above changes
30
31 2003-03-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
32       * src/gdcmHeader.h: LoadElements() is not a public method anymore
33         (to avoid double call by end user).
34       * Test/*.cxx LoadElements() doesn't need to be called explicitely
35         by end user, since gdcmHeader::gdcmHeader now handles it.
36
37 2003-03-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
38       * gdcm/Doc many doxygen changes:
39         - Doxyfile now has two different versions, DoxyfileUsers that generates
40           the html.users end users oriented documentation and
41           DoxyfileDeveloppers that generates the html.developper developper
42           oriented documentation.
43         - README changed accordingly
44         - requirement.txt removed (old design info moved to TODO).
45         - Additional files DoxyInstallation.txt, DoxyIntroduction.txt,
46           DoxyMainPage.txt, DoxyPython.txt provide more information.
47         - Note: the website http://www.creatis.insa-lyon.fr/Public/Gdcm/ can now
48           be updated by simply regenerating the docs with doxygen and copying 
49           html.developper and html.users to tux:/home/httpd/html/Public/Gdcm
50       * src/gdcmElValSet.cxx: stl <map>.count() can only return 0 or 1. Hence
51         all the tests in the form "if (<map>.count() >1)" were removed.
52       * src/gdcmFile.cxx: cosmetic changes to avoid messages of doxygen about
53         ill-formed documentation sections.
54       * src/gdcmHeader.cxx: ditto
55
56 2003-03-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
57       * setup.py fixed for un*x (needed macro for stdint.h)
58       * Test/test.cxx renamed to PrintHeader.cxx to avoid collision on
59         un*ces with sh-utils test utility.
60       * gdcmPython/demo/test.py renamed to PrintHeader.py
61       * gdcmPython/demo/ReorganiseFiles.py new demo script added.
62       * gdcmPython/win32/gdcmpycomplet.dsp renamed to gdcmpyembedded.dsp.
63       * gdcmPython/win32/gdcmpy.dsp trashed away (brain damaged).
64       * src/gdcm*.cxx JPR's bad inclusion fixed.
65
66 2003-03-26 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
67       * src/gdcmHeader[h, cxx] gdcmHeader now has an IsReadable predicate.
68       * gdcmPython/demo/test.py changed accordingly.
69
70 2003-03-25 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
71       * gdcmPython/Makefile.am fixed linking against libstdc++
72       * gdcmPython/_gdcm.so symbolic link to gdcmPython/.libs/pygdcm.so added.
73       * Swig subdir (historical tests of swig version 1.3.17++) removed
74       * Test/testChangeEntete.cxx some lines commented out in order to make
75         compilation work.
76       * src/gdcmHeader.cxx cleaned up wild JPR's dirty kludge.
77       * src/gdcmElValSet.cxx cleaned up frog's forgotten debug message
78
79 2003-03-24 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
80       * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
81         hence the user doesn't need this explicit call.
82         - gdcmPython/testSuite.py, gdcmPython/demo/*.py changed accordingly
83           i.e. LoadElements() call removed.
84       * src/gdcmCommon.h now defines UINT32_MAX (see stdint.h).
85         - src/Makefile.am declares the proper flag for g++.
86       * src/gdcmElValSet.h added gdcmElValSet::GenerateFreeTagKeyInGroup
87         for adding user defined new tags.
88         - src/gdcmHeader.cxx gdcmHeader::NewManualElValToPubDict added.
89         - src/gdcmHeader.cxx gdcmHeader::AddAndDefaultElements now
90           cleanly adds some gdcm added tags (like gdcmXSize, gdcmYSize...)
91
92 2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
93       * Makefile.am, acinclude.m4, configure.in, python.m4, Dicts/Makefile.am,
94    Doc/Makefile.am, Test/Makefile.am, gdcmPython/Makefile.am, 
95    src/Makefile.am : the project should properly compile and install
96    with the autotools, included the python wrappers part. 
97       * gdcm.spec.in : added a spec file for RPM packaging.
98
99 2003-03-14 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
100       * src/gdcmUtils.cxx : redifinition of defaults parameters in code
101
102 2003-03-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
103       * gdcmPython/__init__.py fix of GDCM_DICT_PATH which was not
104         to exported to the environement (see gdcmPython/testSuite.py
105         for usage).
106       * src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
107         gdcmHeader.[cxx/h]: ElValSet class renamed to gdcmElValSet, and
108         ElValue class renamed to gdcmElValue for obvious consistency reasons.
109       * src/gdcmElValSet.cxx, src/gdcmUtil.[cxx-h] Tokenize utility function
110         moved away from gdcmElValSet.cxx to gdcmUtil.cxx.
111
112 2003-03-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
113       * gdcmPython/__init__.py doesn't crash anymore when running in
114         in InstallMode or PreInstallMode but with an environement given
115         value of GDCM_DICT_PATH.
116       * src/gdcmDictSet.[cxx/h] coding style.
117
118 2003-03-06 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
119       * src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
120       * src/gdcm.h general comments moved to TODO, and README
121       * src/gdcm.h should now be seen as a user commodity (including it
122         should suffice to fully use gdcm). It is nowhere including within
123         any of the kernel files src/*.cxx and src/*.h.
124
125 2003-03-05 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
126       * src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
127         gdcmDictSet.h, gdcmElValSet.h, gdcmElValue.h, gdcmFile.h,
128         gdcmHeader.h
129       * src/gdcm*.cxx only include their corresponding include file
130         (as opposed to gdcm.h)
131       * gdcmPython/gdcm.i changed accordingly
132       * Test/Makefile.am corrected and added NEWS, AUTHORS in order for
133         the autogen.sh generated "make snapshot" command to work.
134       * autogen.sh removed history related references to crea package.
135
136 2003-03-04 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
137       * distutilsSwigCPlusPlus.py work around some swig portability
138         bug.
139
140 2003-03-03 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
141       * Eventually, python/gdcmPython was renamed to gdcmPython. This
142         was done in a last ditch attempt to get setup.py _really_
143         operationnal. The python/gdcmPython layaout add the advantage
144         of hidding away the python related distutils specific files
145         (MANIFEST.in, setup.py, distutils*.py...) from the main directory.
146         Alas, the src directory was out of scope (i.e. it's relative
147         position to setup.py was ../src) which made things impossible to
148         handle (see previous version of python/setup.py). Crossing fingers...
149
150 2003-02-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
151       * python/setup.py now works on Un*x. (harder than I thougth)
152       * python/distutilsSwigCPlusPlus.py can now have include files
153         among the list of sources.
154       
155 2003-02-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
156       * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!!
157       * modifications in MSVC projects
158
159 2003-02-19 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
160       * As stated by the first lines of Test/ExceptionAndPython/README, it
161         looks like we can move back to original usage of exception within
162         src/gdcm* and hence remove the errno stuff that was introduced
163         as a quick and dirty fixture of this problem (added to the TODO).
164       * Doc/Doxyfile configuration file for Doxygen and corresponding
165         README file for usage added.
166       * Test/testWrite.cxx added. This new test comes from a split of
167         test.cxx that is now reverted to its original purpous i.e. 
168         testing the proper parsing of a Dicom related file.
169         testWrite.cxx concentrates on testing the IO part of gdcm.
170       * Test/bug1.cxx (containing a bug on WIn32) added.
171       * src/gdcm.h, gdcmHeader.cxx, gdcmDictSet.cxx: 
172         - gdcmHeader::GetPubTagNames and  gdcmHeader::GetPubTagNamesByCategory
173           whose purpose is to publish the content of the TagNames of the
174           Dicom public dictionnary were not accessible without an
175           instance of class gdcmHeader.
176         - those methods are now static methods of gdcmDictSet and hence
177           require no instances at all to be invocated.
178         - within gdcmDictSet this change required to change some method
179           to class methods (i.e. are now static) among which SetDictPath
180           (renamed to BuildDictPath) and LoadDefaultPubDict.
181       * python/gdcmPython/demo/printGroupedPublicDict.py changed to illustrate
182         the above changes by calling the new method classes of gdcmDictSet.
183       * python/gdcmPython/__init__.py now exposes gdcm.gdcmDictSet for
184         the above to be effective.
185       * python/gdcmPython: in order to wrap properly the above changes
186         for Python, swig version now needs to be > 1.3.17.
187       * python/gdcmPython/Makefile fixed to adapt itself to new 
188         configure/make shema introduced by Johan Montagnat (thanks for the
189         contribution). Alas this Makefile cannot be turned into a proper
190         Makefile.am without some heavy changes in the configure.in
191         (for python dectection).
192       * python/gdcmPython/gdcm.i: the out typemap map<string, list<string>>*
193         now avoids publishing the empty entries.
194
195 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
196       * python/setup.py : bug fix concerning install under windows
197         ExtraPath reused :-P
198       * gdcm.dsw : bug fix concerning path for libraries for python !!!
199
200 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
201       * Dicts/dicomV3.dic : remove double spaces !!!
202       * src/gdcmElValSet.cxx : bug fix concerning windows compiler
203       * python/gdcmPython/win32/gdcmpycomplet.dsp : bug fix concerning paths
204         and links
205
206 2003-01-28 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
207       * src/gdcmHeader.cxx added a post header parsing AddAndDefaultElements
208         method. Doxygenation.
209       * src/gdcm.h clean up of JPR spurious comments.
210
211 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
212       * python/distutilsSwigCPlusPlus.py now properly collects the
213         shadow classes generated by "swig -c++" (gdcm.py in our case)
214         when using "python setup.py install".
215       * python/gdcmPython/__init__.py imports gdcm.py and only manually
216         reexports the working classes.
217       * src/gdcmHeader.cxx all the try/catch/throw calls were replaced
218         by the classical C errno scheme. This is to prevent an obscure
219         behavior of the python wrappers when importing wxPython.wx prior
220         to gdcmPython (which ended up in an abort call). An illustration
221         of this oddity can be found in the Test/ExceptionAndPython
222         subdir (see the README file). This problem probably due to
223         an combination of g++ and dynamic loading.
224       * added Test/ExceptionAndPython (see above)
225
226 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
227       * Changed the layout of the python part to avoid bloating main
228         directory with setup.py, distutilsSwigCPlusPlus.py, MANIFEST.in
229         i.e. the distutils arsenal. All the python related stuff is
230         again in a python subdir, but the package itself is now in
231         python/gdcmPython.
232       * setup.py was cleaned up:
233         - pythonIncludePath removed
234         - python setup.py bdist target is now functional.
235       * gdcmPython/__init__.py doesn't export FileName any more (to avoid
236         collision with other packages). gdcmPython/demo/*.py changed
237         accordingly.
238 2003-01-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
239       * python subdir moved to gdcmPython (preparation of distutils packaging).
240       * gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
241         distutils installer is operational.
242       * - gdcmPython/__init__.py now properly loads the swig generated
243           shadow classes (from gdcm.py).
244         - gdcmPython/demo/*.py changed to import the package gdcmPython
245           instead of gdcmPython/demo/load.py.
246         - gdcmPython/testSuite.py changed to import the package gdcmPython.
247         
248
249 2002-12-16 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
250       * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
251         GetPubTagNamesByCategory() to gdcmHeader that return a list of the
252         entries within the associated public Dicom dictionary resp. the same
253         information but sorted by the fourth field (PAT, IMG, DIR) of the
254         dictionary.
255         - Dicts/dicomV3.dic Entries which had and unspecified fourth field
256           are now in the "???" group.
257         - python/gdcm.i changed accordingly,
258         - python/demo/printGroupedPublicDict.py added, that gives an example
259           of the above new functionalities in Python.
260
261 2002-12-11 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
262       * src/gdcm.h, gdcmHeader.cxx:
263         - historic references to glib's g_malloc and g_free (#defined)
264           were definitively removed.
265         - gdcm.h: cosmetic changes (part of comments moved to Doc/requirements)
266       * src/gdcmElValSet.cxx:
267         - GetElement(guint32, guint32) renamed to GetElementByNumber.
268         - GetElValue(guint32, guint32) renamed to GetElValueByNumber.
269         - GetElValue(string) renamed to GetElValueByName.
270         - Added GetElementByName(string).
271       * src/gdcmHeader.cxx: added
272         - GetPubElValRepByNumber(guint16, guint16)
273         - GetPubElValRepByName(string)
274         - GetShaElValRepByNumber(guint16, guint16)
275         - GetShaElValRepByName(string)
276         - GetShaElValByNumber(guint16, guint16)
277         - GetShaElValRepByName(string)
278         - GetElValRepByNumber(guint16, guint16)
279         - GetElValRepByName(string)
280         - GetElValByNumber(guint16, guint16)
281         - GetElValRepByName(string)
282       * Doc/requirements.txt added.
283
284 2002-12-9 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
285       * Test/Makefile building now depends on the one of libgdcm.so
286       * src/gdcmHeader.cxx and gdcm.h are now OB (undefined length encoded
287         pixel data) aware which enables finding the address (offset) of 
288         the pixel data of JPEG encoded DICOM files. This leaves only a single
289         file in the testSuite whose pixel data address (offset) is unknown.
290       * python/testSuite.py changed accordingly.
291
292 2002-12-6 Christophe Odet + Hugues Benoit-Cattin + Eric.Boix
293       * VC++ has some strong limitations when working with the STL, as stated
294         in http://support.microsoft.com/support/kb/articles/Q168/9/58.ASP :
295              "Also note that some STL containers (map, set, queue, list, deque)
296               cannot be exported. [...]
297               Some STL classes contain nested classes. These classes can not
298               be exported. [...]
299               This is caused by a designed limitation that once a template
300               class is instantiated, it can not be re-instantiated and
301               exported."
302         Since our usage of map<> is ubiquitous in gdcm, this "designed
303         limitation" of VC++ is a pitfall.
304         Hence the Python wrappers of gdcm cannot be incrementally linked 
305         against the c++ dynamic library. The dirty but only workaround is
306         to forget about incremental link of dynamic libraries and to generate
307         the Python wrappers library with the inclusions of the underlying C++
308         library. 
309         The following modifications concern this matter on Win32/VC++:
310       - wrapping python correct with standalone wrapped dll (don't use separate
311          dll under windows !!!!)
312       - python21_d debug mode enabled (ask Frog how to use it :-)
313       - NO problem with having an STL member of class for example string in C++
314         WITH THE RESTRICTION OF FORGETING ABOUT INCREMENTAL LINK.
315       - Python test of dcmlib in Python is ok under windows on a large set 
316         (one) of image(s).
317       * removed glib references
318       * typedef's inserted in gdcm.i for correct swig type management
319
320 2002-11-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
321       * python/demo/*.py load.py extracted from test.py. Added explore.py
322         that only displays required tags and testAll.py that parses all
323         the files of the testsuite without using unittest.
324       * python/testSuite.py other additional test on new files added.
325       * Data/* new test files added accordingly to the testSuite.
326       * src/gdcmHeader.cxx avoid overwriting of the dictionary when
327         the vr in the file differs from the one of the dictionary.
328
329 2002-11-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
330       * src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
331         values, but limits itself to values which are below a user specified
332         size (by default 1024 bytes).
333       * python/gdcm.i : elements not loaded (because their size is above the
334         user specified treshold) are exported with their TagKey as key of the
335         python dictionary. This enables the testsuite to make some checks
336         on the unloaded elements (since we have their offset and size).
337       * python/testSuite.py
338         - now tests for the existence and proper value of the pixel data
339         - two new examples added.
340       * Data/gdcm-MR-SIEMENS-16.acr[12] added.
341
342 2002-11-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
343       * src/gdcm.h and gdcmHeader.cxx are now "Big Endian transfer syntax"
344         aware. See the strategy comments in gdcmHeader::FindeLength().
345       * Test/test.cxx now accepts a filename as first argument.
346       * Data/US-PAL-8-10x-echo.dcm and US-RGB-8-epicard.dcm added.
347       * python/testSuite.py changed to integrate test on above files.
348
349 2002-11-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
350       * Dicts/dicomV3.dic removed all the trailing (RET) when the
351         the vr was also RET.
352       * python/testSuite.py more tests added.
353
354 2002-11-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
355       * python/testSuite.py unittest test suite added (uses Data)
356       * Data/* dcm and acr files for the test suite.
357       * glib dependance removed from un*x version. We now use ISO C99
358         7.18 Integer types (see stdint.h)
359         - python/Makefile, src/Makefile src/gdcm.h
360       * src/ when an explicit vr (like dicom files) suddenly poped an
361         implicit element we use to mark the underlying DictEntry of the
362         concerned ElValue with "Implicit". This strategy was damageable
363         too the public or provite dictionaries, since some of their vr
364         would be changed. Since Header::FindLength heavily relies on the
365         detection by Header::FindVR of falsely explicit elements, I
366         added an extra ImplicitVr member to ElValue (boolean).
367         The rest of the changes we the necessary adaptations.
368
369 2002-11-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
370       * src/gdcmHeader::FindLength bug fix when trapping falsely explicit
371         VR files.
372       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
373
374 2002-11-8 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
375       * Adaptation for porting to VC++:
376         - src/gdcm.h
377           o forced to use std namespace (for string to be known)
378           o all class use __declspec export style on WIN32
379         - src/gdcmUtil.cxx new Exit method that wraps the exit call
380           (in stdlib.h on Win32 but in std:: for gcc)
381       * src/gdcmDictSet::SetDictPath adds a trailing / to environement
382         variable GDCM_DICT_PATH.
383       * src/gdcmHeader.cxx verbose comments made discrete.
384
385 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
386       * python/gdcm.i: added a typemap that converts a C++ hashing table
387         to native Python dictionary.
388       * python/demo/test.py:
389         - now uses the native dictionary for exploration of gdcmHeader.
390         - takes an optional filename argument (the file to parse).
391       * src/gdcm.h and gdcmHeader.cxx: gdcmHeader now has an accessor on
392         PubElVals hashing table. 
393       * Dicts/dicomV3.dic removed error prone trailing spaces.
394
395 2002-11-6 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
396       * Python wrapping process moved away from src/Makefile to
397         newly created python/Makefile (as well as gdcm.i)
398       * python/demo/test.py (that mirrors Test/test.cxx) is effective.
399       * src/gdcmHeader::FindLength only looks for current vr when necessary.
400       * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
401         from the environement variable GDCM_DICT_PATH (when existing).
402       * src/gdcmDict::GetTag bug fix.
403
404 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
405       * Straightforward temporary fixes for swig to build the python wrappers.
406         src/Makefile now has a python working entry [by working we mean
407         that we can import de shadow classes without errors].
408
409 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
410       * hashtest.cxx removed (since allready in Test)
411       * src/gdcmlib.h renamed to src/gdcm.h
412       * src/dcm.i renamed to src/gdcm.i
413       * src/Makefile prepared for python wrapping
414
415 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
416       * src/gdcmHeader.cxx :
417         - Parsing of header is now separated from loading of element values
418           (see gdcmHeader::LoadElements).
419         - general clean up of hopefully all file access (creation of
420           ReadInt16 and ReadInt32)
421
422 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
423       * src/gdcmHeader.cxx :
424         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
425           method.
426         - SetLgrElem renamed to SetLength
427         - GetLgrElem renamed to GetLength
428         - ~gdcmHeader() made virtual to pesky warning messages at compile.
429       * src/gdcmElValSet.cxx fixed both GetElValue methods
430       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
431         due to IdoDude was cleaned out.
432
433 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
434       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
435         concentrates on finding the value representation (when it exists).
436         RecupLgr now only finds the element value length, and it avoids
437         returning the unecessary skL (skipped length).
438         Also, offsetCourant was simply removed (with taille_fich) since
439         it was redundant with the File position internals (by using
440         ftell and fseek). This also made skL (see above in RecupLgr) usage
441         jajun.
442       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
443         on the libido specificities which are handled through class 
444         inheritance.
445       * Test/implicit_vr.dcm dicom v3 in implicit value representation
446         added. 
447
448 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
449       * Truckload of changes. Parsing of header is barely functional
450         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
451
452 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
453       * src/gdcmHeader.cxx many addons of low level methods
454
455 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
456       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
457         and _IdDcmSWAP_LONG.
458
459 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
460       * This corresponds to all the changes decided at the meeting of
461         May 23 2002. Needless to say we are running late...
462