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

geany-lang-2.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: geany-lang Distribution: openSUSE Tumbleweed
Version: 2.1 Vendor: openSUSE
Release: 1.1 Build date: Fri Aug 8 07:11:13 2025
Group: System/Localization Build host: reproducible
Size: 4116944 Source RPM: geany-2.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://geany.org
Summary: Translations for package geany
Provides translations for the "geany" package.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Aug 08 2025 anenasa <anenasaa@yahoo.com>
  - Update to 2.1:
    * Include themes from geany-themes.
    * Fix silently truncating files containing NUL bytes.
    * Improve compatibility focusing the editor window when opening
      a file externally.
    * Update placeholders for external printing command to use the
      same ones as build commands.
    * Improve corner-case encoding detection and conversion.
    * Fix losing session after opening several projects.
    * Fix emission of the "document-activate" signal, leading to
      glitches in UI and plugins.
    * Fix spurious CPU load after running a build command.
    * Use a more reliable method for saving preferences and other
      auxiliary files.
    * Fix focusing the symbol list through key binding.
    * Fix search entry after editing the toolbar.
    * Fix non-deterministic anonymous symbol names.
    * Fix displaying symbols declared out of order.
    * Fix possible invalid memory access when generating user
      initials on first startup.
    * Fix replacing placeholders in filenames in build commands.
    * Add support for searching the Messages and Compiler output.
    * Add support for modern platform-native file selection dialogs.
    * Regroup filetypes by letter.
    * Add filter for open documents sidebar.
    * Add filter for keybindings preferences.
    * Add various pref to skip "replace in session" confirmation
      dialog.
    * Make it easier to wrap search when the confirmation dialog is
      shown.
    * Fix spurious selection when clicking an externally-modified
      file.
    * Fix translation of the Various preferences tab.
    * Do not show redundant None encoding.
    * Do not display encodings not supported on the system.
    * Move "Virtual Spaces" preference to "Editor -> Features".
    * Various UI tweaks.
    * Allow pasting and autocompletion for multiple carets.
    * Increase minimal number margin width.
  - Drop upstreamed reproducible.patch.
  - Drop upstreamed geany-2.0-gcc15.patch.
* Fri May 23 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop obsolete update-desktop-files BuildRequires and macro.
    Replace with desktop-file-utils BuildRequires.
* Thu Mar 20 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Add geany-2.0-gcc15.patch: Fix build with gcc 15 (patch lifted
    from gentoo).
