libgnt/libgnt

Update ChangeLog for the LIBGNT-13 fix
release-2.x.y
2021-07-15, Gary Kramlich
6257c6712eaf
Update ChangeLog for the LIBGNT-13 fix

Testing Done:
None

Reviewed at https://reviews.imfreedom.org/r/814/
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule],
build_by_default : false)
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule],
build_by_default : false)