commit b2cbbcd94efc6c34d91654b21c57de22e58b5eb9 Author: Diego Escalante Urrelo Date: Sun Feb 12 16:20:07 2012 -0500 [release] 3.3.90 NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 30 insertions(+), 3 deletions(-) commit 6cfceb3c387e9f5229514d136b32d021a5c79b20 Author: Diego Escalante Urrelo Date: Mon Feb 13 00:51:24 2012 -0500 extensions-manager-ui: rename menuitem to Extensions Manager .../ephy-extensions-manager-ui-extension.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5069190c1ff2518974718e8fa30fe7dd2c5c2cf1 Author: Diego Escalante Urrelo Date: Sun Feb 12 19:00:50 2012 -0500 actions: update for EphyWindow API change https://bugzilla.gnome.org/show_bug.cgi?id=669704 extensions/actions/ephy-actions-extension.c | 50 ++++++++++++-------------- 1 files changed, 23 insertions(+), 27 deletions(-) commit 276bcbfbd4ed24dc36ec41d798876e4b06b06f06 Author: Diego Escalante Urrelo Date: Sun Feb 12 18:29:52 2012 -0500 auto-reload: update for EphyEmbed API change .../auto-reload/ephy-auto-reload-extension.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit d23dbba82286672b517c528e6f0866f5ca6aee9e Author: Diego Escalante Urrelo Date: Sat Feb 25 14:54:14 2012 -0500 all: update for menu name changes extensions/actions/ephy-actions-extension.c | 2 +- extensions/adblock/ephy-adblock-extension.c | 2 +- .../auto-reload/ephy-auto-reload-extension.c | 11 ----- .../certificates/ephy-certificates-extension.c | 8 ++-- .../error-viewer/ephy-error-viewer-extension.c | 12 +++--- .../ephy-extensions-manager-ui-extension.c | 47 +------------------- .../ephy-livehttpheaders-extension.c | 2 +- extensions/rss/ephy-rss-extension.c | 2 +- extensions/soup-fly/ephy-soup-fly-extension.c | 4 +- 9 files changed, 18 insertions(+), 72 deletions(-) commit 4e5afc55cc297070ea0b0991c63b943e9dca6d7a Author: Jiro Matsuzawa Date: Sat Jan 14 15:27:51 2012 +0900 Updated Japanese translation po/ja.po | 400 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 206 insertions(+), 194 deletions(-) commit 203768b1fe1525434fbf357b84b80aaf3b7d1e1f Author: Joe Hansen Date: Mon Jan 2 12:39:20 2012 +0100 Updated Danish translation po/da.po | 241 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 94 insertions(+), 147 deletions(-) commit 66a1e75be4ee948da29497ec006bddf94f5b9d45 Author: Diego Escalante Urrelo Date: Thu Dec 15 04:19:12 2011 -0500 adblock: fix typo calling webkit_download_get_uri extensions/adblock/uri-tester.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 81eb69151fa94eb9d6babc0b1ee36ea004df2f0b Author: Diego Escalante Urrelo Date: Thu Dec 15 04:07:40 2011 -0500 configure: use Epiphany 3.3 API configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ada6026bdd36a369481112355d7cc06095d00db7 Author: Christian Kirbach Date: Wed Dec 14 10:38:23 2011 +0100 [l10n] Updated German translation po/de.po | 311 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 160 insertions(+), 151 deletions(-) commit d64308936ba5549349ff1f9ed24e7c1e4cb6d995 Author: Marek Černocký Date: Wed Dec 14 09:53:58 2011 +0100 Updated Czech translation po/cs.po | 110 ++++++++++++++++--------------------------------------------- 1 files changed, 29 insertions(+), 81 deletions(-) commit 1d52c67124f4920bab87fa57ac822a7ce4da1a99 Author: Matej Urbančič Date: Thu Dec 8 22:07:42 2011 +0100 Updated Slovenian translation po/sl.po | 299 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 156 insertions(+), 143 deletions(-) commit c676773f7d5804c0bb65e3e1885fb4cac8a011c6 Author: Mario Sanchez Prada Date: Tue Dec 6 02:23:09 2011 +0100 Fixed coding style issues extensions/adblock/uri-tester.c | 160 +++++++++++++++++++------------------- 1 files changed, 80 insertions(+), 80 deletions(-) commit 67bdb045d72a7b198e4719356fd6fe759ddd276a Author: Mario Sanchez Prada Date: Mon Dec 5 19:06:31 2011 +0100 Catched up with latest version of Midori's adblock implementation. Current code in Epiphany's adblock extension contained some bugs that have been already addressed in Midori's adblock extension, which was also more feature complete (it was able to block more things). So, it makes sense to backport that code to here. extensions/adblock/uri-tester.c | 363 ++++++++++++++++++++++++--------------- 1 files changed, 225 insertions(+), 138 deletions(-) commit 2e7c59027c7de3edb2401111b842aa6206d13d8e Author: Daniel Mustieles Date: Mon Dec 5 18:13:33 2011 +0100 Updated Spanish translation po/es.po | 130 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 72 insertions(+), 58 deletions(-) commit e3576c9436af9e45b820888600d6d715adb9f72e Author: Mario Sanchez Prada Date: Mon Dec 5 00:05:35 2011 +0100 Removed extra blank line extensions/adblock/adblock-ui.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit f9fb2ae8787193eefa6d96fbe5769551cf99041b Author: Mario Sanchez Prada Date: Sat Dec 3 20:58:58 2011 +0100 adblock: Add the new 'Ad Blocker' extension, namely 'Ad Blocker v2'. Based on Midori's adblocker, this new version of the extension has been written to be as simple as possible and compatible with the EasyList subscriptions for 'AdBlock Plus' (http://easylist.adblockplus.org). https://bugzilla.gnome.org/show_bug.cgi?id=660154 configure.ac | 9 +- extensions/adblock/Makefile.am | 47 ++ extensions/adblock/adblock-ui.c | 388 +++++++++++ extensions/adblock/adblock-ui.h | 62 ++ extensions/adblock/adblock.ephy-extension.in.in | 10 + extensions/adblock/adblock.ui | 198 ++++++ extensions/adblock/ephy-adblock-extension.c | 317 +++++++++ extensions/adblock/ephy-adblock-extension.h | 58 ++ extensions/adblock/extension.c | 44 ++ extensions/adblock/uri-tester.c | 820 +++++++++++++++++++++++ extensions/adblock/uri-tester.h | 71 ++ 11 files changed, 2020 insertions(+), 4 deletions(-) commit ff0031cc82cb4247b1a65d3338e6495fff4bf009 Author: Mario Sanchez Prada Date: Sat Dec 3 20:58:50 2011 +0100 adblock: Remove the old 'Ad Blocker' extension and its documentation. This is the previous step to provide the patch with the new version of the extension, to be named 'Ad Blocker v2'. https://bugzilla.gnome.org/show_bug.cgi?id=660154 configure.ac | 9 +- extensions/adblock/Makefile.am | 57 -- extensions/adblock/ad-blocker.c | 202 ------- extensions/adblock/ad-blocker.h | 79 --- extensions/adblock/ad-uri-tester.c | 221 -------- extensions/adblock/ad-uri-tester.h | 67 --- extensions/adblock/adblock-pattern.c | 407 --------------- extensions/adblock/adblock-pattern.h | 55 -- extensions/adblock/adblock-patterns | 201 ------- extensions/adblock/adblock-ui.c | 637 ----------------------- extensions/adblock/adblock-ui.h | 68 --- extensions/adblock/adblock.ephy-extension.in.in | 11 - extensions/adblock/adblock.ui | 402 -------------- extensions/adblock/download-latest.pl | 68 --- extensions/adblock/ephy-adblock-extension.c | 615 ---------------------- extensions/adblock/ephy-adblock-extension.h | 65 --- extensions/adblock/extension.c | 49 -- help/C/epiphany-extensions.xml | 72 --- help/C/figures/epi-ext-adblocker.png | Bin 3687 -> 0 bytes 19 files changed, 4 insertions(+), 3281 deletions(-) commit 02f61072e9da5a6df0538a594ac9d681fff761c0 Author: Christian Kirbach Date: Mon Oct 24 00:14:57 2011 +0200 Updated German translation po/de.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit ff834ae835199acaf58396842bc0824bc392f18d Author: Takeshi AIHANA Date: Mon Oct 10 13:12:47 2011 +0900 Updated Japanese translation. po/ja.po | 767 +++++++++++++++++++++----------------------------------------- 1 files changed, 257 insertions(+), 510 deletions(-) commit 63c28a40bb63dcec75526c8ff8b16840a20cb037 Author: Diego Escalante Urrelo Date: Fri Oct 7 19:41:52 2011 -0500 configure: switch to xz compression GNOME's new default. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 85a90be43221a5aa493e1ed126d3043c17c9a431 Author: Diego Escalante Urrelo Date: Fri Oct 7 19:34:25 2011 -0500 [release] 3.2.0 NEWS | 22 ++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-)