[geany/geany-plugins] c3cc05: Rename plugin GeanySendMail -> SendMail

Frank Lanitz git-noreply at xxxxx
Sun Jun 12 13:19:55 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 12 Jun 2016 13:19:55 UTC
Commit:      c3cc0559026917508120cd5d3de41389d2dd2844
             https://github.com/geany/geany-plugins/commit/c3cc0559026917508120cd5d3de41389d2dd2844

Log Message:
-----------
Rename plugin GeanySendMail -> SendMail


Modified Paths:
--------------
    Makefile.am
    README
    build/geany-plugins.nsi
    build/geanysendmail.m4
    build/sendmail.m4
    configure.ac
    geanysendmail/src/Makefile.am
    po/POTFILES.in
    sendmail/AUTHORS
    sendmail/COPYING
    sendmail/ChangeLog
    sendmail/Makefile.am
    sendmail/NEWS
    sendmail/README
    sendmail/TODO
    sendmail/src/Makefile.am
    sendmail/src/mail-icon.xpm
    sendmail/src/sendmail.c

Modified: Makefile.am
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -91,9 +91,6 @@ if ENABLE_GEANYPY
 SUBDIRS += geanypy
 endif
 
-if ENABLE_GEANYSENDMAIL
-SUBDIRS += geanysendmail
-endif
 
 if ENABLE_GEANYVC
 SUBDIRS += geanyvc
@@ -143,6 +140,10 @@ if ENABLE_SCOPE
 SUBDIRS += scope
 endif
 
+if ENABLE_SENDMAIL
+SUBDIRS += sendmail
+endif
+
 if ENABLE_SHIFTCOLUMN
 SUBDIRS += shiftcolumn
 endif


Modified: README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -68,7 +68,6 @@ Available plugins are:
 * ``geanypg`` -- the geanypg plugin
 * ``geanyprj`` -- the GeanyPrj plugin
 * ``geanypy`` -- the Geanypy plugin
-* ``geanysendmail`` -- the GeanySendmail plugin
 * ``geanyvc`` -- the GeanyVC plugin
 * ``geniuspaste`` -- the paste to a pastebin plugin
 * ``gitchangebar`` -- the GitChangeBar plugin
@@ -83,6 +82,7 @@ Available plugins are:
 * ``pretty_printer`` -- the pretty-printer plugin
 * ``projectorganizer`` -- the ProjectOrganizer plugin
 * ``scope`` -- the Scope plugin
+* ``sendmail`` -- the GeanySendmail plugin
 * ``shiftcolumn`` -- the ShiftColumn plugin
 * ``spellcheck`` -- the spellcheck plugin
 * ``treebrowser`` -- the Treebrowser plugin


Modified: build/geany-plugins.nsi
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -173,6 +173,7 @@ Section Uninstall
 	Delete "$INSTDIR\lib\geany\geanynumberedbookmarks.dll"
 	Delete "$INSTDIR\lib\geany\geanypg.dll"
 	Delete "$INSTDIR\lib\geany\geanyprj.dll"
+	; Keep for geanysendmail propper deleting old dll some time
 	Delete "$INSTDIR\lib\geany\geanysendmail.dll"
 	Delete "$INSTDIR\lib\geany\geanyvc.dll"
 	Delete "$INSTDIR\lib\geany\geniuspaste.dll"
@@ -185,6 +186,7 @@ Section Uninstall
 	Delete "$INSTDIR\lib\geany\pretty-printer.dll"
 	Delete "$INSTDIR\lib\geany\projectorganizer.dll"
 	Delete "$INSTDIR\lib\geany\scope.dll"
+	Delete "$INSTDIR\lib\geany\sendmail.dll"
 	Delete "$INSTDIR\lib\geany\shiftcolumn.dll"
 	Delete "$INSTDIR\lib\geany\spellcheck.dll"
 	Delete "$INSTDIR\lib\geany\tableconvert.dll"


Modified: build/geanysendmail.m4
9 lines changed, 0 insertions(+), 9 deletions(-)
===================================================================
@@ -1,9 +0,0 @@
-AC_DEFUN([GP_CHECK_GEANYSENDMAIL],
-[
-    GP_ARG_DISABLE([GeanySendmail], [yes])
-    GP_COMMIT_PLUGIN_STATUS([GeanySendmail])
-    AC_CONFIG_FILES([
-        geanysendmail/Makefile
-        geanysendmail/src/Makefile
-    ])
-])


Modified: build/sendmail.m4
9 lines changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,9 @@
+AC_DEFUN([GP_CHECK_SENDMAIL],
+[
+    GP_ARG_DISABLE([Sendmail], [yes])
+    GP_COMMIT_PLUGIN_STATUS([Sendmail])
+    AC_CONFIG_FILES([
+        sendmail/Makefile
+        sendmail/src/Makefile
+    ])
+])


Modified: configure.ac
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -50,7 +50,6 @@ GP_CHECK_GEANYMINISCRIPT
 GP_CHECK_GEANYNUMBEREDBOOKMARKS
 GP_CHECK_GEANYPRJ
 GP_CHECK_GEANYPY
-GP_CHECK_GEANYSENDMAIL
 GP_CHECK_GEANYVC
 GP_CHECK_GEANYPG
 GP_CHECK_GENIUSPASTE
@@ -64,6 +63,7 @@ GP_CHECK_POHELPER
 GP_CHECK_PRETTYPRINTER
 GP_CHECK_PROJECTORGANIZER
 GP_CHECK_SCOPE
