summaryrefslogtreecommitdiffstats
path: root/kig/ChangeLog
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-11 21:51:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-11 21:55:45 +0900
commita3dcc6228458572e91916d3e837bc1c06c55cb0a (patch)
tree9c7d61125a4f4b90ade1df2aa8368936750516d6 /kig/ChangeLog
parent5b6bbcf2b60f26a670df462e02643fde115ea49d (diff)
downloadtdeedu-a3dcc622.tar.gz
tdeedu-a3dcc622.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 65a9f54e1051ee8ab936975e78dcb7117b265ef5)
Diffstat (limited to 'kig/ChangeLog')
-rw-r--r--kig/ChangeLog8
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>