From: jpr Date: Wed, 2 Feb 2005 10:09:43 +0000 (+0000) Subject: update Changelog X-Git-Tag: Version1.0.bp~122 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=838aac83afff668878c670b055ff5d4f8bfd2b5f;p=gdcm.git update Changelog --- diff --git a/ChangeLog b/ChangeLog index 423712f1..c4a59b67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-02 Jean-Pierre Roux + *FIX SQItem::AddEntry inserts now *in the right place* any Entry + (Dicom Element) into the Sequence Item + 2005-01-31 Benoit Regrain * src/*.cxx : first parss to normalize file organisation @@ -8,7 +12,7 @@ 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 - contained within the RLE* class(doh!) + contained within the RLE* class(doh!) 2005-01-30 Jean-Pierre Roux * SerieHeader::SetDirectory() allow recursive exploration of the Directory diff --git a/Doc/Website/CodingStyle.html b/Doc/Website/CodingStyle.html index 784ab043..938d7499 100644 --- a/Doc/Website/CodingStyle.html +++ b/Doc/Website/CodingStyle.html @@ -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