From 2faa422cf61b9f2507df0e7e4d0f4ef7d1cbcdaecb42e9935e43e8ea8715070b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 3 Oct 2024 11:34:27 +0000 Subject: [PATCH] Gedit 48 - for GNOME 47 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=288 --- .gitattributes | 23 + .gitignore | 1 + _service | 19 + gedit-46.2.obscpio | 3 + gedit-48.0.obscpio | 3 + gedit-desktop.patch | 13 + gedit-plugins-python-env.patch | 10 + gedit-quickhighlight-gtksourcestyle-api.patch | 53 + gedit.changes | 2794 +++++++++++++++++ gedit.obsinfo | 4 + gedit.spec | 187 ++ 11 files changed, 3110 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 gedit-46.2.obscpio create mode 100644 gedit-48.0.obscpio create mode 100644 gedit-desktop.patch create mode 100644 gedit-plugins-python-env.patch create mode 100644 gedit-quickhighlight-gtksourcestyle-api.patch create mode 100644 gedit.changes create mode 100644 gedit.obsinfo create mode 100644 gedit.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..c4888eb --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/World/gedit/gedit.git + 48.0 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/gedit-46.2.obscpio b/gedit-46.2.obscpio new file mode 100644 index 0000000..f2571c8 --- /dev/null +++ b/gedit-46.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f0970db58e579ca03e8d4ef6fe886d9de00748373a607950ae218714f77c01 +size 24259597 diff --git a/gedit-48.0.obscpio b/gedit-48.0.obscpio new file mode 100644 index 0000000..a85ddbf --- /dev/null +++ b/gedit-48.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d054a5dc177381506944befde85e2b6c1534b2280ff641235815b266bc1287ec +size 24294925 diff --git a/gedit-desktop.patch b/gedit-desktop.patch new file mode 100644 index 0000000..6cc983f --- /dev/null +++ b/gedit-desktop.patch @@ -0,0 +1,13 @@ +Index: gedit-43.0/data/org.gnome.gedit.desktop.in +=================================================================== +--- gedit-43.0.orig/data/org.gnome.gedit.desktop.in ++++ gedit-43.0/data/org.gnome.gedit.desktop.in +@@ -5,7 +5,7 @@ Exec=gedit %U + Terminal=false + Type=Application + StartupNotify=true +-MimeType=text/plain;application/x-zerosize; ++MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex; + Icon=org.gnome.gedit + Categories=GNOME;GTK;Utility;TextEditor; + Actions=new-window;new-document; diff --git a/gedit-plugins-python-env.patch b/gedit-plugins-python-env.patch new file mode 100644 index 0000000..910c8ce --- /dev/null +++ b/gedit-plugins-python-env.patch @@ -0,0 +1,10 @@ +Index: gedit-3.27.92/plugins/externaltools/data/send-to-fpaste.tool.in +=================================================================== +--- gedit-3.27.92.orig/plugins/externaltools/data/send-to-fpaste.tool.in 2018-02-01 14:58:38.000000000 +0100 ++++ gedit-3.27.92/plugins/externaltools/data/send-to-fpaste.tool.in 2018-03-06 22:46:20.502284840 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python3 ++#!/usr/bin/python3 + + import os, urllib, json, sys, urllib.request + from gi.repository import Gtk, Gdk diff --git a/gedit-quickhighlight-gtksourcestyle-api.patch b/gedit-quickhighlight-gtksourcestyle-api.patch new file mode 100644 index 0000000..e81f3cb --- /dev/null +++ b/gedit-quickhighlight-gtksourcestyle-api.patch @@ -0,0 +1,53 @@ +From 6fa2371e5d9f5e9ef5403e78271cdfd9c4055e9a Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= +Date: Tue, 8 Aug 2023 16:00:00 +0200 +Subject: [PATCH] quickhighlight plugin: adapt code for GtkSourceStyle API + break + +--- + plugins/quickhighlight/gedit-quick-highlight-plugin.c | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/plugins/quickhighlight/gedit-quick-highlight-plugin.c b/plugins/quickhighlight/gedit-quick-highlight-plugin.c +index 7b4289dc7..ee40bcc84 100644 +--- a/plugins/quickhighlight/gedit-quick-highlight-plugin.c ++++ b/plugins/quickhighlight/gedit-quick-highlight-plugin.c +@@ -83,7 +83,7 @@ gedit_quick_highlight_plugin_load_style (GeditQuickHighlightPlugin *plugin) + + gedit_debug (DEBUG_PLUGINS); + +- g_clear_object (&plugin->priv->style); ++ g_clear_pointer (&plugin->priv->style, gtk_source_style_unref); + + style_scheme = gtk_source_buffer_get_style_scheme (GTK_SOURCE_BUFFER (plugin->priv->buffer)); + +@@ -93,7 +93,7 @@ gedit_quick_highlight_plugin_load_style (GeditQuickHighlightPlugin *plugin) + + if (style != NULL) + { +- plugin->priv->style = gtk_source_style_copy (style); ++ plugin->priv->style = gtk_source_style_ref (style); + } + } + } +@@ -336,7 +336,7 @@ gedit_quick_highlight_plugin_finalize (GObject *object) + { + GeditQuickHighlightPlugin *plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (object); + +- g_clear_object (&plugin->priv->style); ++ g_clear_pointer (&plugin->priv->style, gtk_source_style_unref); + + G_OBJECT_CLASS (gedit_quick_highlight_plugin_parent_class)->finalize (object); + } +@@ -435,7 +435,7 @@ gedit_quick_highlight_plugin_deactivate (GeditViewActivatable *activatable) + + plugin = GEDIT_QUICK_HIGHLIGHT_PLUGIN (activatable); + +- g_clear_object (&plugin->priv->style); ++ g_clear_pointer (&plugin->priv->style, gtk_source_style_unref); + g_clear_object (&plugin->priv->search_context); + + gedit_quick_highlight_plugin_unref_weak_buffer (plugin); +-- +2.44.0 + diff --git a/gedit.changes b/gedit.changes new file mode 100644 index 0000000..8073eec --- /dev/null +++ b/gedit.changes @@ -0,0 +1,2794 @@ +------------------------------------------------------------------- +Wed Oct 2 14:51:01 UTC 2024 - Dominique Leuenberger + +- 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 2 13:45:58 UTC 2024 - Dominique Leuenberger + +- 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 00:10:05 UTC 2024 - Michael Gorse + +- Add gedit-quickhighlight-gtksourcestyle-api.patch: adapt + quickhighlight plugin for new libgedit-gtksourceview API. + +------------------------------------------------------------------- +Mon Mar 25 13:38:38 UTC 2024 - Dominique Leuenberger + +- Update to version 46.2: + + Update URL gedit-technology.net -> gedit-technology.github.io. + +------------------------------------------------------------------- +Mon Mar 11 10:20:59 UTC 2024 - Dominique Leuenberger + +- 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 17:51:14 UTC 2024 - Dominique Leuenberger + +- Update to version 46.2: + + Update URL: gedit-technology.net -> gedit-technology.github.io. + +------------------------------------------------------------------- +Thu Aug 17 18:03:57 UTC 2023 - Bjørn Lie + +- Update to version 46.1: + + Fix a -Wformat-security build issue. + + Add a set of warning CFLAGS, and fix the code accordingly. + + Flatpak update. + +------------------------------------------------------------------- +Sun Aug 13 14:16:46 UTC 2023 - Bjørn Lie + +- Update to version 46.0: + + Adapt for Amtk -> libgedit-amtk rename. + + API changes for plugins: see the API docs. + + Code refactorings in GeditWindow, and delegate some of its work + to new classes: GeditHeaderBar and GeditSidePanel. + + Replace GeditMenuStackSwitcher by TeplPanelSwitcherMenu. + + Replace GeditStatusMenuButton by TeplStatusMenuButton. + + Remove a small feature from the statusbar: the small icons for + the window state. You now need to look at each individual tab + to know its state. + + Build: replace inline_side_panel_switcher option -> headerbar + option. + + Bug fixes for macOS. + + Updated translations. +- Bump api_ver to 46, following upstreams changes. +- Replace pkgconfig(amtk-5) with pkgconfig(libgedit-amtk-5) + following upstream chamges. + +------------------------------------------------------------------- +Fri Jul 21 07:55:50 UTC 2023 - Dominique Leuenberger + +- Add desktop-file-utils BuildRequires: new dependency to run the + desktop test. +- Bump api_ver to 45, following upstreams changes. + +------------------------------------------------------------------- +Fri Jun 23 18:14:57 UTC 2023 - Bjørn Lie + +- Update to version 45.0: + + User manual: a few improvements. + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 20 18:10:03 UTC 2023 - Bjørn Lie + +- Update to version 44.2: + + File Browser plugin: bug fix. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 5 21:08:49 UTC 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 14:20:59 UTC 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 4 21:28:44 UTC 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 3 13:24:52 UTC 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 20:27:37 UTC 2022 - Dominique Leuenberger + +- Update to version 43.alpha: + + Update app description. + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 29 19:27:37 UTC 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 12:12:52 UTC 2022 - Dominique Leuenberger + +- Update to version 42.1: + + Updated translations. + +------------------------------------------------------------------- +Fri Apr 22 16:05:37 UTC 2022 - Scott Bradnick + +- Add "Requires: gsettings-desktop-schemas" to alleviate schema + "is not installed" error after install in WSL. (boo#1198312) + +------------------------------------------------------------------- +Fri Apr 1 20:38:07 UTC 2022 - Emily Gonyer + +- Update to version 42.0: + + Rename display name back to gedit. + + Build fix. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 14 15:21:10 UTC 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 2 09:49:18 UTC 2022 - Bjørn Lie + +- Add 124.patch: Fix build with meson 0.61.0 and newer. + +------------------------------------------------------------------- +Fri Nov 5 07:51:35 UTC 2021 - Bjørn Lie + +- Stop passing introspection=true, vapi=true and plugins=true to + meson, no longer needed. + +------------------------------------------------------------------- +Mon Sep 27 19:34:30 UTC 2021 - Bjørn Lie + +- Add gedit-fix-open-crash.patch: open-selector: Fix crash + introduced in GDateTime port. + +------------------------------------------------------------------- +Thu Sep 16 01:34:00 UTC 2021 - Stanislav Brabec + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + +------------------------------------------------------------------- +Fri Aug 6 12:42:50 UTC 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 12:59:53 UTC 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 08:46:06 UTC 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 10:55:02 UTC 2021 - Dominique Leuenberger + +- Add 102.patch: file-browser: drop use of confirm-trash. + +------------------------------------------------------------------- +Fri Nov 20 18:57:08 UTC 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 17:38:53 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Sep 5 14:09:24 UTC 2020 - dimstar@opensuse.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 10:22:21 UTC 2020 - Bjørn Lie + +- Python subpackage is now noarch. + +------------------------------------------------------------------- +Sat Apr 25 18:13:30 UTC 2020 - Bjørn Lie + +- Update to version 3.36.2: + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 20 20:42:34 UTC 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 6 17:44:59 UTC 2020 - bjorn.lie@gmail.com + +- Update to version 3.36.0: + + Fix a bug in the quickopen plugin. + + Updates to the user manual. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 12 16:52:08 CET 2020 - dimstar@opensuse.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 22:45:23 UTC 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. + +------------------------------------------------------------------- +Thu Nov 21 10:29:23 UTC 2019 - Bjørn Lie + +- Update to version 3.34.1: + + A few bug fixes. + + Updates to the Snap and Flatpak packages. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 9 17:57:24 CDT 2019 - mgorse@suse.com + +- Update to version 3.34.0: + + Translation updates. + +------------------------------------------------------------------- +Sun Sep 8 10:11:53 NZST 2019 - luke@ljones.dev + +- Update to version 3.33.92: + + Updated documentation. + +------------------------------------------------------------------- +Mon Sep 2 15:46:28 CST 2019 - yfjiang@suse.com + +- Update to version 3.33.90: + + Add "gedit" to .desktop keywords as search workaround for Flatpak + and Snap. + + Build fixes. + + Updated translations. +- Remove %{_libexecdir}/gedit/gedit-bugreport.sh and + %{_libexecdir}/gedit from spec since they have been taken out + from upstream code. + +------------------------------------------------------------------- +Wed May 15 20:56:45 UTC 2019 - Bjørn Lie + +- Update to version 3.32.2: + + Reintroduce enable-gvfs-metadata build option. + + Fix several crash bugs. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 09:00:10 UTC 2019 - Bjørn Lie + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:38:46 UTC 2019 - Bjørn Lie + +- Update to version 3.31.92: + + Fix segfault in open document selector. + + Update help for app menu changes. + + Miscellaneous fixes. + +------------------------------------------------------------------- +Tue Feb 19 10:04:02 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.90: + + Switch to meson. + + Drop autotools support. + + Add tests to validate AppStream metadata and .desktop. + + Flatpak and Snap versions now bundle gedit-plugins. + + Fix some issues resulting from the GNOME 3.32 menu changes. + + Drop gconf conversion file. + + Miscellaneous fixes. +- Switch to meson build system, add meson BuildRequires and macros. + +------------------------------------------------------------------- +Thu Jan 3 13:11:31 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.3: + + Update README and rename to README.md. + + Update new app icon. + + Fix searching with upper case characters in recent files popup. + + Fix symbolic icons in file browser with dark themes. + + Use a color for search matching in recent files popup that + works better with dark themes. + + Clean up deprecations and more. +- Changes from version 3.31.2: + + Follow GNOME 3.32 menu guidelines. + + Allow closing tabs with middle-click. +- Changes from version 3.31.1: + + Fix tarball and version number from previous release. +- Changes from version 3.31.0: + + Redesign the app icon. + + Migrate to gettext and stop using intltool. + + Switch from gtksourceview3 to gtksourceview4. + + Fix file chooser not opening in correct location after first + time. + + Miscellaneous build and translation fixes. + + Updated translations. +- Replace pkgconfig(gtksourceview-3.0) with + pkgconfig(gtksourceview-4) BuildRequires following upstream + changes. +- Drop intltool BuildRequires, no longer needed. +- Rebase gedit-desktop.patch. +- Drop upstream fixed patches: + + gedit-notebook-close-with-mmb.patch + + gedit-document-selector-make-search-caseless.patch + + gedit-fix-assert-when-going-up-in-tree.patch + +------------------------------------------------------------------- +Fri Dec 7 16:10:58 UTC 2018 - bjorn.lie@gmail.com + +- Add upstream bugfix patches: + + gedit-notebook-close-with-mmb.patch: notebook: Allow closing of + tabs with middle mouse button. + + gedit-document-selector-make-search-caseless.patch: document + selector: make search caseless. + + gedit-fix-assert-when-going-up-in-tree.patch: file-browser: fix + assert when going up in the tree. + +------------------------------------------------------------------- +Tue Oct 23 11:27:23 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.2: + + Fix file chooser not opening in correct location after first + time. + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 26 15:31:37 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 9 07:22:35 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + + Updated translations. +- Remove lang package from recommended packages as it already + supplements main package (same effect, it's redundant). + +------------------------------------------------------------------- +Thu Aug 9 01:47:48 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.90: + + Misc. bugfixes. + + Updated translations. +- Drop gettext BuildRequires to avoid explicit dependency on it. + +------------------------------------------------------------------- +Mon Apr 9 09:57:04 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.1: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 20 17:33:14 UTC 2018 - dimstar@opensuse.org + +- Unconditionally enable translation-update-upstream: on + Tumbleweed, this results in a NOP and for Leap in SLE paid + translations being used (boo#1086036). + +------------------------------------------------------------------- +Mon Mar 12 16:10:39 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.28.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 10 08:53:58 UTC 2018 - jengelh@inai.de + +- Update descriptions. + +------------------------------------------------------------------- +Tue Mar 6 21:10:40 UTC 2018 - bjorn.lie@gmail.com + +- Add gedit-plugins-python-env.patch: Set python env to explicit + python3, do not depend on env variable. We can't have random + python interpreters be executed. +- Refresh downstream gedit-desktop.patch, use autosetup and + make_build macros. + +------------------------------------------------------------------- +Sun Mar 4 23:10:11 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.27.92: + + Updated translations. +- Update URL tag to https://wiki.gnome.org/Apps/Gedit, the current + Gedit web page. +- Drop: + + glib2_gsettings_schema_* and desktop_database_* post/postun + scriptlets and glib2_gsettings_schema_requires macro: their + functionality has been moved to RPM file triggers + (RPM 4.13, suse_version >= 1330). + + update-desktop-files BuildRequires and its macro: they are no + longer needed anymore. + + ice and sm pkgconfig BuildRequires: they are no longer used + anymore. +- Add glib-2.0 and gmodules-2.0 pkgconfig modules and + gobject-introspection-devel BuildRequires to avoid implicit + dependencies. +- Point fdupes to the prefix directory instead of directly to the + buildroot, which is a practice that must be avoided. + +------------------------------------------------------------------- +Wed Feb 28 16:26:14 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Tue Feb 6 13:27:27 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.90: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 5 14:08:20 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.22.1: + + Misc bugfixes. + + Updated translations. +- Drop gedit-fix-font-scaling.patch: Fixed upstream. + +------------------------------------------------------------------- +Mon Nov 28 10:12:53 UTC 2016 - dimstar@opensuse.org + +- Correct required version of gtk+-3.0. + +------------------------------------------------------------------- +Sun Sep 25 18:48:03 UTC 2016 - zaitor@opensuse.org + +- Add gedit-fix-font-scaling.patch: Fix open doc selector font size + with text scaling (bgo#771167). + +------------------------------------------------------------------- +Sun Sep 18 19:49:49 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.0: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 21 14:39:55 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.90: + + Misc bugfixes. + + Updated translations. +- Drop gedit-remove-geometry.patch: Fixed upstream. +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. +- Stop passing V=1 to make, debugging is done locally. No need to + clutter buildlogs. + +------------------------------------------------------------------- +Sun Jul 31 08:43:15 UTC 2016 - zaitor@opensuse.org + +- Add gedit-remove-geometry.patch: Remove --geometry command line + option (deprecated in GTK+). + +------------------------------------------------------------------- +Wed May 18 11:13:31 UTC 2016 - fezhang@suse.com + +- Fix group for gedit-devel to Development/Libraries/C and C++ + +------------------------------------------------------------------- +Tue May 17 17:14:50 UTC 2016 - mgorse@suse.com + +- Update to GNOME 3.20.2 Fate#318572 + +------------------------------------------------------------------- +Sun May 8 16:02:19 UTC 2016 - badshah400@gmail.com + +- Update to version 3.20.2: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Apr 13 10:50:23 UTC 2016 - idonmez@suse.com + +- Update to GNOME 3.20 Fate#318572 +- Fix group for gedit-devel: should be Productivity/Text/Editors + +------------------------------------------------------------------- +Thu Mar 31 20:47:54 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.1: + + Use a menubar only if gtk-shell-shows-menubar is set to true. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 21 08:50:20 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 14 09:31:27 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.5: + + Spell plugin: adapt code for gspell API changes. + + Save window size properly. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 16 10:30:34 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.4: + + Spell plugin: adapt code for gspell API changes. + + CSS updates. + + AppData: add project_group and translation tags. + + Various other code improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Jan 20 09:00:49 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.3: + + Rename to "Text Editor" in the .desktop file. + + Use traditional menubar layout on XFCE, Unity, etc. + + require the latest gspell for the spell plugin. + + New Windows WiX installer. + + CSS updates to track GTK+ changes. + + Various minor code improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 15 11:47:13 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.2: + + Ship our own app icon. + + Add shortcuts window. + + Adapt code for gspell API changes. + + Rename GeditViewHolder -> GeditViewCentering. + + CloseConfirmationDialog: subclass GtkMessageDialog. + + CSS updates to track GTK+ changes. + + Various minor code improvements and bug fixes. + + Updated translations. +- Add hicolor-icon-theme BuildRequires now gedit comes with own + icons. +- Rebase gedit-desktop.patch. + +------------------------------------------------------------------- +Fri Jan 15 11:47:12 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.1: + + Change default document title to "Untitled Document". + + Port the spell plugin to gspell. +- Exchange enchant-devel for pkgconfig(gspell-1) BuildRequires + following upstreams port. + +------------------------------------------------------------------- +Fri Jan 15 11:47:11 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.18.3: + + Several crash fixes. + + A few other more minor bug fixes. + + Add kudos to appdata. + + Updated translations. + +------------------------------------------------------------------- +Thu Nov 12 10:28:30 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.18.2: + + Fix performance problem with remote files in the open file + selector. + + Various minor code improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 12 21:36:31 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.18.1: + + Make the Replace dialog resizable. + + Various minor code improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Oct 6 22:05:52 UTC 2015 - zaitor@opensuse.org + +- Change gedit-devel Group: to include Development/ to silence a + RPMLINT warning. + +------------------------------------------------------------------- +Tue Sep 22 07:22:01 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.18.0: + + Fix close confirmation dialog regression introduced in 3.17.92. + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 16 08:55:18 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.17.92: + + Various minor code improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 18 18:27:09 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.90: + + Spell checking: fix performance problem and re-organize the + code. + + Move minimap settings in the preferences dialog. + + CSS improvements. + + Add a snippet generating RPM SPEC %changelog line. + + Various other code improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 16 16:19:48 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.2: + + Lots of cleanups and code improvements to: the document + handling code, file printing and the spell checking. + + gtk-mac-integration support fix. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 16 16:19:47 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.1: + + Add a menu to toggle the source map. + + Fix print margins. + + Fix the --wait options when passing a list of files. + + Several cleanups and code improvements to the document handling + code. + + Various other bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 16 16:19:46 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.17.0: + + Improve the Encodings dialog. + + Add setting to display a grid pattern. + + Various other bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 16 16:19:45 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.3: + + Various bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Fri May 15 20:17:59 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.2: + + Fix gedit --wait when listing multiple files. + + Various other bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Apr 12 10:17:47 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.1: + + Improve error reporting when failing to load private lib. + + Performance improvements for groups of text + insertions/deletions. + + Do not merge xml translation in gschema files. + + Various other bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 23 20:25:45 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 17 08:54:40 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.92: + + Various bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 3 16:34:03 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.91: + + Rework some of the printing code. + + Various bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 18 19:05:14 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.90: + + Improved documentation. + + Various bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 4 12:26:56 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.15.1: + + Improved open document selector. + + Start to rework the replace dialog. + + Use the new color scheme chooser. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 4 12:22:33 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.14.3: + + Various bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Jan 14 05:09:57 UTC 2015 - tyang@suse.com + +- Fix bnc#910913: enabling plugin snippets causes crash when close + a tab. Add require for python3-gobject-cairo. + +------------------------------------------------------------------- +Thu Dec 4 14:22:37 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.2: + + External tools plugin: fix document saving. + + Various other bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Nov 9 22:42:58 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.1: + + Increase default window size. + + Various bug fixes. + + Updated translations. +- Drop gedit-nobinenv.patch: Fix upstream (slightly different). + +------------------------------------------------------------------- +Wed Sep 24 19:37:13 UTC 2014 - dimstar@opensuse.org + +- Add gedit-nobinenv.patch: do not add dependency to non-existing + /bin/env. + +------------------------------------------------------------------- +Mon Sep 22 17:32:14 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.0: + + Improvements on OSX port. + + Improvements on Win32 port. + + Misc bugfixes. + + Updated translations. +- Add pkgconfig(vapigen) BuildRequires: Build vala support. + +------------------------------------------------------------------- +Tue Aug 19 17:50:05 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.91: + + Fix a segmentation fault when loading a file. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 18 21:33:10 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.90: + + Set default value of create-backup-copy setting to false. + + Misc improvements and bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 12 16:09:39 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.5: + + Rework the headerbar again. + + Fix opening files from nautilus. + + Center the view in fullscreen mode. + + Win32 improvements and new installer. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 29 07:57:03 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.4: + + Update appdata file for new desktop file name. + + Use automatic GTK menus. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 22 21:07:44 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.3: + + File loading and saving based on a new API in GtkSourceView. + + Include Adwaita theming. + + New selector to open documents in the header bar. + + Various improvements and bug fixes. + + Some work to build gedit on Windows. + + Updated translations. +- Rebased gedit-desktop.patch. + +------------------------------------------------------------------- +Sat Jul 12 22:21:42 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.2: + + Zeitgeist plugin moved to the gedit-plugins module. + + Some code clean-up in GeditTab and GeditDocument. +- Changes from version 3.13.1: + + Statusbar: line/col popover menu. + + Use GtkListBox for the style scheme list. + + Make use of popover menu for the gear menu. + + Make it work on Windows. + + Add a gsettings for the last wrapping split -mode. + + Misc bug fixes. + + Updated translations. +- Remove traces of zeitgeist plugin: + + Drop pkgconfig(zeitgeist-2.0) BuildRequires. + + Remove gedit-plugin-zeitgeist subpackage (no obsoletes, as it + will be built by gedit-plugins). + +------------------------------------------------------------------- +Sun Jul 6 08:53:25 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.2: + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Apr 14 20:32:50 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.1: + + Many fixes to the snippets plugin. + + Rework some of the internals in preparation to a new Windows + release. + + Change Uppercase shortcut to Ctrl+U to avoid conflict with + Save All. + + Add Ctrl+N shortcut for New Window. + + Plug some minor memory leaks. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 24 09:24:26 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.0: + + Fix regression sorting recent files. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 18 11:36:25 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + Implement drag'n'drop for the documents panel. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 5 08:11:25 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + Add keyboard shortcuts to change text case. + + Readd bus message to add context menu items to the filebrowser. + + Reopen last closed tab with ctrl+shift+T. + + Rework fullscreen mode to use GtkRevealer. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 19 20:26:34 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Even more work on the new UI (use popovers, CSD in dialogs and + much more). + + Reimplement the documents sidepane using GtkListBox. + + Adapt plugins to the latest changes. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 6 16:25:01 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.3: + + More work on the new UI. + + Finalize the new API to extend the menu from plugins. + + Adapt plugins to the latest changes. + + Restore command line handling that was broken in laste release. + + Detect when network is not available and warn if using remote + documents. + + Add an fpaste tool to the external tools scripts. + + Rewrite the build system with nonrecursive Makefiles. + + Improvements in docs. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 23 22:50:15 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.2: + + Refresh the main user interface, radically changing the user + interacts with the UI. + + Remove deprecated API. + + Integrate change case plugin inside GtkSourceView directly. + + Improvements in docs. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 23 19:45:16 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.1: + + Implement XDS dnd support for GeditView and GeditWindow. + + Documentation Improvements. + + Style fixes. + + Implement Move to New Tab Group. + + Expand tabs and center tab labels. + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Wed Jan 22 20:34:19 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.10.4: + + Fix a critical bug for the search. + + Updated translations. +- Changes from version 3.10.3: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Nov 13 16:13:21 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.2 (bnc#849913): + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Tue Oct 22 20:07:53 UTC 2013 - dimstar@opensuse.org + +- Require python3-gedit if _with_gi_python is true: a bunch of + plugins depend on the introspection bindings (bnc#847114). + In theory, the plugins should depend on this, but there are many + ways users could get them, resulting in frustration for not + finding the right package. + +------------------------------------------------------------------- +Mon Oct 14 17:17:18 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.1: + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 23 20:12:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.0: + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 17 21:09:53 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.92: + + Some final tweaks to the search rework. + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 3 10:53:26 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.91: + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 19 21:12:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.90: + + Implement regual expression search. + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 30 07:06:11 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.4: + + Use the GtkSourceView search and replace API. + + Deprecate the gedit search and replace API. + + Display the number of search occurrences and the current + occurrence position in the search entry. + + Fix tab groups. + + Misc bugfixes and improvements. + + Updated translations. +- Change _with_gi_python to 1: the python plugins are available + again. + +------------------------------------------------------------------- +Tue Jul 2 17:58:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.3: + + Various bugfixes and improvements to the filebrowser and the + external tools plugins. + + Fix clicking on replace dialog buttons. + + Misc bugfixes. + + Updated translations. +- Remove --disable-scrollkeeper configure parameter, which has not + been known since version 3.3.4, when the documentation + infratructure changed from gnome-doc-utils to yelp-tools. +- Temporary disable python3-gedit subpackage, as building of the + bindings is currently broken (define _with_gi_python 0). + +------------------------------------------------------------------- +Sat Jun 22 10:46:54 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.9.2: + + Many bugfixes and improvements to the filebrowser, quickopen + and external tools plugins. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 4 19:35:47 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.9.1: + + Add new Highlight Mode dialog. + + Allow shell quotes in commands from Run Command tool. + + Use widget templates. + + external tools: + - Look in browser root for files in tool output. + - Extend link parser to handle grep output. + - Provide environment variable with file browser root. + + Improvements in filebrowser. + + Improvements in quickopen. + + Improvements in docs. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon May 13 18:16:48 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.2: + + Many bugfixes to the external tools, snippets and quickopen + plugins, + + Make preferences dialog resizable. + + Rework how some settings are applied to documents. + + Use GtkRGBA for text tags. + + Misc Bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Apr 15 22:11:48 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.1: + + Port zeitgeist plugin to use libzeitgeist2. + + Improvements in docs. + + Misc bugfixes. + + Updated translations. +- Replace pkgconfig(zeitgeist-1.0) BuildRequires with + pkgconfig(zeitgeist-2.0), following upstreams port to + Zeitgeist 2.0. + +------------------------------------------------------------------- +Mon Mar 25 20:59:47 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.0: + + Improvements in docs. + + Misc bufixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 20 07:56:17 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.6: + + Improvements in docs. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 20:00:03 UTC 2013 - dimstar@opensuse.org + +- Replace python-gobject Requires with python3-requires. +- Add python3-cairo requires: snippets/documents.py imports cairo. + +------------------------------------------------------------------- +Wed Mar 6 10:36:12 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.5: + + Updated mallard snippets. + + Improvements in docs. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 19 20:33:09 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.4: + + Use revealer to animate the search bar and the notification + bars + + Several fixes in snippets. + + Improvements in docs. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Jan 9 17:26:41 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.3: + + Application menu. + + Misc bugfixes. +- Changes from version 3.7.2: + + Port to GtkApplication. + + Lots of improvements in docs. + + Misc bugfixes. + + Updated translations. +- Add pkgconfig(gio-2.0) and pkgconfig(libpeas-1.0) BuildRequires + so they can be versioned. + +------------------------------------------------------------------- +Wed Nov 14 08:51:24 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.7.1: + + Port to python 3. + + Misc bugfixes. + + Updated translations. +- Add python BuildRequires so we can version it. Note: As the + BuildRequires is python >= 3.2.3, this currently pulls in + python3, which is in fact exactly what we want. +- Drop .desktop fixup hack: fixed upstream. + +------------------------------------------------------------------- +Tue Nov 13 10:07:07 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.2: + + Misc bugfixes. + + Updated translations. +- Remove the hack in %setup to fixup the .desktop file: fixed + upstream. + +------------------------------------------------------------------- +Tue Oct 16 07:10:56 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.1: + + File Browser side panel improvements. + + Fix print preview in landscape mode. + + Misc bugfixes. + + Updated translations. +- Fixup .desktop file: add trailing semicolon to keywords. + +------------------------------------------------------------------- +Mon Sep 24 20:57:54 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 19 18:18:23 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.3: + + Handle a command line specifying a big line number + + Extensive snippet collection for docbook + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 31 07:11:25 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.2: + + Improvements in snippets plugin + + Use autoreconf instead gnome-autogen + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Sat Jul 21 13:13:04 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.1: + + Improved html snippets + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri May 25 18:20:54 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.4.2: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue Apr 17 06:05:30 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.1: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 26 19:21:42 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 26 07:40:24 UTC 2012 - vuntz@opensuse.org + +- Remove hack to find localized help: this has been fixed in + find-lang.sh. + +------------------------------------------------------------------- +Tue Mar 20 20:24:21 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.8: + + Misc bugfixes. + + Updated translations. +- Rebase gedit-desktop.patch. + +------------------------------------------------------------------- +Tue Mar 6 20:16:28 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.7: + + Add support for fdo desktop action spec. + + Misc bugfixes. +- Rebase gedit-desktop.patch. + +------------------------------------------------------------------- +Mon Mar 5 22:10:33 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.6: + + Fix the "time" plugin + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 2 19:25:35 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.5: + + Less clutter search popup + + Use GResources + + Misc bugfixes + + Updated translations. +- Add pkgconfig(gtk+-3.0) and pkgconfig(libxml-2.0) BuildRequires + to be able to require a minimum version. + +------------------------------------------------------------------- +Thu Feb 23 07:10:33 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.4: + + Fix many memory leaks + + Use Yelp Tools for docs generation + + Docs updates + + Misc bugfixes + + Updated translations. +- Change gnome-doc-utils-devel BuildRequires to yelp-tools, + following the build system change for user documentation. +- Manually list the translated help documents as %find_lang doesn't + support the new XDG help system yet. + +------------------------------------------------------------------- +Sun Feb 19 16:51:21 UTC 2012 - dimstar@opensuse.org + +- Add pkgconfig(ice), pkgconfig(sm) and pkgconfig(x11) + BuildRequires: they used to be pulled in by something else, but + the relayout of xorg-x11 packages changed that. + +------------------------------------------------------------------- +Tue Feb 7 10:25:54 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.3: + + Bring the OSX port up to date + + Start fixing the Win32 port + + Some minor UI improvements, some css styling is now in the + Adwaita theme + + Misc bugfixes + + Updated translations. +- Remove xz BuildRequires now that it comes for free in the build + system. +- Add pkgconfig(zeitgeist-1.0) BuildRequires to build the zeitgeist + plugin, that we missed before. +- Create a plugin-zeitgeist subpackage for the zeitgeist plugin, to + avoid a dependency on zeitgeist from the main gedit package. + +------------------------------------------------------------------- +Sun Jan 8 15:55:21 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.2: + + More docs awesome + + Port snippets and external tools managers to GtkGrid + + Fix crashes when exiting with new gtk+ + + Improvements in filebrowser plugin + + Symbolic icons for close buttons + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon Dec 19 09:15:21 UTC 2011 - dimstar@opensuse.org + +- Update to version 3.3.1: + + Sidebar style for the panel + + Remove outdated tool to generate a plugin skeleton + + Clear the tools accel entry on backspace + + Make restoring default print fonts actually work + + Move to GtkGrid + + Remove explicit gthread initialization + + More docs awesome + + Various other code changes + + Updated translations. + +------------------------------------------------------------------- +Thu Dec 8 20:53:35 UTC 2011 - dimstar@opensuse.org + +- Update to version 3.2.5: + + Misc bugfixes. +- Changes from version 3.2.4: + + Misc bugfixes. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + +------------------------------------------------------------------- +Wed Nov 16 12:54:11 UTC 2011 - dimstar@opensuse.org + +- Update to version 3.2.3: + + Fix crash when dropping file in gedit with snippets plugin + active. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Nov 15 10:14:07 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.2.2: + + More help awesome + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 17 06:00:23 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.2.1: + + More help awesome + + Use GtkGrid in the replace dialog. + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Thu Oct 6 15:40:51 UTC 2011 - vuntz@opensuse.org + +- Add iso-codes Recommends since the iso-codes data is used at + runtime, but only in a plugin (so no Requires). + +------------------------------------------------------------------- +Mon Sep 26 20:36:28 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.2.0: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 20 07:06:57 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.1.6: + + Misc bugfixes + + More documentation + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 6 14:23:02 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.1.5: + + Update snippet for mallard + + Update the quickopen dialog to look more GNOMEish 3 + + Use symbolic icons for the search popup. + + Point to the right help in the dialogs + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 22 11:06:56 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.1.4: + + Use css for the search popup + + Use pygobject 3 + + More documentation + + gboxed templates for snippets plugin + + Misc bugfixes + + Updated translations. +- Replace pkgconfig(pygobjct-2.0) BuildRequires with + pkgconfig(pygobject-3.0). + +------------------------------------------------------------------- +Thu Aug 4 13:18:58 CEST 2011 - vuntz@opensuse.org + +- Update to version 3.1.3: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 5 15:04:59 CEST 2011 - vuntz@opensuse.org + +- Update to version 3.1.2: + + Add markdown snippets + + Fix slowdown on gedit + + Update to use libpeas 1.1 API + + New GNOME 3 like style for snippets and external tools + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 14 09:23:21 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.1.1: + + Port to GtkOverlay + + Fix single instance logic + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue May 31 14:41:20 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.4: + + bgo#651068: fix use-after-free during incremental search. + + bgo#627789: don't use both intltool and gettext rules. + + Updated translations. + +------------------------------------------------------------------- +Wed May 25 14:51:55 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.0.3: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Wed Apr 27 12:51:44 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.2: + + Misc bugfixes + + Updated translations. +- Changes from version 3.0.1: + + Various fixes in search popup + + Style improvements + + Misc bugfixes + +------------------------------------------------------------------- +Tue Apr 5 14:13:35 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.0: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 28 16:17:25 UTC 2011 - fcrozat@novell.com + +- Update to version 2.91.11: + + Resurrect the plugin message bus + + More improvements in the new user help + + Misc bugfixes + + Updated translations. +- Changes from version 2.91.10: + + More improvements in the new user help + + Misc bugfixes +- Changes from version 2.91.9: + + More improvements in the new user help + + Reactivate external tools and snippets plugins + + Misc bugfixes +- Changes from version 2.91.8: + + Help has been ported to mallard format + + Improvements in the overlay + + Misc bugfixes +- Changes from version 2.91.7: + + Improvements in the overlay + + Misc bugfixes +- Changes from version 2.91.6: + + Fix encoding conversion + + Add invalid char support + + More plugins ported to pygobject + + Misc bugfixes +- Changes from version 2.91.5: + + Misc bugfixes +- Changes from version 2.91.4: + + Port snippets plugin to libpeas/gtk3 + + Misc bugfixes +- Changes from version 2.91.3: + + Misc bugfixes +- Changes from version 2.91.2: + + Fix conversion of line endings when loading a file + + Update to the latest Gtk3 api changes + + Move the taglist plugin to the gedit-plugins package + + Misc bugfixes +- Changes from version 2.91.1: + + Use native GtkNotebook DnD implementation + + Update to the latest Gtk3 api changes + + Misc bugfixes +- Changes from version 2.91.0: + + New reworked search dialog + + Added mallard snippets + + Updated translations. +- Changes from version 2.90.0: + + Add GSettings migration file + + Misc bugfixes +- Drop BuildRequires: gconf2-devel (move to GSettings), + python-devel, python-gtk-devel, python-gtksourceview-devel (move + to libpeas-based plugins). +- Add new pkgconfig() BuildRequires: libpeas-gtk-1.0, + gsettings-desktop-schemas, libsoup-2.4. +- Move to pkgconfig()-style BuildRequires: + + Old ones: gtksourceview-devel, python-gobject2-devel. + + New ones: gtksourceview-3.0, pygobject-2.0. +- Replace GConf2 schemas handling with GSettings schemas handling, + with %glib2_gsettings_schema_* macros. +- Replace python-gnome, python-gobject2, python-gtk, + python-gtksourceview Requires with just a python-gobject Requires + thanks to introspection-based python binding. +- Change Obsoletes for gedit-doc to be strict (< instead of <=) now + that we have a new version. +- Add /sbin/ldconfig to %post/%postun as there is now a (private) + library installed by the package. + +------------------------------------------------------------------- +Fri Feb 18 13:56:50 UTC 2011 - gber@opensuse.org + +- modified gedit-desktop.patch in order claim support for + additional MIME types + +------------------------------------------------------------------- +Sun Feb 13 12:47:33 CET 2011 - vuntz@opensuse.org + +- Call relevant macros in %post/%postun: + + %desktop_database_post/postun because the package ships at + least one desktop file. +- Pass %{?no_lang_C} to %find_lang so that english documentation + can be packaged with the program, and not in the lang subpackage. +- Change Requires of lang subpackage to Recommends, since the + english documentation is not there anymore. +- Remove 2.x references in summaries and descriptions. +- Drop doc subpackage as it contained developer doc that should be + in the devel subpackage. + +------------------------------------------------------------------- +Tue Sep 28 13:27:44 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.4: + + Add mallard snippets + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 16 13:46:18 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.3: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Thu Apr 29 19:49:45 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.30.2: + + Fix cut and paste typo that broke syntax detection +- Changes from version 2.30.1: + + Properly handle encoding conversion errors when saving + + New logo + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Apr 2 15:08:21 CEST 2010 - vuntz@opensuse.org + +- Remove libglade2-devel, libgnomeprintui-devel, libgnomeui-devel + Requires from devel package. + +------------------------------------------------------------------- +Mon Mar 29 23:06:50 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.0: + + Fix a crash in the new file saving code + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 15 12:50:42 UTC 2010 - dimstar@opensuse.org + +- Update to 2.29.9: + + Fix a file corruption bug in the new file saving code + + Misc bugfixes + + Updated translations. +- Run spec-cleaner on gedit.spec. + +------------------------------------------------------------------- +Wed Mar 3 10:06:04 CET 2010 - dimstar@opensuse.org + +- Update to version 2.29.8: + + Rework encoding validation + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 25 22:17:47 CET 2010 - dimstar@opensuse.org + +- Update to version 2.29.7: + + Misc bugfixes + + Many string fixes + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 10 19:39:16 CET 2010 - vuntz@opensuse.org + +- Update to version 2.29.6: + + Add "Open" to the filebrowser context menu + + Add option to ignore a version until the next is released in + the checkupdate plugin + + Misc bugfixes + + Updated translations. +- Fix self-obsoletion of gedit2, gedit2-devel. +- Change group to Productivity/Text/Editors to fix rpmlint warning. + +------------------------------------------------------------------- +Mon Jan 25 22:27:26 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.5: + + Rework file saving and file loading to always use gio and take + advantage of gio stream converters to perform encoding + conversion and manage line terminators + + Experimental python support on win32 + + Misc bugfixes + + Translation updates + +------------------------------------------------------------------- +Wed Jan 13 03:25:28 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.4: + + Several refactorings + + Don't check words that are marked no-spell-check + + Tools outputpanel refactored + + Added support for platform specific tools + + Improved menu integration and several fixes on OS X + + Add xslt and html snippets + + Remember autospell per document + + Misc bugfixes + + Translation updates + +------------------------------------------------------------------- +Wed Dec 2 11:28:05 CET 2009 - vuntz@opensuse.org + +- Update to version 2.29.3: + + Use gio metadata system + + Misc bugfixes + + Updated translations. +- Changes from version 2.29.2: + + Order hidden files after normal files on filebrowser + + Removed indent plugin, this is now supported by gtksourceview + + Implemented file open support on OS X + + Fixed OS X native vs X11 built + + Basic mac OS X integration + + Use GtkSpinner instead of GeditSpinner + + Misc bugfixes + + Updated translations. +- Update the way we remove the la locale for old versions of + openSUSE. + +------------------------------------------------------------------- +Sat Nov 14 16:41:37 CET 2009 - vuntz@opensuse.org + +- Update to version 2.29.1: + + Use the new completion framework in the snippets plugin + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 22 18:16:53 CEST 2009 - dimstar@opensuse.org + +- Update to version 2.28.0: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 9 03:44:55 CEST 2009 - vuntz@opensuse.org + +- Update to version 2.27.6: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 25 11:30:54 CEST 2009 - dimstar@opensuse.org + +- Update to version 2.27.5: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 12 23:08:31 CEST 2009 - captain.magnus@opensuse.org + +- Update to version 2.27.4: + + Misc bugfixes + + Updated translations + +------------------------------------------------------------------- +Tue Jul 28 16:29:11 CEST 2009 - lmedinas@gmail.com + +- Update to version 2.27.3: + + Misc bugfixes + + Updated translations + +------------------------------------------------------------------- +Mon Jul 20 10:12:42 CEST 2009 - vuntz@novell.com + +- Also package libexecdir in addition to libdir in the file list to + fix build. + +------------------------------------------------------------------- +Mon Jun 22 15:23:29 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 2.27.2: + + New Check Update plugin (win32 and mac only) + + Remember the search dialog position + + Do not append the final endline for empty files + + Mac osx dmg package + + Misc bugfixes + + Updated translations. +- Add defattr() to the -lang sub-package to eliminate a lint false + positive. + +------------------------------------------------------------------- +Wed May 27 14:37:15 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.1: + + Remove the mmap document loader + + Remove open location dialog and sample plugin + + Added public API for document saving + + Put external tools in a submenu + + Added language support for external tools + + Implemented asynchronous reading and writing on external tools + + Add Quick Open plugin + + Misc bugfixes + + Updated translations. +- Do not package omf files twice. + +------------------------------------------------------------------- +Mon May 18 04:10:48 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.2: + + Misc bugfixes + + Updated translations. +- Stop having the main package provide the existing devel package. +- Make the devel package require the main package. + +------------------------------------------------------------------- +Tue Apr 14 16:32:38 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.1: + + Ensure plugins are resident modules + + Add Fortran 95 snippets + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 16 14:46:16 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + +------------------------------------------------------------------- +Sun Mar 15 17:30:13 CET 2009 - vuntz@novell.com + +- Update to version 2.26.0: + + Misc bugfixes + + Translation updates + +------------------------------------------------------------------- +Fri Mar 6 17:22:58 CET 2009 - vuntz@novell.com + +- Update to version 2.25.8: + + Misc bugfixes + + Translation updates +- Remove -fno-strict-aliasing from CFLAGS. + +------------------------------------------------------------------- +Tue Feb 17 03:23:09 CET 2009 - vuntz@novell.com + +- Update to version 2.25.7: + + Misc bugfixes + + Translation updates +- Remove BuildRequires: docbook_4, gnome-common, gnutls-devel, + indent, scrollkeeper + +------------------------------------------------------------------- +Thu Feb 5 03:59:20 CET 2009 - vuntz@novell.com + +- Remove gnome-python-desktop BuildRequires/Requires. +- Remove python-xml Requires. +- Update Url. + +------------------------------------------------------------------- +Thu Feb 5 01:17:22 WET 2009 - lmedinas@gmail.com + +- Update to version 2.25.6: + + Misc bugfixes + + Translation updates + +------------------------------------------------------------------- +Sat Jan 31 09:19:41 EST 2009 - mboman@suse.de + +- Update to version 2.25.5: + + Add Fullscreen Mode + + Add a configuration dialog for the python console + + Rescan plugins when opening the preference dialog + + Misc bugfixes + + Translation updates +- Remove gedit-return-fix.patch. Fixed upstream + +------------------------------------------------------------------- +Mon Jan 26 18:07:10 CET 2009 - vuntz@novell.com + +- On openSUSE <= 11.1, exclude locales unknown to the system. + +------------------------------------------------------------------- +Fri Jan 23 06:16:16 CET 2009 - vuntz@novell.com + +- Update gedit-desktop.patch to not uselessly change the icon. +- Remove some old BuildRequires. +- Minor cleanups. + +------------------------------------------------------------------- +Tue Jan 6 08:21:58 EST 2009 - mboman@suse.de + +- Update to version 2.25.4: + + Add quick syntax highlightig and tab width selection in the statusbar + + More work on the internal bus system + + Bugfixes and features for the snippets plugin + + Parse syntax highlighting language from modelines + + Misc bugfixes + + Translation updates + +------------------------------------------------------------------- +Wed Dec 31 07:32:56 EST 2008 - mboman@suse.de + +- Update to version 2.25.3: + + Win32 port with installer + + Internal bus system to allow plugin intercomminication + + Use GtkSourceView to detect language highlighting + + Misc bugfixes + + Translation updates +- Added gedit-return-fix.patch to fix a missing return. + +------------------------------------------------------------------- +Sun Dec 28 21:04:29 EST 2008 - mboman@suse.de + +- Update to version 2.25.2: + + Fixes to the new plugin system + + Rework the plugin system to have loaders as shared objects + + Fix build on OSX + + Fix icon lookup in the filebrowser plugin + + Allow to move to a line relative to the current line + + Misc bugfixes + + Fix performance problem with large dirs in the filebrowser + plugin + + Translation updates + +------------------------------------------------------------------- +Mon Nov 3 09:39:12 CST 2008 - maw@suse.de + +- Build with python support again (bnc#439456). + +------------------------------------------------------------------- +Fri Oct 3 08:11:24 WST 2008 - mboman@suse.de + +- Update to version 2.24.0: + + Translation updates + +------------------------------------------------------------------- +Wed Sep 17 00:15:25 CEST 2008 - vuntz@novell.com + +- Update to version 2.23.93: + + Revert a workaround for a gvfs bug that has now been fixed + + Updated translations + +------------------------------------------------------------------- +Fri Sep 12 00:05:52 CDT 2008 - maw@suse.de + +- Update to version 2.23.92: + + Bugfixes related to the GIO migration + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 02 16:46:55 CEST 2008 - mboman@novell.com + +- Update to version 2.23.91: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 29 16:46:55 CEST 2008 - maw@suse.de + +- Update to version 2.23.90: + + Misc bugfixes related to the GIO migration + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 15 19:55:47 CEST 2008 - maw@suse.de + +- Remove spurious requirements from the -doc subpackage. + +------------------------------------------------------------------- +Tue Jul 1 18:38:44 CEST 2008 - maw@suse.de + +- Fix up icon symlinks. + +------------------------------------------------------------------- +Sat Jun 21 02:05:04 CEST 2008 - maw@suse.de + +- Update to version 2.23.1: + + The filebrowser plugin now users gio/gvfs + + Initial work on porting gedit's internals to gio/gvfs + + Python plugin core reworking + + Updated translations. + +------------------------------------------------------------------- +Thu May 8 17:22:57 CEST 2008 - rodrigo@suse.de + +- Tag patches + +------------------------------------------------------------------- +Fri Apr 25 00:11:05 CEST 2008 - maw@suse.de + +- Require python-gtksourceview (bnc#337396). + +------------------------------------------------------------------- +Thu Apr 10 23:28:16 CEST 2008 - maw@suse.de + +- Update to version 2.22.1: + + Make C-d delete the current line + + Misc. bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 04:39:15 CET 2008 - maw@suse.de + +- Update to version 2.22.0: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 13 13:33:34 CET 2008 - sbrabec@suse.cz + +- Removed obsolete docinfo activation patch, now part of + /apps/gedit-2/plugins/active-plugins. + +------------------------------------------------------------------- +Tue Mar 4 23:12:11 CET 2008 - maw@suse.de + +- Update to version 2.21.2: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 1 20:05:12 CET 2008 - maw@suse.de + +- Update to version 2.21.1: + + Reimplemented printing using GtkPrint + + Improvements to the plugin system + + Handle viewports as well as workspaces + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 25 12:02:38 CST 2008 - maw@suse.de + +- Update to version 2.20.4: + + Fix crash with invalid taglist file in taglist plugin + + Fix slash-escaping in the find dialog history + + Support .hidden file in the file browser plugin + + Bugfixes to the snippet plugin + + Fix tools loading in External Tools plugin + + Fix crash when gtksourceview doesn't find any highlighting + file + + Properly preserve file permissions and ownership when saving + + Properly detect the current display viewport, so that + launching logic works properly on Compiz + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Thu Oct 11 16:39:38 CEST 2007 - sbrabec@suse.cz + +- Removed bogus dependency on mDNSResponder. + +------------------------------------------------------------------- +Mon Sep 17 15:59:24 CEST 2007 - maw@suse.de + +- Update to version 2.20.0: + + Updated translations +- This release requires gtksourceview 2.0. + +------------------------------------------------------------------- +Fri Aug 31 17:16:55 CEST 2007 - maw@suse.de + +- Update to version 2.19.91: +- Escape slashes when selecting text to search (Paolo Maggi) +- Support indent-width setting in modeline (Paolo Borelli) +- Adapt to the latest GtkSourceView changes (Paolo M., Paolo B.) +- User Interface to install and uninstall style schemes (Paolo Maggi) +- Make search match color customizable in the style scheme (Paolo M.) +- Tooltips on the document list and tag list (Alexandre Mazari) +- Misc bugfixes +- Updated translations. + +------------------------------------------------------------------- +Tue Aug 7 22:55:13 CEST 2007 - maw@suse.de + +- Use %fdupes +- Split off a -lang subpackage. + +------------------------------------------------------------------- +Thu Aug 2 21:54:17 CEST 2007 - maw@suse.de + +- Update to version 2.19.3: + + Port to gtksourceview 2 + + Remove Syntax Highlighting configuration from the preference + dialog + + Many improvements and fixes to the snippets plugin + + Add a Document::save signal to notify the start of the saving + operation + + Adapt to latest GtkSourceView API changes + + Add a gconf preference for smart-home-end + + Fix external tool saving bug + + Fixes weird focus behavior in the search/replace dialog + + Make Ctrl+P work while print-previewing + + Improve 'Build' external tool + + Avoid having an always-running timeout, uses power + + Don't fail when we cannot change rights on the backup file if + it was not needed + + Misc bugfixes + + Updated translations +- Use %fdupes. + +------------------------------------------------------------------- +Tue Jul 10 00:23:56 CEST 2007 - maw@suse.de + +- Update to version 2.18.1 +- Compress the tags plugin data +- Fix reversion of empty files, and other misc. bug files +- Updated translations. + +------------------------------------------------------------------- +Thu May 10 12:37:29 CEST 2007 - pgajdos@suse.cz + +- removed + - gnome-icon-theme and + - hicolor-icon-theme + from Requires and BuildRequires [#247450] + +------------------------------------------------------------------- +Fri Apr 27 12:32:12 CEST 2007 - sbrabec@suse.cz + +- Do not call meinproc (#227624). + +------------------------------------------------------------------- +Mon Apr 2 19:16:48 CDT 2007 - maw@suse.de + +- Use a valid Icon directive in gedit.desktop.in.in. + +------------------------------------------------------------------- +Mon Apr 2 16:06:01 CDT 2007 - maw@suse.de + +- Update to version 2.18.0 +- Fix .desktop files +- b.g.o 413030, 412627, 407374, 407536, 354046, 403140, 401219, + 346598, 398343, 319950, 352959, 357529, and 371188 +- Remove upstreamed gedit-autodetect-utf-16.patch +- Buildrequire notification-daemon. + +------------------------------------------------------------------- +Mon Mar 12 18:20:35 CET 2007 - jhargadon@suse.de + +- added gtk-doc to BuildRequires + +------------------------------------------------------------------- +Wed Jan 17 12:50:45 CET 2007 - sbrabec@suse.cz + +- Removed obsolete scrollkeeper directory (#230786). + +------------------------------------------------------------------- +Wed Jan 3 17:31:26 CET 2007 - sbrabec@suse.cz + +- Prefix changed to /usr. +- Spec file cleanup. + +------------------------------------------------------------------- +Tue Nov 14 21:22:04 CET 2006 - jhargadon@suse.de + +- made changes to the BuildRequires and Requires to enable python + plugins. defect #220820 + +------------------------------------------------------------------- +Fri Oct 13 17:54:43 CEST 2006 - danw@suse.de + +- Remove dead patches. Update and reenable gedit-autodetect-utf-16.patch +- Update for gnome-doc-utils-devel + +------------------------------------------------------------------- +Tue Oct 3 22:03:22 CEST 2006 - jhargadon@suse.de + +- update to version 2.16.1 +- Remember the active page in the side and bottom panes +- Fix spinner with some themes +- Some fixes to the file saving code +- Filebrowser plugin fixes +- translation updates + +------------------------------------------------------------------- +Thu Sep 14 19:17:31 CEST 2006 - jhargadon@suse.de + +- update to version 2.16.0 +- Filebrowser plugin fixes +- Manual now covers basic usage of the file browser plugin +- New and updated translations +- Use proper preference when a modeline is changed +- Ensure correct lifecycle of objects in python plugins +- Proper error handling for remote file save +- Improve save on close for read-only files +- Handle remote zero length files correctly +- Make sure the document is editable after printing +- Consider the mime-type hierarchy to choose the syntax highlighting +- Initialize gnome authentication manager before plugins +- Misc improvements and bugfixes + +------------------------------------------------------------------- +Wed Aug 30 23:49:36 CEST 2006 - jhargadon@suse.de + +- update to version 2.15.8 +- Update documentation +- Drop executable permissions from backup files +- Support for UTF-16LE, UTF-16BE and UTF-32 +- Fix translations of some plugins +- Plug some memory leaks +- Fix another crash in GtkRecents code +- Misc improvements and bugfixes +- New and updated translations +- Preserve xattrs when saving +- Fix autospell menu item state +- Fix crash in GtkRecents code +- Misc improvements and bugfixes + +------------------------------------------------------------------- +Tue Aug 22 23:50:37 CEST 2006 - jhargadon@suse.de + +- update to version 2.15.6 +- Use GtkRecent for recent files support +- Raise the existing document when reopening a file +- File browser plugin bugfixes +- Misc improvements and bugfixes + +------------------------------------------------------------------- +Thu Aug 10 22:02:36 CEST 2006 - jhargadon@suse.de + +- update to version 2.15.4 +- Bindings for gedit_commands_* API for plugins +- Small snippets bugfixes +- Small fixes to the search/replace dialog/menu +- Fix cropped close buttons +- Added global lockdown functionality +- New gedit_commands_* API for plugins +- Snippets support for space indentation +- gtk-doc enabled Plugin API documentation +- Next/Previous menu items +- C/Python plugin skeleton generator +- Snippets plugin enhancements and fixes +- Fix Spellchecker to work with Arabic +- New layout for Plugin Manager +- Add support for custom plugin icons +- Snippets plugin enhancements and fixes +- Python bindings: gedit.utils functions and API cleanup +- Improve plugin selection UI +- Improvements and bugfixes to the snippets plugin +- do not open a new GdkDisplay for every window +- Fix launching on multihead systems +- Snippets plugin improvements +- Fix the python console history +- Fix vim and kate modelines parsing +- Fix the spell checking plugin +- Make the tags plugin load files lazily to improve startup time + + +------------------------------------------------------------------- +Thu Jun 29 17:15:50 CEST 2006 - sbrabec@suse.cz + +- Fixed Norwegian translation update (#116777#12). + +------------------------------------------------------------------- +Mon Jun 26 19:13:47 CEST 2006 - sbrabec@suse.cz + +- Fixed false UTF-16 detection. + +------------------------------------------------------------------- +Thu Jun 15 20:53:05 CEST 2006 - dave@suse.de + +- Fix a problem with the save backport (bnc #181897) + +------------------------------------------------------------------- +Wed May 17 23:58:08 CEST 2006 - dave@suse.de + +- Backport some gnome-vfs saving code from 2.14 (bnc #168187) + +------------------------------------------------------------------- +Tue May 9 19:28:39 CEST 2006 - danw@suse.de + +- Don't crash if one of the recently-used files has an unparsable + URL. #173887 + +------------------------------------------------------------------- +Fri Apr 7 17:16:48 CEST 2006 - sbrabec@suse.cz + +- Declare MIME support for more plain text formats to compete with + Emacs. + +------------------------------------------------------------------- +Thu Apr 6 00:02:08 CEST 2006 - joeshaw@suse.de + +- Add a patch to autodetect UTF-16. (bnc #116777) + +------------------------------------------------------------------- +Tue Feb 28 15:25:33 CET 2006 - sbrabec@suse.cz + +- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14). + +------------------------------------------------------------------- +Fri Feb 17 22:55:06 CET 2006 - sreeves@suse.de + +- Update .desktop file (Name, GenericName, Comment, DocPath) + +------------------------------------------------------------------- +Wed Feb 1 17:19:38 CET 2006 - sbrabec@suse.cz + +- Use translation compendium gnome-patch-translation. + +------------------------------------------------------------------- +Wed Jan 25 21:31:34 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Mon Dec 19 14:57:06 CET 2005 - ro@suse.de + +- added gnome-text-editor symlink to filelist + +------------------------------------------------------------------- +Thu Oct 13 00:38:41 CEST 2005 - gekker@suse.de + +- Update to version 2.12.1 + +------------------------------------------------------------------- +Mon Sep 5 11:58:04 CEST 2005 - mmj@suse.de + +- Update to version 2.12.0 (GNOME 2.12) + +------------------------------------------------------------------- +Tue Aug 23 21:50:42 CEST 2005 - gekker@suse.de + +- Update to version 2.11.92 + +------------------------------------------------------------------- +Fri Aug 19 19:46:13 CEST 2005 - sreeves@suse.de + +- gedit-goto-line.patch to fix bugzilla.novell.com defect#6582 + +------------------------------------------------------------------- +Thu Aug 11 05:12:12 CEST 2005 - gekker@suse.de + +- Update to version 2.11.91 + +------------------------------------------------------------------- +Mon Jun 13 18:09:22 CEST 2005 - sbrabec@suse.cz + +- Updated to version 2.10.3 (#90339, CAN-2005-1686). +- Build spell plugin. + +------------------------------------------------------------------- +Thu Apr 14 17:17:06 CEST 2005 - sbrabec@suse.cz + +- Added audiofile-devel to neededforbuild. + +------------------------------------------------------------------- +Thu Mar 10 01:27:05 CET 2005 - gekker@suse.de + +- Update to version 2.10.0 (GNOME 2.10). + +------------------------------------------------------------------- +Thu Mar 3 17:28:57 CET 2005 - gekker@suse.de + +- Update to version 2.9.7 +- Add gedit-desktop.patch +- Add gnome-icon-theme to neededforbuild + +------------------------------------------------------------------- +Thu Feb 10 23:51:41 CET 2005 - gekker@suse.de + +- Update to version 2.9.6 + +------------------------------------------------------------------- +Tue Feb 8 13:10:30 CET 2005 - ro@suse.de + +- added gnome-desktop to neededforbuild + +------------------------------------------------------------------- +Mon Feb 7 11:14:06 CET 2005 - ro@suse.de + +- added gnome-menus to neededforbuild + +------------------------------------------------------------------- +Wed Jan 26 00:55:04 CET 2005 - clahey@suse.de + +- Update to version 2.9.5 + +------------------------------------------------------------------- +Fri Jan 21 22:25:56 CET 2005 - gekker@suse.de + +- Use Rudi's improved 64-bit fix + +------------------------------------------------------------------- +Fri Jan 21 19:29:38 CET 2005 - gekker@suse.de + +- Fix the 64-bit build + +------------------------------------------------------------------- +Thu Jan 20 23:47:05 CET 2005 - gekker@suse.de + +- Update to version 2.9.4 + +------------------------------------------------------------------- +Fri Nov 19 12:35:41 CET 2004 - ro@suse.de + +- removed extra aclocal include directive + +------------------------------------------------------------------- +Tue Oct 26 22:17:35 CEST 2004 - mmj@suse.de + +- Locale rename no to nb + +------------------------------------------------------------------- +Tue Sep 21 18:26:06 CEST 2004 - sbrabec@suse.cz + +- Fixed devel dependences. + +------------------------------------------------------------------- +Wed Aug 25 05:12:14 CEST 2004 - clahey@suse.de + +- Cache gedit docs and have gedit show up in khelpcenter. + +------------------------------------------------------------------- +Wed Aug 4 23:04:16 CEST 2004 - clahey@suse.de + +- Added gedit-default-plugins patch from Robert. + +------------------------------------------------------------------- +Wed May 05 18:42:38 CEST 2004 - sbrabec@suse.cz + +- Updated to version 2.6.1 (GNOME 2.6). + +------------------------------------------------------------------- +Mon Mar 22 17:32:00 CET 2004 - sbrabec@suse.cz + +- Provide nad obsolete gedit2-devel. + +------------------------------------------------------------------- +Wed Mar 17 11:14:45 CET 2004 - sbrabec@suse.cz + +- Fixed scrollkeeper calling conventions (#36215). + +------------------------------------------------------------------- +Mon Mar 15 14:35:48 CET 2004 - sbrabec@suse.cz + +- FHS 2.3 fix (mandir, infodir, #35821). + +------------------------------------------------------------------- +Wed Mar 10 10:34:41 CET 2004 - sbrabec@suse.cz + +- Fixed gconf schemas installation (#33114). +- Fixed %doc attributes (#33163). + +------------------------------------------------------------------- +Fri Feb 20 13:17:33 CET 2004 - sbrabec@suse.cz + +- Package renamed to gedit. + +------------------------------------------------------------------- +Thu Feb 12 10:06:41 CET 2004 - hhetter@suse.de + +- gconf schema (de-)installation in %post and %postun + +------------------------------------------------------------------- +Wed Jan 21 22:29:50 CET 2004 - ro@suse.de + +- fix pixmaps/Makefile.am + +------------------------------------------------------------------- +Sat Jan 10 14:12:02 CET 2004 - adrian@suse.de + +- build as user + +------------------------------------------------------------------- +Mon Oct 27 13:20:28 CET 2003 - sbrabec@suse.cz + +- Updated to version 2.4.1. + +------------------------------------------------------------------- +Thu Oct 09 13:00:01 CEST 2003 - sbrabec@suse.cz + +- Updated to version 2.4.0 (GNOME 2.4). + +------------------------------------------------------------------- +Sat Sep 20 12:38:33 CEST 2003 - kukuk@suse.de + +- Obsolete old gedit (solves file conflict) + +------------------------------------------------------------------- +Tue Aug 19 15:25:33 CEST 2003 - sbrabec@suse.cz + +- Updated neededforbuild (rename of librsvg2, eel2). + +------------------------------------------------------------------- +Sat Aug 16 16:15:10 CEST 2003 - adrian@suse.de + +- add Categories + +------------------------------------------------------------------- +Mon Jul 14 15:35:26 CEST 2003 - sbrabec@suse.cz + +- GNOME prefix change to /opt/gnome. + +------------------------------------------------------------------- +Fri Jul 4 08:39:58 CEST 2003 - ro@suse.de + +- fix find_lang usage + +------------------------------------------------------------------- +Wed Jul 2 12:53:27 CEST 2003 - hhetter@suse.de + +- updated to version 2.2.2 +- use find_lang + +------------------------------------------------------------------- +Fri Jun 27 02:03:21 CEST 2003 - ro@suse.de + +- added directories to filelist + +------------------------------------------------------------------- +Wed Jun 11 00:50:13 CEST 2003 - ro@suse.de + +- added unpackaged files to filelist +- remove .la files of plugins from buildroot + +------------------------------------------------------------------- +Wed Feb 26 14:50:53 CET 2003 - hhetter@suse.de + +- fix build (use omf.make) (#24336) +- fix filelist (#24336) + +------------------------------------------------------------------- +Fri Feb 7 08:51:16 CET 2003 - hhetter@suse.de + +- updated to version 2.2.0.1 [GNOME 2.2.0] + +------------------------------------------------------------------- +Tue Jan 28 11:30:04 CET 2003 - hhetter@suse.de + +- updated to version 2.2.0 +- filelist review + +------------------------------------------------------------------- +Mon Jan 20 17:17:47 CET 2003 - ro@suse.de + +- update to 2.1.6 + +------------------------------------------------------------------- +Tue Jan 14 16:36:08 CET 2003 - ro@suse.de + +- added expat to neededforbuild + +------------------------------------------------------------------- +Tue Nov 19 08:58:47 CET 2002 - hhetter@suse.de + +- updated to version 2.0.6 + +------------------------------------------------------------------- +Mon Nov 11 23:49:53 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Fri Nov 08 10:38:37 CET 2002 - sbrabec@suse.cz + +- Added --libdir to configure. + +------------------------------------------------------------------- +Thu Nov 7 14:08:26 CET 2002 - hhetter@suse.de + +- updated to version 2.0.5 +- %_lib fixes + +------------------------------------------------------------------- +Tue Sep 24 15:55:05 CEST 2002 - sbrabec@suse.cz + +- Added alsa-devel to neededforbuild, because esound-devel can require it. + +------------------------------------------------------------------- +Thu Sep 19 10:54:41 CEST 2002 - sbrabec@suse.cz + +- Added alsa to neededforbuild, because esound can depend on it. + +------------------------------------------------------------------- +Fri Sep 13 15:44:57 CEST 2002 - sf@suse.de + +- fixed to work on 64-bit archs + call of eel_read_entire_file() was with &gsize instead of int, + sizeof(gsize) == sizeof(long) + +------------------------------------------------------------------- +Thu Aug 22 18:11:10 CEST 2002 - uli@suse.de + +- fixed to build on lib64 archs + +------------------------------------------------------------------- +Tue Aug 20 10:45:50 CEST 2002 - hhetter@suse.de + +- added PreReq: filesystem + +------------------------------------------------------------------- +Tue Aug 13 01:29:04 CEST 2002 - ro@suse.de + +- removed control-center from neededforbuild + +------------------------------------------------------------------- +Mon Aug 12 01:12:05 CEST 2002 - ro@suse.de + +- added openssl-devel to neededforbuild + +------------------------------------------------------------------- +Fri Aug 9 09:29:56 CEST 2002 - hhetter@suse.de + +- added openssl to neededforbuild + +------------------------------------------------------------------- +Wed Jul 31 11:10:06 CEST 2002 - hhetter@suse.de + +- fix build with scrollkeeper +- initiate scrollkeeper-update + +------------------------------------------------------------------- +Thu Jul 25 15:23:39 CEST 2002 - jordi@suse.de + +- updated to version 2.0.2 + +------------------------------------------------------------------- +Tue Jul 16 08:32:20 CEST 2002 - hhetter@suse.de + +- updated to version 2.0.1, fix descriptions from + bugzilla.gnome.org: + #75861 Deleting a file in use does not prompt for "save" on close + #76001 Should not save window geometry on exit + #86333 modality problem on info/message box + #87265 s/gedit/Text Editor? + +------------------------------------------------------------------- +Thu Jun 20 17:52:42 CEST 2002 - hhetter@suse.de + +- don't install schemas while make install + +------------------------------------------------------------------- +Wed Jun 19 16:20:55 CEST 2002 - hhetter@suse.de + +- updated to version 2.0.0 + +------------------------------------------------------------------- +Thu Jun 13 16:39:12 CEST 2002 - hhetter@suse.de + +- supply schema files + +------------------------------------------------------------------- +Thu Jun 13 10:55:29 CEST 2002 - jordi@suse.de + +- Updated to version 1.121.1 + +------------------------------------------------------------------- +Mon Apr 15 11:15:23 CEST 2002 - hhetter@suse.de + +- initial SuSE release + diff --git a/gedit.obsinfo b/gedit.obsinfo new file mode 100644 index 0000000..8346890 --- /dev/null +++ b/gedit.obsinfo @@ -0,0 +1,4 @@ +name: gedit +version: 48.0 +mtime: 1726291114 +commit: 74f29fefb86f550d85f5c8f40e81559cd143606d diff --git a/gedit.spec b/gedit.spec new file mode 100644 index 0000000..e88f46a --- /dev/null +++ b/gedit.spec @@ -0,0 +1,187 @@ +# +# spec file for package gedit +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%bcond_without python_bindings +%define api_ver 48 + +Name: gedit +Version: 48.0 +Release: 0 +Summary: UTF-8 text editor +License: GPL-2.0-or-later +Group: Productivity/Text/Editors +URL: https://wiki.gnome.org/Apps/Gedit +Source0: %{name}-%{version}.tar.zst +# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types. +Patch0: gedit-desktop.patch +# PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn.lie@gmail.com -- Fix python env +Patch1: gedit-plugins-python-env.patch + +BuildRequires: desktop-file-utils +BuildRequires: fdupes +BuildRequires: gobject-introspection-devel >= 0.9.3 +BuildRequires: gtk-doc +BuildRequires: hicolor-icon-theme +BuildRequires: iso-codes-devel +BuildRequires: meson >= 0.53 +BuildRequires: pkgconfig +BuildRequires: python3-base >= 3.2.3 +BuildRequires: yelp-tools +BuildRequires: pkgconfig(gio-2.0) >= 2.76 +BuildRequires: pkgconfig(glib-2.0) >= 2.64 +BuildRequires: pkgconfig(gmodule-2.0) +BuildRequires: pkgconfig(gsettings-desktop-schemas) +BuildRequires: pkgconfig(gspell-1) >= 1.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.2 +BuildRequires: pkgconfig(libgedit-amtk-5) +BuildRequires: pkgconfig(libgedit-tepl-6) >= 6.11 +BuildRequires: pkgconfig(libpeas-1.0) >= 1.14.1 +BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.14.1 +BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0 +BuildRequires: pkgconfig(vapigen) >= 0.25.1 +BuildRequires: pkgconfig(x11) +Requires: python3-cairo +Requires: python3-gobject +#bnc#910913 - plugin snippets depend on this package +Requires: python3-gobject-cairo +Recommends: iso-codes +Provides: gedit2 = %{version} +Obsoletes: gedit2 < %{version} +%if %{with python_bindings} +# See bnc#847114 - plugins generally depend on it +Requires: python3-gedit +%endif +# Throws "Settings schema 'org.gnome.desktop.interface' is not installed" +# in WSLg without this; see boo#1198312 +Requires: gsettings-desktop-schemas + +%description +Gedit is a UTF-8 text editor for the GNOME environment. + +It features a multi-document frame, syntax highlighting, autoindent +options, autosave, and plugins. + +%package -n python3-gedit +Summary: Python bindings for gedit +Group: Development/Languages/Python +BuildArch: noarch + +%description -n python3-gedit +Gedit is a UTF-8 text editor for the GNOME +environment. + +This package provides the python bindings, based on gobject-introspection. + +%package devel +Summary: Development files for the gedit text editor +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} +Requires: gtksourceview-devel +Provides: gedit2-devel = %{version} +Obsoletes: gedit2-devel < %{version} +Provides: %{name}-doc = %{version} +Obsoletes: %{name}-doc < %{version} +%if %{with python_bindings} +Requires: python3-gedit +%endif + +%description devel +Gedit is a UTF-8 text editor for the GNOME +environment. + +This subpackage contains the header files for creating gedit plugins. + +%lang_package + +%prep +%autosetup -p1 + +%build +%meson \ + -D gtk_doc=true \ + %{nil} +%meson_build + +%install +%meson_install + +%find_lang %{name} %{?no_lang_C} +%fdupes %{buildroot}%{_prefix} + +%files +%license COPYING +%doc NEWS README.md +%doc %{_datadir}/help/C/%{name}/ +%{_bindir}/gedit +%{_datadir}/applications/*.desktop +%{_datadir}/dbus-1/services/org.gnome.gedit.service +# %%{_datadir}/gedit/gir-1.0/ lives in -devel +%exclude %{_datadir}/gedit/gir-1.0/ +%{_datadir}/gedit/ +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.spell.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/metainfo/org.gnome.gedit.metainfo.xml +%dir %{_libdir}/gedit/ +%{_libdir}/gedit/libgedit-%{api_ver}.so +%{_libdir}/gedit/girepository-1.0/ +%dir %{_libdir}/gedit/plugins/ +# Explicitly list plugins so we know when we miss one +%{_libdir}/gedit/plugins/docinfo.plugin +%{_libdir}/gedit/plugins/libdocinfo.so +%{_libdir}/gedit/plugins/filebrowser.plugin +%{_libdir}/gedit/plugins/libfilebrowser.so +%{_libdir}/gedit/plugins/modelines.plugin +%{_libdir}/gedit/plugins/libmodelines.so +%{_libdir}/gedit/plugins/pythonconsole/ +%{_libdir}/gedit/plugins/pythonconsole.plugin +%{_libdir}/gedit/plugins/textsize/ +%{_libdir}/gedit/plugins/textsize.plugin +%{_libdir}/gedit/plugins/sort.plugin +%{_libdir}/gedit/plugins/libsort.so +%{_libdir}/gedit/plugins/spell.plugin +%{_libdir}/gedit/plugins/libspell.so +%{_libdir}/gedit/plugins/time.plugin +%{_libdir}/gedit/plugins/libtime.so +%{_libdir}/gedit/plugins/quickhighlight.plugin + +%{_libdir}/gedit/plugins/libquickhighlight.so +%{_mandir}/man1/gedit.1%{?ext_man} + +%if %{with python_bindings} +%files -n python3-gedit +%{python3_sitelib}/gi/ +%endif + +%files devel +%doc CONTRIBUTING.md +%doc %{_datadir}/gtk-doc/html/gedit/ +%{_datadir}/gedit/gir-1.0/ +%{_includedir}/* +%{_libdir}/pkgconfig/*.pc + +%files lang -f %{name}.lang + +%changelog