Version: 5.115.0-bp156.1.1
* Thu Feb 08 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.115.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.115.0
- Changes since 5.114.0:
* Add parent widget for diff dialogs
* Sat Jan 13 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
* Tue Dec 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
* Mon Nov 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.112.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.112.0
- Changes since 5.111.0:
* Fix selection shrink when indenting (kde#329247)
* Mon Oct 09 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.111.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.111.0
- No code change since 5.110.0
* Wed Sep 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
* Tue Aug 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.109.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.109.0
- Changes since 5.108.0:
* Remove code variants for building with Qt 6
* completion: Fix only start chars of items are matched
* Fix chaotic up/down cursor movement in Block Selection Mode
* Fix backspace behavior for empty lines with cursor beyond line’s end (block selection mode)
* Add explicit moc includes to sources for moc-covered headers
* Mon Jul 03 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.108.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.108.0
- Changes since 5.107.0:
* Remove qt6 CI builds
* Mon Jun 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.107.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.107.0
- Changes since 5.106.0:
* Add missing includes
* Fix incorrect lineHeight for drag pixmap (kde#468196)
* Sat May 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix Save Copy As.. not working anymore (kde#468672)
* Fix indenting removes characters if line has tabs at start (kde#468495)
* Printer: AlignVCenter line numbers
* Dont ignore folding when printing code (kde#417138)
* Use m_fontAscent instead of fm.ascent()
* Draw caret ourselves (kde#172630)
* Fix selection highlight for RTL text with custom line height (kde#464087)
* Include range.js when initializing the engine (kde#456701)
* Fix RTL text with format incorrectly shaped (kde#438755)
* xml-indent: Optimize getCode
* Sat Apr 01 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.105.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.105.0
- Changes since 5.104.0:
* try to improve test stability
* autoindent: fix indentation when "keep extra spaces" is enabled
* Julia indent: fix indentation when "keep extra spaces" is enabled,
also fix indentation when a line ends with a string assignment
* Mon Mar 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.104.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.104.0
- Changes since 5.103.0:
* Improve cstyle performance
* Improve performance of rendering spaces with dyn wrap disabled (kde#465841)
* documentSaveCopyAs: Use async job api (kde#466571)
* Optimize rendering spaces with dyn wrapping (kde#465841)
* Wed Feb 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.103.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.103.0
- Changes since 5.102.0:
* Fix indent failing due to unknown method 'replace'
* Don't show selection count when there are none
Version: 5.102.0-bp155.1.11
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
* Add missing include
* Fix crash on undo after reload (kde#462793)
* Fix 1 space indent wrongly detected
* Update the cursor and anchor to sync with the visual but not scroll for selectAll
* Implement invokeAction and commit preedit when click outside the preedit.
* Add missing KWindowSystem dependency
* Fix 1 space indent not detected
* Made suggested changes
* Added New Script Sort Uniq
* do some limited lookahead
* ensure we emit the changes signal if needed
* ensure proper range cleanup
* do full update of the border
* fix hl logic again
* remove no longer used doHighlight params
* remove flagFoldingStartIndentation
* remove markedAsFoldingStartIndentation
* avoid use of markedAsFoldingStart
* start to compute indentation based folding on demand
* Accept event when clearing multicursors
* Add Dart and Go to katemoderc
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Convert part metadata to JSON
* Kate:TextLine: switch to std::shared_ptr
* Fix setting default mark when ctrl is pressed
* Fix caret with inline notes
* Add "Character" the "Insert Tab" action name.
* Fix condition for installing desktop file
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.100.0
- Too many changes since 5.99.0, only listing bugfixes:
* CamelCursor: Improve complex unicode handling (kde#461239)
* remove file name for saveas only for remote files (kde#461161)
* Fix tab order in search (kde#440888)
* fix clipboard selection update on shift mouse click (kde#443642)
* Ensure to set highlight on reload when file type was set by user (kde#454715)
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* Macro replaced by factory function
* Small refactor to KateViewInternal::word{Prev,Next}
* Tests for basic cursor movement between words
* Remove shell-like completion handling on TAB
* Allow code completion using the tab key
* clipboardialog: add placerholder label when empty
* Unassign transpose character shortcut
* avoid magic to compute line (kde#450817)
* Enable indent-on-paste for indenttest
* Fix cstyle/indentpaste4 script
* Fix cstyle tests: elsething and fork
* Disable R indenter debug mode
* Don't change indent-on-paste default yet
* Add tests and fixes for R indent-on-paste
* Add tests and fixes for julia indent-on-paste
* Add tests for ruby indent-on-paste
* Add tests and fixes for python indent and indent-on-paste
* Fix python indent script trigger character detection with empty chars
* Disable cstyle.js debug mode
* Add tests and fixes for cstyle indent and indent-on-paste
* Enable 'indent text on paste' by default
* Normalize signatures in mainwindow.cpp
* Plugin template: fix install location
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.98.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.98.0
- Too many changes since 5.97.0, only listing bugfixes:
* Fix toggle comment with empty line in selection (kde#458126)
* Fix some inconsistencies in completion config tab (kde#443994)
* Dont enforce word boundary with multicursor occurunce select (kde#457948)
* Optionally allow to show EndOfLine type in statusbar (kde#457885)
* allow to configure printing font (kde#457480)
* Update folding ranges on text modification (kde#436480)
* Ignore folding ranges if document has changed (kde#384459)
* Fix vi mode delete behavior (kde#453964)
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.97.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.97.0
- Changes since 5.96.0:
* fix crash (kde#457392)
* Pass parent widget to print preview dialog
* fix crash in insertText
* Make views for read-only themes read-only instead of disabling them
* Cleanup: Remove unused members from KateStyleTreeWidget
* Cleanup: use switch in defaultStyleName
* Make defaultStyleCount reusable
* Silence compiler warning when compiling without KAUTH
* avoid crash on caret drawing if no view (kde#456508)
* avoid accessing view pointer during printing (kde#456508)
* remove unused library
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.96.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.96.0
- Changes since 5.95.0:
* AppCommands: Do not quit application when last document or all documents are closed (kde#454924)
* Fix leak of KateCompletionWidget::m_argumentHintTree
* Allow to disable KAuth
* KateThemeConfig: when copying a scheme, put the current name in the line-edit
* Utilize ECMDeprecationSettings to manage deprecate Qt API
* avoid that saveAs uses filename as directory (kde#454648)
* allow to disable the autoreload if content is in git
* Fix occurence highlighting not working with custom line height
- Drop 0001-Disable-KAuth-integration.patch. Replaced by a CMake
option (ENABLE_KAUTH)
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
* Don't add empty dictionary to context menu
* Fix Qt6 build issue about using QVector without template arg
* Fix whitespace slider & group text related options
* port to standard C++ smart pointers where possible
* Ensure to keep special dictionary setting on replaced word
* observe changes on textChanged for QSpinBox (kde#453978)
* fix compile with Qt 6
* fix comments & add since 5.95 info
* export multi cursors to JS
* add multi cursor API
* Add suggestion on top of context menu
* Avoid calling slightly expensive contextMenu() twice
* Check for empty selection too
* Ensure next right click works properly if there was a selection
* Protect replaceWordBySuggestion against segfault
* Ugly hack to avoid segfault
* Support to change dictionary on words and selections
* Use only setVisible, remove SLOT attribute, avoid unneeded settings
* Oops! Fix permanent active misspelled range after word selection
* Add misspelled word to spell menu action
* Remove unneeded set to nullptr
* Make only once used member local
* Properly support to fix selected words by spell check
* Move spellcheck entry in context menu on top
* Don't track mouse move for spellcheking
* Add an action to remove cursors from empty lines
* Add more tests for setCursors and setSelections
* Refactor multicursor methods
* Make multicursor test methods static
* Add methods to set/get cursors and selections
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.94.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.94.0
- Too many changes since 5.93.0, only listing bugfixes:
* avoid cursor move on insert of line at EOF on save (kde#453252)
* Fix crash when ModeMenuList wasn't init but we try to reload it (kde#452282)
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0
- Too many changes since 5.92.0, only listing bugfixes:
* fix wrap of search for slash (kde#451893)
* Improve cursor movement with RTL text in doc (kde#451789)
* Add support for custom line height (kde#328837)
* Fix cursor in RTL text with dyn wrap on (kde#385694, kde#368182)
* Fix crash with stale indexes (kde#451593)
* Disable multicursor in block selection mode (kde#451542)
* Fix toggle comment with space at the start (kde#451471)
* vimode: fix extra newline when using the "Find" action (kde#451076)
* fix config dialog sizes for KTextEditor (kde#445541)
* add new line on save inside the buffer (kde#450919)
- Rebase 0001-Disable-KAuth-integration.patch
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0
- Too many changes since 5.91.0, only listing bugfixes:
* vimode: implement hlsearch (kde#449641, kde#449643)
* view: fix buggy scrolling on macOS (kde#442060)
* Guard against null widgets (kde#450094)
* use the url of the latest used document for save (kde#448618)
* Differentiate docs with identical filenames (kde#381532)
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Too many changes since 5.90.0, only listing bugfixes:
* KateModOnHdPrompt::slotDiff: Create diff file in temp folder (kde#448257)
* avoid flicker for border on size changes (kde#435361)
* When using tabs, use tabs to auto indent (kde#367966, kde#375529)
* Don't scroll on select all (kde#435855)
* Handle single statement condition blocks better (kde#385472)
* Allow disabling focus frame (kde#418657)
* Fix comment toggling when all lines in selection aren't commented (kde#426981)
* Fix selection scrolling from line border works only downwards (kde#419076)
* Fix camel cursor when last word is of one letter only (kde#448692)
* Do proper fuzzy matching in completion (kde#401509)
* Revert "Do not cancel mouse selection when using the keyboard" (kde#447525)
* Restore undo history when document is same (kde#297883)
* Fix drag pixmap highlight sometimes does not match original text (kde#438567)
* Find: Update working range when replacing (kde#447972)
* set QClipboard::Selection for select all (kde#428099)
* Fix rash when switching between tabs while search is running (kde#445683)
* improve wording for modified on disk warnings (kde#372638)
Version: 5.20.0-2.1
* Sun Mar 27 2016 hrvoje.senjan@gmail.com
- Added 0001-Fix-Clazy-fix-mistake-that-broke-selection-handling-.patch
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* Fix highlighting of all occurences in ReadOnlyPart
* Don't iterate over a QString as if it was a QStringList
* Properly initialize static QMaps
* Prefer toDisplayString(QUrl::PreferLocalFile)
* Support surrogate character sending from input method
* Do not crash on shutdown when text animation is still running
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* Better behaviour for "insert braces around" autobrace feature
* Change option key to enforce new default,
Newline at End of File = true
* Remove some suspicious setUpdatesEnabled calls (kde#353088)
* Delay emitting of verticalScrollPositionChanged until all stuff
is consistent for folding (kde#342512)
* Patch updating tag substitution (kde#330634)
* Only update the palette once for the change event
belonging to qApp (kde#358526)
* Append newlines at EOF by default
* Add NSIS syntax highlighting file
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
* Syntax h/l for pli: builtin functions added, expandable regions added
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
* Add syntax highlighting for TaskJuggler and PL/I
* Make it possible to disable keyword-completion via
the config interface.
* Resize the tree when the completion model got reset.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* highlighting: gnuplot: add .plt extension
* fix validation hint, add hint about the compile time validation
* Don't crash when command is not available.
* Fix kde##307107
* Haskell highlighting variables starting with _
* simplify git2 init, given we require recent enough version
(kde#353947)
* bundle default configs in resource
* syntax highlighting (d-g): use default styles instead of
hard-coded colors
* better scripts search, first user local stuff, then the stuff
in our resources, then all other stuff, that way the user can
overwrite our shipped scripts with local ones
* package all js stuff in resources, too, only 3 config files
missing and ktexteditor could be just used as a library without
any bundled files
* next try: put all bundled xml syntax files into a resource
* add input mode switch shortcut (kde#347769)
* bundle xml files in resource
* syntax highlighting (a-c): migrate to new default styles, remove
hard-coded colors
* syntax highlighting: remove hard-coded colors and use
default styles instead
* syntax highlighting: use new default styles
(removes hard-coded colors)
* Better "Import" default style
* Introduce "Save As with Encoding" to save a file with different
encoding, using the nice grouped encoding menu we have and
replacing all save dialogs with the correct ones of the
operating system without loosing this important feature.
* bundle ui file into lib, using my extension to xmlgui
* Printing again honors the selected font & color schema
(kde#344976)
* Use breeze colors for saved and modified lines
* Improved icon border default colors of scheme "Normal"
* autobrace: only insert brace when next letter is empty or
not alphanumeric
* autobrace: if removing start parenthesis with backspace,
remove end as well
* autobrace: only establish connection once
* Autobrace: eat closing parentheses under some conditions
* Fix shortcutoverride not being forwarded to the mainwindow
* Bug 342659 - Default "bracket highlighting" color is hard to see
(Normal schema fixed) (kde#342659)
* Add proper default colors for "Current Line Number" color
* bracket matching & auto-brackets: share code
* bracket matching: guard against negative maxLines
* bracket matching: just because the new range matches the old
doesn't mean no update is required
* Add the width of half a space to allow painting the cursor at EOL
* fix some HiDPI issues in the icon border
* fix kde##310712: remove trailing spaces also on line with cursor
(kde#310712)
* only display "mark set" message when vi input mode is active
* remove & from button text (kde#345937)
* fix update of current line number color (kde#340363)
* implement brackets insert on writing a bracket over a selection
(kde#350317)
* auto brackets (kde#350317)
* fix alert HL (kde#344442)
* no column scrolling with dyn word wrap on
* remember if highlighting was set by user over sessions to not
loose it on save after restore (kde#332605)
* fix folding for tex (kde#328348)
* fixed kde##327842: End of C-style comment is misdetected (kde#327842)
* save/restore dyn word wrap on session save/restore (kde#284250)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
- Update to 5.15.0
* Validate more regexp
* Fix regexps in HL files (kde#352662)
* Sync ocaml HL with state of
https://code.google.com/p/vincent-hugot-projects/
before google code is down, some small bugfixes
* Add word-break (kde#352258)
* Validate line before calling folding stuff (kde#339894)
* Fix Kate word count issues by listening to DocumentPrivate
instead of Document (kde#353258)
* Update Kconfig syntax highlighting: add new operators from Linux 4.2
* Sync w/ KDE/4.14 kate branch
* Minimap: Fix scrollbar handle not being drawn with
scrollmarks off. (kde#352641)
* Syntax: Add git-user option for kdesrc-buildrc
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
- Update to 5.14.0
* Merge allocation of TextLineData and ref count block.
* Change default keyboard shortcut for "go to previous editing line"
* Syntax highlighting Haskell comment fixes
* Speed up code-completion pop-up appearance
* minimap: Attempt to improve the look and feel (kde#309553)
* nested comments in Haskell syntax highlighting
* Fix problem with wrong unindent for python (kde#351190)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* Guard default log level for Qt < 5.4.0, fix log cat name
* Add hl for Xonotic (kde#342265)
* Add Groovy HL (kde#329320)
* Update J highlighting (kde#346386)
* Make compile with MSVC2015
* Less iconloader use, fix more pixelated icons
* Enable/disable find all button on pattern changes
* Improved search & replace bar
* Remove useless ruler from powermode
* More slim search bar
* vi: Fix misreading of markType01 flag
* Use correct qualification to call base method.
* Remove checks, QMetaObject::invokeMethod guards itself
against that already.
* Fix HiDPI issues with color pickers
* Cleanup coe: QMetaObject::invokeMethod is nullptr safe.
* More comments
* Change the way the interfaces are null safe
* Only output warnings and above per default
* Remove todos from the past
* Use QVarLengthArray to save the temporary QVector iteration.
* Move the hack to indent group labels to construction time.
* Fixup some serious issues with the KateCompletionModel in
tree mode.
* Fix broken model design, which relied on Qt 4 behavior.
* Obey umask rules when saving new file (kde#343158)
* Add meson HL
* As Varnish 4.x introduces various syntax changes compared to
Varnish 3.x, I wrote additional, separate syntax highlighting
files for Varnish 4 (varnish4.xml, varnishtest4.xml).
* Fix HiDPI issues
* vimode: don't crash if the <c-e> command gets executed in the
end of a document. (kde#350299)
* Support QML multi-line strings.
* Fix syntax of oors.xml
* Add CartoCSS hl by Lukas Sommer (kde#340756)
* Fix floating point HL, use the inbuilt Float like in C
(kde#348843)
* Split directions did got reversed (kde#348845)
* Bug 348317 - [PATCH] Katepart syntax highlighting should
recognize \u0123 style escapes for JavaScript (kde#348317)
* Add *.cljs (kde#349844)
* Update the GLSL highlighting file.
* Fixed default colors to be more distinguishable
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
- Update to 5.12.0
* debianchangelog.xml: add Debian/Stretch, Debian/Buster, Ubuntu-Wily
* Fix for UTF-16 surrogate pair backspace/delete behavior.
* Let QScrollBar handle the WheelEvents (kde#340936)
* Apply patch from KWrite devel top update pure basic HL
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
- Update to 5.11.0
* Allow like in KDE 4.x times 3rdparty apps/plugins to install
own highlighting XML files into katepart5/syntax
* Add KTextEditor::Document::searchText()
* Bring back use of KEncodingFileDialog (kde#343255)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
- Update to 5.9.0
* Add kdesrc-buildrc highlighting file
* syntax: added support for binary integer literals in the PHP
highlighting file
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Thu Mar 19 2015 hrvoje.senjan@gmail.com
- Add explicit kiconthemes-devel BuildRequires
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
- Update to 5.8.0
* Add word count statistics in statusbar
* vimode: fix crash when removing last line in Visual Line mode
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
- Update to 5.7.0
* Fixed high-precision touchpad scrolling
* Do not emit documentUrlChanged during reload
* Do not break cursor position on document reload in
lines with tabs
* Do not re(un)fold the first line if it was
manually (un)folded
* vimode: command history through arrow keys
* Do not try to create a digest when we get
a KDirWatch::deleted() signal
* Performance: remove global initializations
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
- Update to 5.6.0
* Fix build on MSVC.
* vimode bugfixes
* add syntax file for Oracle PL/SQL
* ppd highlighting: better support for multiline values
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
- Update to 5.5.0
* Fix kde#340212: incorrect soft-tabs alignment after
beginning-of-line
* Add libgit2 compile-time check for threads support
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
- Update to 5.4.0
* Implement "go to last editing position" action
* Guard against a possibly broken code folding state on disk
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
* Sat Oct 04 2014 hrvoje.senjan@gmail.com
- Update to 5.3.0
* Multiple memory leaks fixed
* Avoid auto-completion to interfere with search/replace text
(kde#339130), and more autocompletion fixes
* Many fixes to the VIM mode
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
- Added libgit2-devel BuildRequires