2024-04-18 08:41:27 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
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
|
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-03-11 22:16:01 by Thomas Klausner | Files touched by this commit (41) |
Log message:
*: recursive bump for poppler-24.03.0 shlib major bump
|
2023-12-30 13:57:56 by Thomas Klausner | Files touched by this commit (44) |
Log message:
*: switch from poppler-glib to poppler
Bump PKGREVISION for all poppler users to be on the safe side
|
2023-11-15 10:25:55 by Thomas Klausner | Files touched by this commit (50) |
Log message:
*: recursive bump for poppler 23.11.0
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|