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

geany-plugins-lang-2.0-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: geany-plugins-lang Distribution: openSUSE:Factory:zSystems
Version: 2.0 Vendor: openSUSE
Release: 1.2 Build date: Fri Oct 20 07:50:35 2023
Group: System/Localization Build host: reproducible
Size: 1465271 Source RPM: geany-plugins-2.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://plugins.geany.org/geany-plugins/
Summary: Translations for package geany-plugins
Provides translations for the "geany-plugins" package.

Provides

Requires

License

GPL-2.0-or-later AND GPL-3.0-or-later

Changelog

* Fri Oct 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0:
    * Remove unusable and unmaintained plugins: DevHelp, GeanyPy,
      Multiterm.
    * Bookmarks: Prevent duplicating bookmarks when editing line.
    * Delay updating of tasks list until document has been colorised.
    * Various fixes.
  - Dropped 1178.patch since it has been upstreamed.
* Tue Sep 13 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Replace 1165.patch with 1178.patch: Solve the problem in a
    different way.
* Mon Sep 05 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Add explicit pkgconfig(libsoup-2.4) BuildRequires: needed for
    geniuspaste.
  - Add explicit pkgconfig(webkit2gtk-4.0) BuildRequires: needed for
    the markdown plugin.
* Tue Feb 22 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Add 1165.patch: GitChangeBar: Support libgit2 1.4.x
* Sun Oct 10 2021 Michael Ströder <michael@stroeder.com>
  - Update to version 1.38
    * GeanyCTags
    - Fix (re-)generating ctags file with relative paths (PR #708)
    * GeanyVC
    - Report a completion status of the commit command (Issue #837, PR #1026)
    - Correct tooltip display for the attach to menubar action (Issue #1032 PR #1033)
    * PrettyPrinter
    - Use stdbool.h istead of redefining bool (Issue #1059, Issue #1023, PR #1053)
    * Spellcheck
    - Add documentation about maintaining personal dictionaries (PR #1108)
    * Treebrowser
    - Avoid double node clear (PR #1015)
    * Vimmode
    - Ignore key-presses containing command on macOS (Issue #991, PR #1099)
    - Ignore special command handling in insert mode (Issue #1075, PR #1100)
    - Enable '.' to also repeat last inserted text (Issue #1101, PR #1102)
    - Fix line operation problems when NL is missing at EOF (Issue #1060, PR #1103)
    - Add special handling to include destination char for some commands (Issue #1052, PR #1104)
    - Add some more ex commands (PR #1104)
    * Windows
    - Switch Windows builds to GTK3 and x86_64 (PR #1107).
    - Fix crashes in Git Changebar, Lua, Macro and Numbered Bookmarks plugins (PR #1106)
    - Remove Markdown and WebHelper plugins from Windows installer due to
      missing dependencies (WebkitGTK) (PR #1107)
    * Internationalization
    - Updated translations: es, pt, tr, uk
* Tue Oct 27 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 1.37:
    * Addons: Improve sizes of color calltip
    * Autoclose: Remove all pairing quotes
    * GeanyVC: Add support for Fossil SCM
    * GeanyVC: Allow to toggle single files with Space and Return
      keys in commit dialog
    * GitChangebar: Add compatibility with libgit2 0.99
    * LaTeX: Indent line in new environment
    * PairTagHighligher: Allow to select a matching tag
    * ProjectOrganizer: Make showing empty directories in the
      sidebar configurable
    * ProjectOrganizer: Add a keybinding for focusing the sidebar
    * ProjectOrganizer: Re-read base path when updating project
    * Vimmode: Don't use word navigation from Scintilla
    * Vimmode: Make o/O respect auto indentation
  - Remove deprecated geany-plugins-Make-libgit2-compatible.patch
* Thu Apr 16 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Add geany-plugins-Make-libgit2-compatible.patch: Make libgit2
    version preprocessor conditionals compatible with libgit2-0.99.
  - Drop long disabled downstream patch, geany-plugins-lua-5_2.patch:
    We will move to lua 5.2 when upstream does.
* Fri Feb 21 2020 Matej Cepl <mcepl@suse.com>
  - Switch off building with PyGtk (as it is Python 2-based).
* Tue Feb 04 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop geany-plugins-lang Requires: It should have been a
    Recommends, and those are not needed anymore as Supplements: are
    in place to take care of it.
* Sat Sep 28 2019 Michael Ströder <michael@stroeder.com>
  - Update to version 1.36:
    + Addons: Add additional color format used at Arduino.
    + Improve support for GTK+3-support in many plugins.
    + Lineoperations:
    - Remove every n-th line.
    - Add support for locale-aware sorting.
    + Scope: Improve evaluation on-hover.
    + Updatechecker: Update URL for new geany.org-homepage.
    + VimMode:
    - Allow browsing command history using arrows.
    - Add going to beginning/end of command line.
    - Separate command and search history.
    + Workbench:
    - Save settings immediately.
    - Give sidebar a name to enable dedicated CSS styling.
    - Auto-save project on changes.
    - Add new feature "Search projects".
    - Add option to let Git decide which files to display.
  - Changes from version 1.35:
    + General:
    - Windows: Install dependency translations only if selected.
    - Build: Don't rely on a pkg-config output formatting detail.
    + Addons: Update to use new plugin API.
    + Autoclose: Update to use new plugin API.
    + Automark: Update to use new plugin API.
    + Codenav: Update to use new plugin API.
    + Debugger:
    - Update to use new plugin API.
    - Fix a compiler warning.
    + Defineformat: Update to use new plugin API.
    + DevHelp: Update to use new plugin API.
    + GeanyCTags: Update to use new plugin API.
    + GeanyExtraSel: Undo workaround for rectange selection cancel
      bug (Fixed with 1.34+ Geany core release).
    + GeanyLua:
    - Fix build warnings.
    - Update to match latest Geany's Scintilla API.
    + GeanyNumberedBookmarks: Fix crash on re-unload.
    + GeanyVC: Add a commit message history.
    + GitChangebar: Fix compatibility with libgit2 0.28 API.
    + Project Organizer: Add file operations to Project Organizer.
    + Scope:
    - Correct height of "Environment" GtkTextView.
    - Show error message if no executable is set.
    - Fix "Modify" menu item being active without selection.
    + Spellcheck: Improve documentation where to put translation
      dictionaries.
    + Treebrowser: Use xdg-open for external open command.
    + Vimmode: Fix repeated commands like 10dd not working.
    + Webhelper: Update README.
    + Updated translations.
  - Removed obsolete geany-plugins-fix-compat-libgit2_0.28.patch.

Files

/usr/share/locale/be/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/ca/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/da/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/de/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/el/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/es/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/fr/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/gl/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/it/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/ja/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/kk/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/nl/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/pt/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/pt_BR/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/ru/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/tr/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/uk/LC_MESSAGES/geany-plugins.mo
/usr/share/locale/zh_CN/LC_MESSAGES/geany-plugins.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:49:46 2024