News in 5.12.0, 2024-03-15
--------------------------

This is a stable release for GNOME 46

 * Do not trigger default indenter for Return when a selection is active
 * Render overview slider below text rather than above w/ RGBA
 * Premix certain colors in overview when drawing to avoid RGBA blends on GPU
 * Avoid round-trip to main loop when map slider needs allocation
 * Avoid an extra GSK transform for each line number in the gutter
 * Translation updates

News in 5.11.2, 2024-03-03
--------------------------

This is a development release for GNOME 46.rc

 * Ignore empty globs in language specification for mimetypes
 * Ensure that partially visible highlight lines are drawn
 * Fix line style properties after unsetting style scheme
 * latex.lang: Improvements to command parsing

News in 5.11.1, 2024-02-12
--------------------------

This is a development release for GNOME 46.beta

 * A new -Dbuild-testsuite configuration option
 * Some build options were renamed to follow more closely
   what GTK itself uses now.

   -Dgtk_doc became -Ddocumentation
   -Dinstall_tests became -Dinstall-tests

 * Improvements to BuilderBlocks font to support Windows
   - This supports FontConfig on Windows currently
   - With Pango 1.52.0 it will support win32 font loader
 * Fix a rendering issue where the gutter would not highlight
   the same as the current-line-highlight.
 * An optimization for line number drawing which avoids using
   PangoLayout when drawing.
 * Ensure the gutter is redrawn when focus leaves text view
 * Improved support for input methods when X11 and ibus are
   used by making it behave closer to Wayland input methods.
 * Ignore the current-line highlight when out of view which
   improves the damage area calculation in GTK.
 * A new Wren language spec
 * Updates for the sh language-spec
 * Translation updates

News in 5.11.0, 2024-01-08
--------------------------

This is a development release for GNOME 46.alpha

 * Fixes for searching invisible text
 * Sort ordering fixes for guessing languages which fixes loading
   Python 3 before Python 2.
 * Various Vim emulation fixes
 * Updated Languages: Elixir, Python3, C
 * Updated Style Schemes: Oblivion
 * Cursor fixes for source gutter
 * Fix undo after alt+up/down
 * Fix newline detection fallback on some systems

News in 5.10.0, 2023-09-16
--------------------------

5.10.0 corresponds with GNOME 45.0 and is meant for end-user
distribution.

Changes since 5.9.0:

 * Translation updates

News in 5.9.0, 2023-09-01
-------------------------

5.9.0 is a release candidate for GNOME 45.

 * Documentation improvements
 * Various introspection improvements
 * New languages: Blueprint
 * Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml
 * Updated style schemes: cobalt
 * GtkSourceBuffer gained a "loading" property which is
   toggled when GtkSourceFileLoader is loading the buffer
   from storage.
 * More defensiveness improvements in GtkSourceBufferOutputStream.
 * A leak in Vim emulation has been fixed.
 * Vim emulation now supports visual replace.
 * Scheduling of batched workers has been improved with
   gtk_source_scheduler_add().
 * Snippets are now initialized from GtkSourceView.constructed()
   to allow for applications to hook buffer creation.
 * Translation updates

News in 5.8.0, 2023-03-17
-------------------------

5.8.0 is meant for end-users which corresponds to the GNOME 44.0 release.

 * vim: avoid large numbers of small deletions in filter command
 * adwaita.xml: add missing def:deletion style
 * todotxt.lang: add support for todo.txt format

News in 5.7.2, 2023-03-03
-------------------------

5.7.2 is a development release of GtkSourceView intended for application
developers and unstable distributions alike.

 * Documentation improvements
 * Updated languages: java.lang, html.lang
 * Fix Y offset calculation when GtkTextView:top-margin is set
 * Completion now requeries providers upon manual activation
 * CSS updates for completion popover to reduce allocation jitter
 * Assistants will more aggresively update positioning. It is heavily
   suggested that you have GNOME/gtk!5564 in whatever GTK you are
   linking against to reduce the potential for frames rendered with
   missing allocations/text.

News in 5.7.1, 2023-02-15
-------------------------

5.7.1 is a development release of GtkSourceView intended for application
developers and unstable distributions alike.

 * Updated languages: c.lang, docker.lang, nix.lang
 * Add missing version functions to GIR generation.
 * Moving through snippets now retires the completion popover.
 * Documentation updates.

News in 5.7.0, 2023-01-23
-------------------------

5.7.0 is a development release of GtkSourceView intended for application
developers and unstable distributions alike.

Changes since 5.6.2

 * gutterrenderermarks: avoid potential infinite loop with marks
 * build: drop unnecessary vapigen check
 * cpp.lang: add constinit keyword
 * java.lang: fix escaped characters
 * lean.lang: strings may contain line breaks
 * nix.lang: Add Nix syntax highlighting
 * reasonml.lang: add ReasonML language

