Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-ktexteditor for openSUSE:Factory
checked in at 2026-01-12 10:12:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-ktexteditor (Old)
and /work/SRC/openSUSE:Factory/.kf6-ktexteditor.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-ktexteditor"
Mon Jan 12 10:12:10 2026 rev:23 rq:1326450 version:6.22.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-ktexteditor/kf6-ktexteditor.changes
2025-12-16 15:57:40.678425360 +0100
+++
/work/SRC/openSUSE:Factory/.kf6-ktexteditor.new.1928/kf6-ktexteditor.changes
2026-01-12 10:16:50.222429134 +0100
@@ -1,0 +2,13 @@
+Sun Jan 4 14:47:19 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.22.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.22.0
+- Changes since 6.21.0:
+ * Update dependency version to 6.22.0
+ * Correction: fixes typo introduced in previous commit
+ * Fix various typos Fixes a variety of typos within the codebase.
+ * Update version to 6.22.0
+
+-------------------------------------------------------------------
Old:
----
ktexteditor-6.21.0.tar.xz
ktexteditor-6.21.0.tar.xz.sig
New:
----
ktexteditor-6.22.0.tar.xz
ktexteditor-6.22.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.Mp1sv4/_old 2026-01-12 10:16:52.290514248 +0100
+++ /var/tmp/diff_new_pack.Mp1sv4/_new 2026-01-12 10:16:52.302514742 +0100
@@ -19,11 +19,11 @@
%define qt6_version 6.8.0
%define rname ktexteditor
-# Full KF6 version (e.g. 6.21.0)
+# Full KF6 version (e.g. 6.22.0)
%{!?_kf6_version: %global _kf6_version %{version}}
%bcond_without released
Name: kf6-ktexteditor
-Version: 6.21.0
+Version: 6.22.0
Release: 0
Summary: Embeddable text editor component
License: LGPL-2.1-or-later
++++++ ktexteditor-6.21.0.tar.xz -> ktexteditor-6.22.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/CMakeLists.txt
new/ktexteditor-6.22.0/CMakeLists.txt
--- old/ktexteditor-6.21.0/CMakeLists.txt 2025-12-05 14:26:01.000000000
+0100
+++ new/ktexteditor-6.22.0/CMakeLists.txt 2026-01-02 18:44:13.000000000
+0100
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.21.0") # handled by release scripts
-set(KF_DEP_VERSION "6.21.0") # handled by release scripts
+set(KF_VERSION "6.22.0") # handled by release scripts
+set(KF_DEP_VERSION "6.22.0") # handled by release scripts
project(KTextEditor VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.21.0 NO_MODULE)
+find_package(ECM 6.22.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -80,7 +80,7 @@
set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of
deprecated API excluded from the build [default=0].")
ecm_set_disabled_deprecation_versions(
QT 6.3
- KF 6.19
+ KF 6.21
)
# define which offscreen platform plugin to use for tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/CMakeLists.txt
new/ktexteditor-6.22.0/autotests/CMakeLists.txt
--- old/ktexteditor-6.21.0/autotests/CMakeLists.txt 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/CMakeLists.txt 2026-01-02
18:44:13.000000000 +0100
@@ -120,7 +120,7 @@
ADD_TEST (NAME kateindenttest_${_testname} COMMAND kateindenttest
${OFFSCREEN_QPA} ${_testname})
ENDMACRO(KTEXTEDITOR_INDENT_TEST)
-# test different indenters sepearately to have smaller test chunks, that takes
LONG
+# test different indenters separately to have smaller test chunks, that takes
LONG
KTEXTEDITOR_INDENT_TEST ("testPython")
KTEXTEDITOR_INDENT_TEST ("testJulia")
KTEXTEDITOR_INDENT_TEST ("testCstyle")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest1/expected
new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest1/expected
--- old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest1/expected
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest1/expected
2026-01-02 18:44:13.000000000 +0100
@@ -3,7 +3,7 @@
(********************************************** // check: indent OK?
* *
- * Commment to test alignment *
+ * Comment to test alignment *
* *
* *
**********************************************)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest1/origin
new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest1/origin
--- old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest1/origin
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest1/origin
2026-01-02 18:44:13.000000000 +0100
@@ -3,7 +3,7 @@
(********************************************** // check: indent OK?
* *
- * Commment to test alignment *
+ * Comment to test alignment *
* *
* *
**********************************************)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest2/expected
new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest2/expected
--- old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest2/expected
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest2/expected
2026-01-02 18:44:13.000000000 +0100
@@ -120,7 +120,7 @@
100: if e then s1;
333333: if c then
- begin // CKECK: should indent one level from case value
+ begin // CHECK: should indent one level from case value
s3; // CHECK: should be indented another level
s4
end;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest2/origin
new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest2/origin
--- old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest2/origin
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest2/origin
2026-01-02 18:44:13.000000000 +0100
@@ -120,7 +120,7 @@
100: if e then s1;
333333: if c then
-begin // CKECK: should indent one level from case value
+begin // CHECK: should indent one level from case value
s3; // CHECK: should be indented another level
s4
end;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest3/expected
new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest3/expected
--- old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest3/expected
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest3/expected
2026-01-02 18:44:13.000000000 +0100
@@ -67,7 +67,7 @@
annotate_push( procsym );
end;
s1; // coding error, a case value should be here
- { remember we are in the declaraions part }
+ { remember we are in the declarations part }
varsym, typesym, constsym, labelsym:
proc_state := proc_declarations;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest3/origin
new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest3/origin
--- old/ktexteditor-6.21.0/autotests/input/indent/pascal/longtest3/origin
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/input/indent/pascal/longtest3/origin
2026-01-02 18:44:13.000000000 +0100
@@ -67,7 +67,7 @@
annotate_push( procsym );
end;
s1; // coding error, a case value should be here
- { remember we are in the declaraions part }
+ { remember we are in the declarations part }
varsym, typesym, constsym, labelsym:
proc_state := proc_declarations;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/src/camelcursortest.cpp
new/ktexteditor-6.22.0/autotests/src/camelcursortest.cpp
--- old/ktexteditor-6.21.0/autotests/src/camelcursortest.cpp 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/camelcursortest.cpp 2026-01-02
18:44:13.000000000 +0100
@@ -35,7 +35,7 @@
* NOTE: If you are here to fix a bug, try not to add a new function
please.
* Instead consider adding a row here with the label as your bug-number.
*
- * The other test cases are small because if this works, they will work
automaitcally
+ * The other test cases are small because if this works, they will work
automatically
* since the core functionality is correct.
*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/src/katedocument_test.cpp
new/ktexteditor-6.22.0/autotests/src/katedocument_test.cpp
--- old/ktexteditor-6.21.0/autotests/src/katedocument_test.cpp 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/katedocument_test.cpp 2026-01-02
18:44:13.000000000 +0100
@@ -625,7 +625,7 @@
// Some magic value. You can wait as long as you like after write to file,
// without to wait before it doesn't work here. It mostly fails with 500,
- // it tend to work with 600, but is not guarantied to work even with 800
+ // it tend to work with 600, but is not guaranteed to work even with 800
QTest::qWait(1000);
file.write("\nTest");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/src/kateview_test.cpp
new/ktexteditor-6.22.0/autotests/src/kateview_test.cpp
--- old/ktexteditor-6.21.0/autotests/src/kateview_test.cpp 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/kateview_test.cpp 2026-01-02
18:44:13.000000000 +0100
@@ -650,7 +650,7 @@
// cursor jumps to the end of the word
QCOMPARE(view->cursorPosition(), cursor2);
- // second time we call this it actually jumps to the next occurance
+ // second time we call this it actually jumps to the next occurrence
view->findSelectedForwards();
QCOMPARE(view->selectionRange(), range2);
QCOMPARE(view->cursorPosition(), cursor3);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/src/multicursortest.cpp
new/ktexteditor-6.22.0/autotests/src/multicursortest.cpp
--- old/ktexteditor-6.21.0/autotests/src/multicursortest.cpp 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/multicursortest.cpp 2026-01-02
18:44:13.000000000 +0100
@@ -820,7 +820,7 @@
view->copy();
}
- // Same number of cursors when pasting => each line gets pasted into
matching cursor postion
+ // Same number of cursors when pasting => each line gets pasted into
matching cursor position
{
KTextEditor::DocumentPrivate doc;
doc.setText(QStringLiteral("\n\n\n\n"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/src/test.uc
new/ktexteditor-6.22.0/autotests/src/test.uc
--- old/ktexteditor-6.21.0/autotests/src/test.uc 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/test.uc 2026-01-02
18:44:13.000000000 +0100
@@ -101,7 +101,7 @@
return 0;
}
-// super desireable for bot waiting to impact jump
+// super desirable for bot waiting to impact jump
function float GetAIRating()
{
local Bot B;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/src/vimode/base.h
new/ktexteditor-6.22.0/autotests/src/vimode/base.h
--- old/ktexteditor-6.21.0/autotests/src/vimode/base.h 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/vimode/base.h 2026-01-02
18:44:13.000000000 +0100
@@ -124,7 +124,7 @@
void clearAllMappings();
void clearAllMacros();
- // Other auxiliar functions.
+ // Other auxiliary functions.
void ensureKateViewVisible();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/autotests/src/vimode/emulatedcommandbar.cpp
new/ktexteditor-6.22.0/autotests/src/vimode/emulatedcommandbar.cpp
--- old/ktexteditor-6.21.0/autotests/src/vimode/emulatedcommandbar.cpp
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/vimode/emulatedcommandbar.cpp
2026-01-02 18:44:13.000000000 +0100
@@ -636,7 +636,7 @@
// Specify that the last was backwards when using '?'
DoTest("foo foo bar foo foo", "ww?foo\\enter^wwnrX", "foo Xoo bar foo
foo");
- // ... and make sure we do the equivalent with "/"
+ // ... and make sure we do the equivalent with "/"
BeginTest(QStringLiteral("foo foo bar foo foo"));
TestPressKey(QStringLiteral("ww?foo\\enter^ww/foo"));
QCOMPARE(emulatedCommandTypeIndicator()->text(), QStringLiteral("/"));
@@ -2688,7 +2688,7 @@
TestPressKey(QStringLiteral("\\ctrl-c"));
FinishTest("foo");
- // Pressing "n" when there is only a single change we can make aborts
incremental search
+ // Pressing "n" when there is only a single change we can make aborts
incremental search
// and replace.
BeginTest(QStringLiteral("foo"));
TestPressKey(QStringLiteral(":s/foo/bar/c\\enter"));
@@ -2697,7 +2697,7 @@
TestPressKey(QStringLiteral("ixyz\\esc"));
FinishTest("xyzfoo");
- // Pressing "n" when there is only a single change we can make aborts
incremental search
+ // Pressing "n" when there is only a single change we can make aborts
incremental search
// and replace, and shows the no replacements on no lines.
BeginTest(QStringLiteral("foo"));
TestPressKey(QStringLiteral(":s/foo/bar/c\\enter"));
@@ -3102,13 +3102,13 @@
}
}
- // Test that we don't inadvertantly trigger shortcuts in kate_view when
typing them in the
+ // Test that we don't inadvertently trigger shortcuts in kate_view when
typing them in the
// emulated command bar. Requires the above test for shortcuts to be sent
and received correctly
// to pass.
{
QVERIFY(mainWindow->isActiveWindow());
QVERIFY(printAction);
- FailsIfSlotCalled failsIfActionTriggered(QStringLiteral("The kate_view
shortcut should not be triggered by typing it in emulated command bar!"));
+ FailsIfSlotCalled failsIfActionTriggered(QStringLiteral("The kate_view
shortcut should not be triggered by typing it in emulated command bar!"));
// Don't invoke Print on failure, as this hangs instead of failing.
// disconnect(printAction, SIGNAL(triggered(bool)), kate_document,
SLOT(print()));
connect(printAction, &QAction::triggered, &failsIfActionTriggered,
&FailsIfSlotCalled::slot);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/autotests/src/vimode/view.cpp
new/ktexteditor-6.22.0/autotests/src/vimode/view.cpp
--- old/ktexteditor-6.21.0/autotests/src/vimode/view.cpp 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/autotests/src/vimode/view.cpp 2026-01-02
18:44:13.000000000 +0100
@@ -212,7 +212,7 @@
}
{
- // Deal with dynamic wrapping and indented blocks - continuations of a
line are "invisibly" idented by
+ // Deal with dynamic wrapping and indented blocks - continuations of a
line are "invisibly" indented by
// the same amount as the beginning of the line, and we have to
subtract this indentation.
const QString unindentedFirstLine = QStringLiteral("stickyhelper\n");
const int numIndentationSpaces = 5;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/po/ga/ktexteditor6.po
new/ktexteditor-6.22.0/po/ga/ktexteditor6.po
--- old/ktexteditor-6.21.0/po/ga/ktexteditor6.po 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/po/ga/ktexteditor6.po 2026-01-02
18:44:13.000000000 +0100
@@ -14,7 +14,6 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.6\n"
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
"3 : 4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/po/tr/ktexteditor6.po
new/ktexteditor-6.22.0/po/tr/ktexteditor6.po
--- old/ktexteditor-6.21.0/po/tr/ktexteditor6.po 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/po/tr/ktexteditor6.po 2026-01-02
18:44:13.000000000 +0100
@@ -16,15 +16,15 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-20 00:39+0000\n"
-"PO-Revision-Date: 2025-10-03 10:10+0300\n"
-"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n"
+"PO-Revision-Date: 2025-12-30 13:35+0300\n"
+"Last-Translator: Emir SARI <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 25.08.1\n"
+"X-Generator: Lokalize 25.12.0\n"
#: completion/katecompletionmodel.cpp:147
#, kde-format
@@ -95,7 +95,7 @@
#: data/katepart5ui.rc:53
#, kde-format
msgid "Capitalization"
-msgstr "Büyük Harfe Çevir"
+msgstr "Harf Küçüklüğü/Büyüklüğü"
#. i18n: ectx: Menu (view)
#: data/katepart5ui.rc:73
@@ -2159,7 +2159,7 @@
#: dialogs/textareaappearanceconfigwidget.ui:427
#, no-c-format, kde-format
msgid "% of View Width"
-msgstr "% Görünüm Genişliği"
+msgstr " (yüzde) genişlik"
#. i18n: ectx: property (text), widget (QLabel, label_24)
#: dialogs/textareaappearanceconfigwidget.ui:443
@@ -2426,8 +2426,8 @@
"The document \"%1\" has been modified.\n"
"Do you want to save your changes or discard them?"
msgstr ""
-"“%1” belgesi değiştirildi.\n"
-"Değişiklikleri kaydetmek mi yok saymak mı istiyorsunuz?"
+"“%1” belgesinde değişiklikler yapıldı.\n"
+"Değişiklikleri kaydetmek mi yoksa atmak mı istiyorsunuz?"
#: document/katedocument.cpp:5947
#, kde-format
@@ -6866,7 +6866,7 @@
#: view/kateview.cpp:600
#, kde-format
msgid "Uppercase"
-msgstr "Büyük Harf"
+msgstr "BÜYÜK Harf"
#: view/kateview.cpp:603
#, kde-format
@@ -6874,13 +6874,12 @@
"Convert the selection to uppercase, or the character to the right of the "
"cursor if no text is selected."
msgstr ""
-"Seçimi veya herhangi bir metin seçili değilse imlecin sağındaki karakteri "
-"BÜYÜK harfe dönüştürün."
+"Seçimi veya seçili metin yoksa imlecin sağındaki karakteri BÜYÜK harf yapın."
#: view/kateview.cpp:609
#, kde-format
msgid "Lowercase"
-msgstr "Küçük Harf"
+msgstr "küçük Harf"
#: view/kateview.cpp:612
#, kde-format
@@ -6888,13 +6887,12 @@
"Convert the selection to lowercase, or the character to the right of the "
"cursor if no text is selected."
msgstr ""
-"Seçili metin alanını veya hiç metin seçilmemişse imlecin hemen sağındaki "
-"harfi küçük harfler haline çevir."
+"Seçimi veya seçili metin yoksa imlecin sağındaki karakteri küçük harf yapın."
#: view/kateview.cpp:618
#, kde-format
msgid "Capitalize"
-msgstr "Büyük Harf Yap"
+msgstr "Baş Harfleri Büyük Yap"
#: view/kateview.cpp:621
#, kde-format
@@ -6902,8 +6900,8 @@
"Capitalize the selection, or the word under the cursor if no text is "
"selected."
msgstr ""
-"Hiçbir metin seçili değilse seçimi veya imlecin altındaki sözcüğü BÜYÜK "
-"harfle yazın."
+"Seçimi Büyük harfle başlatın veya hiçbir metin seçili değilse imlecin "
+"altındaki sözcüğü Büyük harfle başlatın."
#: view/kateview.cpp:626
#, kde-format
@@ -7063,7 +7061,7 @@
#: view/kateview.cpp:741
#, kde-format
msgid "Shrink Font"
-msgstr "Yazıtipini Puntosunu Azalt"
+msgstr "Yazıtipi Puntosunu Azalt"
#: view/kateview.cpp:743
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/src/utils/kateautoindent.h
new/ktexteditor-6.22.0/src/utils/kateautoindent.h
--- old/ktexteditor-6.21.0/src/utils/kateautoindent.h 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/src/utils/kateautoindent.h 2026-01-02
18:44:13.000000000 +0100
@@ -36,7 +36,7 @@
{
Q_OBJECT
/*
- * Static methods to list indention modes
+ * Static methods to list indentation modes
*/
public:
/**
@@ -107,7 +107,7 @@
/**
* Produces a string with the proper indentation characters for its length.
*
- * @param length The length of the indention in characters.
+ * @param length The length of the indentation in characters.
* @param align Length of alignment, ignored if less of equal to length
* @return A QString representing @p length characters (factoring in tabs
and spaces)
*/
@@ -155,7 +155,7 @@
* Switch indenter
* Nop if already set to given mode
* Otherwise switch to given indenter or to "None" if no suitable found...
- * @param name indention mode wanted
+ * @param name indentation mode wanted
*/
void setMode(const QString &name);
@@ -175,7 +175,7 @@
}
/**
- * Update indenter's configuration (indention width, etc.)
+ * Update indenter's configuration (indentation width, etc.)
* Is called in the updateConfig() of the document and after creation of
the indenter...
*/
void updateConfig();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/src/utils/kateindentdetecter.h
new/ktexteditor-6.22.0/src/utils/kateindentdetecter.h
--- old/ktexteditor-6.21.0/src/utils/kateindentdetecter.h 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/src/utils/kateindentdetecter.h 2026-01-02
18:44:13.000000000 +0100
@@ -12,7 +12,7 @@
};
/**
- * File indentation detecter. Mostly ported from VSCode to here
+ * File indentation detector. Mostly ported from VSCode to here
*/
class KateIndentDetecter
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktexteditor-6.21.0/src/view/katetextpreview.h
new/ktexteditor-6.22.0/src/view/katetextpreview.h
--- old/ktexteditor-6.21.0/src/view/katetextpreview.h 2025-12-05
14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/src/view/katetextpreview.h 2026-01-02
18:44:13.000000000 +0100
@@ -70,7 +70,7 @@
/**
* Sets whether folded lines are hidden or not.
- * By default, folded liens are not visible.
+ * By default, folded lines are not visible.
*/
void setShowFoldedLines(bool on);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktexteditor-6.21.0/templates/ktexteditor6-plugin/README.md
new/ktexteditor-6.22.0/templates/ktexteditor6-plugin/README.md
--- old/ktexteditor-6.21.0/templates/ktexteditor6-plugin/README.md
2025-12-05 14:26:01.000000000 +0100
+++ new/ktexteditor-6.22.0/templates/ktexteditor6-plugin/README.md
2026-01-02 18:44:13.000000000 +0100
@@ -27,7 +27,7 @@
export QT_PLUGIN_PATH=$MYKATEPLUGINPATH:$QT_PLUGIN_PATH
kate --startanon
-Go to Settings / Configurate Kate / Application / Plugins
+Go to Settings / Configure Kate / Application / Plugins
Search and enable your plugin
++++++ ktexteditor-6.21.0.tar.xz.sig -> ktexteditor-6.22.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/kf6-ktexteditor/ktexteditor-6.21.0.tar.xz.sig
2025-12-16 15:57:40.902434824 +0100
+++
/work/SRC/openSUSE:Factory/.kf6-ktexteditor.new.1928/ktexteditor-6.22.0.tar.xz.sig
2026-01-12 10:16:50.402436544 +0100
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNATURE-----
-iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaTLddwAKCRAsjfWHptSq
-wfeDAQDoKYZ0oJ4EciKryBg8uF6ydqrmzpAHL4UipiVABF4iZwD/VsV5FNU33S2e
-In4Oo1wNN+ttU4yc0wV4Jpc6Zef5Cg8=
-=D0gN
+iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaVgD9gAKCRAsjfWHptSq
+wW0vAP0Q071h8HYMq4IGFQQxF/pl3f+GA/W8BWIHjvOHdMFMUAEA7japTjWFXLng
+qSmY4coqBq5X3CthuAuZ/jdjdXYDKwQ=
+=r7mn
-----END PGP SIGNATURE-----