head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.04.18.06.41.27; author wiz; state Exp; branches; next ; commitid WYQe6LCoV98sMA6F; desc @@ 1.1 log @gummi: update to 0.8.3. Gummi 0.8.3 (April 29th, 2022): Bugs fixed: * Multiple fixes to typesetter parsing * Fixed some warnings Gummi 0.8.2 (May 25th, 2021): Bugs fixed: * Prevent losing preview pane position on error * Fix issues with certain font (styles) for editor * Fix spell checking using enchant version 2 * Fix regression exit crash in certain situations * Synctex fix for filenames with special chars * Re-implemented right panel toggling * Several memory leaks plugged Gummi 0.8.1 (January 26th, 2020): Bugs fixed: * Fix racing bug causing random deadlocks Gummi 0.8.0 (December 19th, 2019): Features added: * 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 @ text @$NetBSD$ Fix unportable test(1) operator. --- dev/bump_version.orig 2024-04-17 13:46:34.666481747 +0000 +++ dev/bump_version @@@@ -1,6 +1,6 @@@@ #!/bin/sh -if [ "$1" == "" ]; then +if [ "$1" = "" ]; then echo "This script requires a command line argument " fi @