[epiphany-extensions] Remove tab-groups extension



commit 7ca2142668dc8f89aa5215394e72e0d1b8bcde00
Author: Xan Lopez <xan gnome org>
Date:   Sat Feb 12 16:47:03 2011 +0100

    Remove tab-groups extension
    
    Epiphany (since 2.91.90) does this by default now, so the extension is
    obsolete.

 README                                             |    1 -
 configure.ac                                       |    9 +-
 extensions/tab-groups/Makefile.am                  |   40 ----
 extensions/tab-groups/ephy-tab-grouper.c           |  223 --------------------
 extensions/tab-groups/ephy-tab-grouper.h           |   64 ------
 extensions/tab-groups/ephy-tab-groups-extension.c  |  119 -----------
 extensions/tab-groups/ephy-tab-groups-extension.h  |   58 -----
 extensions/tab-groups/tab-groups.c                 |   49 -----
 .../tab-groups/tab-groups.ephy-extension.in.in     |   11 -
 po/POTFILES.in                                     |    1 -
 10 files changed, 4 insertions(+), 571 deletions(-)
---
diff --git a/README b/README
index 6107828..dd88180 100644
--- a/README
+++ b/README
@@ -34,7 +34,6 @@ rss			Subscribe to newsfeeds contained in web pages
 select-stylesheet	Switch between alternate stylesheets
 sidebar			Adds a sidebar to Epiphany
 smart-bookmarks		Right-click on selected text to search the Web for it
-tab-groups		Open new tabs to the right of the current one
 tab-states		Indicates unread tabs in the tab label
 tabsmenu		Tabs menu entries to move tabs across windows
 
diff --git a/configure.ac b/configure.ac
index b4b5650..fe6a334 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,9 +169,9 @@ AM_CONDITIONAL([HAVE_OPENSP],[test "x$enable_opensp" = "xyes"])
 
 AC_MSG_CHECKING([which extensions to build])
 
-ALL_EXTENSIONS="actions adblock auto-reload auto-scroller certificates error-viewer extensions-manager-ui gestures greasemonkey html5tube java-console livehttpheaders page-info permissions push-scroller rss sample select-stylesheet smart-bookmarks soup-fly tab-groups tab-key-tab-navigate tab-states"
-USEFUL_EXTENSIONS="actions adblock auto-reload auto-scroller certificates extensions-manager-ui html5tube java-console page-info push-scroller select-stylesheet smart-bookmarks soup-fly tab-groups tab-key-tab-navigate tab-states"
-DEFAULT_EXTENSIONS="actions adblock auto-reload auto-scroller certificates extensions-manager-ui greasemonkey gestures html5tube push-scroller soup-fly tab-groups tab-key-tab-navigate tab-states rss"
+ALL_EXTENSIONS="actions adblock auto-reload auto-scroller certificates error-viewer extensions-manager-ui gestures greasemonkey html5tube java-console livehttpheaders page-info permissions push-scroller rss sample select-stylesheet smart-bookmarks soup-fly tab-key-tab-navigate tab-states"
+USEFUL_EXTENSIONS="actions adblock auto-reload auto-scroller certificates extensions-manager-ui html5tube java-console page-info push-scroller select-stylesheet smart-bookmarks soup-fly tab-key-tab-navigate tab-states"
+DEFAULT_EXTENSIONS="actions adblock auto-reload auto-scroller certificates extensions-manager-ui greasemonkey gestures html5tube push-scroller soup-fly tab-key-tab-navigate tab-states rss"
 
 MOZILLA_ALL_EXTENSIONS="error-viewer java-console livehttpheaders page-info select-stylesheet smart-bookmarks"
 
@@ -189,7 +189,7 @@ AC_ARG_WITH([extensions],
 			  gestures, greasemonkey, java-console, livehttpheaders, page-info,
 			  permissions, push-scroller, rss, sample,
 			  select-stylesheet,
-			  smart-bookmarks, soup-fly, tab-groups, tab-states,
+			  smart-bookmarks, soup-fly, tab-states,
 			  as well as the aliases default, all, and really-all],
 			  [extensions=$with_extensions],
 			  [extensions="default"])
@@ -301,7 +301,6 @@ extensions/smart-bookmarks/mozilla/Makefile
 extensions/soup-fly/Makefile
 extensions/tab-key-tab-navigate/Makefile
 extensions/tab-states/Makefile
-extensions/tab-groups/Makefile
 extensions/java-console/Makefile
 extensions/java-console/mozilla/Makefile
 help/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f3f1fd7..9792b7a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -57,6 +57,5 @@ extensions/soup-fly/soup-fly.c
 [type: gettext/ini]extensions/sample/sample.ephy-extension.in.in
 [type: gettext/ini]extensions/select-stylesheet/select-stylesheet.ephy-extension.in.in
 [type: gettext/ini]extensions/smart-bookmarks/smart-bookmarks.ephy-extension.in.in
-[type: gettext/ini]extensions/tab-groups/tab-groups.ephy-extension.in.in
 [type: gettext/ini]extensions/tab-states/tab-states.ephy-extension.in.in
 [type: gettext/ini]extensions/tab-key-tab-navigate/tab-key-tab-navigate.ephy-extension.in.in



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