+GP_CHECK_SENDMAIL
 GP_CHECK_SHIFTCOLUMN
 GP_CHECK_SPELLCHECK
 GP_CHECK_TREEBROWSER


Modified: geanysendmail/src/Makefile.am
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-include $(top_srcdir)/build/vars.build.mk
-plugin = geanysendmail
-
-geanyplugins_LTLIBRARIES = geanysendmail.la
-
-geanysendmail_la_SOURCES = geanysendmail.c mail-icon.xpm
-geanysendmail_la_CPPFLAGS = $(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"GeanySendMail\"
-geanysendmail_la_LIBADD = $(COMMONLIBS)
-
-include $(top_srcdir)/build/cppcheck.mk


Modified: po/POTFILES.in
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -200,9 +200,6 @@ geanyprj/src/xproject.c
 # Geanypy
 geanypy/src/geanypy-plugin.c
 
-# geanysendmail
-geanysendmail/src/geanysendmail.c
-
 # geanyvc
 geanyvc/src/geanyvc.c
 geanyvc/src/geanyvc.h
@@ -283,6 +280,9 @@ scope/src/utils.c
 scope/src/views.c
 scope/src/store/scptreestore.c
 
+# sendmail
+sendmail/src/sendmail.c
+
 # Spell Check
 spellcheck/src/speller.c
 spellcheck/src/scplugin.c


Modified: sendmail/AUTHORS
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: sendmail/COPYING
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: sendmail/ChangeLog
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: sendmail/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
 include $(top_srcdir)/build/vars.auxfiles.mk
 
 SUBDIRS = src
-plugin = geanysendmail
+plugin = sendmail


Modified: sendmail/NEWS
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: sendmail/README
16 lines changed, 8 insertions(+), 8 deletions(-)
===================================================================
@@ -1,12 +1,12 @@
-GeanySendMail
+SendMail
 =============
 
 .. contents::
 
 About
 ------
 
-GeanySendMail is a little plugin to send a document as attachment
+SendMail is a little plugin to send a document as attachment
 using the preferred mail client from inside Geany. It is similar to
 the envelope symbol of most office tools and requires a mail client
 that is supporting remote calls.
@@ -25,7 +25,7 @@ installed from the sources, you should be ready to go. If you used a
 prepared package e.g. from your distribution you probably need to
 install an additional package, this might be called geany-dev or
 geany-devel. Please note that in order to compile and use this plugin,
-you need Geany 0.20 or later (Geany Plugin API v199 or higher).
+you need Geany 1.26 or later (Geany Plugin API v224 or higher).
 
 Furthermore you need, of course, a C compiler and the Make tool. The
 GNU versions of these tools are recommended.
@@ -37,7 +37,7 @@ Installation
 This version of the plugin is installed with the combined
 geany-plugins release. Please check README of this package or download
 stand alone version of plugin from
-http://frank.uvena.de/en/Geany/geanysendmail/
+http://frank.uvena.de/en/Geany/SendMail/
 
 
 Usage
@@ -96,9 +96,9 @@ github.com. Get the code by:
 git clone https://github.com/geany/geany-plugins.git
 
 If you want to create a patch, please respect the license of
-GeanySendMail (GPLv2 or above) as well as intellectual property of
+SendMail (GPLv2 or above) as well as intellectual property of
 third. Patches that should be included to the default distribution
-must be licensed under the same conditions as GeanySendMail by the
+must be licensed under the same conditions as SendMail by the
 copyright owner.
 
 
@@ -117,7 +117,7 @@ https://github.com/geany/geany-plugins/issues
 License
 -------
 
-GeanySendMail and all its parts is distributed under the terms of the
+SendMail and all its parts is distributed under the terms of the
 GNU General Public License as published by the Free Software
 Foundation; either version 2 of the License, or (at your option) any
 later version. A copy of this license can be found in the file COPYING
@@ -131,6 +131,6 @@ Bugs, questions, bugs, homepage
 
 If you found any bugs or want to provide a patch, please contact Frank
 Lanitz (frank(at)geany(dot)org). Please also do so, if you got any
-questions and visiting http://frank.uvena.de/en/Geany/geanysendmail
+questions and visiting http://frank.uvena.de/en/Geany/SendMail
 didn't help you to figure out the answer. Visiting the website is also
 a good start if you want to check for any update on this plugin.


Modified: sendmail/TODO
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: sendmail/src/Makefile.am
10 lines changed, 10 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,10 @@
+include $(top_srcdir)/build/vars.build.mk
+plugin = sendmail
+
+geanyplugins_LTLIBRARIES = sendmail.la
+
+sendmail_la_SOURCES = sendmail.c mail-icon.xpm
+sendmail_la_CPPFLAGS = $(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"SendMail\"
+sendmail_la_LIBADD = $(COMMONLIBS)
+
+include $(top_srcdir)/build/cppcheck.mk


Modified: sendmail/src/mail-icon.xpm
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: sendmail/src/sendmail.c
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
- *      geanysendmail.c
+ *      sendmail.c
  *
- *      Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *      Copyright 2007-2016 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *      Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
  *      Copyright 2007, 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
  *      Copyright 2008, 2009 Timothy Boronczyk <tboronczyk(at)gmail(dot)com>
@@ -39,7 +39,7 @@ PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,
-	_("GeanySendMail"),
+	_("SendMail"),
 	_("Sends the current file as attachment with your favorite mailer"),
 	VERSION,
 	"Frank Lanitz <frank at frank.uvena.de>")



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list