summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
Diffstat (limited to 'kate')
-rw-r--r--kate/ChangeLog24
-rw-r--r--kate/NEWS2
-rw-r--r--kate/TODO2
-rw-r--r--kate/data/bash.xml2
-rw-r--r--kate/data/d.xml2
-rw-r--r--kate/data/language.dtd2
-rw-r--r--kate/data/lex.xml2
-rw-r--r--kate/data/yacc.xml2
-rw-r--r--kate/interfaces/katecmd.cpp2
-rw-r--r--kate/part/katecodecompletion.cpp2
-rw-r--r--kate/part/katecodecompletion.h2
-rw-r--r--kate/part/katecursor.cpp2
-rw-r--r--kate/part/katecursor.h2
-rw-r--r--kate/part/katefont.cpp2
-rw-r--r--kate/part/katefont.h2
-rw-r--r--kate/part/kateschema.cpp2
16 files changed, 27 insertions, 27 deletions
diff --git a/kate/ChangeLog b/kate/ChangeLog
index 21fc54ba5..3e54e19db 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@kdevelop.org>
+2002-06-01 Christian Couder <christian@tdevelop.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@kdevelop.org>
+2002-05-17 Christian Couder <christian@tdevelop.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@kdevelop.org>
+2002-05-14 Christian Couder <christian@tdevelop.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@kdevelop.org>
+2002-05-11 Christian Couder <christian@tdevelop.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@kdevelop.org>
+2002-05-04 Christian Couder <christian@tdevelop.org>
* fix undo for comment and uncomment
-2002-05-01 Christian Couder <christian@kdevelop.org>
+2002-05-01 Christian Couder <christian@tdevelop.org>
* cleanups related to the uncomment feature in katetextline and katedocument
2002-01-04 Christoph Cullmann <cullmann@kde.org>
@@ -101,7 +101,7 @@
2001-11-29 Joseph Wenninger <jowenn@kde.org>
* KWrite/Kate use different font settings for printing and viewing now
- * Fixed a small crash in my kdevelop->kate port of the codecompletion interface
+ * Fixed a small crash in my tdevelop->kate port of the codecompletion interface
2001-11-26 Christoph Cullmann <cullmann@kde.org>
* backspace bug fixed
@@ -166,21 +166,21 @@
* myself back again ;)
* now kate is clean (only qt3), no backports ;)
-2001-08-24 christian@kdevelop.org
+2001-08-24 christian@tdevelop.org
* reimplement the commenting of selections on some languages
-2001-08-19 christian@kdevelop.org
+2001-08-19 christian@tdevelop.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@kdevelop.org
+2001-08-15 christian@tdevelop.org
* committed Eiffel language syntax highlighting support
2001-08-08 rokrau@yahoo.com
* committed changes to Kate's API necessary for integration of kate as
- a kpart into kdevelop
+ a kpart into tdevelop
2001-05-13 Christoph Cullmann <cullmann@kde.org>
* after some time of learning for my "Abitur" now again some fixes ;):
@@ -313,7 +313,7 @@
Soon to come
2001-02-26 Christoph Cullmann <cullmann@kde.org>
- * Kate is a part of kdebase :)
+ * Kate is a part of tdebase :)
sourceforge.net CVS won't be used in the future
2001-02-24 Phlip <phlip_cpp@my-deja.com>
diff --git a/kate/NEWS b/kate/NEWS
index df01fb9a3..298a431db 100644
--- a/kate/NEWS
+++ b/kate/NEWS
@@ -22,7 +22,7 @@
2002-01-10
Kate Part is now in Kdelibs ;)
-Old news of kate part/app in kdebase:
+Old news of kate part/app in tdebase:
2002-01-03
Kate App and Part separated
diff --git a/kate/TODO b/kate/TODO
index 1f50f6b4f..7ab07586f 100644
--- a/kate/TODO
+++ b/kate/TODO
@@ -56,7 +56,7 @@ TODO:
switch between short / detailed descriptions)
* Whatever else is needed for multiuser editing (and perhaps put most of it
- inside the part, so eg. kate, kdevelop, quanta etc. could all use it)
+ inside the part, so eg. kate, tdevelop, quanta etc. could all use it)
* Scripting (we don't have any yet do we?)
diff --git a/kate/data/bash.xml b/kate/data/bash.xml
index cbb0f7643..2c51c6f5f 100644
--- a/kate/data/bash.xml
+++ b/kate/data/bash.xml
@@ -13,7 +13,7 @@
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)
Changes by Sebastian Pipping (webmaster@hartwork.org)
- Released under the LGPL, part of kdelibs/kate -->
+ Released under the LGPL, part of tdelibs/kate -->
<highlighting>
<list name="keywords">
diff --git a/kate/data/d.xml b/kate/data/d.xml
index 2ed3a5f01..500c6e748 100644
--- a/kate/data/d.xml
+++ b/kate/data/d.xml
@@ -10,7 +10,7 @@
Copyright (C) 2007 - Jari-Matti Mäkelä <jmjm@iki.fi>
Copyright (C) 2004 - Simon J Mackenzie <project.katedxml@smackoz.fastmail.fm>
- This code is released under the LGPL as part of kdelibs/kate.
+ This code is released under the LGPL as part of tdelibs/kate.
========================================================================
diff --git a/kate/data/language.dtd b/kate/data/language.dtd
index 8830837a6..2422e6eb1 100644
--- a/kate/data/language.dtd
+++ b/kate/data/language.dtd
@@ -17,7 +17,7 @@
<!DOCTYPE language SYSTEM "language.dtd">
You can validate your syntax files using checkXML from the development
- package of kdelibs:
+ package of tdelibs:
checkXML yourSyntax.xml
If you see any 'validity error' lines, you should fix them. If you get
a lot of 'No template matches' lines, everything's just fine. You've
diff --git a/kate/data/lex.xml b/kate/data/lex.xml
index f2daebbb4..402076887 100644
--- a/kate/data/lex.xml
+++ b/kate/data/lex.xml
@@ -6,7 +6,7 @@
LEX.XML supports syntax highlighting for Lex/Flex source under Kate.
Copyright (C) 2004 - Jan Villat <jan.villat@net2000.ch>
- This code is released under the LGPL as part of kdelibs/kate.
+ This code is released under the LGPL as part of tdelibs/kate.
========================================================================
diff --git a/kate/data/yacc.xml b/kate/data/yacc.xml
index db45ed42d..b4ce9600c 100644
--- a/kate/data/yacc.xml
+++ b/kate/data/yacc.xml
@@ -6,7 +6,7 @@
YACC.XML supports syntax highlighting for Yacc/Bison source under Kate.
Copyright (C) 2004 - Jan Villat <jan.villat@net2000.ch>
- This code is released under the LGPL as part of kdelibs/kate.
+ This code is released under the LGPL as part of tdelibs/kate.
========================================================================
diff --git a/kate/interfaces/katecmd.cpp b/kate/interfaces/katecmd.cpp
index 569110093..69263b57c 100644
--- a/kate/interfaces/katecmd.cpp
+++ b/kate/interfaces/katecmd.cpp
@@ -118,7 +118,7 @@ const TQString KateCmd::fromHistory( uint index ) const
//BEGIN KateCmdShellCompletion
/*
A lot of the code in the below class is copied from
- kdelibs/kio/kio/kshellcompletion.cpp
+ tdelibs/kio/kio/kshellcompletion.cpp
Copyright (C) 2000 David Smith <dsmith@algonet.se>
Copyright (C) 2004 Anders Lund <anders@alweb.dk>
*/
diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp
index 4de784289..78bd7b3c6 100644
--- a/kate/part/katecodecompletion.cpp
+++ b/kate/part/katecodecompletion.cpp
@@ -2,7 +2,7 @@
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de>
- Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h
index 276c3791b..3e169cce7 100644
--- a/kate/part/katecodecompletion.h
+++ b/kate/part/katecodecompletion.h
@@ -3,7 +3,7 @@
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de>
- Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/kate/part/katecursor.cpp b/kate/part/katecursor.cpp
index dcd7c38bf..e951dcd32 100644
--- a/kate/part/katecursor.cpp
+++ b/kate/part/katecursor.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE libraries
- Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@tdevelop.org>
Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
diff --git a/kate/part/katecursor.h b/kate/part/katecursor.h
index 1b1a5322a..749bb0f76 100644
--- a/kate/part/katecursor.h
+++ b/kate/part/katecursor.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE libraries
- Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@tdevelop.org>
Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
diff --git a/kate/part/katefont.cpp b/kate/part/katefont.cpp
index 361ce5cce..89bfd0025 100644
--- a/kate/part/katefont.cpp
+++ b/kate/part/katefont.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE libraries
- Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@tdevelop.org>
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
diff --git a/kate/part/katefont.h b/kate/part/katefont.h
index f9e0c1d83..ac82338ea 100644
--- a/kate/part/katefont.h
+++ b/kate/part/katefont.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE libraries
- Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@tdevelop.org>
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
diff --git a/kate/part/kateschema.cpp b/kate/part/kateschema.cpp
index fb42ea72d..b355c58aa 100644
--- a/kate/part/kateschema.cpp
+++ b/kate/part/kateschema.cpp
@@ -296,7 +296,7 @@ KateSchemaConfigColorTab::KateSchemaConfigColorTab( TQWidget *parent, const char
label->tqsetAlignment( AlignLeft|AlignVCenter);
m_current = new KColorButton(b);
- // Markers from kdelibs/interfaces/ktextinterface/markinterface.h
+ // Markers from tdelibs/interfaces/ktextinterface/markinterface.h
b = new TQHBox (gbTextArea);
b->setSpacing(KDialog::spacingHint());
m_combobox = new KComboBox(b, "color_combo_box");