diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /kate/ChangeLog | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kate/ChangeLog')
-rw-r--r-- | kate/ChangeLog | 18 |
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 <[email protected]> +2002-06-01 Christian Couder <[email protected]> * Move view stuff from katedocument to kateviewinternal. 2002-05-20 Christoph Cullmann <[email protected]> @@ -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 <[email protected]> +2002-05-17 Christian Couder <[email protected]> * Move font stuff from katedocument into new katefont.h and katefont.cpp files, and clean up katedocument font stuff. -2002-05-14 Christian Couder <[email protected]> +2002-05-14 Christian Couder <[email protected]> * Big clean up in katedocument using new katecursor stuff. 2002-05-12 Bernd Gehrmann <[email protected]> @@ -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 <[email protected]> +2002-05-11 Christian Couder <[email protected]> * implement the KTextEditor::Cursor in the KateCursor class 2002-05-04 Christoph Cullmann <[email protected]> * first KTextEditor::ViewPlugin which works drop the helloworld plugin, as it is really no good example (bad code, ..) -2002-05-04 Christian Couder <[email protected]> +2002-05-04 Christian Couder <[email protected]> * fix undo for comment and uncomment -2002-05-01 Christian Couder <[email protected]> +2002-05-01 Christian Couder <[email protected]> * cleanups related to the uncomment feature in katetextline and katedocument 2002-01-04 Christoph Cullmann <[email protected]> @@ -166,16 +166,16 @@ * myself back again ;) * now kate is clean (only qt3), no backports ;) -2001-08-24 [email protected] +2001-08-24 [email protected] * reimplement the commenting of selections on some languages -2001-08-19 [email protected] +2001-08-19 [email protected] * 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 [email protected] +2001-08-15 [email protected] * committed Eiffel language syntax highlighting support 2001-08-08 [email protected] |