1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
2011-10-04 Frank Lanitz <frlan@frank.uvena.de>
* Remove not needed call of main_locale_init()
* Fix i18n for plugin
2011-09-25 Frank Lanitz <frlan@frank.uvena.de>
* Adding a workaround for a weird issue in connection with
utils_string_replace_all().
* Don't free address variable in case of none address-dialog was shown.
2011-06-21 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Deprecate ui_widget_set_tooltip_text() in favor of
gtk_widget_set_tooltip_text().
2010-11-19 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Apply a patch by Nick to make usage of new dialogs_show_input()
function from plugin APIv199.
2010-09-23 Frank Lanitz <frank@frank.uvena.de>
* Replace deprecated PLUGIN_KEY_GROUP macro.
2010-04-16 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Allow hitting return to close email address dialog and proceed.
2010-01-05
* Release of 0.4.3 mainteinance release.
2009-10-08 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Use waf for building plugin in faovr of autotools.
2009-07-18 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Update to Geany plugin API v147 and make usage of single header includes.
2009-05-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Make usage of Geany's ui_widget_set_tooltip_text() function.
2009-04-24 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Applied a patch by Timothy Boronczyk which allows aborting when inserting
recipient's email address.
2008-10-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Applied a patch by Nick to make use of Geany Plugin API r100 and the
add_document_sensitive() function from plugin API.
2008-10-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Applied a patch by Nick to make use of Geany Plugin API r99 and the
add item to toolbar function.
2008-10-03 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Implement a %b placeholder for adding basename of file to mailer command.
Thanks to Timothy Boronczyk for idea.
2008-09-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Make configuration example copyable.
2008-09-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Added a patch by Timothy Boronczyk to support creating a mail with
recipients email. Thanks for it.
2008-09-01 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Build environment: Update of Makefiles to include icon.h into source
package
* Build environment: Added makefile for Windows (needs to be tested)
* configure.in: Update of version string
2008-07-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Make plugin compile with Geany svn r2767.
2008-06-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Update of used plugin API to v71.
2008-06-16 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Make plugin also work together with GTK-2.8. Thanks to Nick for
providing patch.
2008-06-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Update of plugin API
2008-05-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Ported build system from spellcheck plugin. Thanks for it.
* Updated Geany plugin API.
* Activating of i18n support and adding a first German translation.
2008-05-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Restart using ChangeLog.
2007-11-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* geanysendmail.c: Applied a patch from Enrico to improve code;
Version 0.2b
2007-11-23 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* geanysendmail.c, TODO: %f added Filename placeholder
Fixes a few segfaults and momory problems
2007-11-23 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* geanysendmail.c: Added support configuration dialog called by
plugin manager and configuration file support to store mailer.
* TODO: Added list to keep in mind what is still missing
2007-11-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* *: Initial commit
|