summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:00:39 +0200
commitc6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch)
tree08aa592dea84d77931478751d69b47cb4d6b50ee /kate
parentf41d2ce0f1929574f3b65eef2675ac65177608f1 (diff)
downloadtdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz
tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kate')
-rw-r--r--kate/ChangeLog18
-rw-r--r--kate/Mainpage.dox2
-rw-r--r--kate/Makefile.am2
-rw-r--r--kate/data/javascript.xml2
-rw-r--r--kate/interfaces/Makefile.am2
-rw-r--r--kate/part/Makefile.am2
-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/katedocument.cpp2
-rw-r--r--kate/part/katefont.cpp2
-rw-r--r--kate/part/katefont.h2
13 files changed, 21 insertions, 21 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
diff --git a/kate/Mainpage.dox b/kate/Mainpage.dox
index 0fc1d9490..99ddc9c7a 100644
--- a/kate/Mainpage.dox
+++ b/kate/Mainpage.dox
@@ -31,6 +31,6 @@ Christoph Cullmann \<cullmann@kde.org\>
@lgpl
*/
-// DOXYGEN_REFERENCES = tdecore kio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs
+// DOXYGEN_REFERENCES = tdecore tdeio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs
// DOXYGEN_SET_PROJECT_NAME = Kate
// vim:ts=4:sw=4:expandtab:filetype=doxygen
diff --git a/kate/Makefile.am b/kate/Makefile.am
index e39af3b7f..3c37de122 100644
--- a/kate/Makefile.am
+++ b/kate/Makefile.am
@@ -6,6 +6,6 @@ messages:
$(EXTRACTATTR) --attr=language,name,Language --attr="language,section,Language Section" data/*.xml >> rc.cpp
$(XGETTEXT) `find . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot
-DOXYGEN_REFERENCES = tdecore dcop kio tdeui tdeparts
+DOXYGEN_REFERENCES = tdecore dcop tdeio tdeui tdeparts
include ../admin/Doxyfile.am
diff --git a/kate/data/javascript.xml b/kate/data/javascript.xml
index 3a7a8b855..c4e280cc0 100644
--- a/kate/data/javascript.xml
+++ b/kate/data/javascript.xml
@@ -3,7 +3,7 @@
<!-- Author: Anders Lund <anders@alweb.dk> //-->
<!-- Minor changes: Joseph Wenninger <jowenn@kde.org> //-->
<!-- Full JavaScript 1.0 support by Whitehawk Stormchaser //-->
-<language name="JavaScript" version="1.19" kateversion="2.4" section="Scripts" extensions="*.js;*.kwinscript"
+<language name="JavaScript" version="1.19" kateversion="2.4" section="Scripts" extensions="*.js;*.twinscript"
mimetype="text/x-javascript;application/x-javascript" indenter="cstyle"
author="Anders Lund (anders@alweb.dk), Joseph Wenninger (jowenn@kde.org), Whitehawk Stormchaser (zerokode@gmx.net)" license="">
<highlighting>
diff --git a/kate/interfaces/Makefile.am b/kate/interfaces/Makefile.am
index d14e58f89..1d9102033 100644
--- a/kate/interfaces/Makefile.am
+++ b/kate/interfaces/Makefile.am
@@ -3,7 +3,7 @@ METASOURCES = document.moc view.moc
lib_LTLIBRARIES = libkatepartinterfaces.la
libkatepartinterfaces_la_SOURCES = interfaces.cpp katecmd.cpp
-libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_TDECORE)
+libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDECORE)
libkatepartinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
kateinclude_HEADERS = document.h view.h
diff --git a/kate/part/Makefile.am b/kate/part/Makefile.am
index 71b201485..276abf536 100644
--- a/kate/part/Makefile.am
+++ b/kate/part/Makefile.am
@@ -16,7 +16,7 @@ libkate_la_SOURCES = katesearch.cpp katebuffer.cpp katecmds.cpp \
libkatepart_la_SOURCES = dummy.cpp
-libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la
+libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la
libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp
index 892a1d429..4617ecb66 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@tdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.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 ce4af0ecf..8279d396e 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@tdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.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 e951dcd32..dcd7c38bf 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@tdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@kdevelop.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 749bb0f76..1b1a5322a 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@tdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@kdevelop.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/katedocument.cpp b/kate/part/katedocument.cpp
index e42bfb0bd..5e2cef175 100644
--- a/kate/part/katedocument.cpp
+++ b/kate/part/katedocument.cpp
@@ -2399,7 +2399,7 @@ bool KateDocument::openFile(TDEIO::Job * job)
if (pos != -1)
setEncoding (serviceType.mid(pos+1));
- // if the encoding is set here - on the command line/from the dialog/from KIO
+ // if the encoding is set here - on the command line/from the dialog/from TDEIO
// we prevent file type and document variables from changing it
bool encodingSticky = m_encodingSticky;
m_encodingSticky = m_config->isSetEncoding();
diff --git a/kate/part/katefont.cpp b/kate/part/katefont.cpp
index c00953469..9d734b6e7 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@tdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@kdevelop.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 ac82338ea..f9e0c1d83 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@tdevelop.org>
+ Copyright (C) 2002 Christian Couder <christian@kdevelop.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>