Changelog for
gedit-lang-44.2-1.2.noarch.rpm :
* Mon May 08 2023 Rahul Jain
- Update to version 42.1: + Updated Gedit package meson.build: demo.- Changes in the ui xml: + Updated the default value to regex expression in Find and Search
* Fri Jan 20 2023 Bjørn Lie - Update to version 44.2: + File Browser plugin: bug fix. + Updated translations.
* Thu Jan 05 2023 Bjørn Lie - Update to version 44.1: + Updated translations.- Changes from version 44.0: + Minor bug fixes. + Use more Tepl features. + Code refactorings. + Misc: - Donations: change to Liberapay link. - Create https://gedit-technology.net/ (mainly for developers). + User manual: - Available online: https://gedit-technology.net/user-manuals/gedit/ (used on platforms where Yelp is unavailable: macOS and Windows). - Improvements to the content. + The core of the application: - Rework the statusbar. - Improve the vocabulary used in the dialog for choosing favorite encodings. - Improve a little the API docs. + Plugins: File browser: expand/collapse item on right/left keypress. + Updated translations.- Bump api_ver to 44 following upstream changes.
* Wed Nov 30 2022 Dominique Leuenberger - Update to version 43.2: + Fix the API version, bump to 43. + Updated translations.- Change api_ver to 43, following upstreams change.
* Fri Nov 04 2022 Bjørn Lie - Update to version 43.1: + Be able to build with Meson >= 0.61 + AppData fix + Add some BuildStream element files in build-aux/buildstream/- Add api_ver define and set it to 3.38
* Thu Nov 03 2022 Bjørn Lie - Update to version 43.0: + Come back to the source code of gedit 40.0 and continue again from there. It is based on the Tepl and Amtk libraries. The single Open button is again split in two with a drop-down menu for recent files. + Workaround for bug: text cut off at the bottom in certain situations. + Change app name from \"Text Editor\" back to \"gedit\". + AppData: some updates, take a new screenshot. + Remove gitlab-ci. + Remove outdated build-aux/osx/ directory (several MB). + Flatpak: generate JSON manifest from YAML manifest. + File browser plugin: more robust check if Nautilus GSettings can be used, even if the key doesn\'t exist anymore. + Rework the I/O error info bars. + Handle application/x-zerosize mimetype. + Small code maintenance. + Documentation updates. + Updated translations.- Rebase gedit-desktop.patch with quilt.- Add pkgconfig(amtk-5) and pkgconfig(tepl-6) BuildRequires: New dependencies.
* Fri Jul 29 2022 Dominique Leuenberger - Update to version 43.alpha: + Update app description. + Updated translations.
* Fri Jul 29 2022 Bjørn Lie - Update to version 42.2: + Fix bug: text cut off at the bottom in certain situations. + Updated translations.
* Mon May 30 2022 Dominique Leuenberger - Update to version 42.1: + Updated translations.
* Fri Apr 22 2022 Scott Bradnick - Add \"Requires: gsettings-desktop-schemas\" to alleviate schema \"is not installed\" error after install in WSL. (boo#1198312)
* Fri Apr 01 2022 Emily Gonyer - Update to version 42.0: + Rename display name back to gedit. + Build fix. + Updated translations.
* Mon Feb 14 2022 Bjørn Lie - Update to version 41.0: + Note that gnome-text-editor will be GNOME\'s recommended text editor beginning with the GNOME 42 release next month. + Fix some crashes, one when opening files, another when deleting the open folder with the file browser plugin active. + Fix buttons in the color scheme selector dialog. + Build fixes. + Improve symbolic icon coloring. + Improve Save As behavior when saving error infobar is showing. + Updated translations.- Drop 124.patch and gedit-fix-open-crash.patch: Fixed upstream.
* Wed Feb 02 2022 Bjørn Lie - Add 124.patch: Fix build with meson 0.61.0 and newer.
* Fri Nov 05 2021 Bjørn Lie - Stop passing introspection=true, vapi=true and plugins=true to meson, no longer needed.
* Mon Sep 27 2021 Bjørn Lie - Add gedit-fix-open-crash.patch: open-selector: Fix crash introduced in GDateTime port.
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Fri Aug 06 2021 Dominique Leuenberger - Update to version 41.alpha: + Replace use of Tepl and AMTK + Use sourceview4 in the snap build + Enable OpenLink plugin by default + Warn when trying to open a big file and allow to cancel + Port open-selector to GDateTime + Allow disabling gspell and python options + Fix parsing of font-family strgins when they contain whitespace
* Updated translations.- Drop pkgconfig(tepl-6) BuildRequires: no longer needed.
* Sat Apr 17 2021 Dominique Leuenberger - Update to version 40.1: + Use document folder when opening new files. + Huge CPU consumption when a folder with content is deleted. + Updated translations.
* Sat Mar 20 2021 Michael Gorse - Update to version 40.0: + Remove all the deprecated API. + file-browser: drop use of confirm-trash. + Tepl-ification: - Use tepl_pango_font_description_to_css(). - Use TeplLanguageChooser\'s. - Use TeplProgressInfoBar. - Start to use TeplBuffer and TeplFile APIs. As a result the new tabs are now named \"Untitled File\", not \"Untitled Document\". + Updated translations.- Drop 102.patch: fixed upstream.
* Wed Feb 17 2021 Dominique Leuenberger - Add 102.patch: file-browser: drop use of confirm-trash.
* Fri Nov 20 2020 Bjørn Lie - Update to version 3.38.1: + AppData: change donation URL to Liberapay. + Improvements to the user manual. + Updated translations.
* Fri Sep 11 2020 dimstarAATTopensuse.org- Update to version 3.38.0: + Updated translations.
* Sat Sep 05 2020 dimstarAATTopensuse.org- Update to version 3.37.92: + A few code refactorings.- Changes from version 3.37.3: + Start to migrate to GtkFileChooserNative. + User manual: remove the page with the list of keyboard shortcuts, it was redundant with the new Shortcuts window.- Changes from version 3.37.2: + Remove the checkupdate plugin (no longer useful). + GSettings: revisit the set of plugins activated by default. + Change app description. + About dialog: have the gedit icon, not the old logo. + Add a few keyboard shortcuts to the Shortcuts window.- Changes from version 3.37.1: + Remove the support for X11 workspaces. + gedit no longer depends on X11, gedit is now a native app on Wayland. + Remove the support for the org.gnome.desktop.lockdown GSettings. + Updated translations.
* Wed Jul 29 2020 Bjørn Lie - Python subpackage is now noarch.
* Sat Apr 25 2020 Bjørn Lie - Update to version 3.36.2: + Misc bug fixes. + Updated translations.
* Fri Mar 20 2020 Bjørn Lie - Update to version 3.36.1: + File chooser dialog: use text files filter by default. + Fix compilation on macOS. + Fix External Tools plugin. + Fix Snippets plugin. + Other bug fixes. + Updated translations.
* Fri Mar 06 2020 bjorn.lieAATTgmail.com- Update to version 3.36.0: + Fix a bug in the quickopen plugin. + Updates to the user manual. + Updated translations.
* Wed Feb 12 2020 dimstarAATTopensuse.org- Update to version 3.35.90: + Remove text centering when in fullscreen mode and when a right margin was set. + Make the scrollbars always visible around the main text area. + Remove the overview map. + File chooser dialog: re-add the feature to be able to customize the list of character encodings. + Open a file from the headerbar: re-implement the previous user interface: two buttons, \"Open\" to open the dialog window, and an arrow to open the recent menu. + GSettings schema: enable more features by default (auto-indent, display-line-numbers, highlight-current-line and bracket-matching) and set default style scheme to \'tango\'.- Changes from version 3.35.1: + File browser plugin: fix interactive search. + A few fixes in the CSS style. + Updated translations.- Drop pkgconfig(libxml-2.0) and pkgconfig(libsoup-2.0) BuildRequires: no longer needed.- Add pkgconfig(tepl-4) BuildRequires: new depenedency.- Rebase gedit-desktop.patch.
* Fri Jan 31 2020 Dominique Leuenberger - Own %{python3_sitearch}/gi/ and subdirectories: in the past, pkgconfig(pygobject-3.0) pulled in py2 and py3 gobject stacks, but we eliminated that so not every consumer of the C-headers gets two python stacks pulled in. Thus, own the directories.