diff options
| author | Vincent Richard <[email protected]> | 2005-03-15 11:30:42 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-03-15 11:30:42 +0100 |
| commit | 1901c6fdb60849e75ad1a52d405694c9e769e2ba (patch) | |
| tree | 15e382e166b65aa78583eff5d41057a0ee592c90 /ChangeLog | |
| parent | Fixed bug with CRLF between two encoded words. (diff) | |
| download | vmime-1901c6fdb60849e75ad1a52d405694c9e769e2ba.tar.gz vmime-1901c6fdb60849e75ad1a52d405694c9e769e2ba.zip | |
Moved word parsing from 'text' class to 'word' class.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ VERSION 0.6.4cvs ================ +2005-03-15 Vincent Richard <[email protected]> + + * text.{cpp|hpp}, word.{cpp|hpp}: moved word parsing from 'text' class + to 'word' class, which now inherits from 'component'. + 2005-03-14 Vincent Richard <[email protected]> * removed singleton<> and singletonManager classes: useless and quite |