* Wed Apr 24 2024 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to make glfw build deterministic
* Fri Oct 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0:
    * Split "session data" into session.conf, preferences are written to
      and read from geany.conf (PR#2776, PR#2779, PR#3014, PR#3125 and more).
    * Require GTK 3.24.
    * (Re-)Add ability to scroll over document tabs (PR#3134).
    * Fix keyword colorization on filetype change (PR#3553).
    * Fix startup files order when placing tabs next to the current one (PR#3611).
    * The document list in the sidebar has a new tree view. This mode is
      the new default and existing installations automatically use it (PR#1813).
    * Use dark-theme friendly colors for compiler messages (PR#3013).
    * Add a confirmation dialog on search & replace for the whole session (PR#3033).
    * Filter entry for symbol tree (PR#3055).
    * Simplify project creation from existing directories with sources (PR#3042).
    * Add option to show symbols in symbol tree without category groups (PR#3172).
    * Add option to only show line endings if they differ from file default (PR#3287).
    * Make tab label length and window title length configurable (Abdul Rafey, #3365).
    * Make Go to Symbol commands show signature list (PR#3475).
    * Sync many parsers from the Universal Ctags project, this leads to
      updated symbol parsers (PR#2990, PR#2991, PR#3032).
    * Improved support for the ctags file format, which is now the recommended
      format for tags files (PR#3049).
    * Enable local variables and improve autocompletion for C/C++ and
      some other languages (PR#3185, PR#3275).
  - Drop upstreamed geany-inttool.patch.
  - Rebased geany-appstream.patch.
* Sun Apr 03 2022 Stephan Kulow <coolo@suse.com>
  - Add geany-inttool.patch and adopt geany-appstream.patch to fix
    for autoconf 2.71 - upstream moved away from broken intltool,
    so cherry picked that
* Fri Nov 05 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Require libgeany0 by -devel package: we install the .so symlink
    and are thus responsible for the link target too.
* Sun Oct 10 2021 Michael Ströder <michael@stroeder.com>
  - Update to version 1.38
    * General
    - Increase speed when opening documents, especially on startup
      (Justin Blanchard, Issue#2883, Issue#2649, Issue#2791, PR#2884, PR#2747).
    - Synchronize Geany's Ctags implementation with Universal Ctags, this
      leads to updated symbol parsers (Jiří Techet, PR#2666).
    - Remove GTK+2 Support (PR#2602).
    - Geany needs a C++17 compiler to build (PR#2862).
    * Bug fixes
    - Workaround crashes when pasting into VTE without having focus (Issue#2813, PR#2843).
    * Interface
    - Add keybinding to reload all open documents (David Yang, PR#2859).
    * Filetypes
    - Add Julia filetype (getzze, Issue#434, PR#2584).
    - Add Meson filetype (Andy Alt, PR#2850).
    * Plugins
    - SaveActions: add configurable target directory for instantly saved files
    - (Issue#640, PR#2769).
    * Windows
    - Fix message window height after restart (Issue#2591, PR#2892).
    - Switch Windows builds to GTK3 and x86_64 (PR#2590).
    * Internationalization
    - Updated translations: da, de, el, es, et, fr, it, ja, nl pt, pt BR, sk, tr, uk, zh_CN
* Thu Dec 17 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 1.37.1:
    * Fix crash on first startup
* Tue Oct 27 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 1.37:
    * Save main and project configuration whenever documents are
      opened/closed to reduce accidental loss of current session in the
      event of a crash (can be disabled).
    * Fix a possible crash when quitting
    * Show OS info in debug messages which can and should be included
      in bug reports to ease support and debugging.
    * Update Scintilla to version 3.21.1.
    * Add BibTeX (Mirco Schoenfeld) and Smalltalk
    * Update FreeBasic, JavaScript, Lua, and Python filetypes.
  - Remove geany-avoid-segfault-on-quit.patch

Files

/usr/share/locale/ar/LC_MESSAGES/geany.mo
/usr/share/locale/ast/LC_MESSAGES/geany.mo
/usr/share/locale/be/LC_MESSAGES/geany.mo
/usr/share/locale/bg/LC_MESSAGES/geany.mo
/usr/share/locale/ca/LC_MESSAGES/geany.mo
/usr/share/locale/cs/LC_MESSAGES/geany.mo
/usr/share/locale/da/LC_MESSAGES/geany.mo
/usr/share/locale/de/LC_MESSAGES/geany.mo
/usr/share/locale/el/LC_MESSAGES/geany.mo
/usr/share/locale/en_GB/LC_MESSAGES/geany.mo
/usr/share/locale/es/LC_MESSAGES/geany.mo
/usr/share/locale/et/LC_MESSAGES/geany.mo
/usr/share/locale/eu/LC_MESSAGES/geany.mo
/usr/share/locale/fa/LC_MESSAGES/geany.mo
/usr/share/locale/fi/LC_MESSAGES/geany.mo
/usr/share/locale/fr/LC_MESSAGES/geany.mo
/usr/share/locale/gl/LC_MESSAGES/geany.mo
/usr/share/locale/he/LC_MESSAGES/geany.mo
/usr/share/locale/hi/LC_MESSAGES/geany.mo
/usr/share/locale/hu/LC_MESSAGES/geany.mo
/usr/share/locale/id/LC_MESSAGES/geany.mo
/usr/share/locale/it/LC_MESSAGES/geany.mo
/usr/share/locale/ja/LC_MESSAGES/geany.mo
/usr/share/locale/kk/LC_MESSAGES/geany.mo
/usr/share/locale/ko/LC_MESSAGES/geany.mo
/usr/share/locale/lt/LC_MESSAGES/geany.mo
/usr/share/locale/lv/LC_MESSAGES/geany.mo
/usr/share/locale/nl/LC_MESSAGES/geany.mo
/usr/share/locale/nn/LC_MESSAGES/geany.mo
/usr/share/locale/pl/LC_MESSAGES/geany.mo
/usr/share/locale/pt/LC_MESSAGES/geany.mo
/usr/share/locale/pt_BR/LC_MESSAGES/geany.mo
/usr/share/locale/ro/LC_MESSAGES/geany.mo
/usr/share/locale/ru/LC_MESSAGES/geany.mo
/usr/share/locale/sk/LC_MESSAGES/geany.mo
/usr/share/locale/sl/LC_MESSAGES/geany.mo
/usr/share/locale/sr/LC_MESSAGES/geany.mo
/usr/share/locale/sv/LC_MESSAGES/geany.mo
/usr/share/locale/tr/LC_MESSAGES/geany.mo
/usr/share/locale/uk/LC_MESSAGES/geany.mo
/usr/share/locale/vi/LC_MESSAGES/geany.mo
/usr/share/locale/zh_CN/LC_MESSAGES/geany.mo
/usr/share/locale/zh_TW/LC_MESSAGES/geany.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Aug 19 22:21:53 2025