SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for geany-plugins-doc-2.0.0+git20240811.dc384ce-1.3.noarch.rpm :

* Tue Aug 20 2024 scott.bradnickAATTsuse.com- Creating a -devel and -doc package- Adding geany-plugins-rpmlintrc
* Not sure why it complains about \'devel-file-in-non-devel-package\' for .so, then complains \'non-devel-file-in-devel-package\' for .so.0.0.0- Update to version 2.0.0+git20240811.dc384ce:
* projectorganizer: Add popup panel for navigation
* updatechecker: Remove weird German quotes
* updatechecker: Avoid a deprecated call
* updatechecker: Don\'t leak the libsoup session
* updatechecker: Port to libsoup3
* Thu Jul 11 2024 scott.bradnickAATTsuse.com- Update to version 2.0.0+git20240706.3a90710:
* geanygendoc: Add support for types \"include\" and \"other\"
* geanygendoc: Sort tag types alphabetically
* geanygendoc: Fix crash if trying to document an unknown type
* Addons: Remove obsolete GTK_CHECK_VERSION checks (#1358)
* geniuspaste: Ask confirmation before pasting
* Addons: Hide status icon on startup until Geany has started
* Windows installer: Prefer Geany installation directory over user\'s HOME
* GeanyLua: Use luaL_Reg instead of luaL_reg The real name of the struct is luaL_Reg.
* Wed Jun 12 2024 scott.bradnickAATTsuse.com- Converting to using git for source since it isn\'t tied to: 1. libjavascriptcoregtk-4_0-18 2. libwebkit2gtk-4_0-37 3. webkit2gtk-4_0-injected-bundles since I already have these installed: 1. libjavascriptcoregtk-4_1-0 2. libwebkit2gtk-4_1-0 3. webkit2gtk-4_1-injected-bundles- Update to version 2.0.0+git20240610.9d807bc:
* Windows: Compile GLib schemas after installation (#1352)
* SpellCheck: Remove obsolete GTK_CHECK_VERSION checks
* ProjectOrganizer, Workbench: Use GStatBuf for \"g_stat()\" calls
* Vimode: implement fold in vimode plugin
* Vimode: handle fold and margin click event
* vimode: Ensure that the line with the cursor is expanded after performing a command
* vimode: Take into account folded lines when moving cursor
* geanyctags: Add information about universal-ctags
* geanyctags, projectorganizer, vimode: Use https in URLs
* geanyctags, projectorganizer, vimode: Encourage users to use github
* ci: Disable cppcheck on distcheck
* treebrowser: Move cppcheck suppressions inline
* Remove obsolete cppcheck suppressions
* cppcheck: Add inline suppressions for false-positives
* markdown: Slightly rewrite two tests for cppcheck\'s sake
* geniuspaste: Fix memory leak detected by cppcheck
* workbench: Fix memory leak detected by cppcheck
* geanyprj: Fix memory leak detected by cppcheck
* addons: Fix memory leak detected by cppcheck
* cppcheck: Enable inline suppression hints
* ci: Enable exhaustive cppcheck checking
* cppcheck: Define the common plugin defines to their actual values
* cppcheck: Use cppcheck\'s own gtk support
* cppcheck: Undefine GEANY_PRIVATE
* cppcheck: Properly define GETTEXT_PACKAGE globally
* cppcheck: Enable parallelism to match Make call
* LaTeX: Switch handling of insert (list) environments over to snippets workflow (#1330)
* Fix CPP CMake option capitalization
* Remove redundant ABOUT files
* LaTeX: Improve readme
* codenav: Fix use-after-free in cached completion model
* webhelper: Update minimal requirements
* webhelper: Replace deprecated g_value_set_char()
* webhelper: Remove use of deprecated g_thread_init()
* webhelper: Replace use of deprecated GtkVBox with GtkBox
* webhelper: Use modern GObject private data
* Markdown: Allow building with webkit2gtk-4.1
* projectorganizer: Use g_pattern_spec_match_string() instead of g_pattern_match_string()
* geanyctags: Use g_pattern_spec_match_string() instead of g_pattern_match_string()
* vimode: eliminate a warning
* lineoperations: Removed debug code (fixes #1322) (#1323)
* CI: Download, compile and use latest cppcheck version
* webhelper: Add support for loading the current file in the web view
* webhelper: Show accelerator in context menu
* webhelper: Allow building with webkit2gtk-4.1
* webhelper: Improve usage in README
* Markdown: Modify replace_all to avoid infinite loop
* Fri Oct 20 2023 Paolo Stivanin - 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 - Replace 1165.patch with 1178.patch: Solve the problem in a different way.
* Mon Sep 05 2022 Dominique Leuenberger - 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 - Add 1165.patch: GitChangeBar: Support libgit2 1.4.x
* Sun Oct 10 2021 Michael Ströder - 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 - 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 - 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.
 
ICM