commit d08163717ab70961cd570a00c6da66067436342e Author: David King Date: Fri May 9 17:23:55 2014 +0100 Update NEWS for 2.2.2 release M NEWS M SOURCES M configure.ac commit 04447b1ef7588cac207badf6ff8264a0a8684235 Author: David King Date: Fri May 9 17:21:13 2014 +0100 Update translation list for Windows installer M easytag-win32-installer.nsi.in commit 63e9d30cc082e9b88bf5b86a2ce24e3e176e6692 Author: David King Date: Fri May 9 16:34:00 2014 +0100 Fix broken check for id3lib UTF-16 bug https://bugzilla.gnome.org/show_bug.cgi?id=729328 M src/id3_tag.c commit ac5d789fc676de790f79511c66fcab96865375fd Author: David King Date: Mon May 5 18:56:34 2014 +0100 Read extended Winamp 5.6 genres stored as integers As libid3tag has not been updated in some time, the genre list is rather out of date. If an integer genre is found, and libid3tag does not find it in the index, try the EasyTAG index as a fallback. M src/id3v24_tag.c commit 36080a58642892fa9309595e820fbb887ad4d21f Author: David King Date: Mon May 5 18:29:47 2014 +0100 Update ID3v1 genre list https://bugzilla.gnome.org/show_bug.cgi?id=729036 M src/genres.h commit 6c2652fc17fa67514efc3056e229e2b13bfeda47 Author: Andreas Winkelmann Date: Mon May 5 10:39:14 2014 +0100 Refactor libid3tag_Get_Frame_Str() and fix leak M src/id3v24_tag.c commit 0cd17f3ca47c956d6407d97b5c8b668999261eca Author: Dimitris Spingos Date: Mon May 5 07:36:30 2014 +0300 Added Greek translation of help M help/Makefile.am A help/el/el.po commit a47bd70e658a0a4bb610669a59157e8d70d973fe Author: David King Date: Sun May 4 10:32:03 2014 +0100 Fix memory leak when reading Ogg disc number field M src/ogg_tag.c commit dc074036a1ec1217fdd1e9a942e7e120e7523b84 Author: David King Date: Sun May 4 09:59:10 2014 +0100 Avoid crash when saving Ogg file with cover art https://bugzilla.gnome.org/show_bug.cgi?id=729443 M src/ogg_tag.c commit 5b5c7b27362f646b9277300d70c3bd09e4852094 Author: Andika Triwidada Date: Sun May 4 00:36:03 2014 +0000 Added Indonesian translation M po/LINGUAS A po/id.po commit 7b5bfab07d12cebc2f816a1e8ecd7dabfac75973 Author: David King Date: Sat Apr 26 08:57:24 2014 +0100 Revert asyncronous loading and saving of images This reverts commit f77f63eb9ce7cf8b58bbc2251f2ef32c9352d6f4 and f432ebd26c9bf5fc060eecb0c90635ca4acd3abd. https://bugzilla.redhat.com/show_bug.cgi?id=1091577 M src/picture.c commit 8e5276e99e1538196fda945577ccee1de90bc3ba Author: David King Date: Sat Apr 26 09:19:26 2014 +0100 Allow input focus to escape the tag area Do not create a focus loop in the tag area, and instead allow the user to tab out of the area. M src/easytag.c commit 7f8dfb1383615a09e52351981c035a882609e0b3 Author: David King Date: Wed Apr 23 12:52:16 2014 +0100 Fix loading filenames from a text file When the code to read a list of filenames from a text file was ported to use GFile and GIO, it read the whole file as one entry and did not split the filenames by line. Use GDataInputStream to read per-line as before. M src/misc.c