* Thu Apr 17 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.2:
+ Update links to new website domain name:
https://gedit-text-editor.org
+ It is no longer possible to implement plugins in Python.
+ New features:
- Reset All button in the preferences dialog.
- In the Spell Checker plugin: be able to configure the default
language used for the spell-checking in new documents.
+ Code refactorings:
- In GeditWindow and GeditPreferencesDialog.
- Don't use the g_slice_*() functions (deprecated).
- In the Spell Checker plugin.
+ MS Windows: change default font to Consolas.
+ macOS: install an icon.
+ Metainfo: improve it.
+ Some updates to the user manual.
+ Improve the devel documentation.
+ Updated translations.
- Update URL to new home.
- Bump api_ver define.
- Drop python3-gedit sub-package and obsolete it following upstream
changes. Further, drop all python BuildRequires and Requires, no
longer needed, nor used.
* Fri Mar 14 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Drop hard gtksourceview-devel Requires: Not needed and wrong
devel package.
- Replace pkgconfig(gtksourceview-4) with
pkgconfig(libgedit-gtksourceview-300) BuildRequires: This is what
gedit really depends on.
* Sat Dec 07 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.1:
+ Removed plugins: External Tools, Snippets, Python Console.
+ Text Size plugin: rewrite in C.
+ Remove the background-pattern feature (with the grid).
+ Fix bug on Wayland to unmaximize the window.
+ Code refactorings.
+ Fix compilation warning.
+ Updated translations.
- Drop gedit-plugins-python-env.patch: No longer needed, nor
applies.
* Wed Oct 02 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 48.0:
+ New features:
- Full support of light/dark GTK theme variants. Configuration
is done in the Preferences dialog -> Font & Colors.
+ Visible changes:
- Add missing tooltips to some buttons.
- The Text Size plugin has been moved from gedit-plugins to
this repository, and is now enabled by default.
- Remove Quick Open plugin.
- Mark some plugins as "buggy plugins": External Tools and
Snippets.
+ Bug fixes:
- Fix some warning messages that appeared at runtime.
- Fix a crash.
* Wed Oct 02 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 47.0:
+ Branding: Restore the previous app icons and logo.
+ New features:
- Experimental: add light/dark GTK theme variant configuration
(as a hidden GSettings key for now).
+ Removed features:
- Localization (l10n): all the translations are disabled, gedit
is available in English only because some underlying modules
are not on l10n.gnome.org or equivalent.
- In the preferences dialog, remove the toolbar to
install/uninstall color schemes. Third-party color schemes
are still supported, but the XML file(s) need to be copied
into the right directory by another means
+ Under-the-hood changes:
- Adapt the code for libgedit-gtksourceview API changes.
- Adapt the code for the Tepl -> libgedit-tepl module rename.
- Code refactorings, various improvements and bug fixes.
- Continue to reduce usage of *.ui files, write code instead.
- Use newer GLib API at some places.
- Add -Wshadow to the CFLAGS and fix the corresponding warnings.
+ For plugins:
- Some API changes (see the page documenting the API breaks).
- Improve the API documentation.
+ Misc:
- Rename *.appdata.xml to *.metainfo.xml and do some updates to
that file.
- Update documentation for contributors.
- Links to some third-party plugins.
- Drop gedit-quickhighlight-gtksourcestyle-api.patch: fixed
upstream.
* Sat Apr 20 2024 Michael Gorse <mgorse@suse.com>
- Add gedit-quickhighlight-gtksourcestyle-api.patch: adapt
quickhighlight plugin for new libgedit-gtksourceview API.
* Mon Mar 25 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.2:
+ Update URL gedit-technology.net -> gedit-technology.github.io.
* Mon Mar 11 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.1+135:
+ Features:
- add light/dark GTK theme variant configuration.
- In the preferences dialog, remove the toolbar to
install/uninstall color schemes. Third-party color schemes
are still supported, but the XML file(s) need to be copied
into the right directory by another means.
- Links to some third-party plugins.
+ Under-the-hood changes:
- Adapt the code for libgedit-gtksourceview API changes.
- Code refactorings and various small improvements.
- Continue to reduce usage of *.ui files, write code instead.
- Use newer GLib API at some places.
- Reactor GeditTabLabel.
- Start to refactor GeditViewFrame.
- Add -Wshadow to the CFLAGS and fix the corresponding
warnings.
* Mon Feb 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.2:
+ Update URL: gedit-technology.net -> gedit-technology.github.io.
* Thu Aug 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 46.1:
+ Fix a -Wformat-security build issue.
+ Add a set of warning CFLAGS, and fix the code accordingly.
+ Flatpak update.