summaryrefslogtreecommitdiffstats
path: root/kate/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kate/ChangeLog')
-rw-r--r--kate/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/kate/ChangeLog b/kate/ChangeLog
index 0da6d5cc2..ac81fc022 100644
--- a/kate/ChangeLog
+++ b/kate/ChangeLog
@@ -42,7 +42,7 @@
by using run length encoding for the attributes if they are
dumped into the bytearray
-2002-06-01 Christian Couder <christian@tdevelop.org>
+2002-06-01 Christian Couder <christian@kdevelop.org>
* Move view stuff from katedocument to kateviewinternal.
2002-05-20 Christoph Cullmann <cullmann@kde.org>
@@ -51,11 +51,11 @@
(mem leak, KateUndo is now only for internal use in KateUndoGroup)
* start of convertion my*** to m_*** and add m_ to any other private stuff
-2002-05-17 Christian Couder <christian@tdevelop.org>
+2002-05-17 Christian Couder <christian@kdevelop.org>
* Move font stuff from katedocument into new katefont.h and
katefont.cpp files, and clean up katedocument font stuff.
-2002-05-14 Christian Couder <christian@tdevelop.org>
+2002-05-14 Christian Couder <christian@kdevelop.org>
* Big clean up in katedocument using new katecursor stuff.
2002-05-12 Bernd Gehrmann <bernd@mail.berlios.de>
@@ -63,17 +63,17 @@
* If servicetype in the browser extension specifies an encoding,
use that instead of user's local encoding
-2002-05-11 Christian Couder <christian@tdevelop.org>
+2002-05-11 Christian Couder <christian@kdevelop.org>
* implement the KTextEditor::Cursor in the KateCursor class
2002-05-04 Christoph Cullmann <cullmann@kde.org>
* first KTextEditor::ViewPlugin which works
drop the helloworld plugin, as it is really no good example (bad code, ..)
-2002-05-04 Christian Couder <christian@tdevelop.org>
+2002-05-04 Christian Couder <christian@kdevelop.org>
* fix undo for comment and uncomment
-2002-05-01 Christian Couder <christian@tdevelop.org>
+2002-05-01 Christian Couder <christian@kdevelop.org>
* cleanups related to the uncomment feature in katetextline and katedocument
2002-01-04 Christoph Cullmann <cullmann@kde.org>
@@ -166,16 +166,16 @@
* myself back again ;)
* now kate is clean (only qt3), no backports ;)
-2001-08-24 christian@tdevelop.org
+2001-08-24 christian@kdevelop.org
* reimplement the commenting of selections on some languages
-2001-08-19 christian@tdevelop.org
+2001-08-19 christian@kdevelop.org
* added back Sather highlighting support
* improved Eiffel language syntax highlighting support
* added Eiffel language comment directive in eiffel.xml
* added Ada language comment directive in ada.xml
-2001-08-15 christian@tdevelop.org
+2001-08-15 christian@kdevelop.org
* committed Eiffel language syntax highlighting support
2001-08-08 rokrau@yahoo.com