Changelog for
gummi-lang-0.8.0-lp151.3.3.1.noarch.rpm :
* Tue Dec 24 2019 Atri Bhattacharya
- Update to version 0.8.0 (see boo#1154704):
* Migrated codebase GTK2->GTK3
* Open multiple files at once from command line
* Replaced use of old bundled synctex (for system synctex)
* Monitor document for external changes
* Automatically scroll build log to end
* Allow editor themes/styles from a custom filepath
* Visual improvements to file saving dialog
* Remember preview scroll position and zoom mode per tab
* Bugs fixed: - Replace all is now one action for sane undo/redo\'ing - Fix erroneous return code for makeindex - Fix gtkspell init failure when EN language unavailable - Fix inconsistent wholeword text searching - Build script fixes for MacOSX - Show statusbar message when PDF creation fails - Fix rare hang on gummi exit - Now suggests file extension on save window - Run bibtex menu item no longer disabled after running - Replaced multiple homebrew functions with glib - Fix jumping editor caret on closing search - Allow using synctex when using rubber - A multitude of minor fixes- New patch: gummi-implicit-fortify-decl.patch to fix GCC warning for incompatible implicit declaration of built-in function \'strlen\' (gh#alexandervdm/gummi#124).- Drop patches no longer needed:
* gummi-fix-crash-on-opening-file.patch
* gummi-predictable-tmpfiles.patch
* gummi-incorrect-desktop-file-version.patch
* Sun Feb 07 2016 badshah400AATTgmail.com- Update gummi-predictable-tmpfiles.patch with final patch committed by upstream (CVE-2015-7758, gh#alexandervdm/gummi#20, boo#949682).
* Thu Dec 17 2015 badshah400AATTgmail.com- Update to 0.7.4.3: + No changelog entry.- Add patch gummi-predictable-tmpfiles.patch to fix an exploitable issue caused by gummi setting predictable file names in /tmp (CVE-2015-7758, gh#alexandervdm/gummi#20, boo#949682).- Add gummi-incorrect-desktop-file-version.patch to remove the version tag from .desktop file, it is not meant to indicate pkg version and causes rpmlint warnings.- Rebase gummi-fix-crash-on-opening-file.patch for updated version.
* Fri Jan 16 2015 p.drouandAATTgmail.com- Update to version 0.7.1 + No changelog entry- Move to GTK3 + Replace pkgconfig(gtk+-2.0) with pkgconfig(gtk+-3.0) + Replace pkgconfig(gtksourceview-2.0) with pkgconfig(gtksourceview-3.0) + Replace pkgconfig(gtkspell-2.0) with pkgconfig(gtkspell3-3.0)- Update Url; point to new home of the project- Remove gummi-deprecated-g_thread_init.patch; fixed on upstream- Adapt gummi-fix-crash-on-opening-file.patch to upstream changes- Use download Url as source- Split out translation files into a -lang subpackage
* Fri Sep 27 2013 hpjAATTsuse.com- Add gummi-fix-crash-on-opening-file.patch (bnc#840589, http://dev.midnightcoding.org/issues/498 ).
* Wed Jan 30 2013 badshah400AATTgmail.com- Update to version 0.6.5: + Bugs fixed: - Fixed empty build logs when special characters were included - Fixed a rare deadlock situation on program exit - Fixed regression in spell-checking language listing - Fixed regression in killing inresponsive compilation processes - Correctly close file descriptors for child processes - Implemented --version CLI argument - Several translation updates - Added Hungarian translation- Minor rebase of patch gummi-deprecated-g_thread_init.patch.
* Mon Jun 25 2012 badshah400AATTgmail.com- Update to version 0.6.4: + Bugs fixed: - Replaced faulty importer implementation with a toolbar variant - Fixed an issue where the previewer would not display correctly - dvi script uses exit status to signal compilation status - Improved the reported messages for some errors. - Better TeXLive version detection - Fixed a reference problem that could lead to a crash - Search window is correctly centered in GNOME 3 - Tab markup not enabled when project loading fails - Minor UI tweaks to the project & bibliography panels - Minor UI tweaks to the snippet configuration interface + Minor rebase of patch gummi-deprecated-g_thread_init.patch.
* Tue Apr 03 2012 badshah400AATTgmail.com- Update to version 0.6.3: + Bugs fixed: - Fix bibtex regression since 0.6.2 - Fix for compiling through dvi/ps - Correctly disable template open button when none exist - Gummi toolbar can be hidden again - Fix LaTeX error screen and error line output - Menu item compatibility with Ubuntu\'s Unity fixed - Added Chinese (simplified) translation.- Changes from version 0.6.2: + Bugs fixed: - Recovery mode is also triggered when gummi is run with file argv - Incomplete compilation processes are killed on tab switch - Fix template addition crash when zero tabs are opened - PDF files can now be used by the image importer - Fixed building/compilation scripts for explicit linking - Default text only written to disk when changes are made - SyncTeX auto-scrolling is now disabled by default - Converted snippet offsets to utf8 - Bibliography items with all capital letters can be parsed - Various minor spelling/phrasing errors - Build files can now be removed from the menu - Lots of Windows specific issues - Addition of user guide link.
* Tue Feb 14 2012 badshah400AATTgmail.com- Add gummi-deprecated-g_thread_init.patch to fix build failures for openSUSE > 12.1
* Tue Dec 13 2011 badshah400AATTgmail.com- Upgrade to version 0.6.1: + Bugs fixed: - Selecting text no longer freezes during updates - Shell escape option is now set/unset correctly - Fixed crash when trying to open non-existing file from cli - Popup windows no longer block gui in fullscreen mode - Documents containing input commands can pass precompile check - Opening snippet menu no longer blocks gui - Several fixes to snippet insertion mechanism - Minor tweaks to the build scripts for convenience - Fixed some minor memory leaks- Changes from version 0.6.0: + Features added: - Multi-tab/document support - LaTeX build systems (rubber/latexmk) - Compiling through DVI/Postscript - Continuous PDF preview - Filter function for bibliographies - Improved document statistics - Infoscreen panel with document status - More configurable options - Minimal project support - SyncTeX support - New & updated translations + Bugs fixed: - Improved preview scaling performance - Importer file choosers now default to CWD - Fixed image import warning - Fixed rare segfault on gummi start - Search results colour depends on color theme - Preview scroll position restored after error - Replaced all win32 incompatible code - Configuration I/O transaction fixes - Modifier keys no longer trigger auto-compile - Correct encoded text is written on file save - Fixed a rare GUI hang when program is closed - Several GUI and icon related problems - Several memory leaks