diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
commit | 65a9f54e1051ee8ab936975e78dcb7117b265ef5 (patch) | |
tree | 4eb0dc3c3c34f8e744e70a6478cce1b5d18d9eca /kig/ChangeLog | |
parent | 2f2f921072921d62baf5cffc44fb53ce516afebe (diff) | |
download | tdeedu-65a9f54e1051ee8ab936975e78dcb7117b265ef5.tar.gz tdeedu-65a9f54e1051ee8ab936975e78dcb7117b265ef5.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig/ChangeLog')
-rw-r--r-- | kig/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kig/ChangeLog b/kig/ChangeLog index ddbb1309..50e1c288 100644 --- a/kig/ChangeLog +++ b/kig/ChangeLog @@ -234,7 +234,7 @@ 2005-02-07 Maurizio Paolini <paolini@dmf.unicatt.it> - * Bug fix: new algorithm for calcPath in calcpath.cc; the + * Bug fix: new algorithm for calcPath in calcpath.cpp; the previous had exponential complexity for some examples 2005-02-03 Dominique Devriese <devriese@kde.org> @@ -1052,7 +1052,7 @@ 2004-02-14 Dominique Devriese <devriese@kde.org> - * Fix a bug waiting to pop up in construct_mode.cc, where you + * Fix a bug waiting to pop up in construct_mode.cpp, where you select the same object twice. * Add documentation about the locus and textlabel design to the @@ -1061,7 +1061,7 @@ 2004-02-10 Dominique Devriese <devriese@kde.org> * Fix a bug which caused Kig to crash on moving a text label by - removing a wrong assertion in objects/object_calcer.cc + removing a wrong assertion in objects/object_calcer.cpp 2004-02-09 Dominique Devriese <devriese@kde.org> @@ -1286,7 +1286,7 @@ 2003-07-17 Dominique Devriese <devriese@kde.org> * fix the "conversion from const char* to char*" problem in - python_scripter.cc. This introduces a small, harmless memory leak + python_scripter.cpp. This introduces a small, harmless memory leak because of how the python libs work.. 2003-07-16 Dominique Devriese <devriese@kde.org> |