qulogic/libgnt

Add a migration guide, based on GTK's.

2019-05-20, Elliott Sales de Andrade
d27f187aca34
Add a migration guide, based on GTK's.

This replaces ChangeLog.API. Much of the boilerplate text is from GTK,
though it's been modified to only contain information applicable to
this project.
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])