Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pluma-devel-1.26.1-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: pluma-devel Distribution: openSUSE Tumbleweed
Version: 1.26.1 Vendor: openSUSE
Release: 1.1 Build date: Tue May 16 17:29:38 2023
Group: Development/Libraries/X11 Build host: sheep85
Size: 995981 Source RPM: pluma-1.26.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://mate-desktop.org/
Summary: Headers for Pluma, a UTF-8 text editor
Pluma is a text editor designed specifically for the MATE desktop. It
has standard text editor functions and supports international text in
Unicode. Advanced features include syntax highlighting and automatic
indentation of source code, and printing and editing of multiple
documents in one window.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon May 15 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.26.1:
    * Fix out-of-bounds write.
    * Fix double activation of extensions.
    * pluma-plugins-engine: Fix memory leak.
    * Update translations.
  - Remove pluma-1.26.0-fix-segfault.patch: fixed upstream.
* Thu Aug 18 2022 Dura-Kovács <balping314@gmail.com>
  - Add pluma-1.26.0-fix-segfault.patch: Fix out of bounds write bug
    (boo#1200853).
* Fri Aug 20 2021 Jan Engelhardt <jengelh@inai.de>
  - Remove ldconfig calls, there are no shared libs in standard dirs
    here to update.
  - Trim filler words from descriptions.
* Wed Aug 11 2021 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.26.0
    * Update translations
    * filebrowser-plugin: fix segfault on open-terminal action
    * update copyright to 2021
    * build: fix shebangs
    * warning: declaration of ‘taglist’ shadows a global declaration
    * pluma: Use EXIT_SUCCESS macro instead of int value (portability)
    * help: update help for sort plugin
    * sort plugin: Port sort plugin to the new GtkSourceView api.
* Tue Aug 10 2021 Steve Kowalik <steven.kowalik@suse.com>
  - tools/switch-c: Switch shebang to /usr/bin/python3
* Mon Apr 26 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.24.2:
    * Translations update
    * pluma-view: Fix incorrect interface font
  - Drop outdated provides / obsoletes
* Mon Aug 31 2020 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.24.1
    * Translations update
    * build: silent build warnings for distcheck
    * help: Remove Open Location from shortcut keys table
    * build: do not override the default value for MATE_COMPILE_WARNINGS
    * Use user page on github when user email is private
    * Update authors
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.24.0 (changes since 1.23.1):
    * pluma-view: Avoid static gboolean variable.
    * Avoid g_type_class_add_private.
    * Fix build with GtkSourceView 3.22.
    * gla11y: Use version 0.3 which already defaults to using python3.
    * Avoid to make new GSettings variables.
    * Use GSettings pluma_prefs_manager instead.
    * Taglist: Load the local translation string from lang.mo file.
    * Ignore comment element in xml file.
    * Add translator hints.
    * Migrate from intltool to gettext.
    * window: Do not override GdkWindowState.
    * pluma-document: Avoid garbage value in file_with_bom function.
    * preferences: Change Draw to Show.
    * smart-converter: Fix memory leaks.
    * Add gbk encoding.
    * build: Show compiler flags on configuration summary.
    * Update translations.
  - Drop support for old openSUSE versions.
* Fri Jul 19 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
  - Update to version 1.23.1:
    * Translations update
    * fix build error when gla11y is not installed
    * avoid 'g_type_class_add_private'
    * Add support for checking .ui accessibility with gla11y
    * preferences: Fix inconsistent active state of trailing characters
    * Add draw spaces/tabs/newlines options
    * Draw spaces, tabs, newlines and nbsp.
    * Fix use of deprecated glib-genmarshal types
    * add snippet to toggle comment/uncomment
    * pluma-print-preview: Fix warning: identical expressions
    * Switch to Python 3 and change code for compatibility.
* Thu Jul 18 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
  - Update to version 1.23.0:
    * Translations update
    * fix build error when gla11y is not installed
    * avoid 'g_type_class_add_private'
    * Add support for checking .ui accessibility with gla11y
    * Use smart tabs to fix indentation and alignment
    * preferences: Fix inconsistent active state of trailing characters
    * Add draw spaces/tabs/newlines options
    * Draw spaces, tabs, newlines and nbsp.
    * Fix use of deprecated glib-genmarshal types
    * add snippet to toggle comment/uncomment
    * pluma-print-preview: Fix warning: identical expressions
    * Switch to Python 3 and change code for compatibility.
  - remove patch:
    * pluma-gtk-3.20.patch: we don't support gtk3.20 anymore
  - build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50
* Sun May 12 2019 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.22.1:
    * Update installation instructions, fix spelling and an old
      reference.
    * Help: Replace link linkend with xref linkend.
    * help: Update copyright..
    * Use ITS in docbook article info, validate with dbits schemas.
    * Upgrade the manual to docbook 5.0.
    * Update translations.
* Tue Mar 05 2019 sor.alexei@meowr.ru
  - Update to version 1.22.0:
    * pluma-utils.c: Avoid deprecated gdk_error_trap_push/pop.
    * pluma-notebook: Pass event to gdk_seat_grab.
    * pluma-window: Use gtk_menu_popup_at_widget for GtkNotebook.
    * Avoid deprecated gtk_menu_popup.
    * pluma-notebook.c: Avoid deprecated gdk_pointer_ ... functions.
    * pluma-notebook.c: Avoid deprecated gdk_window_at_pointer.
    * Avoid deprecated gtk_dialog_get_action_area.
    * pluma-view.c: Avoid deprecated gtk_widget_override_font.
    * Avoid deprecated gtk_font_button_set/get_font_name.
    * pluma-file-browser-widget.c: Avoid deprecated GtkImageMenuItem.
    * error-message-area: Avoid gtk_info_bar_new_with_buttons with
      stock ids.
    * Avoid gtk_info_bar_add_button with stock ids.
    * Avoid pluma_file_chooser_dialog_new with stock ids.
    * Avoid gtk_file_chooser_dialog_new with stock ids.
    * pluma-time-plugin.c: Avoid gtk_dialog_new_with_buttons with
      stock ids.
    * Avoid gtk_dialog_add_buttons with stock ids.
    * Use the same legal.xml file.
    * Refer to the strftime(3) man page for more information.
    * Refer to the pluma(1) man page for more information.
    * prefs-manager: Silent some build warnings.
    * Fix a few introspection and doc warnings.
    * Fix search backwards with regex.
    * pluma-document: Fix a possible memory leak.
    * pluma-view: Fix: Don't lose the PRIMARY clipboard.
    * Make the "close confirmation" dialogue bigger with multiple
      files.
    * pluma-view: Fix bold and italic fonts in menus.
    * spell plugin: Autocheck spelling with [control + F7].
    * Add the option to hide the first tab if there is only one tab.
    * pluma-view: Fix a possible memory leak.
    * pluma-view: Use static variables for cssprovider and settings.
    * pluma-view: Synch the font in context-menu with a gsettings key.
    * pluma-window: Make sure some resources are freed.
    * Add the ability to switch tabs using [ctrl+tab] and
      [ctrl+shift+tab].
    * pluma-view: Fix the font in context menu.
    * pluma-view: pluma_override_font: Add CSS provider only one time.
    * pluma-view: Fix: Bold and Italic fonts don't work.
    * Add update-authors.pl script which helps to update
      pluma.about.
    * Read authors (updated) from pluma.about file.
    * Show enchant version when configure.
    * Replace the deprecated enchant_dict_add_to_pwl with
      enchant_dict_add.
    * Make translatable the documenters in the About dialogue.
    * Ensure proper translation of the About dialogue title.
    * Add Licence button in About Pluma dialogue.
    * Make translatable the copyright in the About dialogue.
    * Remove type & url attr of ulink in translation.
    * Remove deprecated help section: Opening a File from a URI.
    * eggsmclient: Avoid deprecated g_type_class_add_private.
    * Get snippet window size before destroying it.
    * Fix misplaced underscore.
    * pluma-utils: Fix a memory leak.
    * pluma-window: Fix memory leaks.
    * Update translations.
  - Rebase pluma-gtk-3.20.patch.

Files

/usr/include/pluma
/usr/include/pluma/pluma-app-activatable.h
/usr/include/pluma/pluma-app.h
/usr/include/pluma/pluma-commands.h
/usr/include/pluma/pluma-debug.h
/usr/include/pluma/pluma-document.h
/usr/include/pluma/pluma-encodings-combo-box.h
/usr/include/pluma/pluma-encodings.h
/usr/include/pluma/pluma-help.h
/usr/include/pluma/pluma-message-bus.h
/usr/include/pluma/pluma-message-type.h
/usr/include/pluma/pluma-message.h
/usr/include/pluma/pluma-notebook.h
/usr/include/pluma/pluma-panel.h
/usr/include/pluma/pluma-progress-message-area.h
/usr/include/pluma/pluma-status-combo-box.h
/usr/include/pluma/pluma-statusbar.h
/usr/include/pluma/pluma-tab.h
/usr/include/pluma/pluma-utils.h
/usr/include/pluma/pluma-view-activatable.h
/usr/include/pluma/pluma-view.h
/usr/include/pluma/pluma-window-activatable.h
/usr/include/pluma/pluma-window.h
/usr/lib64/pkgconfig/pluma.pc
/usr/share/gir-1.0/Pluma-1.0.gir
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/pluma
/usr/share/gtk-doc/html/pluma/PlumaMessage.html
/usr/share/gtk-doc/html/pluma/PlumaMessageBus.html
/usr/share/gtk-doc/html/pluma/PlumaMessageType.html
/usr/share/gtk-doc/html/pluma/ch01.html
/usr/share/gtk-doc/html/pluma/home.png
/usr/share/gtk-doc/html/pluma/index.html
/usr/share/gtk-doc/html/pluma/left-insensitive.png
/usr/share/gtk-doc/html/pluma/left.png
/usr/share/gtk-doc/html/pluma/pluma-PlumaPrintJob.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-app.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-debug.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-document.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-encodings-combo-box.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-encodings.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-file-chooser-dialog.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-help.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-metadata-manager.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-notebook.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-panel.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-prefs-manager-app.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-prefs-manager.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-print-job-preview.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-progress-message-area.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-statusbar.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-tab.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-utils.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-view.html
/usr/share/gtk-doc/html/pluma/pluma-pluma-window.html
/usr/share/gtk-doc/html/pluma/pluma.devhelp2
/usr/share/gtk-doc/html/pluma/right-insensitive.png
/usr/share/gtk-doc/html/pluma/right.png
/usr/share/gtk-doc/html/pluma/style.css
/usr/share/gtk-doc/html/pluma/up-insensitive.png
/usr/share/gtk-doc/html/pluma/up.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 10 23:54:51 2024