Revisions of grip (19)
- Update to version 4.2.4 * Translation updates: Hungarian * New translation: Romanian
- Update to version 4.2.3
* Patch from Christian Weisgerber: Store fgetc() return value in
int for comparison with EOF
* Translation updates: Italian
- Update to version 4.2.2
* Patch from D. J. Slattery: fix crash on startup due to
invalid pointer
- Update to version 4.2.1
* Translation updates: Italian
* Update documentation, IRC moving from Freenode to Libera
- Update to version 4.2.0
* Use gnudb.org as default cd database,
as it is replacing Freedb
* Translation updates: French, serbian
- Add 9c91b8.patch to fix wromng directory access which leads to EACCESS
- Update to version v4.1.0
* Update gettext to 0.19.4.
* Drop libgnomeui2 and libgnome2 dependencies
* Fix out of source tree builds
* Add meson as build system option
* Fix application window icon
* Restored short command-line options
* Port to GtkStatusIcon and drop included EggTracyIcon code
* Fix tray icon right-click menu positioning
* Make -Werror optional (it does more harm than good)
* Patch from Dan Fandrich:
Stop copying overlapping strings on multi-artist CDs
* Add korean translation from TP
* nl.po, zh_CN.po: Update translations from TP
* Patches from Adrian Reber:
- Remove vte dependency
grip uses vte for its status window. The version of vte grip relies on
is not maintained upstream for a long time. This commit removes the
complete status window functionality from grip. Messages previously sent
to the status window are now sent to the console.
- Switch to non-deprecated g_string functions
- Ignore deprecation errors
* Sync updated french translation from Translation Project
- Update to version v3.10.1
* Patch from Lutz Mändle: Calculates the correct space needed for
drawing the labels in the edit box
* Patch from Adrian Reber: Fix errors with gcc9 and terminate
strings correctly
version 3.10.0
* Patch from Frédéric Fauberteau: undefined reference to
`WIFEXITED' (patch issue #162)
* Translation updates: New danish translation
* Remove freedb.musicbrainz.org as secondary default cd database:
https://blog.metabrainz.org/2018/09/18/freedb-gateway-end-of-life-notice-march-18-2019/
* automake: Replace INCLUDES with AM_CPPFLAGS
* Rename configure.in > configure.ac