[gedit] Remove changecase plugin.



commit bde3be1a0a75829af74235877d661de7fdd8744c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Dec 26 14:01:48 2013 +0100

    Remove changecase plugin.
    
    This functionality it is now in the context menu provided by gtksourceview

 configure.ac                                    |    1 -
 plugins/Makefile.am                             |    2 -
 plugins/changecase/Makefile.am                  |   32 ---
 plugins/changecase/changecase.plugin.desktop.in |    8 -
 plugins/changecase/gedit-changecase-plugin.c    |  332 -----------------------
 plugins/changecase/gedit-changecase-plugin.h    |   64 -----
 po/POTFILES.in                                  |    2 -
 7 files changed, 0 insertions(+), 441 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2f59030..89c4005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -448,7 +448,6 @@ help/Makefile
 libgd/Makefile
 pixmaps/Makefile
 plugins/Makefile
-plugins/changecase/Makefile
 plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in
 plugins/checkupdate/Makefile
 plugins/externaltools/data/Makefile
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index af38a81..98611a2 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,5 +1,4 @@
 DIST_SUBDIRS = \
-       changecase      \
        checkupdate     \
        docinfo         \
        externaltools   \
@@ -14,7 +13,6 @@ DIST_SUBDIRS = \
        zeitgeist
 
 SUBDIRS = \
-       changecase      \
        docinfo         \
        filebrowser     \
        modelines       \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 022af05..7989a66 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -46,8 +46,6 @@ gedit/gedit-utils.c
 gedit/gedit-view.c
 gedit/gedit-view-frame.c
 gedit/gedit-window.c
-plugins/changecase/changecase.plugin.desktop.in
-plugins/changecase/gedit-changecase-plugin.c
 plugins/checkupdate/checkupdate.plugin.desktop.in
 plugins/checkupdate/gedit-check-update-plugin.c
 plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]