317 lines
12 KiB
Plaintext
317 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 6 18:10:58 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Drop changes.lang source, request from upstream + gedit no longer
|
|
uses plain gtksourceview. (boo#1205804)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 4 20:56:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.8.4:
|
|
+ Style updates to kate, classic, tango.
|
|
+ Language updates to vala, python3, c, cuda, latex.
|
|
+ Add unit tests for language specs.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 20 09:20:43 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.8.3:
|
|
+ Adds support for more Pango font-variants.
|
|
+ Style updates to solarized-dark, solarized-light.
|
|
+ Language updates to lean, rst, c, gtk-doc, javascript, and
|
|
json.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 5 21:19:15 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Require libgtksourceview-4-0 instead of gtksourceview4 in the
|
|
devel package: defacto the same package, as the library provides
|
|
the base name, but more explicit and clearer.
|
|
- Add libgtksourceview4 Provides to libgtksourceview-4-0 and add a
|
|
explicit Requires in devel subpackage, silence rpmlint.
|
|
- Use ldconfig_scriptlets for post(un) handling.
|
|
- Update Supplements to current standard.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 3 19:34:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.8.2:
|
|
+ New syntax highlighting definition file for: STAR
|
|
+ Improved syntax highlighting definition file for: YARA, LLVM
|
|
+ GtkSourceMap now avoids animation while scrolling in response
|
|
to clicks. This should help prevent some hysteresis.
|
|
+ GObject Introspection fixes
|
|
+ Fixed decrement of negative numbers in GtkSourceView
|
|
+ Improvements to style schemes: kate
|
|
+ Fixed build-time macros for version checking in some scenarios
|
|
+ Updated translations.
|
|
- Drop d1ed58b2ab82bd5be55881088fc17ff1527511db.patch: fixed
|
|
upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 22 11:36:46 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Add d1ed58b2ab82bd5be55881088fc17ff1527511db.patch: build:
|
|
disable -Werror for incompatible-pointer-types. Works around
|
|
build failure with GCC 11.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 18 13:18:31 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Update to version 4.8.1:
|
|
+ Fix highlighting in presence of byte-order-marks (BOM).
|
|
+ meson.lang: Update keywords to 0.55.3 syntax.
|
|
+ cmake.lang: Update keywords to 3.18.2 syntax.
|
|
+ go.lang: make "0i" syntax highlight as integer.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 19 00:00:05 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
|
|
|
- Update to version 4.8.0:
|
|
+ Bump GTK requirement to 3.24 for gdk_window_move_to_rect().
|
|
+ Use gdk_window_move_to_rect() to more reliably position
|
|
completion windows.
|
|
+ erb.lang: initial support for ERB.
|
|
+ javascript.lang, typescript.lang: various correctness and
|
|
performance improvements.
|
|
+ Updated translations.
|
|
- Up gtk3 dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 27 15:28:07 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.6.1:
|
|
+ Fix various G-I annotations
|
|
+ Improve draw-spaces coloring in solarized-light
|
|
+ javascript.lang: Performance improvements
|
|
+ c.lang: Fixes for #include preprocessor
|
|
+ sql.lang: Language completeness improvements
|
|
+ latex.lang: additional keywords
|
|
+ sh.lang: improved parameter expansion
|
|
+ yara.lang: initial support for YARA
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 19:51:48 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.6.0:
|
|
+ cpp.lang: add C++20 keywords.
|
|
+ commonlisp.lang: add format directives.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 25 14:14:52 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- No longer recommend -lang: supplements are in use
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 26 19:53:59 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Add pkgconfig(fribidi) BuildRequires: meson checks for it.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 11 05:52:35 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.4.0:
|
|
+ Set NO_AT_BRIDGE=1 when running automated tests.
|
|
+ Speed up GtkSourceView rendering when space drawer is unused.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 5 21:48:53 NZST 2019 - <luke@ljones.dev>
|
|
|
|
- Update to version 4.3.92:
|
|
+ New syntax highlighting definition file for: ASCII Doc,
|
|
Dockerfile.
|
|
+ Improvements to the syntax highlighting of: CSS, Gradle, HTML,
|
|
C, PHP, YAML, and Grovvy.
|
|
+ Performance improvements in line number drawing.
|
|
+ GtkSourceView now requires GTK 3.22 or newer.
|
|
+ GtkSourceView no longer uses many deprecated APIs from GTK.
|
|
+ GtkSourceView now uses fribidi directly to determine
|
|
bidriectional direction for cursors.
|
|
+ GtkSourceView now relies on GObject for correct marsharllers as
|
|
well as va_marshallers or provides its own. This improves
|
|
profiling with kernel stack unwinders such as Linux's perf.
|
|
+ Visual column detection is improved to use the tab-width
|
|
instead of the indent-width.
|
|
+ Support for DnD from GIMPs color palette has been improved.
|
|
+ A performance optimization has been added to avoid painting
|
|
mark backgrounds if no GtkSourceMarks have been registered.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 29 13:21:37 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Rename glade-catalog-gtksourceview to
|
|
glade-catalog-gtksourceview4: do not use the same name as
|
|
gtksourceview (3.x) is using. The new package is obsoleting the
|
|
old one (including the one from 3.x).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 16 07:33:06 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 4.2.0:
|
|
+ New syntax highlighting definition file for: Fish, GDScript,
|
|
Solidity, Dart, and Powershell.
|
|
+ Improvements to the syntax highlighting of: reStructuredText,
|
|
C++, GAP, CSS, HTML, JavaScript, Groovy, Meson, Python3, and
|
|
Logtalk.
|
|
+ Fix testsuite for changes in GLib hashtable ordering.
|
|
+ Avoid double entry of languages based on globs.
|
|
+ MSVC build improvements.
|
|
+ Fix usage of GRegex for offset in text, which fixes a Valgrind
|
|
warning.
|
|
+ Ensure CSS is inherted from parent style schemes.
|
|
+ Avoid storing GtkTextIter across main-loop boundaries.
|
|
+ Fix incorrect transfer annoation for
|
|
gtk_source_buffer_create_source_mark().
|
|
+ Various memory leak fixes.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 6 17:17:39 UTC 2018 - bjorn.lie@gmail.com
|
|
|
|
- Update to version 4.0.3:
|
|
+ New syntax highlighting definition file for: Gradle and
|
|
Logtalk.
|
|
+ Improvements to the syntax highlighting of: JavaScript, LaTeX,
|
|
Haskell, C++, GLSL, and Markdown.
|
|
+ Performance improvements to space drawing.
|
|
+ Various memory leak fixes.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 16 15:25:36 UTC 2018 - luc14n0@linuxmail.org
|
|
|
|
- Add changes.lang language definition for changes file syntax
|
|
highlighting capabilities.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 17 18:18:08 UTC 2018 - bjorn.lie@gmail.com
|
|
|
|
- Update to version 4.0.2:
|
|
+ Fix new compilation warnings (-Wcast-function-type).
|
|
+ New syntax highlighting definition file for: SCSS and Less.
|
|
+ Improvements to the syntax highlighting of: CSS and Rust.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 5 18:13:23 UTC 2018 - bjorn.lie@gmail.com
|
|
|
|
- Update to version 4.0.1:
|
|
+ New syntax highlighting definition file for: TOML.
|
|
+ Improvements to the syntax highlighting of: CSS and XML.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 10 16:57:52 UTC 2018 - bjorn.lie@gmail.com
|
|
|
|
- Update to version 4.0.0:
|
|
+ GtkSourceView class: respect the GtkTextView:accepts-tab
|
|
property.
|
|
+ New syntax highlighting definition file for: Groovy and Tera
|
|
templates.
|
|
+ Improvements to the syntax highlighting of: Erlang and Fortran.
|
|
+ Provide an Uncrustify configuration file for the GtkSourceView
|
|
C coding style.
|
|
+ Various other improvements and small fixes.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 28 16:32:54 UTC 2018 - dimstar@opensuse.org
|
|
|
|
- Modernize spec-file by calling spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 9 18:09:31 UTC 2017 - zaitor@opensuse.org
|
|
|
|
- Update to version 3.99.7:
|
|
+ Rename gtk_source_completion_show() to
|
|
gtk_source_completion_start().
|
|
+ Drop gconstructor.h, add gtk_source_init() and
|
|
gtk_source_finalize().
|
|
+ Improve documentation.
|
|
+ New syntax highlighting definition file for: logcat.
|
|
+ Improvements to the syntax highlighting of: Python,
|
|
reStructuredText and CMake.
|
|
+ Improvements to the Visual Studio builds.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 10:25:14 UTC 2017 - badshah400@gmail.com
|
|
|
|
- Update to version 3.99.6:
|
|
+ Reduce a lot the number of translatable strings (especially in
|
|
*.lang files), to translate only what makes sense. 630 -> 93
|
|
translatable strings!
|
|
+ Build: remove ENABLE_NLS option, always support gettext
|
|
translation, to simplify the code.
|
|
+ Fix bug in gtk_source_view_indent_lines().
|
|
+ Fix bug to read GtkSourceView 4 *.lang and style scheme files,
|
|
not those from GtkSourceView 3.
|
|
+ Code refactorings to prepare for the namespace change.
|
|
+ Improvements to the syntax highlighting of: Vala.
|
|
+ Improvements to the Visual Studio builds.
|
|
+ Various other small improvements.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 6 23:24:30 UTC 2017 - luc14n0@linuxmail.org
|
|
|
|
- Update to version 3.99.5:
|
|
+ Avoid type redefinitions.
|
|
+ Fix bug when GtkSourceView:indent-width and :tab-width are
|
|
equal.
|
|
+ New syntax highlighting definition file for: Swift, Maxima and
|
|
Kotlin.
|
|
+ Improvements to the syntax highlighting of: sparql, CSS, bibtex
|
|
and LaTeX.
|
|
+ jade.lang: add *.pug to globs.
|
|
+ Various other small improvements.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 20 23:25:35 UTC 2017 - zaitor@opensuse.org
|
|
|
|
- Update to version 3.99.4:
|
|
+ The API of the GtkSourceView::move-lines keybinding signal has
|
|
been simplified: the copy parameter has been removed; and the
|
|
count parameter has been replaced by the down boolean.
|
|
+ Force visual word movements for RTL text with Ctrl+left/right.
|
|
+ Improvements to the Visual Studio builds and add support for
|
|
Visual Studio 2017.
|
|
+ Improvements to the syntax highlighting of: Rust and LaTeX.
|
|
+ Add mimetype to python3.lang.
|
|
+ Misc bug fixes.
|
|
+ Various other small improvements.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 26 14:13:52 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Update to version 3.99.3:
|
|
+ Bug fix in GtkSourceGutterRendererPixbuf.
|
|
+ Fixes for bugs found by Coverity.
|
|
+ Build fixes on MS Windows.
|
|
+ New syntax highlighting definition files for: ABNF, HAXE and
|
|
Django template.
|
|
+ Improvements to the syntax highlighting of: Meson, CSS, ini,
|
|
Rust and JavaScript.
|
|
+ Improvements to the build system.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 00:09:12 UTC 2017 - jengelh@inai.de
|
|
|
|
- Drop useless --with-pic (it's for static libs),
|
|
drop useless %clean.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 13:32:47 UTC 2016 - dimstar@opensuse.org
|
|
|
|
- Initial packaging, version 3.99.2. Based on the .spec of
|
|
gtksourceview 3.22.
|
|
|