summaryrefslogtreecommitdiffstats
path: root/mimelib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-15 11:30:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-15 22:26:33 +0900
commit3a75bdfe83b71ef1dbc2fbf52f2d18b8174e22e5 (patch)
treeac71fb25d43d090e8073c77891c40697d47877d7 /mimelib
parent2df45fd65d407b089967e948fa4a24439ef09458 (diff)
downloadtdepim-3a75bdfe83b71ef1dbc2fbf52f2d18b8174e22e5.tar.gz
tdepim-3a75bdfe83b71ef1dbc2fbf52f2d18b8174e22e5.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mimelib')
-rw-r--r--mimelib/Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/Changes b/mimelib/Changes
index ce961cce5..4f1d7467c 100644
--- a/mimelib/Changes
+++ b/mimelib/Changes
@@ -97,7 +97,7 @@ o Added utility functions for doing end-of-line marker conversions:
Jan 25, 1997
-o Parsers for entities (entity.cc) and bodies (body.cc) changed to handle
+o Parsers for entities (entity.cpp) and bodies (body.cpp) changed to handle
CR LF end-of-line (DOS and MIME) in addition to LF end-of-line (UNIX
and C).
@@ -169,7 +169,7 @@ o Added member function CreateFieldBody() to DwField.
o Improvements to the wrapper classes used in the examples.
-o New wrapper class MessageWithAttachments, used in Example 5 (exampl05.cc).
+o New wrapper class MessageWithAttachments, used in Example 5 (exampl05.cpp).
o The documentation now includes a tutorial.