diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2016-06-17 08:56:07 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2016-06-17 08:56:07 +0000 |
commit | 746b9ad1a5dec77269d6e66ecccef0d144f78ebe (patch) | |
tree | 67cc361ac88b0bd0f8e7d7e0d9eb678fb7d23205 /ChangeLog | |
parent | 6bce1bd247197a3546c47f84d5f87faa47a68924 (diff) |
added new plug-in function and added plugin-types.h.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3515 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2016-06-17 + * src/main.c + src/plugin.[ch] + src/plugin-types.h: syl_plugin_get_attach_list(): added new plug-in + function. Extra struct types are separeted into plugin-types.h. + +2016-06-17 + + * src/compose.[ch]: compose_get_attach_list(): added. + +2016-06-17 + * src/compose.c src/mainwindow.c: emit toolbar changed signals. |