commit 5603db1203682a064d78ab8fc1da6dbe8c63d220
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Jul 13 00:32:07 2009 +0300

    Prepare for 2.27.4 release.

 configure.ac                   |    4 ++--
 extensions/soup-fly/soup-fly.c |    7 ++++---
 po/POTFILES.in                 |    2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)

commit 3db0a8d0dab4581fd795ef0f803488b001464aa2
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Jul 3 15:49:06 2009 +0530

    Updated Kannada translation

 po/kn.po |  276 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 149 insertions(+), 127 deletions(-)

commit fa4b26e7be8f79a305933467458b345acc4f36fc
Author: Xan Lopez <xan@gnome.org>
Date:   Thu Jul 2 09:27:10 2009 +0300

    ephy-soup-fly-extension: fix compiler warning.

 extensions/soup-fly/ephy-soup-fly-extension.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0cde8f4711996a50d91ca097e52799f3dab17c9d
Author: Xan Lopez <xan@gnome.org>
Date:   Thu Jul 2 09:23:43 2009 +0300

    Add initial version of SoupFly.
    
    A simple extension to monitor the SoupSession being used by Epiphany.

 configure.ac                                      |    9 +-
 extensions/soup-fly/Makefile.am                   |   40 +++
 extensions/soup-fly/ephy-soup-fly-extension.c     |  244 +++++++++++++++
 extensions/soup-fly/ephy-soup-fly-extension.h     |   55 ++++
 extensions/soup-fly/extension.c                   |   46 +++
 extensions/soup-fly/soup-fly.c                    |  334 +++++++++++++++++++++
 extensions/soup-fly/soup-fly.ephy-extension.in.in |   11 +
 extensions/soup-fly/soup-fly.h                    |   60 ++++
 8 files changed, 795 insertions(+), 4 deletions(-)

commit e24e58697ab383d105dbbe81b2875c1d3cf0f789
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Jun 29 16:20:51 2009 +0530

    Added Kannada translation and updated LINGUAS

 po/LINGUAS |    1 +
 po/kn.po   | 1085 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1086 insertions(+), 0 deletions(-)

commit 37baee38badcbf4a4431d045822df6580896e2d7
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Jun 29 15:45:41 2009 +0530

    Updated Telugu Translations

 po/te.po | 1112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1112 insertions(+), 0 deletions(-)

commit c37c84615873797f8964c9a1263baabf06caff21
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Jun 29 15:45:24 2009 +0530

    Added one entry in LINGUAS file

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e53218a9a77bfd67a192f841dbf151c2fd9794a7
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 23 10:32:36 2009 +0300

    Remove python extensions.
    
    They are still in version control when we want to port them over.

 configure.ac                                       |   49 +--
 extensions/cc-license-viewer/Makefile.am           |   16 -
 .../cc-license-viewer.ephy-extension.in            |   10 -
 extensions/cc-license-viewer/cc-license-viewer.py  |  464 --------------------
 extensions/epilicious/BaseStore.py                 |   70 ---
 extensions/epilicious/DeliciousStore.py            |  102 -----
 extensions/epilicious/DiigoStore.py                |   84 ----
 extensions/epilicious/EpiphanyStore.py             |  134 ------
 extensions/epilicious/Makefile.am                  |   63 ---
 extensions/epilicious/THOUGHTS                     |   63 ---
 extensions/epilicious/TODO                         |   56 ---
 extensions/epilicious/__init__.py                  |  192 --------
 extensions/epilicious/backend.py                   |   28 --
 extensions/epilicious/config.py                    |   98 ----
 extensions/epilicious/diigo.py                     |  112 -----
 extensions/epilicious/epilicious-config.glade      |  226 ----------
 extensions/epilicious/epilicious-progress.glade    |  248 -----------
 extensions/epilicious/epilicious.ephy-extension.in |   10 -
 extensions/epilicious/epilicious.py.in             |  284 ------------
 extensions/epilicious/epilicious.schemas.in        |   71 ---
 extensions/epilicious/magnolia.py                  |  157 -------
 extensions/epilicious/progress.py                  |   70 ---
 extensions/favicon/Makefile.am                     |   13 -
 extensions/favicon/favicon.ephy-extension.in       |   11 -
 extensions/favicon/favicon.py                      |   48 --
 extensions/python-console/Makefile.am              |   13 -
 extensions/python-console/console.py               |  365 ---------------
 .../python-console.ephy-extension.in               |   11 -
 extensions/sample-python/Makefile.am               |   22 -
 .../sample-python-location.ephy-extension.in       |   10 -
 extensions/sample-python/sample-python-location.py |   20 -
 .../sample-python-menu.ephy-extension.in           |   10 -
 extensions/sample-python/sample-python-menu.py     |  104 -----
 .../sample-python-statusbar.ephy-extension.in      |   10 -
 .../sample-python/sample-python-statusbar.py       |  129 ------
 .../sample-python/sample-python.ephy-extension.in  |   11 -
 extensions/sample-python/sample-python.py          |   18 -
 po/POTFILES.in                                     |   10 -
 38 files changed, 5 insertions(+), 3407 deletions(-)

commit a256011076e0213c6edaa63f76d53c4511b57d24
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 23 10:17:05 2009 +0300

    Adapt sidebar extension to new API.

 extensions/sidebar/ephy-sidebar-embed.c |   12 +++++++-----
 extensions/sidebar/sidebar-commands.c   |   12 ++++++------
 2 files changed, 13 insertions(+), 11 deletions(-)

commit e65a4375d1ccb718daa34e89834c9ac01fe45d05
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Fri Jun 19 13:55:31 2009 +0530

    Adding Assamese file

 po/as.po | 1333 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1333 insertions(+), 0 deletions(-)

commit 1746e8931b0473637aebfec458ff202a586d955d
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Fri Jun 19 11:49:36 2009 +0530

    Added as to LINGUAS and adding Assamese translations.

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1ad06939cb93c5eff6fb48141bdbae73ea44d394
Author: ifelix <ifelix@redhat.com>
Date:   Thu Jun 18 17:19:38 2009 +0530

    Tamil translation updated

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8d60e2860b31469cfa75f52c0020df35ebd61d28
Author: ifelix <ifelix@redhat.com>
Date:   Thu Jun 18 17:19:26 2009 +0530

    Tamil translation updated

 po/ta.po | 1259 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1259 insertions(+), 0 deletions(-)

commit d8736e38cf5b6206ca8c54d27e1ef1723cee0265
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Wed Jun 10 11:54:15 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po |  171 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 90 insertions(+), 81 deletions(-)

commit ac221340ca048bbf51f39b3be282167abd0b2366
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 9 20:36:51 2009 +0300

    Update some extensions to new APIs.

 extensions/actions/ephy-actions-extension.c        |    2 +-
 .../greasemonkey/ephy-greasemonkey-extension.c     |    3 +-
 extensions/push-scroller/ephy-push-scroller.c      |   22 +++++++++++++++++++-
 extensions/tab-states/ephy-tab-states-extension.c  |    4 +-
 4 files changed, 25 insertions(+), 6 deletions(-)

commit 11f11a86fe006451e8be89d1a29df8416d424fff
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 8 16:20:00 2009 +0530

    Added mr to LINGUAS

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 94cca3dfb370d5f97047167279f7851db7769b9c
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 8 16:18:26 2009 +0530

    Updated Marathi Translations

 po/mr.po | 1255 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1255 insertions(+), 0 deletions(-)

commit b1e9134fb2e92540579d40a14d5c576df1c284a9
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Jun 8 14:50:14 2009 +0530

    Comitted gu.po file

 po/gu.po |  243 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 127 insertions(+), 116 deletions(-)

commit 7a5c5257c130b4662059d2f2d2f93fb064d6dd54
Author: Paul Cutler <pcutler@foresightlinux.org>
Date:   Sun May 24 16:19:23 2009 +0100

    Fixed documentation XML validity issue.
    
    help/C/epiphany-extensions.xml: Fixed documentation validity issue.
    Related to #577123, comment #7.

 help/C/epiphany-extensions.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 3736b3a18ba41967935f1808fde81fef51051c2e
Author: Xan Lopez <xan@gnome.org>
Date:   Thu May 21 21:47:17 2009 +0300

    greasemonkey: port to GRegex from pcre.

 configure.ac                                  |   45 +------------------------
 extensions/greasemonkey/greasemonkey-script.c |   35 +++++++------------
 2 files changed, 14 insertions(+), 66 deletions(-)

commit fb7906e5ff5a684a2403e6c003502ba0de8b6f33
Author: Xan Lopez <xan@gnome.org>
Date:   Thu May 21 19:46:41 2009 +0300

    ephy-auto-scroller: adapt to new epiphany API.

 extensions/auto-scroller/ephy-auto-scroller.c |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 798fc966c54abe3e9bdfe16af77af3900cbd730e
Author: Xan Lopez <xan@gnome.org>
Date:   Thu May 21 19:46:23 2009 +0300

    configure.ac: remove greasemonkey from default extensions.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7ee5af2608e80c61154bde7c8cb210a88fd6d6b9
Author: Xan Lopez <xan@src.gnome.org>
Date:   Thu Apr 16 06:57:05 2009 +0000

    Add Pulse support.
    
    Patch by  Paul Cutler. (#577123)
    
    svn path=/trunk/; revision=1845

 help/C/epiphany-extensions.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 852835e58725f79dd28cabe52370531ec5f0a449
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sun Apr 12 00:19:00 2009 +0000

    actions: fix usage of format_secondary_text
    
    svn path=/trunk/; revision=1843

 extensions/actions/ephy-actions-extension.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ee1dbd641f989966ec93d7f27508752132eac4d6
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Thu Mar 26 19:27:33 2009 +0000

    Updated British English translation by Jen Ockwell
    <jenfraggleubuntu@gmail.com>.
    
    svn path=/trunk/; revision=1840

 po/en_GB.po |  562 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 353 insertions(+), 209 deletions(-)

commit 07ac95d8241f0dfeb06c63a5e88fc09c4c88d82e
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Mon Mar 23 21:49:24 2009 +0000

    Updated Catalan translation by David  Planella
    
    svn path=/trunk/; revision=1839

 po/ca.po |  316 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 160 insertions(+), 156 deletions(-)

commit 2d08ba6341c3b710c08125bf86aa1ca135dfc4bb
Author: Xan Lopez <xan@src.gnome.org>
Date:   Wed Mar 18 13:26:55 2009 +0000

    POTFILES.skip: add .ui files.
    
    svn path=/trunk/; revision=1838

 po/POTFILES.skip |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 321366c4345ce4b559d2bca5ec2051de37e28c57
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 18 13:18:11 2009 +0000

    Dist the .glade, not the generated .ui file
    
    svn path=/trunk/; revision=1837

 extensions/adblock/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f164f6e94b43b8bf5d7691b2a22b3901d0311e7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Mar 17 22:33:38 2009 +0000

    Handover
    
    svn path=/trunk/; revision=1836

 MAINTAINERS |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 0f7db4ed33fee2d660a54cbfcc20794c8895790c
Author: Petr Kovář <pmkovar@src.gnome.org>
Date:   Tue Mar 17 01:13:47 2009 +0000

    po/POTFILES.in: Removed non-existing "extensions/sample-mozilla/sample-mozilla.ephy-extension.in.in". po/cs.po: Updated Czech translation by Lucas Lommer.
    
    svn path=/trunk/; revision=1835

 po/POTFILES.in |    1 -
 po/cs.po       |  512 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 297 insertions(+), 216 deletions(-)

commit b210ea3785fd3a287a81a3f6bd22c298424b0340
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Mar 16 17:37:03 2009 +0000

    Updated Basque translation.
    
    2009-03-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=1834

 po/ChangeLog.pre-2-24 |    4 +
 po/eu.po              |  363 +++++++++++++++++++++++++------------------------
 2 files changed, 190 insertions(+), 177 deletions(-)

commit 81c2f3658a47a107ad04e9d20d5faf242b8278d1
Author: Gabor Keleman <kelemeng@src.gnome.org>
Date:   Fri Mar 13 00:05:33 2009 +0000

    Hungarian translation updated
    
    svn path=/trunk/; revision=1826

 po/hu.po |  316 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 161 insertions(+), 155 deletions(-)

commit a3110da91af8eacb3ce2e1198e5155515268f9c8
Author: miloc <miloc@localhost>
Date:   Mon Mar 9 21:03:19 2009 +0000

    Updated Italian translation by Francesco Marletta
    
    svn path=/trunk/; revision=1825

 po/it.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2e821de83725e442a0b0e8210290a47b572f2359
Author: miloc <miloc@localhost>
Date:   Wed Mar 4 18:00:27 2009 +0000

    Updated Italian translation by Francesco Marletta
    
    svn path=/trunk/; revision=1824

 po/it.po |  292 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 138 insertions(+), 154 deletions(-)

commit 38444598fe157e5a4e1bca06b8fbe348ababda49
Author: Duarte Loreto <dnloreto@src.gnome.org>
Date:   Sun Mar 1 23:39:22 2009 +0000

    2009-03-01  Duarte Loreto <happyguy_pt@hotmail.com> Updated Portuguese translation by António Lima <amrlima@gmail.com>
    
    svn path=/trunk/; revision=1823

 po/pt.po |  309 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 160 insertions(+), 149 deletions(-)

commit 8ade493a753a05c7072c5d5e4b78ea1e28db7315
Author: Xan Lopez <xan@src.gnome.org>
Date:   Sat Feb 28 10:19:00 2009 +0000

    favicon: remove backend variable, it's unused (and the function to get it is gone).
    
    svn path=/trunk/; revision=1822

 extensions/favicon/favicon.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a1a34f15c4f42cdc51a4985b4b6c53586e67b1a7
Author: Xan Lopez <xan@src.gnome.org>
Date:   Thu Feb 26 07:04:33 2009 +0000

    Remove 'sample-mozilla' extension.
    
    svn path=/trunk/; revision=1821

 configure.ac                                       |    8 +-
 extensions/sample-mozilla/Makefile.am              |   45 -----
 extensions/sample-mozilla/ephy-sample2-extension.c |  193 --------------------
 extensions/sample-mozilla/ephy-sample2-extension.h |   60 ------
 extensions/sample-mozilla/mozilla/Makefile.am      |   25 ---
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |   47 -----
 extensions/sample-mozilla/mozilla/mozilla-sample.h |   33 ----
 extensions/sample-mozilla/sample-mozilla.c         |   44 -----
 .../sample-mozilla.ephy-extension.in.in            |   11 -
 9 files changed, 3 insertions(+), 463 deletions(-)

commit 2e21e17db3e522c86c564b2c8d531fef56416f6e
Author: Xan Lopez <xan@src.gnome.org>
Date:   Thu Feb 26 06:38:28 2009 +0000

    Use ephy_gui_help instead of ephy_gui_help_with_doc_id, which is gone.
    
    Bug #571792
    
    svn path=/trunk/; revision=1820

 .../actions/ephy-actions-extension-editor-dialog.c |    7 +++----
 .../ephy-extensions-manager-ui-extension.c         |    7 +++----
 .../extensions-manager-ui/extensions-manager-ui.c  |    7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)

commit be84840f091a63ec5fb382332c75a7a951ef07a0
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Feb 21 16:12:29 2009 +0000

    Updated Japanese translation.
    
    2009-02-22  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1819

 po/ChangeLog.pre-2-24 |    4 +
 po/ja.po              |  298 +++++++++++++++++++++++++------------------------
 2 files changed, 156 insertions(+), 146 deletions(-)

commit cb923fc040888b479327ab2eb733e2159b23e354
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Feb 21 12:28:01 2009 +0000

    Updated German Translation
    
    2009-02-21  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* de.po: Updated German Translation
    
    
    svn path=/trunk/; revision=1818

 po/de.po |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

commit 2a7dc08950ccdf452f4b51d0ed623e6ba37150e6
Author: Xan Lopez <xan@src.gnome.org>
Date:   Sat Feb 21 11:44:21 2009 +0000

    adblock: port to GRegex.
    
    Bug #402273
    
    svn path=/trunk/; revision=1817

 configure.ac                         |    2 +-
 extensions/adblock/Makefile.am       |    4 --
 extensions/adblock/ad-uri-tester.c   |   12 ++-----
 extensions/adblock/adblock-pattern.c |   57 +++++++++++++++++----------------
 extensions/adblock/adblock-ui.c      |    4 +-
 5 files changed, 36 insertions(+), 43 deletions(-)

commit 47a33b9f8895ab084c88ef5df4250b82e9a8f0c0
Author: Xan Lopez <xan@src.gnome.org>
Date:   Sat Feb 21 11:42:49 2009 +0000

    adblock: port to GtkBuilder.
    
    This still crashes, either a bug in GtkBuilder or a bug exposed in our
    code by the port. Still better than using glade, which just couldn't
    work.
    
    svn path=/trunk/; revision=1816

 extensions/adblock/Makefile.am  |    7 +++++--
 extensions/adblock/adblock-ui.c |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit f9615cab25e5939ceccb7023380c79970dfde96f
Author: Xan Lopez <xan@src.gnome.org>
Date:   Sat Feb 21 11:00:31 2009 +0000

    auto-reload, adblock: use WebKit API to reload, the embed API is gone.
    
    svn path=/trunk/; revision=1815

 extensions/adblock/ephy-adblock-extension.c        |    5 +++--
 .../auto-reload/ephy-auto-reload-extension.c       |    4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 5cd216235f495abb2254a9907697ba46a3da98fa
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Feb 14 16:13:25 2009 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=1811

 po/es.po |  332 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 174 insertions(+), 158 deletions(-)

commit 8aaca6aabc12c08462facf2e9b267bd0ea54195c
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 12 09:32:10 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=1810

 po/sv.po |  302 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 154 insertions(+), 148 deletions(-)

commit aaca749db8386e123fb3be4377c33469b5b02ab0
Author: Per _Magnus_ Therning <mtherning@src.gnome.org>
Date:   Wed Feb 11 23:10:17 2009 +0000

    Adding diigo backend.
    
    Catching up with recent out-of-tree development.
    
    svn path=/trunk/; revision=1809

 extensions/epilicious/BaseStore.py          |   21 +++++-
 extensions/epilicious/DeliciousStore.py     |    9 ++-
 extensions/epilicious/DiigoStore.py         |   84 ++++++++++++++++++++
 extensions/epilicious/EpiphanyStore.py      |    3 +
 extensions/epilicious/Makefile.am           |    2 +
 extensions/epilicious/__init__.py           |    4 +-
 extensions/epilicious/backend.py            |   12 ++-
 extensions/epilicious/config.py             |    2 +-
 extensions/epilicious/diigo.py              |  112 +++++++++++++++++++++++++++
 extensions/epilicious/epilicious.py.in      |   46 +++++++++--
 extensions/epilicious/epilicious.schemas.in |    2 +-
 extensions/epilicious/magnolia.py           |    2 +-
 12 files changed, 277 insertions(+), 22 deletions(-)

commit a1cb488f6fdd32e2dd15068f1d0d01f038a66344
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 10 12:35:01 2009 +0000

    Typo fix
    
    svn path=/trunk/; revision=1806

 extensions/extensions-manager-ui/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 501e7477593908d864e9d6c5def4c2168fd9cf2e
Author: Xan Lopez <xan@src.gnome.org>
Date:   Tue Feb 10 10:15:50 2009 +0000

    Port extensions-manager-ui to GtkBuilder.
    
    Other extensions still need to be ported.
    
    svn path=/trunk/; revision=1805

 configure.ac                                       |    9 +++++++++
 extensions/extensions-manager-ui/Makefile.am       |   11 ++++++++---
 .../extensions-manager-ui/extensions-manager-ui.c  |    2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)

commit 795d07de89bed3bb7a6ddbfa6bb91ee3562e0d32
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 20:56:01 2009 +0000

    Version update
    
    svn path=/trunk/; revision=1804

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 98a5e16ef0320f1df8be6d0d0cf684812cceb42a
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jan 19 12:40:21 2009 +0000

    Updated Bengali India Translations
    
    svn path=/trunk/; revision=1802

 po/bn_IN.po |  332 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 172 insertions(+), 160 deletions(-)

commit f065714acd59ed4b56a06662aa7f2284b81c24a2
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Jan 16 13:16:09 2009 +0000

    Added Bengali India (bn_IN) to the list of languages
    
    svn path=/trunk/; revision=1801

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 27b485297390d31218ac3ba18cab17f68554c96d
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Jan 16 13:15:34 2009 +0000

    Added partially complete Bengali India Translations
    
    svn path=/trunk/; revision=1800

 po/bn_IN.po | 1243 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1243 insertions(+), 0 deletions(-)

commit bd552e0feffe0e08e75413cb26031db93dd463ca
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Wed Jan 7 07:30:08 2009 +0000

    Committed gujarati translation and added LINGUAS
    
    svn path=/trunk/; revision=1796

 po/LINGUAS |    1 +
 po/gu.po   | 1247 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1248 insertions(+), 0 deletions(-)

commit f99650b64531f7b04910269a66eec69cab551238
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Jan 4 21:44:15 2009 +0000

    Updated zh_CN translation.
    
    svn path=/trunk/; revision=1794

 po/zh_CN.po |  301 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 155 insertions(+), 146 deletions(-)

commit bcf82f9642aadd9b851292274cfcb29a8654f6ae
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Thu Jan 1 20:05:59 2009 +0000

    Translation updated. Translation updated. Screenshots added.
    
    2009-01-01  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Translation updated.
    	* help/de/de.po: Translation updated.
    	* help/de/figures/*: Screenshots added.
    
    
    svn path=/trunk/; revision=1793

 help/de/de.po                             |  371 +++++++++++++++++++----------
 help/de/figures/epi-ext-action-create.png |  Bin 0 -> 18432 bytes
 help/de/figures/epi-ext-actions-use.png   |  Bin 0 -> 26971 bytes
 po/de.po                                  |    6 +-
 4 files changed, 245 insertions(+), 132 deletions(-)

commit c160c54031ffddb4c12e1874b2c4e79d2d95358f
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Tue Dec 23 14:09:58 2008 +0000

    Added German translation Added de to DOC_LINGUAS
    
    2008-12-23  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* help/de/*: Added German translation
    	* help/Makefile.am: Added de to DOC_LINGUAS
    
    
    svn path=/trunk/; revision=1792

 help/Makefile.am |    2 +-
 help/de/de.po    | 1790 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1791 insertions(+), 1 deletions(-)

commit 2eaa227c2ddfabcfb80f38ae3e2a52cb091e3a9d
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Dec 20 22:48:31 2008 +0000

    Translation updated.
    
    2008-12-20  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Translation updated.
    
    
    svn path=/trunk/; revision=1791

 po/de.po |  672 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 499 insertions(+), 173 deletions(-)

commit 46dafc7d3568f65a121a046738a61a08c562fb0d
Author: Luca Ferretti <lferrett@src.gnome.org>
Date:   Sat Nov 29 22:58:11 2008 +0000

    Single GTK+ includes for rss extension. (Bug #562722)
    
    svn path=/trunk/; revision=1790

 extensions/rss/ephy-rss-extension.c |    8 +-------
 extensions/rss/rss-ui.c             |   15 +--------------
 2 files changed, 2 insertions(+), 21 deletions(-)

commit 79ca05311de4180c56ba84765b6fc3941c203c34
Author: Luca Ferretti <lferrett@src.gnome.org>
Date:   Sat Nov 29 22:56:38 2008 +0000

    Single GTK+ includes for permissions extension. (Bug #562721)
    
    svn path=/trunk/; revision=1789

 extensions/permissions/ephy-permissions-dialog.c   |   17 ++---------------
 extensions/permissions/ephy-permissions-dialog.h   |    2 +-
 .../permissions/ephy-permissions-extension.c       |    5 +----
 3 files changed, 4 insertions(+), 20 deletions(-)

commit cbb46d0010359839b4dfde1e2b1571c4c3981520
Author: Luca Ferretti <lferrett@src.gnome.org>
Date:   Sat Nov 29 22:53:50 2008 +0000

    Single GTK+ includes for auto-reload extension. (Bug #562720)
    
    svn path=/trunk/; revision=1788

 .../auto-reload/ephy-auto-reload-extension.c       |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 944f33fd6927a8629b12a30206212afaa0ab9220
Author: Luca Ferretti <lferrett@src.gnome.org>
Date:   Sat Nov 29 22:50:07 2008 +0000

    Update version and required epiphany version to 2.25. (Bug #562719)
    
    svn path=/trunk/; revision=1787

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit e1a0f7a3b6f9101299817493b78dd1d74b54ee43
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Wed Nov 26 19:52:20 2008 +0000

    Don't do single includes for GTK+
    
    svn path=/trunk/; revision=1786

 .../greasemonkey/ephy-greasemonkey-extension.c     |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 23f95635e088b7bfde1bf14f7d328f5c024ab404
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Sat Oct 18 12:27:30 2008 +0000

    Use and enforce single header includes for GTK+ and GLib.
    
    svn path=/trunk/; revision=1782

 configure.ac                                       |    2 +-
 extensions/adblock/adblock-ui.c                    |   13 +------------
 extensions/adblock/ephy-adblock-extension.c        |    9 +--------
 extensions/auto-scroller/ephy-auto-scroller.c      |    4 +---
 extensions/auto-scroller/ephy-auto-scroller.h      |    2 +-
 .../certificates/ephy-certificates-extension.c     |   10 +---------
 .../error-viewer/ephy-error-viewer-extension.c     |    6 +-----
 .../ephy-extensions-manager-ui-extension.c         |    4 +---
 .../extensions-manager-ui/extensions-manager-ui.c  |   10 +---------
 extensions/gestures/ephy-gesture.c                 |    8 +-------
 extensions/gestures/ephy-gesture.h                 |    2 +-
 extensions/page-info/ephy-page-info-extension.c    |    5 +----
 extensions/page-info/page-info-dialog.c            |   16 ++--------------
 extensions/push-scroller/ephy-push-scroller.c      |    4 +---
 extensions/push-scroller/ephy-push-scroller.h      |    2 +-
 extensions/select-stylesheet/ephy-css-menu.c       |    6 +-----
 extensions/sidebar/ephy-sidebar-embed.c            |    6 +-----
 extensions/sidebar/ephy-sidebar-embed.h            |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c        |   12 +-----------
 extensions/sidebar/ephy-sidebar.c                  |   11 +----------
 extensions/sidebar/ephy-sidebar.h                  |    2 +-
 extensions/sidebar/sidebar-commands.c              |    2 +-
 extensions/sidebar/sidebar-commands.h              |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    6 +-----
 extensions/tab-groups/ephy-tab-grouper.h           |    2 +-
 extensions/tab-states/ephy-tab-states-extension.c  |    4 +---
 include/EphyUtils.h                                |    2 +-
 include/ephy-dnd.h                                 |    3 +--
 include/ephy-file-chooser.h                        |    4 +---
 include/ephy-file-helpers.h                        |    2 +-
 include/ephy-gui.h                                 |    5 +----
 31 files changed, 32 insertions(+), 136 deletions(-)

commit 1728ecaed8d3cc2ded08aea57e74be8a37af83cd
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Oct 18 09:04:31 2008 +0000

    Initialize content_type to -1 before evaluating it
    
    This was preventing the error-viewer extension from setting its actions as
    active unless it was unloaded and loaded via the extensions window.
    Closes: bug #556326
    
    svn path=/trunk/; revision=1779

 .../error-viewer/ephy-error-viewer-extension.c     |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 2d18b57bc21665e61de791792afd1ce55825578e
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Oct 18 08:57:03 2008 +0000

    Avoid a corner case for _load_status_cb
    
    svn path=/trunk/; revision=1778

 extensions/cc-license-viewer/cc-license-viewer.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 9380d120eec2abacd439be1937b86b80d092c13a
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Oct 18 08:47:39 2008 +0000

    Check for a license on extension load
    
    svn path=/trunk/; revision=1776

 extensions/cc-license-viewer/cc-license-viewer.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4c6ab33c618df8ba7556ffaf6f7e5c7b489480e4
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Oct 18 08:47:29 2008 +0000

    Don't show the CC eventbox on extension load
    
    svn path=/trunk/; revision=1775

 extensions/cc-license-viewer/cc-license-viewer.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a3c08897872a21949e422c157fb787bd818e4e93
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Oct 18 08:47:19 2008 +0000

    Style fixes and tidying
    
    svn path=/trunk/; revision=1774

 extensions/cc-license-viewer/cc-license-viewer.py |   74 ++++++++++++---------
 1 files changed, 42 insertions(+), 32 deletions(-)

commit de703313b71d94a7ec567b3deb9fbc024a2faa7e
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Oct 18 08:47:08 2008 +0000

    Reindent to 4 spaces like it should be™.
    
    svn path=/trunk/; revision=1773

 extensions/cc-license-viewer/cc-license-viewer.py |  776 ++++++++++----------
 1 files changed, 388 insertions(+), 388 deletions(-)

commit 99ad503475003165729ee9db94304f096ef4754b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 24 12:52:06 2008 +0000

    Enable maintainer mode by default
    
    svn path=/trunk/; revision=1767

 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 1890d04ef3397f8ca29d89e83850ee381067aa8f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Sep 21 13:14:29 2008 +0000

    Dist the old help/ChangeLog file
    
    svn path=/trunk/; revision=1760

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b108813f535aa34840da8c3a32c14e73c1a01fd6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Sep 21 13:13:58 2008 +0000

    Remove po/ChangeLog, and depend on intltool 0.40.4 for svn builds
    
    svn path=/trunk/; revision=1759

 ChangeLog.README        |    5 +
 Makefile.am             |    5 +-
 autogen.sh              |    2 +-
 help/ChangeLog          |   86 ---
 help/ChangeLog.pre-2-24 |   86 +++
 po/ChangeLog            | 1720 -----------------------------------------------
 po/ChangeLog.pre-2-24   | 1720 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 1816 insertions(+), 1808 deletions(-)

commit 33d03fcea7d29aab6cf270e68d5f33fc5e7780c8
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Sep 19 12:55:16 2008 +0000

    Translation updated.
    
    2008-09-19  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1757

 po/ChangeLog |    4 ++++
 po/hu.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit b4f2cb7ef377d618fe4052405999928fcbf78e41
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Fri Sep 19 00:26:28 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    * Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1756

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f6d39afb3bcdeb126ef8aa06ce9b1e60583320ad
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Tue Sep 9 19:37:47 2008 +0000

    Remove gnomevfs dep from favicon extension
    
    Remove the gnomevfs dependency of favicon.py and pythonify the source.
    gnomevfs was replaced with urlparse, patch by Stefan Stuhr, closes: 516844
    
    svn path=/trunk/; revision=1755

 extensions/favicon/favicon.py |   43 +++++++++++++++++++++-------------------
 1 files changed, 23 insertions(+), 20 deletions(-)

commit e3c53be39c534927e6b9c3f65f60480817bb5675
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Sep 7 14:33:33 2008 +0000

    Updated zh_CN translation.
    
    svn path=/trunk/; revision=1752

 po/ChangeLog |    4 +
 po/zh_CN.po  |  608 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 414 insertions(+), 198 deletions(-)

commit 47a049d4ce8d1cefaffb587ee8869c7d64ba198d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 3 20:49:48 2008 +0000

    Fix distcheck with intltool 0.40.0
    
    svn path=/trunk/; revision=1749

 Makefile.am |    6 ------
 autogen.sh  |    4 +++-
 2 files changed, 3 insertions(+), 7 deletions(-)

commit db03a4284028874692bcbc8241f3dc837b0859b8
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Jul 31 10:26:05 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1744

 po/ChangeLog |    8 +
 po/ar.po     |  503 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 325 insertions(+), 186 deletions(-)

commit d62809c465bcb82e3cc086f1eb042442f6b64c3a
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Tue Jul 29 23:11:37 2008 +0000

    reviwed by: Diego Escalante Urrelo
    
    2008-07-29  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	reviwed by: Diego Escalante Urrelo
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp: Added
    	translator comments clarifying what those "%s" mean. Fixes bug #519781.
    
    svn path=/trunk/; revision=1743

 .../mozilla/ErrorViewerConsoleListener.cpp         |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 518e6ae0ed4770a3e11dc75ac8b6ba8cb47aa4f5
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Mon Jul 28 19:50:52 2008 +0000

    2008-07-28 Reinout van Schouwen <reinouts@gnome.org>
    
    * 2008-07-28  Reinout van Schouwen <reinouts@gnome.org>
    
    	- configure.ac: Bump EPIPHANY_API_VERSION to 2.23
    	  Patch by Peter Gordon, fixes bug #544928
    
    
    svn path=/trunk/; revision=1739

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a110a703bb2975ee54eb8c2e31f6ce0389bc0817
Author: Alp Toker <atoker@src.gnome.org>
Date:   Tue Jun 17 13:40:34 2008 +0000

    Make auto-scroller extension work with WebKit
    
    Instead of using the DOM event, we use an ordinary GTK+ button press
    event. This lacks some context that could be useful, but works well enough
    for now.
    
    DOM-based code is left in tree since we might be able to pick it up when
    the DOM binding is done.
    
    svn path=/trunk/; revision=1737

 .../auto-scroller/ephy-auto-scroller-extension.c   |   38 ++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

commit fc733dececc2fd6d02a12183a21488c4f3c41f58
Author: Alp Toker <atoker@src.gnome.org>
Date:   Tue Jun 17 09:27:53 2008 +0000

    Port Greasemonkey extension to WebKit
    
    Script downloading will start working when Ephy gets a download manager.
    
    svn path=/trunk/; revision=1736

 configure.ac                                       |    9 +-
 extensions/greasemonkey/Makefile.am                |    9 +-
 .../greasemonkey/ephy-greasemonkey-extension.c     |  125 +++++++++++++++++---
 extensions/greasemonkey/mozilla/Makefile.am        |   25 ----
 .../greasemonkey/mozilla/mozilla-helpers.cpp       |  103 ----------------
 extensions/greasemonkey/mozilla/mozilla-helpers.h  |   36 ------
 6 files changed, 117 insertions(+), 190 deletions(-)

commit 19b6a63e8e86755c62f3f447eccd2f4c8d74d777
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Tue Jun 10 12:01:46 2008 +0000

    Import updated translation from 2.22 branch
    
    2008-06-10  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Import updated translation from 2.22 branch
    
    
    svn path=/trunk/; revision=1735

 po/ChangeLog |    4 +
 po/it.po     |  246 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 127 insertions(+), 123 deletions(-)

commit 765239d1784bed3266a70114e24c06c2515ac34b
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Jun 6 07:21:36 2008 +0000

    Updated Vietnamese translation
    
    svn path=/trunk/; revision=1734

 po/ChangeLog |    4 +
 po/vi.po     |  782 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 544 insertions(+), 242 deletions(-)

commit 42eeb0735c0331ad501547e81a6b8b28b91e37d4
Author: Gabor Kelemen <kelemeng@gnome.org>
Date:   Fri May 9 12:26:40 2008 +0000

    Translation updated.
    
    2008-05-09  Gabor Kelemen  <kelemeng@gnome.org>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1723

 po/ChangeLog |    4 ++++
 po/hu.po     |   18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 033931cc40bed1b6dab3dbfea4962ffa2e83fc2e
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Sun May 4 21:14:22 2008 +0000

    Added Greek translation by Giannis Katsampirhs <juankatsampirhs@gmail.com>
    
    svn path=/trunk/; revision=1721

 help/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 5148876e0821d4b801675f7f2ee45ad3cace123a
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Sun May 4 21:12:42 2008 +0000

    Added Greek translation by Giannis Katsampirhs <juankatsampirhs@gmail.com>
    
    svn path=/trunk/; revision=1720

 help/el/el.po | 1240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1240 insertions(+), 0 deletions(-)

commit e79b05d9e12463aea661abe4b4898cd39a18f183
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Apr 13 14:15:22 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=1719

 help/ChangeLog |    4 +
 help/es/es.po  |  628 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 341 insertions(+), 291 deletions(-)

commit b8b3100fc320e6ef744212f1b5e9c08c7193eca4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Apr 11 20:05:41 2008 +0000

    Adapt to new epiphany/epiphany.h header inclusion policy.
    
    svn path=/trunk/; revision=1718

 .../actions/ephy-actions-extension-editor-dialog.h |    3 +--
 .../ephy-actions-extension-properties-dialog.h     |    4 +---
 extensions/actions/ephy-actions-extension.c        |    3 +--
 extensions/actions/ephy-actions-extension.h        |    3 +--
 extensions/adblock/ad-blocker.h                    |    2 +-
 extensions/adblock/ad-uri-tester.h                 |    2 +-
 extensions/adblock/adblock-ui.c                    |    3 +--
 extensions/adblock/adblock-ui.h                    |    2 +-
 extensions/adblock/ephy-adblock-extension.c        |    8 +-------
 extensions/adblock/ephy-adblock-extension.h        |    2 +-
 .../auto-reload/ephy-auto-reload-extension.c       |    3 +--
 .../auto-scroller/ephy-auto-scroller-extension.c   |    2 +-
 extensions/auto-scroller/ephy-auto-scroller.h      |    4 ++--
 .../certificates/ephy-certificates-extension.c     |    7 +------
 .../error-viewer/ephy-error-viewer-extension.c     |    6 +-----
 extensions/error-viewer/error-viewer.h             |    2 +-
 extensions/error-viewer/link-checker.h             |    2 +-
 extensions/error-viewer/mozilla/mozilla-helpers.h  |    2 +-
 .../error-viewer/mozilla/mozilla-link-checker.h    |    2 +-
 extensions/error-viewer/sgml-validator.c           |    3 +--
 extensions/error-viewer/sgml-validator.h           |    2 +-
 .../ephy-extensions-manager-ui-extension.c         |    2 +-
 .../extensions-manager-ui/extensions-manager-ui.c  |    3 +--
 .../extensions-manager-ui/extensions-manager-ui.h  |    2 +-
 extensions/gestures/ephy-gesture.c                 |    3 +--
 extensions/gestures/ephy-gesture.h                 |    2 +-
 extensions/gestures/ephy-gestures-extension.c      |    3 +--
 .../greasemonkey/ephy-greasemonkey-extension.c     |    9 +--------
 extensions/greasemonkey/mozilla/mozilla-helpers.h  |    2 +-
 .../java-console/ephy-java-console-extension.c     |    2 +-
 .../ephy-livehttpheaders-extension.c               |    4 +---
 extensions/livehttpheaders/livehttpheaders-ui.c    |    3 +--
 extensions/livehttpheaders/livehttpheaders-ui.h    |    2 +-
 extensions/page-info/ephy-page-info-extension.c    |    6 +-----
 extensions/page-info/mozilla/mozilla-helpers.h     |    2 +-
 extensions/page-info/page-info-dialog.c            |    8 +-------
 extensions/page-info/page-info-dialog.h            |    4 +---
 extensions/permissions/ephy-permissions-dialog.c   |    4 +---
 .../permissions/ephy-permissions-extension.c       |    3 +--
 .../push-scroller/ephy-push-scroller-extension.c   |    2 +-
 extensions/push-scroller/ephy-push-scroller.h      |    4 ++--
 extensions/rss/ephy-rss-extension.c                |    8 +-------
 extensions/rss/rss-ui.h                            |    5 +----
 extensions/sample-mozilla/ephy-sample2-extension.c |    2 +-
 extensions/sample/ephy-sample-extension.c          |    2 +-
 extensions/select-stylesheet/ephy-css-menu.c       |    4 +---
 extensions/select-stylesheet/ephy-css-menu.h       |    2 +-
 .../ephy-select-stylesheet-extension.c             |    3 +--
 .../select-stylesheet/mozilla/mozilla-helpers.h    |    2 +-
 extensions/sidebar/ephy-sidebar-embed.c            |    7 +------
 extensions/sidebar/ephy-sidebar-embed.h            |    3 +--
 extensions/sidebar/ephy-sidebar-extension.c        |    9 +--------
 extensions/sidebar/sidebar-commands.c              |    4 +---
 .../smart-bookmarks/mozilla/mozilla-selection.h    |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    9 +--------
 extensions/tab-groups/ephy-tab-grouper.c           |    3 +--
 extensions/tab-groups/ephy-tab-groups-extension.c  |    2 +-
 extensions/tab-states/ephy-tab-states-extension.c  |    4 ++--
 58 files changed, 61 insertions(+), 147 deletions(-)

commit 671877054b8eaaeb89d48fe52ebd96ab48c68d09
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Apr 11 20:02:28 2008 +0000

    Exorcise gecko.
    
    svn path=/trunk/; revision=1717

 configure.ac |   71 +------
 m4/gecko.m4  |  721 ----------------------------------------------------------
 2 files changed, 6 insertions(+), 786 deletions(-)

commit 0691f4f4ff97526dce337647797f8161e64f0d0d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Apr 8 14:08:47 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1716

 po/es.po |  128 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 65 insertions(+), 63 deletions(-)

commit a2b47e54c03219aa936f6b64512b2f6df835d09e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Apr 8 09:20:24 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1715

 po/ChangeLog |    4 ++++
 po/es.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e93322b723158410cce460462a490e2944dc42ca
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Apr 5 19:18:31 2008 +0000

    Various typos and syntax corrections. Added fr to DOC_LINGUAS. Added
    
    2008-04-05  Claude Paroz  <claude@2xlibre.net>
    
    	* C/epiphany-extensions.xml: Various typos and syntax corrections.
    	* Makefile.am: Added fr to DOC_LINGUAS.
    	* fr/fr.po: Added French translation.
    	* fr/figures/*.png: Added translated screenshots.
    
    svn path=/trunk/; revision=1712

 help/C/epiphany-extensions.xml            |   83 +-
 help/ChangeLog                            |    7 +
 help/Makefile.am                          |    2 +-
 help/fr/figures/epi-ext-action-create.png |  Bin 0 -> 21972 bytes
 help/fr/figures/epi-ext-actions-use.png   |  Bin 0 -> 23955 bytes
 help/fr/figures/epi-ext-adblocker.png     |  Bin 0 -> 3275 bytes
 help/fr/figures/epi-ext-sidebar.png       |  Bin 0 -> 188545 bytes
 help/fr/figures/epi-ext-tabgroups.png     |  Bin 0 -> 33230 bytes
 help/fr/fr.po                             | 1942 +++++++++++++++++++++++++++++
 9 files changed, 2007 insertions(+), 27 deletions(-)

commit 18aae6743e2d1b4d45cbe17d85beef034ddd8c50
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Mar 29 17:41:41 2008 +0000

    Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org>
    
    2008-03-29  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Yavor Doganov <yavor@gnu.org>
    
    svn path=/trunk/; revision=1710

 po/ChangeLog |    5 +
 po/bg.po     |  724 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 479 insertions(+), 250 deletions(-)

commit bc57717ed37714793bdf89b41414dc0f9536b53f
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Thu Mar 27 17:48:38 2008 +0000

    Use gtk_bin_get_child () to get the GtkMozEmbed. Bug #521880.
    
    svn path=/trunk/; revision=1708

 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2dcbc3888c6421988d74d1847a3bac41ea36cb1f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Mar 27 14:27:55 2008 +0000

    Don't use internal strings on xr 1.9.
    
    svn path=/trunk/; revision=1706

 configure.ac                                       |    2 +-
 .../mozilla/LiveHTTPHeadersListener.cpp            |    9 +++++++--
 extensions/page-info/mozilla/PageInfoPrivate.cpp   |    4 ++++
 3 files changed, 12 insertions(+), 3 deletions(-)

commit 655979a41302d65e09df516e8fe0afb192996bfd
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Wed Mar 26 22:11:52 2008 +0000

    Fix changelog generation to consider only the current branch.
    
    
    svn path=/trunk/; revision=1705

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d9e7d7015dac22c08d05201fceef5c377e5a881d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 26 21:59:00 2008 +0000

    Allow building with xr 1.9
    
    svn path=/trunk/; revision=1702

 configure.ac                                       |   36 +++++-
 .../mozilla/ErrorViewerConsoleListener.cpp         |    7 +-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |    4 +-
 m4/gecko.m4                                        |  142 ++++++++++++++++----
 4 files changed, 155 insertions(+), 34 deletions(-)

commit f03a610567d36d49e0221bd87dc9874cc980dac0
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Mar 26 20:00:50 2008 +0000

    Improved French translation.
    
    2008-03-26  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Improved French translation.
    
    svn path=/trunk/; revision=1701

 po/ChangeLog |    4 ++
 po/fr.po     |  130 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 69 insertions(+), 65 deletions(-)

commit 08ce64edf9ee1b91f50376f78f37e095fb9bb1ce
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Mar 24 15:34:48 2008 +0000

    Updated Greek translation by Giannis Katsapiris
    
    svn path=/trunk/; revision=1700

 po/ChangeLog |    4 +
 po/el.po     |  883 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 612 insertions(+), 275 deletions(-)

commit 387b1ea724d80f6e3ba8220c2bed64f9b8be35a9
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Fri Mar 21 14:16:08 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=1699

 po/ChangeLog |    4 +++
 po/he.po     |   77 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 46 insertions(+), 35 deletions(-)

commit dc919cf835a2a13d4c62fdd74f914de48c42106d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Mar 19 12:10:11 2008 +0000

    Translation updated
    
    2008-03-19  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated
    
    
    svn path=/trunk/; revision=1697

 po/ChangeLog |    4 +
 po/hu.po     |  321 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 179 insertions(+), 146 deletions(-)

commit 76586ef2453fe78fc8f747c61a6ab31fdd1c0896
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Wed Mar 12 18:27:03 2008 +0000

    Use gtk_bin_get_child () to get the GtkMozEmbed.
    Fix bug #521874.
    
    svn path=/trunk/; revision=1696

 extensions/page-info/mozilla/mozilla-helpers.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 97fe9b51e8cbb0692130b6499b118138e3a714b2
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Wed Mar 12 12:48:48 2008 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=1695

 po/ChangeLog |    4 +
 po/ko.po     |  595 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 426 insertions(+), 173 deletions(-)

commit 6efbc9e0d31aeebdc5948e134d32cadffa9cdf82
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Fri Mar 7 11:33:24 2008 +0000

    Deleted repeated entries: sk, sq, sr, sr@Latn and sv. Added 'eu' (Basque)
    
    2008-03-07  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* LINGUAS: Deleted repeated entries: sk, sq, sr, sr@Latn and sv.
    	* LINGUAS: Added 'eu' (Basque) entry.
    	* eu.po: Add Basque translation.
    
    
    svn path=/trunk/; revision=1691

 po/ChangeLog |    6 +
 po/LINGUAS   |    6 +-
 po/eu.po     | 1279 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1286 insertions(+), 5 deletions(-)

commit fd8995dab72be13fe7547d315b2e746389d15b19
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Mar 7 02:13:26 2008 +0000

    Merged Thai translation from gnome-2-22 branch.
    
    2008-03-07  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Merged Thai translation from gnome-2-22 branch.
    
    
    svn path=/trunk/; revision=1690

 po/ChangeLog |    4 +
 po/th.po     |  311 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 183 insertions(+), 132 deletions(-)

commit 65047bf425de2a783762217505e10c0c1553d78b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 5 19:03:34 2008 +0000

    Post branching version update
    
    svn path=/trunk/; revision=1687

 configure.ac |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 44e1b1389cf5fa1db1535eaf736f0d8658ebaede
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Wed Mar 5 10:48:55 2008 +0000

    Updated Dutch translation by Wouter Bolsterlee.
    
    2008-03-05  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Updated Dutch translation by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=1684

 po/ChangeLog |   24 +++--
 po/nl.po     |  287 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 174 insertions(+), 137 deletions(-)

commit 1504a9aa287ca9cc11222558cc55e3b871628be8
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Tue Mar 4 15:25:43 2008 +0000

    Updated Japanese translation.
    
    2008-03-04  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1683

 po/ChangeLog |    4 +
 po/ja.po     |  271 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 153 insertions(+), 122 deletions(-)

commit 3245b8e9b600be63bce9c9f2825422f514eaec33
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Sun Mar 2 15:14:00 2008 +0000

    Updated Italian translation.
    
    2008-03-02  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation.
    
    svn path=/trunk/; revision=1682

 po/ChangeLog |    4 +
 po/it.po     |  177 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 107 insertions(+), 74 deletions(-)

commit 6fa53024e5556a573da16de0a47a8b026ada7825
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Sat Mar 1 18:58:19 2008 +0000

    Updated Brazilian Portuguese translation.
    
    2008-03-01  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=1681

 po/ChangeLog |    4 +
 po/pt_BR.po  |  280 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 163 insertions(+), 121 deletions(-)

commit 3d3d350400888071ce6ff14307210e784f236b4c
Author: Wouter Bolsterlee <wbolster@src.gnome.org>
Date:   Wed Feb 27 15:20:12 2008 +0000

    Bug 519069 – Select stylesheet uses wrong embed, resulting in critical warnings
    
    Fixed by getting the right object out of the embed.
    
    svn path=/trunk/; revision=1680

 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 82dcd4470ca6cb981329cd8ac2e0cf9bfe622f04
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Tue Feb 26 18:48:44 2008 +0000

    Version bump, preparing for 2.21.92 release.
    
    svn path=/trunk/; revision=1678

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f7a2d5a154305d25a1c45976e406edcfe248d587
Author: Xan Lopez <xan@src.gnome.org>
Date:   Fri Feb 22 18:17:03 2008 +0000

    Make rss extension use new-document-now signal instead of obsolete
    ge-content-change. (#517339)
    
    Patch by Ed Catmur
    
    svn path=/trunk/; revision=1677

 extensions/rss/ephy-rss-extension.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 49adc7198e78d62ab12e0eff8b210697bfc833a5
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Feb 19 22:36:50 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1676

 po/oc.po |  162 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 94 insertions(+), 68 deletions(-)

commit 5394f000340bdc1223d1586bea543b002948ced4
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Feb 19 05:41:03 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1675

 po/fi.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f4e47188c9bd9dc9cf4cdbda4fec3179b11d1855
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Feb 19 05:38:18 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1673

 po/ChangeLog |    4 +
 po/fi.po     |  276 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 158 insertions(+), 122 deletions(-)

commit 72cb1098883577e6cd4315614ebc411707d2319f
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Mon Feb 18 19:08:12 2008 +0000

    Drop gnome-vfs dependency and fix the build.
    Bug #516844.
    
    svn path=/trunk/; revision=1672

 configure.ac                                       |    8 +-
 extensions/adblock/adblock-pattern.c               |  105 +++++++++++++++++---
 extensions/adblock/adblock-ui.c                    |    4 -
 .../greasemonkey/ephy-greasemonkey-extension.c     |   65 +++++++------
 extensions/page-info/page-info-dialog.c            |   63 ++++++------
 extensions/rss/rss-ui.c                            |   23 +----
 include/Makefile.am                                |    1 +
 include/ephy-file-helpers.h                        |   42 ++++-----
 include/ephy-string.h                              |   60 +++++++++++
 9 files changed, 245 insertions(+), 126 deletions(-)

commit c8318a93a1d0e0c765391512965c73a575c6e9b6
Author: Xan Lopez <xan@src.gnome.org>
Date:   Sun Feb 17 18:21:45 2008 +0000

    Make adblock use new-document-now signal.
    
    Also fix build by adding gconf and gnome-vfs dependency checks.
    
    Part of #502283
    
    svn path=/trunk/; revision=1671

 configure.ac                                |    2 ++
 extensions/adblock/ephy-adblock-extension.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit da0d39e0b95528934d77585ffc11cf01b3db6c29
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Thu Feb 14 23:16:54 2008 +0000

    Updated Catalan translation by David Planella
    
    svn path=/trunk/; revision=1670

 po/ChangeLog |    4 ++
 po/ca.po     |  132 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 78 insertions(+), 58 deletions(-)

commit 57d3f13ec9c1012fcfc10413812b708b48d20a92
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Thu Feb 14 11:09:56 2008 +0000

    Updated Nepali Translation
    
    svn path=/trunk/; revision=1669

 po/ChangeLog |    4 +
 po/ne.po     |  605 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 433 insertions(+), 176 deletions(-)

commit 53ecff022cbf15c6134199fc3c7c7dd46ce2b6bb
Author: Luca Ferretti <lferrett@src.gnome.org>
Date:   Fri Feb 1 15:18:59 2008 +0000

    Update the adblock icon and make it themeable. Original patch from
    Michael Monreal, new icons from Lapo Calamandrei (Bug #483672).
    
    svn path=/trunk/; revision=1668

 data/icons/Makefile.am                         |    5 +
 data/icons/hicolor_status_16x16_ad-blocked.png |  Bin 0 -> 736 bytes
 data/icons/hicolor_status_16x16_ad-blocked.svg |  281 +++++++++++++++++++++++
 data/icons/hicolor_status_22x22_ad-blocked.png |  Bin 0 -> 1270 bytes
 data/icons/hicolor_status_22x22_ad-blocked.svg |  293 ++++++++++++++++++++++++
 data/icons/hicolor_status_24x24_ad-blocked.png |  Bin 0 -> 1306 bytes
 extensions/adblock/Makefile.am                 |    5 +-
 extensions/adblock/adblock-statusbar-icon.svg  |   11 -
 extensions/adblock/ephy-adblock-extension.c    |   21 +--
 9 files changed, 583 insertions(+), 33 deletions(-)

commit a4feb724d2517177b7ca3f403800fa8b90d3d276
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Wed Jan 30 18:29:12 2008 +0000

    Update select-stylesheet to work with ephy trunk. Fixes #513209.
    
    
    svn path=/trunk/; revision=1667

 extensions/select-stylesheet/ephy-css-menu.c |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

commit b68b0f8c60e6d656ac69f8145fd0f589c302ea58
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Wed Jan 30 18:17:31 2008 +0000

    Update error-viewer extension to work with ephy trunk. Fixes #513206.
    
    
    svn path=/trunk/; revision=1666

 .../error-viewer/ephy-error-viewer-extension.c     |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

commit c917a3bf907e94007bd70b5bbc34ac70296d67e6
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Jan 30 10:13:03 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=1665

 help/ChangeLog |    4 ++
 help/es/es.po  |  127 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 73 insertions(+), 58 deletions(-)

commit 981a99bc92176de5cca77bc93e6aa9ebbb0ccc22
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Jan 29 20:20:29 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=1664

 help/ChangeLog |    4 +
 help/es/es.po  |  699 ++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 561 insertions(+), 142 deletions(-)

commit 988b7991cedcd5acb425da82ddae5839b60ee80a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Jan 27 20:19:41 2008 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2008-01-27  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1663

 po/ChangeLog |    5 +
 po/pt.po     | 1278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 1198 insertions(+), 85 deletions(-)

commit 8583bd8ccd89af7b0f7a731d9b4535a1e55d8eb3
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Jan 27 16:10:39 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=1662

 help/ChangeLog |    6 +-
 help/es/es.po  |  665 +++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 443 insertions(+), 228 deletions(-)

commit 712229d2ccbe9f0b7e6bc19b295fa682afe06724
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Jan 27 16:09:21 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1661

 po/ChangeLog |    4 ++++
 po/es.po     |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit da20c4d9ca5e878d9df57f7aa7404fbc23912000
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sun Jan 27 10:09:47 2008 +0000

    added hebrew translation
    
    svn path=/trunk/; revision=1660

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/he.po     | 1246 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1251 insertions(+), 0 deletions(-)

commit a32cc1c1eda04593d69df71dd68276bb9c77989a
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jan 26 20:53:05 2008 +0000

    Updated French translation.
    
    2008-01-26  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation.
    
    svn path=/trunk/; revision=1659

 po/ChangeLog |    4 ++
 po/fr.po     |  135 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 77 insertions(+), 62 deletions(-)

commit 4c38f420cf2ce958302194e05390408cd1fe038f
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jan 21 09:19:58 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1658

 po/ChangeLog |    4 ++++
 po/es.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit d48a0c4549f64d2dc01d67f6176c948fbf1a7c3e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jan 21 09:19:08 2008 +0000

    Added Spanish translation
    
    svn path=/trunk/; revision=1657

 help/ChangeLog   |    5 +
 help/Makefile.am |    2 +-
 help/es/es.po    | 1236 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1242 insertions(+), 1 deletions(-)

commit e6eef52a862dddb907cc466c558dc3db5954384b
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Jan 17 14:10:05 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1656

 po/ChangeLog |    4 ++
 po/es.po     |  102 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 63 insertions(+), 43 deletions(-)

commit d6cfa5d46eecde0ad5cd6e7881d794accd20245f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Jan 15 03:17:56 2008 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=1655

 po/ChangeLog |    4 ++
 po/sv.po     |   98 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 60 insertions(+), 42 deletions(-)

commit e05a0258adf92aa66c82703db52fd2cf1853d45a
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Jan 14 03:02:10 2008 +0000

    A couple of extra files for translation
    
    svn path=/trunk/; revision=1654

 po/ChangeLog   |    5 +++++
 po/POTFILES.in |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit d3d0cf45a00cf7f766c409921abea4e1c728257b
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Thu Jan 10 16:56:31 2008 +0000

    Import updated Italian translation from gnome-2-20 branch
    
    2008-01-10  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Import updated Italian translation from gnome-2-20 branch
    
    
    svn path=/trunk/; revision=1653

 po/ChangeLog |   13 ++-
 po/it.po     |  279 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 170 insertions(+), 122 deletions(-)

commit cf8a322b38879d73a859865e108a03f31d6ea1bb
Author: Wouter Bolsterlee <wbolster@src.gnome.org>
Date:   Tue Jan 8 21:46:27 2008 +0000

    Replaced all occurrences of 'print-preview-mode'. This property is now called
    'is-print-preview', and the semantics have not changed.
    
    svn path=/trunk/; revision=1652

 extensions/gestures/ephy-gestures-extension.c |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c   |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 55f717265a5a852faa107ebe9e9412390e6a375e
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Dec 31 22:13:07 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1649

 help/oc/oc.po |   16 ++++-----
 po/ChangeLog  |    5 ++-
 po/oc.po      |  111 +++++++++++++++++++++++++++-----------------------------
 3 files changed, 65 insertions(+), 67 deletions(-)

commit 4fbe0a7d457617e1a07c95f281e031b570b0c0b7
Author: Xan Lopez <xan@src.gnome.org>
Date:   Fri Dec 28 17:11:50 2007 +0000

    Include <cstring> for strcmp. Bug #503921
    
    svn path=/trunk/; revision=1648

 extensions/error-viewer/opensp/validate.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 219ad83af156237b6cd1ef1ee027e7020903ce8d
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Sat Dec 22 19:16:15 2007 +0000

    Extension descriptions translated in the present tense by Rodrigo Flores.
    
    2007-12-22  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Extension descriptions translated in the present tense by
    	Rodrigo Flores.
    
    svn path=/trunk/; revision=1647

 po/ChangeLog |    5 +++++
 po/pt_BR.po  |   23 ++++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

commit 211a939ba86abe8cd1cbe2e63adf6ed9392d31b6
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Fri Dec 7 09:50:47 2007 +0000

    Update to make favicon extension work with epiphany trunk.
    Fixes bug #500728.
    
    
    svn path=/trunk/; revision=1645

 extensions/favicon/favicon.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 07bc36704533f13f0c05f2f10e9db545935dfe75
Author: Jan Michael C. Alonzo <jmalonzo@src.gnome.org>
Date:   Sun Dec 2 02:02:54 2007 +0000

    Update sample-python and cc-licence-viewer
    
    http://bugzilla.gnome.org/show_bug.cgi?id=500729
    
     - use Window.get_active_child instead of Window.get_active_tab
    
    	modified:   extensions/cc-license-viewer/cc-license-viewer.py
    	modified:   extensions/sample-python/sample-python-menu.py
    
    svn path=/trunk/; revision=1644

 extensions/cc-license-viewer/cc-license-viewer.py |    4 ++--
 extensions/sample-python/sample-python-menu.py    |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 22b22107d8f012f416daab9c88bbea21b0b0abec
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Nov 21 18:40:29 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1643

 help/ChangeLog |    4 ++++
 help/oc/oc.po  |    7 +++----
 po/ChangeLog   |    4 ++++
 po/oc.po       |   37 +++++++++++++------------------------
 4 files changed, 24 insertions(+), 28 deletions(-)

commit b38cff885ecaae21ac8f3aa24f04a69f8638f0c4
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Nov 20 21:26:47 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1642

 help/oc/oc.po |   15 +++++++++------
 po/oc.po      |   55 ++++++++++++++++++++++++-------------------------------
 2 files changed, 33 insertions(+), 37 deletions(-)

commit d868e36a8ef472bfb9e1570f8e6749471c992130
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sat Nov 17 12:47:10 2007 +0000

    Update C extensions to trunk:
     - Use EphyEmbedContainer.
     - Use notify::active-child instead of notify::active-tab.
    
    svn path=/trunk/; revision=1641

 extensions/actions/ephy-actions-extension.c        |    3 ++-
 extensions/adblock/ephy-adblock-extension.c        |    7 ++++---
 .../auto-reload/ephy-auto-reload-extension.c       |    5 +++--
 .../error-viewer/ephy-error-viewer-extension.c     |    9 +++++----
 extensions/gestures/ephy-gesture.c                 |    3 ++-
 .../greasemonkey/ephy-greasemonkey-extension.c     |    5 +++--
 extensions/page-info/ephy-page-info-extension.c    |    7 ++++---
 extensions/rss/ephy-rss-extension.c                |    7 ++++---
 extensions/select-stylesheet/ephy-css-menu.c       |    9 +++++----
 .../smart-bookmarks/smart-bookmarks-extension.c    |    5 +++--
 extensions/tab-states/ephy-tab-states-extension.c  |    7 ++++---
 11 files changed, 39 insertions(+), 28 deletions(-)

commit d833ea26a72d238973777ff7aeae68ae1f038d31
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Nov 13 20:05:35 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1640

 po/ChangeLog |    4 ++++
 po/es.po     |   27 +++++++++++++--------------
 2 files changed, 17 insertions(+), 14 deletions(-)

commit 279cc838e1be112f0927a43a179881ffa0f1b105
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Nov 12 08:59:36 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1639

 po/ChangeLog |    4 ++++
 po/sv.po     |   52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 30 insertions(+), 26 deletions(-)

commit 06e1893f79ee798992966e0f962cbeb9384eaf28
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Sun Nov 4 19:34:30 2007 +0000

    Remove all ephy-tab.h includes to make e-e build against Ephy trunk.
    Bug #493468.
    
    svn path=/trunk/; revision=1638

 extensions/adblock/ephy-adblock-extension.c        |    1 -
 .../certificates/ephy-certificates-extension.c     |    1 -
 extensions/gestures/ephy-gestures-extension.c      |    1 -
 .../greasemonkey/ephy-greasemonkey-extension.c     |    1 -
 extensions/sidebar/ephy-sidebar-embed.c            |    1 -
 5 files changed, 0 insertions(+), 5 deletions(-)

commit 5ecb094b12b8428b248f943823e1a922d9f9df0a
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 15:50:53 2007 +0000

    Update smart-bookmarks to work with epiphany trunk. Fixes bug #493246.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1637

 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |   20 ++--
 .../smart-bookmarks/smart-bookmarks-extension.c    |   90 +++++++++-----------
 2 files changed, 50 insertions(+), 60 deletions(-)

commit 1cd0bf9d05ab7e0cf5bdbec1a9405a4c430071ba
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 01:56:43 2007 +0000

    Update select-stylesheet to work with epiphany trunk.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1636

 extensions/select-stylesheet/ephy-css-menu.c       |   26 ++++++++++----------
 .../ephy-select-stylesheet-extension.c             |    2 +-
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    4 +-
 3 files changed, 16 insertions(+), 16 deletions(-)

commit c144a2e5f68912a6bc9cdd064ed0b9db366db0e2
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 01:34:53 2007 +0000

    Update sample-mozilla to work with epiphany trunk.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1635

 extensions/sample-mozilla/ephy-sample2-extension.c |   10 ++--------
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |    1 -
 extensions/sample-mozilla/sample-mozilla.c         |    6 +++---
 3 files changed, 5 insertions(+), 12 deletions(-)

commit ede2d51482d9b7147b8321680e0b3b8bc4e1e48b
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 01:24:04 2007 +0000

    Update sample to work with epiphany trunk.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1634

 extensions/sample/ephy-sample-extension.c |    4 ++--
 extensions/sample/sample.c                |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 85b79282c004f007c6ae600917881c1e73d40ec6
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 01:11:55 2007 +0000

    Fix typos (embed versus window) introduced in r1632. Really fixes bug #492928.
    Adapt the handling of the title of ephy_embed_get_title() (which is now const).
    
    svn path=/trunk/; revision=1633

 extensions/page-info/ephy-page-info-extension.c |    4 ++--
 extensions/page-info/page-info-dialog.c         |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 0323edb368765a88e8850d2149a578064a7fe647
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 00:51:35 2007 +0000

    Update page-info to work with epiphany trunk. Fixes bug #492928.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1632

 extensions/page-info/ephy-page-info-extension.c  |   33 ++--
 extensions/page-info/mozilla/PageInfoPrivate.h   |    2 +-
 extensions/page-info/mozilla/mozilla-helpers.cpp |   93 ++++----
 extensions/page-info/mozilla/mozilla-helpers.h   |    4 +-
 extensions/page-info/page-info-dialog.c          |  256 +++++++++++-----------
 5 files changed, 195 insertions(+), 193 deletions(-)

commit a43d810bfad76475d3b34842de241cabd33af673
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 00:33:41 2007 +0000

    Clean up trailing whitespaces and indentation. Fixes bug #493177.
    (The other part of the diff was committed in r1616.)
    
    svn path=/trunk/; revision=1631

 .../push-scroller/ephy-push-scroller-extension.c   |    4 ++--
 extensions/push-scroller/ephy-push-scroller.c      |    9 ++++-----
 extensions/push-scroller/extension.c               |    8 ++++----
 3 files changed, 10 insertions(+), 11 deletions(-)

commit c8bd662973b183a8b73bd784993914c7f95a804e
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 00:17:28 2007 +0000

    Update auto-reload to work with epiphany trunk. Fixes bug #493162.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1630

 .../auto-reload/ephy-auto-reload-extension.c       |  125 ++++++++++----------
 extensions/auto-reload/extension.c                 |    6 +-
 2 files changed, 63 insertions(+), 68 deletions(-)

commit 51264c016ae42b2330880fc0af6df79670ae1eaf
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 00:07:29 2007 +0000

    Update error-viewer to work with epiphany trunk. Fixes bug #493174.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1629

 .../error-viewer/ephy-error-viewer-extension.c     |   23 ++++++++-----------
 extensions/error-viewer/error-viewer.c             |    6 ++--
 .../mozilla/ErrorViewerConsoleListener.cpp         |   16 +++++++-------
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    6 ++--
 .../mozilla/ErrorViewerURICheckerObserver.h        |    4 +-
 5 files changed, 26 insertions(+), 29 deletions(-)

commit 80a58a3c5b87f5d8705833183ba043014182576c
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sun Nov 4 00:00:51 2007 +0000

    Update rss to work with epiphany trunk. Fixes bug #492938.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1628

 extensions/rss/ephy-rss-extension.c |   85 +++++++++++++++-------------------
 extensions/rss/extension.c          |    6 +-
 extensions/rss/rss-feedlist.c       |    6 +-
 extensions/rss/rss-ui.c             |   70 ++++++++++++++--------------
 extensions/rss/rss-ui.h             |    2 +-
 5 files changed, 80 insertions(+), 89 deletions(-)

commit cbc8c78a75a82aedb67651df7dec6642b2e4b0a5
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sat Nov 3 23:46:07 2007 +0000

    Update adblock to work with epiphany trunk. Fixes bug #493139.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1627

 extensions/adblock/ad-uri-tester.c          |    6 +-
 extensions/adblock/adblock-pattern.c        |   46 +++++++-------
 extensions/adblock/adblock-pattern.h        |    4 +-
 extensions/adblock/adblock-ui.c             |   90 +++++++++++++-------------
 extensions/adblock/adblock-ui.h             |    2 +-
 extensions/adblock/ephy-adblock-extension.c |   64 ++++++++-----------
 extensions/adblock/extension.c              |    4 +-
 7 files changed, 103 insertions(+), 113 deletions(-)

commit fb4b76c3f50f689a03f1828fb3ca562aa8c1fe70
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sat Nov 3 23:36:52 2007 +0000

    Update greasemonkey to work with epiphany trunk. Fixes bug #492927.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1626

 .../greasemonkey/ephy-greasemonkey-extension.c     |   24 +++++--------------
 extensions/greasemonkey/extension.c                |    2 +-
 2 files changed, 8 insertions(+), 18 deletions(-)

commit 7338b4979e8efaf17de28e741c3c17c399852d36
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sat Nov 3 23:33:56 2007 +0000

    Update gestures to work with epiphany trunk. Fixes bug #492924.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1625

 extensions/gestures/ephy-gesture.c            |   16 ++++++++--------
 extensions/gestures/ephy-gesture.h            |    4 ++--
 extensions/gestures/ephy-gestures-extension.c |   23 +++++------------------
 3 files changed, 15 insertions(+), 28 deletions(-)

commit 351f0e76651f8d9fcb13946f583894ad21e3537d
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sat Nov 3 23:28:27 2007 +0000

    Update actions to work with epiphany trunk. Fixes bug #492909.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1624

 .../actions/ephy-actions-extension-editor-dialog.c |   56 ++++++++++----------
 .../actions/ephy-actions-extension-editor-dialog.h |    2 +-
 .../ephy-actions-extension-properties-dialog.c     |   24 ++++----
 .../ephy-actions-extension-properties-dialog.h     |    2 +-
 extensions/actions/ephy-actions-extension-util.c   |    6 +-
 extensions/actions/ephy-actions-extension-util.h   |    2 +-
 extensions/actions/ephy-actions-extension.c        |   57 ++++++++------------
 extensions/actions/ephy-actions-extension.h        |    2 +-
 extensions/actions/extension.c                     |    2 +-
 9 files changed, 71 insertions(+), 82 deletions(-)

commit bb1503e2f9dec0982d3e808d299f3a73b9fc4de3
Author: Cyril Brulebois <cyrilbois@src.gnome.org>
Date:   Sat Nov 3 23:19:45 2007 +0000

    Update auto-scroller to work with epiphany trunk. Fixes bug #493168.
    Clean up trailing whitespaces and indentation.
    
    svn path=/trunk/; revision=1623

 .../auto-scroller/ephy-auto-scroller-extension.c   |   12 +++---------
 extensions/auto-scroller/ephy-auto-scroller.c      |   19 +++++++++----------
 extensions/auto-scroller/extension.c               |    6 +++---
 3 files changed, 15 insertions(+), 22 deletions(-)

commit 897d3516bd4fa429380198bbe13c746f33cd5ed5
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Nov 3 21:52:10 2007 +0000

    Properly cast sizeof over the instance instead over the class.
    Also remove a useless include of ephy-tab.h.
    
    
    svn path=/trunk/; revision=1621

 extensions/tab-groups/ephy-tab-grouper.c          |    1 -
 extensions/tab-groups/ephy-tab-groups-extension.c |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

commit 5a0260d57a07fb891b63c53390413c1f55a044a0
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Nov 3 21:00:19 2007 +0000

    Update favicon extension to work with epiphany trunk.
    
    
    svn path=/trunk/; revision=1620

 extensions/favicon/favicon.py |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

commit ebd12b8de0c7941ed858ac4bef2244343cc50b23
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Nov 3 20:59:15 2007 +0000

    Update the sample python extension to reflect that we get embeds and not tabs.
    
    
    svn path=/trunk/; revision=1619

 extensions/sample-python/sample-python.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e32697e0cec30b89d6dafff5d70f216ebfcbe993
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Nov 3 20:57:56 2007 +0000

    Updated Tab states extension to work with epiphany trunk.
    
    
    svn path=/trunk/; revision=1618

 extensions/tab-states/ephy-tab-states-extension.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 6084c0c8deaf549d52df5816e8a9b8546b52ecb7
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Sat Nov 3 20:55:09 2007 +0000

    Update cc-license-viewer to work with epiphany trunk.
    
    
    svn path=/trunk/; revision=1617

 extensions/cc-license-viewer/cc-license-viewer.py |   27 +++++++++-----------
 1 files changed, 12 insertions(+), 15 deletions(-)

commit 1cc3a2c53d3c89706420c1a275989b36d8bf7954
Author: Per _Magnus_ Therning <mtherning@src.gnome.org>
Date:   Sat Nov 3 19:39:35 2007 +0000

    Catching up
    
    svn path=/trunk/; revision=1616

commit 95e216ec89966748d429cdc1a435d0facd54297b
Author: Per _Magnus_ Therning <mtherning@src.gnome.org>
Date:   Sat Nov 3 19:39:19 2007 +0000

    Removing support for del.icio.us.
    
    Del.icio.us as a backend has been fraught with problems.  Until they
    improve their API for developers it is simply too much work.
    
    svn path=/trunk/; revision=1615

 extensions/epilicious/DeliciousStore.py            |    9 +-
 extensions/epilicious/Makefile.am                  |    1 -
 extensions/epilicious/backend.py                   |    2 -
 extensions/epilicious/delicious.py                 |  174 --------------------
 extensions/epilicious/epilicious.ephy-extension.in |    2 +-
 extensions/epilicious/epilicious.py.in             |    2 +-
 extensions/epilicious/epilicious.schemas.in        |   12 +-
 extensions/epilicious/magnolia.py                  |   40 ++---
 8 files changed, 27 insertions(+), 215 deletions(-)

commit 8bce1a37a6c81e3e25bbeec753c01fd2917dc22b
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Sat Nov 3 13:09:52 2007 +0000

    Migrate Push Scroll extension from EphyTab to EphyEmbed.
    Bug #492929. Patch by Cyril Brulebois.
    
    svn path=/trunk/; revision=1614

 .../push-scroller/ephy-push-scroller-extension.c   |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit fbc9347bfd5a93eb883fa1d3ae3b95d7ccb7fccb
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Sat Nov 3 13:08:01 2007 +0000

    Migrate Sidebar extension from EphyTab to EphyEmbed.
    Bug #492939. Patch by Cyril Brulebois.
    
    svn path=/trunk/; revision=1613

 extensions/sidebar/ephy-sidebar-extension.c |   74 +++++++++++++-------------
 1 files changed, 37 insertions(+), 37 deletions(-)

commit 0b66fbe6d16685fdc301c663e2161b1167be8ab1
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 3 12:47:52 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1612

 po/ChangeLog |    4 ++++
 po/es.po     |   17 +++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit ed434241ecbbdf76b7694e1bfc0792af8bc44715
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri Nov 2 01:04:42 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1611

 help/ChangeLog |    4 ++++
 help/sv/sv.po  |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 69229924a9ba5a761a66d6fe752af5e51882fc25
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri Nov 2 01:03:36 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1610

 po/ChangeLog |    4 ++++
 po/sv.po     |   19 +++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)

commit 343407bde819b189db55063914ec1aee3c7f673c
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Fri Nov 2 00:03:30 2007 +0000

    Removes box from statusbar when the cc-licence-viewer extension is unloaded.
    Fix bug #492467, patch by Basilio Kublik.
    
    svn path=/trunk/; revision=1609

 extensions/cc-license-viewer/cc-license-viewer.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1cb593494a0d059588af8851d274e35aaa82e5b4
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Thu Nov 1 23:54:54 2007 +0000

    Remove ellipses in Tools->Extensions menu entry, as per HIG.
    Bug #483321, patch by Michael Monreal.
    
    svn path=/trunk/; revision=1607

 .../ephy-extensions-manager-ui-extension.c         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b076cfa6279319362edeec449d14bad93bd302a0
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Thu Nov 1 23:50:31 2007 +0000

    Fix a typo in epiphany-extensions.xml.
    Bug #480160, patch by Sven Arvidsson.
    
    svn path=/trunk/; revision=1606

 help/C/epiphany-extensions.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 74f23eb499b1618e0cb7c6f0ba36b9b749c4857c
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Thu Nov 1 23:47:44 2007 +0000

    Adds support for WebKit backend in the Extensions.
    Closes bug #463956, patch by Cyril Brulebois.
    
    svn path=/trunk/; revision=1605

 configure.ac   |   34 +++++++++++++++++++++-------------
 m4/epiphany.m4 |   12 ++++++++++--
 m4/gecko.m4    |   30 +++++++++++++++++++++---------
 3 files changed, 52 insertions(+), 24 deletions(-)

commit c6e5a373bb9add1d713150a199d45090b5431c5a
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Thu Nov 1 23:40:59 2007 +0000

    Fix capitalization in a string in Adblock extension
    Bug #483313, patch by Michael Monreal.
    
    svn path=/trunk/; revision=1604

 extensions/adblock/adblock.glade            |    2 +-
 extensions/adblock/ephy-adblock-extension.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 494cb092f8187762ecb318adf7ed15603dbfd901
Author: Per _Magnus_ Therning <mtherning@src.gnome.org>
Date:   Thu Nov 1 01:13:11 2007 +0000

    Fix for bug 491977
    
    svn path=/trunk/; revision=1603

 extensions/epilicious/delicious.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2628c8de1cd96564588192b8b8e48ee3f001afa7
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Oct 24 18:40:03 2007 +0000

    Updated French translation.
    
    2007-10-24  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation.
    
    svn path=/trunk/; revision=1601

 po/ChangeLog |    4 ++
 po/fr.po     |  158 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 105 insertions(+), 57 deletions(-)

commit ebe130362f7317bedf8661ee8eb8d89ca87d038a
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Oct 14 11:15:05 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1598

 help/Makefile.am |    2 +-
 help/oc/oc.po    | 1214 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/oc.po         |  156 +++++---
 3 files changed, 1318 insertions(+), 54 deletions(-)

commit a0af228a880e7a9282c597212526997b88127374
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Oct 3 16:54:18 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1597

 po/oc.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f1850a62ac1869926bb56b9b7f72c98adb4dd13b
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Wed Sep 26 22:59:02 2007 +0000

    Fix the identation of my previous patch.
    
    * extensions/adblock/adblock-ui.c:
    
    Fix the identation of my previous patch.
    
    
    svn path=/trunk/; revision=1595

 extensions/adblock/adblock-ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 632b3c9d20c64b91104c14c7764b109716ef5f98
Author: Diego Escalante Urrelo <diegoe@src.gnome.org>
Date:   Wed Sep 26 22:50:21 2007 +0000

    Associate the about dialog of Filterset.G with the AdblockUI window, not
    
            * extensions/adblock/adblock-ui.c:
    
            Associate the about dialog of Filterset.G with the AdblockUI window,
            not with Epiphany's window. Fixes bug #480737.
            Also add the application name property.
    
    
    svn path=/trunk/; revision=1593

 extensions/adblock/adblock-ui.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 18289550e829f12e4775de6ae7a8492e9c8aa11b
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sat Sep 22 16:57:52 2007 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=1592

 po/ChangeLog |    4 ++++
 po/ca.po     |   46 ++++++++++++++++++++++++++++++++++------------
 2 files changed, 38 insertions(+), 12 deletions(-)

commit 8b8925737eafd550e828dc368343df3f37a8f4cc
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Sep 20 11:19:32 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1590

 po/ChangeLog |    4 ++++
 po/es.po     |   34 +++++++++++++++++++++++-----------
 2 files changed, 27 insertions(+), 11 deletions(-)

commit c141641120514783984c53764d62679552f89b84
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 19 18:14:27 2007 +0000

    Add defines for major/minor/micro version.
    Add SVN branch and use it in the ChangeLog rule.
    
    svn path=/trunk/; revision=1589

 Makefile.am  |    4 ++--
 configure.ac |   22 +++++++++++++++++++---
 2 files changed, 21 insertions(+), 5 deletions(-)

commit 56091cf22db87c0d8ffe1741e07c14d91f1997ac
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 19 12:13:27 2007 +0000

    Add ChangeLog.README to explain the ChangeLog policy
    
    svn path=/trunk/; revision=1588

 ChangeLog.README |   28 ++++++++++++++++++++++++++++
 HACKING          |   23 +++--------------------
 2 files changed, 31 insertions(+), 20 deletions(-)

commit 0d7c1665d543fa0f10645a5759dda5551119e0aa
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Sep 19 11:54:02 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1587

 po/ChangeLog |    4 ++++
 po/sv.po     |   34 +++++++++++++++++++++++++---------
 2 files changed, 29 insertions(+), 9 deletions(-)

commit f62ae9ff75ae610628214efb651bc3dc3611d8c5
Author: Cosimo Cecchi <cosimoc@src.gnome.org>
Date:   Mon Sep 17 19:37:57 2007 +0000

    Error Viewer: fix error messages always being displayed as Javascript, even if
    they were of another type. Closes bug #172144.
    
    
    svn path=/trunk/; revision=1586

 .../mozilla/ErrorViewerConsoleListener.cpp         |   99 +++++++++++--------
 1 files changed, 57 insertions(+), 42 deletions(-)

commit 91fbad76e8117ef1a8c2ecdd2731602fef371ee2
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Sep 16 18:34:24 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1581

 po/ChangeLog |    4 ++++
 po/sv.po     |   14 ++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit 8417a28f386e82dad4e69f968dd026561931649d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Sep 16 13:18:45 2007 +0000

    Fix SVN module name.
    
    svn path=/trunk/; revision=1580

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 814122c7fa8ea63c3ff223d1896e1f5b7282f4db
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Sep 16 12:55:34 2007 +0000

    Generate ChangeLog from SVN history. Copied from Epiphany.
    
    svn path=/trunk/; revision=1579

 ChangeLog   |    3 -
 Makefile.am |   13 +++
 svn2cl.xsl  |  295 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 308 insertions(+), 3 deletions(-)

commit 848c265cc893e0ccdf4bdcd7fcf3d3c9029e040e
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Sep 16 09:22:14 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1578

 help/ChangeLog |    4 ++++
 po/oc.po       |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 2df7383aa3ea176caae337ba19264b33a01e6ce5
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Sat Sep 15 14:55:57 2007 +0000

    fix translation of push scroll
    
    svn path=/trunk/; revision=1577

 po/ChangeLog |    4 ++++
 po/nl.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 2a22ee83c0fa80c500309413a1af85e26ab6a703
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Thu Sep 13 22:22:56 2007 +0000

    - Oops, update Changelog
    
    
    svn path=/trunk/; revision=1576

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 59aacab2b159171bdfb265b396eeee3aeb1f0e3c
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Thu Sep 13 22:22:42 2007 +0000

    2007-09-14 Reinout van Schouwen <reinouts@gnome.org>
    
    * 2007-09-14  Reinout van Schouwen <reinouts@gnome.org>
    
    	- nl.po : Updated Dutch translation
    
    
    svn path=/trunk/; revision=1575

 po/nl.po |  132 ++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 86 insertions(+), 46 deletions(-)

commit 4a1e803e8ac6b35170cf3a0dda23600e8c57b6a0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 12 19:07:58 2007 +0000

    Update for Epiphany version 2.21
    
    svn path=/trunk/; revision=1573

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e979d14711c7ebaaeaa7e583806c9d95542681c6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 12 19:05:03 2007 +0000

    Move ChangeLog to ChangeLog-20070912, and dist it.
    Update HACKING for no-ChangeLog policy.
    
    svn path=/trunk/; revision=1572

 ChangeLog          | 7649 +---------------------------------------------------
 ChangeLog-20070912 | 7648 +++++++++++++++++++++++++++++++++++++++++++++++++++
 HACKING            |   25 +
 Makefile.am        |   10 +-
 4 files changed, 7682 insertions(+), 7650 deletions(-)

commit 59c96fe10247f95180abd3fb23de511877b815ea
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Mon Sep 3 01:44:59 2007 +0000

    Brazilian Portuguese translation updated by Carlos Henrique Júnior
    
    2007-09-02  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Brazilian Portuguese translation updated by Carlos
    	Henrique Júnior <carlos@milk-it.net>.
    
    svn path=/trunk/; revision=1569

 po/ChangeLog |    5 ++
 po/pt_BR.po  |  133 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 90 insertions(+), 48 deletions(-)

commit a89625f983f6cce260cf185c1907ee753d35bc7f
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Aug 25 19:19:56 2007 +0000

    Translation updated.
    
    2007-08-25 Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=1568

 po/ChangeLog |    4 ++
 po/hu.po     |  117 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 72 insertions(+), 49 deletions(-)

commit 527f8e658147389c499dce5f454d610c3b9b6679
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Thu Aug 23 04:56:21 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1567

 po/ChangeLog |    4 ++++
 po/fi.po     |   23 +++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)

commit c1c44ed800d3eec8c0fbc7ca92c8f6e8f480ae63
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Aug 18 11:33:34 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1566

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f3571ab55c07f454fc18ef8b402e221dc6e37436
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Fri Aug 17 15:18:16 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1565

 po/oc.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit e2f8af600c82849cc2d100ca21a1bb1e57e6ee7f
Author: Adam Weinberger <adamw@gnome.org>
Date:   Thu Aug 16 01:41:47 2007 +0000

    Added missing file.
    
    2007-08-15  Adam Weinberger  <adamw@gnome.org>
    
    	* POTFILES.in: Added missing file.
    
    
    
    svn path=/trunk/; revision=1564

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit ed78457af06af8f9f6e543d82fe04a69dabe7024
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Aug 13 21:12:09 2007 +0000

    Post release version bump
    
    svn path=/trunk/; revision=1563

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 170cb7f9fee445d436c4da51dcc783e85b8976ea
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Aug 13 21:11:13 2007 +0000

    === Release 2.19.90 ===
    
    2007-08-13  Christian Persch  <chpe@gnome.org>
    
    	=== Release 2.19.90 ===
    
    svn path=/trunk/; revision=1561

 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 7bc1c841f441f43f0043fc71cc3f198d1e7c4a21
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Aug 13 20:56:47 2007 +0000

    A data/Makefile.am: A data/icons/Makefile.am: R
    
    2007-08-13  Christian Persch  <chpe@gnome.org>
    
    	* Makefile.am:
    	* configure.ac:
    	A data/Makefile.am:
    	A data/icons/Makefile.am:
    	* extensions/rss/Makefile.am:
    	R extensions/rss/icons/16x16/Makefile.am:
    	R extensions/rss/icons/16x16/status/Makefile.am:
    	R extensions/rss/icons/22x22/Makefile.am:
    	R extensions/rss/icons/22x22/status/Makefile.am:
    	R extensions/rss/icons/24x24/Makefile.am:
    	R extensions/rss/icons/24x24/status/Makefile.am:
    	R extensions/rss/icons/32x32/Makefile.am:
    	R extensions/rss/icons/32x32/status/Makefile.am:
    	R extensions/rss/icons/Makefile.am:
    	R extensions/rss/icons/scalable/Makefile.am:
    	R extensions/rss/icons/scalable/status/Makefile.am:
    	R extensions/rss/icons/scalable/status/feed-presence.svg:
    
    	Clean up icons installation rules.
    
    svn path=/trunk/; revision=1560

 ChangeLog                                          |   22 ++
 Makefile.am                                        |    2 +-
 configure.ac                                       |   13 +-
 data/Makefile.am                                   |    1 +
 data/icons/Makefile.am                             |   43 ++++
 data/icons/hicolor_status_16x16_feed-presence.png  |  Bin 0 -> 694 bytes
 data/icons/hicolor_status_22x22_feed-presence.png  |  Bin 0 -> 991 bytes
 data/icons/hicolor_status_24x24_feed-presence.png  |  Bin 0 -> 1025 bytes
 data/icons/hicolor_status_32x32_feed-presence.png  |  Bin 0 -> 1575 bytes
 .../hicolor_status_scalable_feed-presence.svg      |  267 ++++++++++++++++++++
 extensions/rss/Makefile.am                         |    2 -
 extensions/rss/icons/16x16/Makefile.am             |    1 -
 extensions/rss/icons/16x16/status/Makefile.am      |   14 -
 .../rss/icons/16x16/status/feed-presence.png       |  Bin 694 -> 0 bytes
 extensions/rss/icons/22x22/Makefile.am             |    1 -
 extensions/rss/icons/22x22/status/Makefile.am      |   14 -
 .../rss/icons/22x22/status/feed-presence.png       |  Bin 991 -> 0 bytes
 extensions/rss/icons/24x24/Makefile.am             |    1 -
 extensions/rss/icons/24x24/status/Makefile.am      |   14 -
 .../rss/icons/24x24/status/feed-presence.png       |  Bin 1025 -> 0 bytes
 extensions/rss/icons/32x32/Makefile.am             |    1 -
 extensions/rss/icons/32x32/status/Makefile.am      |   14 -
 .../rss/icons/32x32/status/feed-presence.png       |  Bin 1575 -> 0 bytes
 extensions/rss/icons/Makefile.am                   |    1 -
 extensions/rss/icons/scalable/Makefile.am          |    1 -
 extensions/rss/icons/scalable/status/Makefile.am   |   14 -
 .../rss/icons/scalable/status/feed-presence.svg    |  267 --------------------
 27 files changed, 336 insertions(+), 357 deletions(-)

commit 5a770c7e54c8cfc58f2fdc9fa75239de4c6134e5
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Sat Aug 11 16:28:44 2007 +0000

    Updated Catalan translation by David Planella.
    
    svn path=/trunk/; revision=1559

 po/ChangeLog |    5 ++
 po/ca.po     |  138 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 92 insertions(+), 51 deletions(-)

commit bd203b9eadd7c19e8beb9e89b2ddcde1793d4579
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Aug 8 20:56:43 2007 +0000

    Update
    
    svn path=/trunk/; revision=1558

 MAINTAINERS |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit cbf40337e4b4dadf8ac312ecdc66a5bf92773c53
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Tue Aug 7 15:53:23 2007 +0000

    don't break when the directory is not created (Closes: #437648)
    
    2007-08-07  Sebastien Bacher  <seb128@ubuntu.com>
    
    	* extensions/greasemonkey/ephy-greasemonkey-extension.c:
    	(load_scripts): don't break when the directory is not created
    	(Closes: #437648)
    
    svn path=/trunk/; revision=1557

 ChangeLog                                          |    6 ++++++
 .../greasemonkey/ephy-greasemonkey-extension.c     |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 275017c0fd1fd6cd6be5b179eb841a04a31dd79d
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Aug 6 14:04:32 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1556

 po/ChangeLog |    4 +
 po/fi.po     |  400 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 335 insertions(+), 69 deletions(-)

commit 56579141fec4e4de8d23e96fb51443f1a1f17566
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Aug 4 16:52:47 2007 +0000

    Updated Japanese translation.
    
    2007-08-05  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1555

 po/ChangeLog |    4 ++++
 po/ja.po     |   44 ++++++++++++++++++++++++++++----------------
 2 files changed, 32 insertions(+), 16 deletions(-)

commit 89bd8a6391d45942752f59957295d22e3e8ea2e6
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Jul 31 22:37:43 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1554

 po/ChangeLog |    4 ++++
 po/es.po     |   48 +++++++++++++++++++++++++++++++-----------------
 2 files changed, 35 insertions(+), 17 deletions(-)

commit 28b097ef8914cd0bf40bbdd5627f98bd31ef8f5d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jul 30 21:11:16 2007 +0000

    post-release version bump
    
    svn path=/trunk/; revision=1553

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 57233404f2100cd77c5422a770481b9b53ed05d6
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jul 30 21:10:43 2007 +0000

    ==== Release 2.19.6 ===
    
    2007-07-30  Christian Persch  <chpe@gnome.org>
    
    	==== Release 2.19.6 ===
    
    svn path=/trunk/; revision=1551

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 69939f6670d09c11591cafe8477c59153f4b2336
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Jul 29 07:45:45 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1550

 po/oc.po | 1179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1179 insertions(+), 0 deletions(-)

commit f4b42d1702a517154a0e8024389e430dca688084
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri Jul 27 07:09:53 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=1549

 po/ChangeLog |    4 +
 po/sv.po     |  407 +++++++++-------------------------------------------------
 2 files changed, 67 insertions(+), 344 deletions(-)

commit f0c30d2285e62474ebcf0e32ccceddbc47ae6313
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Sat Jul 21 13:33:06 2007 +0000

    Show delete confirmation dialog in sidebar extension. Original patch by
    
    2007-07-21  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(remove_dialog_response_cb), (free_remove_data),
    	(sidebar_page_remove_requested_cb), (extension_weak_notify_cb),
    	(dialog_weak_notify_cb), (ephy_sidebar_extension_add_sidebar_cb):
    
    	Show delete confirmation dialog in sidebar extension.
    	Original patch by Wouter Bolsterlee, updated and
    	improved by Cosimo Cecchi. Fixes bug #333301.
    
    
    svn path=/trunk/; revision=1548

 ChangeLog                                   |   11 +++
 extensions/sidebar/ephy-sidebar-extension.c |  116 +++++++++++++++++++++------
 2 files changed, 103 insertions(+), 24 deletions(-)

commit b5c4325ce722e5a3a033f8903ea72b7d380c51a2
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Sat Jul 21 09:52:22 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1547

 po/ChangeLog |    4 ++
 po/th.po     |   98 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 65 insertions(+), 37 deletions(-)

commit 6ef3b0742e1dafc60060e4e34a6d51dac445f6b2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jul 15 10:22:20 2007 +0000

    Remove obsolete extension
    
    svn path=/trunk/; revision=1546

 extensions/imagebar/Makefile.am                   |   55 ---
 extensions/imagebar/ephy-imagebar-extension.c     |  385 ---------------------
 extensions/imagebar/ephy-imagebar-extension.h     |   60 ----
 extensions/imagebar/extension.c                   |   44 ---
 extensions/imagebar/imagebar.ephy-extension.in.in |   11 -
 extensions/imagebar/mozilla-event.cpp             |  133 -------
 extensions/imagebar/mozilla-event.h               |   40 ---
 7 files changed, 0 insertions(+), 728 deletions(-)

commit e43c137f6c0c26890ff3291aa015d390c2001df6
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Jul 15 10:21:57 2007 +0000

    Add check for the required pygtk version.
    
    2007-07-15  Christian Persch  <chpe@gnome.org>
    
    	* configure.ac:
    
    	Add check for the required pygtk version.
    
    svn path=/trunk/; revision=1545

 ChangeLog    |    6 ++++++
 configure.ac |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 577c56c4706ddf779fd59c7eefd5c1f99b83ecbc
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Jul 15 10:21:24 2007 +0000

    Use C++ casts. Script from bmo#348748.
    
    2007-07-15  Christian Persch  <chpe@gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Use C++ casts. Script from bmo#348748.
    
    svn path=/trunk/; revision=1544

 ChangeLog                                        |    6 ++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 77da9bdcb1ec526e3966e412e845e4878351a5b3
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Thu Jul 12 12:25:06 2007 +0000

    reviewed by: Christian Persch <chpe@gnome.org>
    
    2007-07-12  Sebastien Bacher  <seb128@ubuntu.com>
    
    	reviewed by: Christian Persch  <chpe@gnome.org>
    
    	* extensions/greasemonkey/ephy-greasemonkey-extension.c:
    	(load_scripts), (ephy_greasemonkey_extension_init):
    	commit change from Daniel Holbach <dholbach@ubuntu.com>
    	to "add a global greasmonkey directory" (#437648)
    
    svn path=/trunk/; revision=1543

 ChangeLog                                          |    9 ++
 .../greasemonkey/ephy-greasemonkey-extension.c     |   95 ++++++--------------
 2 files changed, 37 insertions(+), 67 deletions(-)

commit 17f2b17f8ace63faad02c2df79eaded053979980
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Jul 11 10:40:36 2007 +0000

    Update gtk req to 2.11.6.
    
    2007-07-11  Christian Persch  <chpe@gnome.org>
    
    	* configure.ac:
    
    	Update gtk req to 2.11.6.
    
    	* extensions/adblock/ephy-adblock-extension.c: (update_statusbar),
    	(destroy_statusbar_icon):
    	* extensions/cc-license-viewer/cc-license-viewer.py:
    	* extensions/rss/ephy-rss-extension.c:
    	(ephy_rss_create_statusbar_icon),
    	(ephy_rss_destroy_statusbar_icon):
    	* extensions/sample-python/sample-python-statusbar.py:
    
    	Port to new tooltips API.
    
    svn path=/trunk/; revision=1542

 ChangeLog                                          |   16 ++++++++++++++++
 configure.ac                                       |    4 ++--
 extensions/adblock/ephy-adblock-extension.c        |    8 +-------
 extensions/cc-license-viewer/cc-license-viewer.py  |    2 +-
 extensions/rss/ephy-rss-extension.c                |    7 +------
 .../sample-python/sample-python-statusbar.py       |    2 +-
 6 files changed, 22 insertions(+), 17 deletions(-)

commit da82c377ab3b9385950724b7e966bcd255815eb7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jul 9 18:59:03 2007 +0000

    Post-release version bump
    
    svn path=/trunk/; revision=1541

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ffa44d1859bc996d75c37a8f23905d2ee6c4c760
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jul 9 18:57:59 2007 +0000

    === Release 2.19.5 ===
    
    2007-07-09  Christian Persch  <chpe@gnome.org>
    
    	=== Release 2.19.5 ===
    
    	* configure.ac:
    
    svn path=/trunk/; revision=1539

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 2069eab0014609a408b06ea10b3d24de9732e8c4
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Sun Jul 8 09:32:03 2007 +0000

    Added support for new filterset.g update process. filterset.g now has
    
    2006-07-08  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* extensions/adblock/adblock-pattern.c:
    	(adblock_pattern_get_filterg_date),
    	(adblock_pattern_get_filtersetg_patterns),
    	(adblock_pattern_get_filterg_patterns):
    
    	Added support for new filterset.g update process.
    	filterset.g now has static file pointing to last update (latest.txt).
    	Added some checks to avoid crashes.
    
    svn path=/trunk/; revision=1538

 ChangeLog                            |   11 +++++++++++
 extensions/adblock/adblock-pattern.c |   24 ++++++++++++++++--------
 2 files changed, 27 insertions(+), 8 deletions(-)

commit c91311ca06c830a213cd09bdc04c8db8f5291d2d
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Jul 1 15:26:02 2007 +0000

    Updated Japanese translation.
    
    2007-07-01  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1536

 po/ChangeLog |    4 +++
 po/ja.po     |   77 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 50 insertions(+), 31 deletions(-)

commit b8924c8f3d5f38398891ef1b5be65d062c89b54b
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri Jun 22 07:49:39 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1534

 po/ChangeLog |    4 +
 po/sv.po     |  429 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 376 insertions(+), 57 deletions(-)

commit 8320870a6767f28e5399038b3e1d8a31882d3136
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Thu Jun 21 05:26:29 2007 +0000

    Updated dzongkha translation
    
    svn path=/trunk/; revision=1533

 po/ChangeLog |    4 +++
 po/dz.po     |   80 +++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 56 insertions(+), 28 deletions(-)

commit d45d2d53a32f586f11ea3397200c9fcbe9f6788e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Fri Jun 15 14:40:11 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1532

 po/ChangeLog |    4 +++
 po/es.po     |   85 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 51 insertions(+), 38 deletions(-)

commit bafd92b1c0d96bb794da4af491693a4415643027
Author: Magnus Therning <mtherning@svn.gnome.org>
Date:   Tue Jun 12 10:00:15 2007 +0000

    Adding compatibility with Python 2.5 (location of ElementTree).
    
    2007-06-12  Magnus Therning <mtherning@svn.gnome.org>
    
            * extensions/epilicious/magnolia.py: Adding compatibility with
            Python 2.5 (location of ElementTree).
    
    svn path=/trunk/; revision=1531

 ChangeLog                         |    5 +++++
 extensions/epilicious/magnolia.py |   15 +++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 4919f99d9f25882531341460d4416e12584c6b79
Author: Per _Magnus_ Therning <mtherning@src.gnome.org>
Date:   Thu Jun 7 08:34:47 2007 +0000

    Major update to epilicious, including adding support for ma.gnolia as
    a backend store for bookmarks.
    
    svn path=/trunk/; revision=1530

 ChangeLog                                       |   18 +
 extensions/epilicious/DeliciousStore.py         |    6 +-
 extensions/epilicious/EpiphanyStore.py          |    5 +-
 extensions/epilicious/Makefile.am               |    2 +
 extensions/epilicious/__init__.py               |   30 +-
 extensions/epilicious/backend.py                |   28 +
 extensions/epilicious/config.py                 |   44 ++-
 extensions/epilicious/delicious.py              |   28 +-
 extensions/epilicious/epilicious-config.glade   |  528 ++++++++-----------
 extensions/epilicious/epilicious-progress.glade |  643 +++++++++--------------
 extensions/epilicious/epilicious.py.in          |  405 ++++++++-------
 extensions/epilicious/epilicious.schemas.in     |   25 +-
 extensions/epilicious/magnolia.py               |  160 ++++++
 extensions/epilicious/progress.py               |   11 +
 14 files changed, 997 insertions(+), 936 deletions(-)

commit f9df732a3ab0930e747ac111da32d031a0f87701
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Sun Jun 3 06:13:53 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1529

 po/ChangeLog |    4 ++
 po/th.po     |   90 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 55 insertions(+), 39 deletions(-)

commit 8a331464aac60637e2c16ad497f1629337646b47
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Wed May 23 09:27:28 2007 +0000

    Updated Czech translation
    
    2007-05-23  Jakub Friedl <jfriedl@suse.cz>
    
      * cs.po: Updated Czech translation
    
    
    
    svn path=/trunk/; revision=1524

 po/ChangeLog |    8 ++++++--
 po/cs.po     |   33 ++++++++++++++++++++-------------
 2 files changed, 26 insertions(+), 15 deletions(-)

commit deb6f7d5dd3c518bd5601e486fde12552fee9f50
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Sat May 19 20:44:12 2007 +0000

    Improvements in Brazilian Portuguese translation by Raul Pereira
    
    2007-05-19  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Improvements in Brazilian Portuguese translation by Raul
    	Pereira <contato@raulpereira.com>. Closes bug #434764.
    
    svn path=/trunk/; revision=1523

 po/ChangeLog |    5 +++++
 po/pt_BR.po  |   41 +++++++++++++++++++++--------------------
 2 files changed, 26 insertions(+), 20 deletions(-)

commit 12be93239f18a1c0d9f7b0d792e4aebe9e98d0a4
Author: Christian Persch <chpe@gnome.org>
Date:   Wed May 16 13:05:56 2007 +0000

    Fix about dialogue for the change in gtk+ bug #345822.
    
    2007-05-16  Christian Persch  <chpe@gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(show_extension_info): Fix about dialogue for the change in gtk+
    	bug #345822.
    
    svn path=/trunk/; revision=1521

 ChangeLog                                          |    6 +++++
 .../extensions-manager-ui/extensions-manager-ui.c  |   21 +++++++++----------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit bf9b37a87a27b11662b374a0b98c8ad36a7e05d5
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue May 15 15:38:47 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1520

 po/ChangeLog |    4 ++++
 po/es.po     |   31 ++++++++++++++++++++++---------
 2 files changed, 26 insertions(+), 9 deletions(-)

commit 07e5894dcc3b26f2d16a44ab077588c2e85e27ab
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Sun May 13 20:55:40 2007 +0000

    2007-05-13 Reinout van Schouwen <reinouts@gnome.org>
    
    
    * 2007-05-13  Reinout van Schouwen <reinouts@gnome.org>
    
    	- Update ChangeLog to reflect release 2.19.2
    
    
    svn path=/trunk/; revision=1519

 ChangeLog |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 43090129474c54182bd011e061ea50ebd3e835f7
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Sun May 13 18:55:30 2007 +0000

    Tagged 2.19.2, on to 2.19.3
    
    
    svn path=/trunk/; revision=1518

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 86920d9ac85b9514abc9b12a368b7c79a1523742
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Sun May 13 18:49:24 2007 +0000

    Epiphany-extensions 2.19.2
    
    
    svn path=/trunk/; revision=1516

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 52d2f781bd208a2be64d4d67546b3b3bef01a98f
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat May 5 13:36:44 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1515

 po/ChangeLog |    4 +
 po/es.po     |  359 +++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 300 insertions(+), 63 deletions(-)

commit f00fcd7248f35353b823987f316b729153bc6af6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri May 4 21:43:12 2007 +0000

    sv/sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1514

 help/ChangeLog |    4 ++++
 help/sv/sv.po  |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 0cc8923b262f740921d65692b5fed3919bdca70b
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri May 4 21:42:33 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1513

 po/ChangeLog |    4 ++++
 po/sv.po     |   13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 9c3d55dffc11c891fa72e4c7fce02b048525ea48
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed May 2 20:44:12 2007 +0000

    Translation updated.
    
    2007-05-02  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=1511

 po/ChangeLog |    4 ++
 po/hu.po     |  105 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 70 insertions(+), 39 deletions(-)

commit 8fbc3265eb9c7ac2977757d3b1d47f06ebeb6283
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Mon Apr 30 01:45:03 2007 +0000

    Improved Brazilian Portuguese translation.
    
    2007-04-29  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Improved Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=1509

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 1410410c85c9828e3fc93aa23c2727e03f366046
Author: David Lodge <dlodge@src.gnome.org>
Date:   Sun Apr 29 07:59:00 2007 +0000

    Updated en_GB translation
    
    svn path=/trunk/; revision=1508

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit afb4e4a91e211cf98883348600b041212019f108
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Fri Apr 27 20:53:31 2007 +0000

    Translation updated by Reinout van Schouwen.
    
    2007-04-27  Reinout van Schouwen <reinouts@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.
    
    
    svn path=/trunk/; revision=1507

 po/ChangeLog |  766 +++++++++++++++++++++++++++++-----------------------------
 po/nl.po     |   13 +-
 2 files changed, 394 insertions(+), 385 deletions(-)

commit fd5c8323962249e8a63077ac750a5df2dd124cc5
Author: Stéphane Raimbault <stephaner@src.gnome.org>
Date:   Wed Apr 25 22:23:28 2007 +0000

    Fixed log
    
    svn path=/trunk/; revision=1506

 po/ChangeLog |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 750a6b641ad2efe549642c5b2f26b9154ddddb25
Author: Stéphane Raimbault <stephaner@src.gnome.org>
Date:   Wed Apr 25 22:22:32 2007 +0000

    Updated French translation by Jonathan Ernst and Robert-André Mauchin.
    
    svn path=/trunk/; revision=1505

 po/ChangeLog |    4 ++++
 po/fr.po     |   33 +++++++++++++++++++--------------
 2 files changed, 23 insertions(+), 14 deletions(-)

commit d69c157e4374c4b1d531b277d8aff4971db77b62
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Apr 25 20:18:34 2007 +0000

    Update
    
    svn path=/trunk/; revision=1504

 po/POTFILES.skip |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

commit df78f3236b028dfdc4c93fea8a91f5f3c2e65df9
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Apr 23 14:15:15 2007 +0000

    Updated Italian translation by Francesco Marletta.
    
    2007-04-23  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation by Francesco Marletta.
    
    
    svn path=/trunk/; revision=1503

 po/ChangeLog |    4 +
 po/it.po     |  385 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 323 insertions(+), 66 deletions(-)

commit e9d4fd64c8318145b7e57f76db3ebc86fc7b9c5d
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Mon Apr 23 02:55:05 2007 +0000

    Updated Brazilian Portuguese translation.
    
    2007-04-22  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=1501

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   27 ++++++++++++++++++++-------
 2 files changed, 24 insertions(+), 7 deletions(-)

commit 6d13fffd13c261bd4493e45d526567f2a28e483e
Author: Magnus Therning <mtherning@svn.gnome.org>
Date:   Sun Apr 22 11:25:46 2007 +0000

    Localisation issues in epilicious; bug #425304
    
    2007-04-22  Magnus Therning <mtherning@svn.gnome.org>
    
            * extensions/epilicious/epilicious.ephy-extension.in:
            * extensions/epilicious/progress.py:
            * extensions/epilicious/config.py:
            * extensions/epilicious/epilicious.py.in:
            * extensions/epilicious/Makefile.am:
            Localisation issues in epilicious; bug #425304
    
    
    svn path=/trunk/; revision=1500

 ChangeLog                                          |    9 +++++++++
 extensions/epilicious/Makefile.am                  |    5 ++++-
 extensions/epilicious/config.py                    |    2 +-
 extensions/epilicious/epilicious.ephy-extension.in |    2 +-
 extensions/epilicious/epilicious.py.in             |   10 ++++++++--
 extensions/epilicious/progress.py                  |    2 +-
 6 files changed, 24 insertions(+), 6 deletions(-)

commit 1c9c9d4493abe491a7832853b7f2b78a59f94db9
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Wed Apr 18 15:31:39 2007 +0000

    Updated Czech Translation.
    
    2007-04-18  Jakub Friedl  <jfriedl@suse.cz>
    
      * cs.po: Updated Czech Translation.
    
    
    svn path=/trunk/; revision=1498

 po/ChangeLog |    4 ++++
 po/cs.po     |   33 +++++++++++++++------------------
 2 files changed, 19 insertions(+), 18 deletions(-)

commit 06d307fafdd7e990e11a75499c82f68d374bfa43
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Mon Apr 16 12:44:33 2007 +0000

    don't use "epiphany-browser" name (Closes: #429487)
    
    2007-04-16  Sebastien Bacher <seb128@ubuntu.com>
    
    	* C/epiphany-extensions.xml:
    	don't use "epiphany-browser" name (Closes: #429487)
    
    svn path=/trunk/; revision=1496

 help/C/epiphany-extensions.xml |    4 ++--
 help/ChangeLog                 |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 61b8ccec586d021b49670139843c886540a93e45
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Tue Apr 10 15:14:02 2007 +0000

    Updated Czech Translation.
    
    2007-04-10  Jakub Friedl  <jfriedl@suse.cz>
    
      * cs.po: Updated Czech Translation.
    
    
    
    svn path=/trunk/; revision=1494

 po/ChangeLog |    6 +-
 po/cs.po     |  397 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 313 insertions(+), 90 deletions(-)

commit aaf68dc314ac2b26107b9a0f76d8eae2445e604b
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Apr 8 19:16:38 2007 +0000

    Updated Galician Translation
    
    svn path=/trunk/; revision=1490

 po/ChangeLog |    4 ++++
 po/gl.po     |   53 +++++++++++++++++++++++++++++++++++------------------
 2 files changed, 39 insertions(+), 18 deletions(-)

commit e353f32e615b082b36d04ebe6b4dfd490e3b6a2a
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Fri Apr 6 10:15:23 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1488

 po/ChangeLog |    4 ++
 po/ar.po     |   97 +++++++++++++++++----------------------------------------
 2 files changed, 33 insertions(+), 68 deletions(-)

commit faf8deac986c14d93f7a93ce46626152bee2dcaf
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Fri Apr 6 10:15:08 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1487

 po/ChangeLog |    4 ++++
 po/ar.po     |   18 ++++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

commit 16afdd3cf6b331527c1c8e13d352ebead327e7a9
Author: Stéphane Raimbault <stephane.raimbault@gmail.com>
Date:   Tue Mar 27 20:27:47 2007 +0000

    Updated French translation by Robert-André Mauchin, Stéphane Raimbault
    
    2007-03-27  Stéphane Raimbault  <stephane.raimbault@gmail.com>
    
    	* fr.po: Updated French translation by Robert-André Mauchin,
    	Stéphane Raimbault and Claude Paroz.
    
    svn path=/trunk/; revision=1486

 po/ChangeLog |    5 +
 po/fr.po     | 1187 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 922 insertions(+), 270 deletions(-)

commit ec85e79ed59dca81869fa38fa5555a4a2af368cd
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Thu Mar 22 03:45:18 2007 +0000

    added dzongkha translation
    
    svn path=/trunk/; revision=1485

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/dz.po     | 1179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1185 insertions(+), 0 deletions(-)

commit cf2c26c559db38949e1c7a64d846fb0679e098ae
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Mon Mar 19 07:41:05 2007 +0000

    Updated and changed Catalan translation by David Planella.
    
    svn path=/trunk/; revision=1484

 po/ChangeLog |    5 +
 po/ca.po     |  559 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 415 insertions(+), 149 deletions(-)

commit 176feb824a2dbf0ff1a88abe02fbcff8542906f3
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Mar 18 15:41:11 2007 +0000

    Updated Japanese translation.
    
    2007-03-18  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1483

 po/ChangeLog |    4 ++++
 po/ja.po     |   22 +++++++++++++++-------
 2 files changed, 19 insertions(+), 7 deletions(-)

commit fc3e728a9564071f33b6091cea5df0ff05cc657b
Author: Loic Minier <lool@svn.gnome.org>
Date:   Fri Mar 16 10:45:04 2007 +0000

    Explicitely import all needed functions; fixes SyntaxWarning: import *
    
    2007-03-16  Loic Minier  <lool@svn.gnome.org>
    
            * extensions/epilicious/epilicious.py.in:
            Explicitely import all needed functions; fixes SyntaxWarning: import *
            only allowed at module level; bug #418164.
    
    svn path=/trunk/; revision=1481

 ChangeLog                              |    6 ++++++
 extensions/epilicious/epilicious.py.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 2ea3eeb98dca600b2bc5692ea02e5f78b269f98e
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Mar 15 07:57:06 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1480

 po/ChangeLog |    4 +++
 po/sv.po     |   73 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 44 insertions(+), 33 deletions(-)

commit 916ae4e7c58c247644c942d38ad4b86d09a49195
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Wed Mar 14 20:39:25 2007 +0000

    Translation updated by Reinout van Schouwen.
    
    2007-03-14  Reinout van Schouwen <reinouts@gnome.org>
    
        * nl.po: Translation updated by Reinout van Schouwen.
    
    
    svn path=/trunk/; revision=1479

 po/ChangeLog |   24 ++++++++++++--------
 po/nl.po     |   68 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 52 insertions(+), 40 deletions(-)

commit 254c75a81f7216e289ef92d8f1b683c16744dfff
Author: David Lodge <dlodge@src.gnome.org>
Date:   Wed Mar 14 06:59:11 2007 +0000

    Update en_GB translation
    
    svn path=/trunk/; revision=1478

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   12 ++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 9a5cbf32e5f46c7a68d5b8636fb5acfe099b39d9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 14 00:45:53 2007 +0000

    Remove removed files
    
    svn path=/trunk/; revision=1477

 po/POTFILES.skip |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit bcc4ea59d3069360ba049e81224c57270cb04814
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 14 00:45:10 2007 +0000

    Remove obsolete extension
    
    svn path=/trunk/; revision=1476

 extensions/toolbar-extras/Makefile.am              |   42 -
 .../toolbar-extras/ephy-multi-smart-action.c       |  953 --------------------
 .../toolbar-extras/ephy-multi-smart-action.h       |   59 --
 .../toolbar-extras/ephy-toolbar-extras-extension.c |  214 -----
 .../toolbar-extras/ephy-toolbar-extras-extension.h |   59 --
 extensions/toolbar-extras/galago-gtk-icon-entry.c  |  779 ----------------
 extensions/toolbar-extras/galago-gtk-icon-entry.h  |   83 --
 extensions/toolbar-extras/toolbar-extras.c         |   44 -
 .../toolbar-extras.ephy-extension.in.in            |   11 -
 9 files changed, 0 insertions(+), 2244 deletions(-)

commit aa9ac2b6e1cc31d0dc6dec5fc3883f6a5aa5b17c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 14 00:43:54 2007 +0000

    Update
    
    svn path=/trunk/; revision=1474

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit af24fea0737f945ea48e680d94c171c097b1ab51
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Mar 14 00:30:18 2007 +0000

    Don't distribute the generated epilicious.py file, and regenerate the file
    
    2007-03-14  Christian Persch  <chpe@gnome.org>
    
    	* extensions/epilicious/Makefile.am:
    
    	Don't distribute the generated epilicious.py file, and regenerate the
    	file when Makefile changes. Should fix bug #418041.
    
    svn path=/trunk/; revision=1472

 ChangeLog                         |    7 +++++++
 extensions/epilicious/Makefile.am |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit f9f77c088767ea882261f8809e86cecf21ca3ee1
Author: David Lodge <dlodge@src.gnome.org>
Date:   Sun Mar 11 23:07:23 2007 +0000

    Update en_GB translation
    
    svn path=/trunk/; revision=1471

 po/ChangeLog |    4 +
 po/en_GB.po  |  959 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 741 insertions(+), 222 deletions(-)

commit 9111451c35ec77132fef076f6fab65b7017293aa
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 11 22:20:51 2007 +0000

    Translation updated.
    
    2007-03-11  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=1469

 po/ChangeLog |    4 +
 po/hu.po     |  541 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 354 insertions(+), 191 deletions(-)

commit 7c1c68b75df2ecfc794d195c6f9102c90d4a3747
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Mar 11 20:30:30 2007 +0000

    Removing obsolete extensions
    
    svn path=/trunk/; revision=1468

 extensions/bookmarks-tray/Makefile.am              |   43 --
 .../bookmarks-tray.ephy-extension.in.in            |   11 -
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |  566 --------------------
 .../bookmarks-tray/ephy-bookmarks-tray-extension.h |   60 --
 .../bookmarks-tray/ephy-bookmarks-tray-ui.xml      |   13 -
 extensions/bookmarks-tray/extension.c              |   44 --
 extensions/dashboard/Makefile.am                   |   40 --
 .../dashboard/dashboard-frontend-xmlwriter.c       |  274 ----------
 .../dashboard/dashboard-frontend-xmlwriter.h       |   53 --
 .../dashboard/dashboard.ephy-extension.in.in       |   11 -
 extensions/dashboard/ephy-dashboard-extension.c    |  211 --------
 extensions/dashboard/ephy-dashboard-extension.h    |   60 --
 extensions/dashboard/ephy-dashboard.c              |   38 --
 extensions/tabsmenu/Makefile.am                    |   39 --
 extensions/tabsmenu/ephy-tab-move-menu.c           |  445 ---------------
 extensions/tabsmenu/ephy-tab-move-menu.h           |   62 ---
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |  127 -----
 extensions/tabsmenu/ephy-tabs-menu-extension.h     |   56 --
 extensions/tabsmenu/tabs-menu.c                    |   50 --
 extensions/tabsmenu/tabsmenu.ephy-extension.in.in  |   11 -
 20 files changed, 0 insertions(+), 2214 deletions(-)

commit d54e16816dc7b3ed23646115978d693917fc5087
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Mar 11 19:51:38 2007 +0000

    Bump version to 2.19.
    
    2007-03-11  Christian Persch  <chpe@gnome.org>
    
    	* configure.ac:
    
    	Bump version to 2.19.
    
    svn path=/trunk/; revision=1466

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 4605765034920b65a0f2acebe40f00f8121083a5
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Mar 11 19:44:24 2007 +0000

    === Release 2.18.0 ===
    
    2007-03-11  Christian Persch  <chpe@gnome.org>
    
    	=== Release 2.18.0 ===
    
    	* extensions/adblock/ephy-adblock-extension.c:
    
    	Remove unused function.
    
    svn path=/trunk/; revision=1462

 ChangeLog                                   |    8 ++++++++
 TODO                                        |    4 ++++
 extensions/adblock/ephy-adblock-extension.c |   22 ----------------------
 3 files changed, 12 insertions(+), 22 deletions(-)

commit e23e53f58c4f47afd5b85ca0ffe6e8982182f4e8
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Mar 11 14:26:21 2007 +0000

    Set version to 2.18.0.
    
    2007-03-11  Christian Persch  <chpe@gnome.org>
    
    	* configure.ac:
    
    	Set version to 2.18.0.
    
    svn path=/trunk/; revision=1461

 ChangeLog    |    6 ++++++
 configure.ac |   12 ++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit fefc9b3cde084da0d7886f5eed8ddeb74e1c334c
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Mar 10 14:16:16 2007 +0000

    Updated Japanese translation.
    
    2007-03-10  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1460

 po/ChangeLog |    4 +
 po/ja.po     |  376 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 310 insertions(+), 70 deletions(-)

commit 5f241a5ee41c53f975088901e166f4d00200ce3d
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Tue Mar 6 05:02:07 2007 +0000

    Updated Brazilian Portuguese translation.
    
    2007-03-06  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=1459

 po/ChangeLog |    4 +++
 po/pt_BR.po  |   69 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 38 insertions(+), 35 deletions(-)

commit 1fb207f2e8cc25d40c33ce0ca77b063e3ec36ff5
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 4 22:41:52 2007 +0000

    Updated Galician Translation
    
    svn path=/trunk/; revision=1458

 po/ChangeLog |    4 +
 po/gl.po     |  493 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 329 insertions(+), 168 deletions(-)

commit 5920458680617ab0167751b6cc8ade3bea805352
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Mar 4 19:24:57 2007 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1457

 po/ChangeLog |    4 +
 po/ar.po     |  960 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 548 insertions(+), 416 deletions(-)

commit 829461cf4e56b112897be2e07d1a28a3a2f9cec2
Author: Benjamin Berg <benjamin@sipsolutions.net>
Date:   Fri Mar 2 23:39:11 2007 +0000

    Reload the page with ads on mouse click. Fixes Bug #348331.
    
    2007-03-03  Benjamin Berg  <benjamin@sipsolutions.net>
    
    	* extensions/adblock/ad-blocker.c:
    	* extensions/adblock/ad-blocker.h:
    	* extensions/adblock/ephy-adblock-extension.c:
    
    	Reload the page with ads on mouse click. Fixes Bug #348331.
    
    	* extensions/page-info/page-info-dialog.c:
    
    	Some modifications needed due to the API change for above fix.
    
    svn path=/trunk/; revision=1456

 ChangeLog                                   |   12 +++++
 extensions/adblock/ad-blocker.c             |   32 ++++++++++++
 extensions/adblock/ad-blocker.h             |    4 ++
 extensions/adblock/ephy-adblock-extension.c |   71 ++++++++++++++++++++-------
 extensions/page-info/page-info-dialog.c     |   18 ++++++-
 5 files changed, 117 insertions(+), 20 deletions(-)

commit 92f5c4522c911ea50e77d1e5b939af84857827fc
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Thu Mar 1 23:28:32 2007 +0000

    2007-03-02 Reinout van Schouwen <reinouts@gnome.org> - update configure.ac
    
    * 2007-03-02 Reinout van Schouwen <reinouts@gnome.org>
      - update configure.ac to 2.17.92
    
    
    svn path=/trunk/; revision=1454

 configure.ac |    4 ++--
 po/nl.po     |    9 ++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 072a07d98ee37c5ecb399df847c6003baa055843
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Thu Mar 1 23:03:51 2007 +0000

    More distcheck fixes.
    
    2007-03-02  Christian Persch  <chpe@svn.gnome.org>
    
    	* extensions/epilicious/Makefile.am:
    
    	More distcheck fixes.
    
    svn path=/trunk/; revision=1453

 ChangeLog                         |    6 ++++++
 extensions/epilicious/Makefile.am |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 69090bb92a27c3e3d2518c6e8e64a970f615bbdc
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Thu Mar 1 22:24:25 2007 +0000

    Try to fix distcheck.
    
    2007-03-01  Christian Persch  <chpe@svn.gnome.org>
    
    	* extensions/epilicious/Makefile.am:
    	* po/POTFILES.in:
    
    	Try to fix distcheck.
    
    svn path=/trunk/; revision=1452

 ChangeLog                         |    7 +++++++
 extensions/epilicious/Makefile.am |   28 ++++++++++++++++------------
 po/POTFILES.in                    |    2 +-
 3 files changed, 24 insertions(+), 13 deletions(-)

commit 97e3b7a44d03ebde8cfb5455eff17d8aade6152a
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Wed Feb 28 12:06:22 2007 +0000

    Don't mark Author for translation. Bug #412924.
    
    2007-02-28  Christian Persch  <chpe@svn.gnome.org>
    
    	* extensions/cc-license-viewer/cc-license-viewer.ephy-extension.in:
    
    	Don't mark Author for translation. Bug #412924.
    
    svn path=/trunk/; revision=1451

 ChangeLog                                          |    6 ++++++
 .../cc-license-viewer.ephy-extension.in            |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 41a83ef4b6937848144a2c2db5da3097ac776678
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Wed Feb 28 04:58:58 2007 +0000

    Partially updated Brazilian Portuguese translation.
    
    2007-02-28  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Partially updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=1450

 po/ChangeLog |    4 +
 po/pt_BR.po  |  515 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 397 insertions(+), 122 deletions(-)

commit 943f236af3263082f930ce65964bd8cf2acd1d2c
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Feb 17 10:40:12 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=1449

 po/ChangeLog |    4 +
 po/sv.po     |  480 ++++++++++++++++++----------------------------------------
 2 files changed, 149 insertions(+), 335 deletions(-)

commit 3013128f8e5bd1c0cf2b91f28642214246f0cb6e
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Tue Feb 13 21:01:33 2007 +0000

    configure.ac
    
    2006-02-13  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* configure.ac
    
    	Enable adblock by default.
    
    svn path=/trunk/; revision=1448

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 6dc7277dd34e5d1b029fd5cc3ed215994c185c40
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Tue Feb 13 15:58:02 2007 +0000

    Updated Thai translation.
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1447

 po/ChangeLog |    4 +
 po/th.po     |  198 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 156 insertions(+), 46 deletions(-)

commit 49f1a6624f1cf9ce2fd3594b5d3afa3957dfd444
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Mon Feb 5 22:20:27 2007 +0000

    Translation updated by Reinout van Schouwen.
    
    2007-02-05  Reinout van Schouwen <reinouts@gnome.org>
    
        * nl.po: Translation updated by Reinout van Schouwen.
    
    
    svn path=/trunk/; revision=1446

 po/ChangeLog |    8 ++-
 po/nl.po     |  245 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 185 insertions(+), 68 deletions(-)

commit 063e2f413557fb35838ffeba8211efbfdc1f6b36
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Mon Feb 5 20:47:39 2007 +0000

    configure.ac po/POTFILES.in AUTHORS
    
    2006-02-05  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* configure.ac
    	* po/POTFILES.in
    	* AUTHORS
    
    	A extensions/epilicious/BaseStore.py
    	A extensions/epilicious/DeliciousStore.py
    	A extensions/epilicious/EpiphanyStore.py
    	A extensions/epilicious/Makefile.am
    	A extensions/epilicious/THOUGHTS
    	A extensions/epilicious/TODO
    	A extensions/epilicious/__init__.py
    	A extensions/epilicious/config.py
    	A extensions/epilicious/delicious.py
    	A extensions/epilicious/epilicious-config.glade
    	A extensions/epilicious/epilicious-progress.glade
    	A extensions/epilicious/epilicious.ephy-extension.in
    	A extensions/epilicious/epilicious.py.in
    	A extensions/epilicious/epilicious.schemas.in
    	A extensions/epilicious/progress.py
    
    	Epilicious is an extension that lets you synchronise your local
    	bookmarks with the bookmarks in a Delicious account.
    
    	Patch from Magnus Therning.
    
    	Fix bug #352082.
    
    svn path=/trunk/; revision=1445

 ChangeLog |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

commit 6d590701bc03f07dd9ca310ee8293a8d1f5cd565
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Mon Feb 5 20:43:57 2007 +0000

    Epilicious is an extension that lets you synchronise your local bookmarks with the bookmarks in a Delicious account.
    
    Patch from Magnus Therning.
    
    Fix bug #352082.
    
    svn path=/trunk/; revision=1444

 AUTHORS                                            |    3 +
 configure.ac                                       |    3 +-
 extensions/epilicious/BaseStore.py                 |   51 +++
 extensions/epilicious/DeliciousStore.py            |   98 +++++
 extensions/epilicious/EpiphanyStore.py             |  132 +++++++
 extensions/epilicious/Makefile.am                  |   49 +++
 extensions/epilicious/THOUGHTS                     |   63 +++
 extensions/epilicious/TODO                         |   56 +++
 extensions/epilicious/__init__.py                  |  176 +++++++++
 extensions/epilicious/config.py                    |   80 ++++
 extensions/epilicious/delicious.py                 |  155 ++++++++
 extensions/epilicious/epilicious-config.glade      |  310 +++++++++++++++
 extensions/epilicious/epilicious-progress.glade    |  399 ++++++++++++++++++++
 extensions/epilicious/epilicious.ephy-extension.in |   10 +
 extensions/epilicious/epilicious.py.in             |  233 ++++++++++++
 extensions/epilicious/epilicious.schemas.in        |   60 +++
 extensions/epilicious/progress.py                  |   59 +++
 po/POTFILES.in                                     |    5 +
 18 files changed, 1941 insertions(+), 1 deletions(-)

commit 6c44a02714fbe72ea5af7d1fd6f9fbf6ac2422f3
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Sun Jan 28 20:17:38 2007 +0000

    Media displays in the embed, or not at all, but no downloads. Add a veto
    
    2006-01-28  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (media_treeview_selection_changed_cb):
    
    	Media displays in the embed, or not at all, but no downloads. Add a
    	veto to download workflow. Fix #342951.
    
    svn path=/trunk/; revision=1442

 ChangeLog                               |    7 +++++++
 extensions/page-info/page-info-dialog.c |   15 ++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit bc49f9204fcb6c0dfb2333bed36a7465f828a3e7
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Jan 28 14:24:17 2007 +0000

    Updated Swedish translation. Added screenshots.
    
            * sv/sv.po: Updated Swedish translation.
            * sv/figures/*png: Added screenshots.
    
    
    svn path=/trunk/; revision=1441

 help/ChangeLog                            |    5 +
 help/sv/figures/epi-ext-action-create.png |  Bin 0 -> 16369 bytes
 help/sv/figures/epi-ext-actions-use.png   |  Bin 0 -> 13724 bytes
 help/sv/sv.po                             | 1092 +++++++++++++++--------------
 4 files changed, 557 insertions(+), 540 deletions(-)

commit ac0f64b6486109ba1d31ac423538f72ffa90de41
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Jan 28 14:23:09 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=1440

 po/ChangeLog |    4 +
 po/sv.po     |  464 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 377 insertions(+), 91 deletions(-)

commit f50a34c635ff79d44f55b86dc65b2b1a3eee99ff
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Sat Jan 20 22:46:40 2007 +0000

    Page Info lists blocked links first. Fix #397554.
    
    2006-01-20  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (links_info_page_fill),
    	(media_info_page_filter):
    
    	Page Info lists blocked links first. Fix #397554.
    
    	* extensions/page-info/page-info-dialog.c: (mozilla_embed_type_to_string):
    	* extensions/page-info/mozilla/mozilla-helpers.cpp: (WalkTree):
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    
    	Page Info distinguishes between regular images and background images.
    	Fix part of #342951.
    
    svn path=/trunk/; revision=1439

 ChangeLog                                        |   14 ++++++++++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    2 +-
 extensions/page-info/mozilla/mozilla-helpers.h   |    1 +
 extensions/page-info/page-info-dialog.c          |   15 +++++++++++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

commit 80213af4efe3db178d025f182421d7fdf448a6a0
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Sat Jan 20 20:33:31 2007 +0000

    Better layout (pb with some paddings). Delete buttons on the right side of
    
    2006-01-20  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* extensions/adblock/adblock-ui.c:
    	* extensions/adblock/adblock.glade:
    
    	Better layout (pb with some paddings).
    	Delete buttons on the right side of the treeview.
    	Patterns in the lists are editable (no more apply button).
    
    svn path=/trunk/; revision=1438

 ChangeLog                        |    9 +
 extensions/adblock/adblock-ui.c  |  145 ++++-----
 extensions/adblock/adblock.glade |  615 ++++++++++++++++++++------------------
 3 files changed, 402 insertions(+), 367 deletions(-)

commit 5835a73592387095cb262dda3d4b72895d2ba8c0
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Wed Jan 17 07:47:16 2007 +0000

    Updated Thai translation.
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1437

 po/ChangeLog |    4 ++
 po/th.po     |  110 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 95 insertions(+), 19 deletions(-)

commit abb90578b02cb30bb2a9733d13b5ca595256364a
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Sat Jan 13 20:08:05 2007 +0000

    Bad path used to ensure adblock's data directory. Fix bug #395763.
    
    2006-01-13  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* extensions/adblock/ephy-adblock-extension.c: (ephy_adblock_extension_init):
    
    	Bad path used to ensure adblock's data directory.
    	Fix bug #395763.
    
    
    svn path=/trunk/; revision=1436

 ChangeLog                                   |    7 +++++++
 extensions/adblock/ephy-adblock-extension.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit ba47f9de066868384c116ba4a3cf451eea2dc177
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Tue Jan 9 11:27:18 2007 +0000

    Fix the installation path (.../icons/hicolor, not
    
    2007-01-09  Luca Ferretti  <elle.uca@libero.it>
    
    	* extensions/rss/icons/22x22/status/Makefile.am:
    	* extensions/rss/icons/24x24/status/Makefile.am:
    	* extensions/rss/icons/32x32/status/Makefile.am:
    	* extensions/rss/icons/scalable/status/Makefile.am:
    
    	Fix the installation path (.../icons/hicolor, not
    	.../icons/icons/hicolor).
    
    
    svn path=/trunk/; revision=1435

 ChangeLog                                        |   10 ++++++++++
 extensions/rss/icons/22x22/status/Makefile.am    |    2 +-
 extensions/rss/icons/24x24/status/Makefile.am    |    2 +-
 extensions/rss/icons/32x32/status/Makefile.am    |    2 +-
 extensions/rss/icons/scalable/status/Makefile.am |    2 +-
 5 files changed, 14 insertions(+), 4 deletions(-)

commit cc39969e666c887333a722a5ed87b72ab01f67a0
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Tue Jan 9 11:07:38 2007 +0000

    Add <abstract role="description"> and <revhistory> needed to fix the
    
    2007-01-09  Luca Ferretti  <elle.uca@libero.it>
    
    	* help/C/epiphany-extensions.xml:
    	Add <abstract role="description"> and <revhistory> needed to
    	fix the build. Maybe someone should review them.
    
    
    svn path=/trunk/; revision=1434

 ChangeLog                      |    6 ++++++
 help/C/epiphany-extensions.xml |   12 +++++++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)

commit 66ce06674ef34682ca44d16d3e3f58a4cf967dc8
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Tue Jan 9 10:47:13 2007 +0000

    Add missing file
    
    2007-01-09  Luca Ferretti  <elle.uca@libero.it>
    
    	* extensions/rss/icons/24x24/Makefile.am:
    	Add missing file
    
    	* help/C/epiphany-extensions.xml:
    	Add role="maintainer" in <publisher> needed by recent
    	gnome-doc-utils.
    
    
    svn path=/trunk/; revision=1433

 ChangeLog                              |    9 +++++++++
 extensions/rss/icons/24x24/Makefile.am |    1 +
 help/C/epiphany-extensions.xml         |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit e2d4c852a3dfefb270d02737e5648ab5a2be9497
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Tue Jan 9 10:38:37 2007 +0000

    Depend on epiphany 2.17.5 to use new icondir variable from pkg-config
    
    2007-01-09  Luca Ferretti  <elle.uca@libero.it>
    
    	* configure.in:
    
    	Depend on epiphany 2.17.5 to use new icondir variable from
    	pkg-config file; use this value to set EPIPHANY_ICONDIR to
    	install images for new named icon; add new directories to
    	AC_CONFIG_FILES
    
    	* extensions/rss/icons/*/feed-presence.*:
    	* extensions/rss/icons/*/Makefile.am:
    	* extensions/rss/Makefile.am
    
    	Add images to install for "feed-presence" named icon
    	(from Andreas Nilsson based on common shape from
    	http://feedicons.com but using Tango style and GPL licence).
    
    	* extensions/rss/ephy-rss-extension.c:
    
    	Replace STOCK_ICON with FEED_ICON to use new "feed-presence"
    	named icon.
    
    svn path=/trunk/; revision=1432

 ChangeLog                                          |   22 ++
 configure.ac                                       |   24 ++-
 extensions/rss/Makefile.am                         |    2 +
 extensions/rss/ephy-rss-extension.c                |   10 +-
 extensions/rss/icons/16x16/Makefile.am             |    1 +
 extensions/rss/icons/16x16/status/Makefile.am      |   14 +
 .../rss/icons/16x16/status/feed-presence.png       |  Bin 0 -> 694 bytes
 extensions/rss/icons/22x22/Makefile.am             |    1 +
 extensions/rss/icons/22x22/status/Makefile.am      |   14 +
 .../rss/icons/22x22/status/feed-presence.png       |  Bin 0 -> 991 bytes
 extensions/rss/icons/24x24/status/Makefile.am      |   14 +
 .../rss/icons/24x24/status/feed-presence.png       |  Bin 0 -> 1025 bytes
 extensions/rss/icons/32x32/Makefile.am             |    1 +
 extensions/rss/icons/32x32/status/Makefile.am      |   14 +
 .../rss/icons/32x32/status/feed-presence.png       |  Bin 0 -> 1575 bytes
 extensions/rss/icons/Makefile.am                   |    1 +
 extensions/rss/icons/scalable/Makefile.am          |    1 +
 extensions/rss/icons/scalable/status/Makefile.am   |   14 +
 .../rss/icons/scalable/status/feed-presence.svg    |  267 ++++++++++++++++++++
 19 files changed, 389 insertions(+), 11 deletions(-)

commit 37727c4c35ff3badee07d4f30eab4f3d49b67c24
Author: Jean-François Rameau <jframeau@svn.gnome.org>
Date:   Sun Jan 7 20:39:38 2007 +0000

    Makes extension dialog easier to read.
    
    2006-01-07  Jean-François Rameau  <jframeau@svn.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c: (build_ui):
    
    	Makes extension dialog easier to read.
    
    svn path=/trunk/; revision=1431

 ChangeLog                                          |    6 ++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit cb17b532550812241b6dfdcbade27559065a572d
Author: Diego Escalante Urrelo <diegoe@svn.gnome.org>
Date:   Wed Jan 3 13:33:10 2007 +0000

    Minor translation fix. Patch by Gabor Kelemen.
    
    2007-01-03  Diego Escalante Urrelo <diegoe@svn.gnome.org>
    
    	* extensions/rss/rss-ui.glade:
    	* extensions/error-viewer/error-viewer.ephy-extension.in.in:
    
    	Minor translation fix. Patch by Gabor Kelemen.
    
    
    svn path=/trunk/; revision=1430

 ChangeLog                                          |    7 +++++++
 .../error-viewer/error-viewer.ephy-extension.in.in |    2 +-
 extensions/rss/rss-ui.glade                        |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit ae1cc0bbb1fbcc20c3608dab07bfd3641423fce8
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Tue Jan 2 22:25:49 2007 +0000

    Translation updated by Reinout van Schouwen.
    
    2007-02-02  Reinout van Schouwen <reinouts@gnome.org>
    
        * nl.po: Translation updated by Reinout van Schouwen.
    
    
    svn path=/trunk/; revision=1429

 po/ChangeLog |  750 +++++++++++++++++++++++++++++-----------------------------
 po/nl.po     |  247 +++++++++++++++-----
 2 files changed, 566 insertions(+), 431 deletions(-)

commit 071caac017c38b53ada572227c99b52d5f0099a4
Author: Diego Escalante Urrelo <diegoe@svn.gnome.org>
Date:   Sun Dec 31 17:21:21 2006 +0000

    Removes the now useless GtkFrame.
    
    2006-12-31  Diego Escalante Urrelo <diegoe@svn.gnome.org>
    
    	* extensions/rss/ephy-rss-extension.c:
    
    	Removes the now useless GtkFrame.
    
    
    svn path=/trunk/; revision=1428

 ChangeLog                           |    6 ++++++
 extensions/rss/ephy-rss-extension.c |   15 +++------------
 2 files changed, 9 insertions(+), 12 deletions(-)

commit 2b76f51bfc8ff9745a9ddce089c705080503889f
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Sun Dec 31 16:51:24 2006 +0000

    Assert the threads are initialised; we cannot init them at this late time.
    
    2006-12-31  Christian Persch  <chpe@svn.gnome.org>
    
    	* extensions/error-viewer/sgml-validator.c:
    	(save_source_completed_cb):
    
    	Assert the threads are initialised; we cannot init them
    	at this late time.
    
    svn path=/trunk/; revision=1427

 ChangeLog                                |    8 ++++++++
 extensions/error-viewer/sgml-validator.c |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit cee96f4f819bf911d4feccac33b5afa7029e36cf
Author: Diego Escalante Urrelo <diegoe@svn.gnome.org>
Date:   Sun Dec 31 16:40:02 2006 +0000

    Removed the now uneeded gtk.Frame.
    
    2006-12-31  Diego Escalante Urrelo <diegoe@svn.gnome.org>
    
            * extensions/cc-license-viewer/cc-license-viewer.py:
    
            Removed the now uneeded gtk.Frame.
    
    
    svn path=/trunk/; revision=1424

 extensions/cc-license-viewer/cc-license-viewer.py |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

commit e8fff6d1dda353260ef1301ea9647ba2119bbce4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Dec 31 15:43:45 2006 +0000

    s/CVS/SVN/g
    
    svn path=/trunk/; revision=1423

 HACKING |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6842b585fb2a2f3c518bfe3a21719274030833fc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Dec 31 10:41:37 2006 +0000

    Remove +x from po files
    
    svn path=/trunk/; revision=1422

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 552cd82ae98f07edfe3ab5cfd8b38e843efb58d7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Dec 31 10:40:40 2006 +0000

    .cvsignore is obsolete
    
    svn path=/trunk/; revision=1421

 .cvsignore                                      |   22 ----------------------
 extensions/.cvsignore                           |    2 --
 extensions/actions/.cvsignore                   |   10 ----------
 extensions/adblock/.cvsignore                   |    9 ---------
 extensions/auto-reload/.cvsignore               |    3 ---
 extensions/auto-scroller/.cvsignore             |    9 ---------
 extensions/bookmarks-tray/.cvsignore            |   10 ----------
 extensions/certificates/.cvsignore              |   10 ----------
 extensions/dashboard/.cvsignore                 |   10 ----------
 extensions/error-viewer/.cvsignore              |    9 ---------
 extensions/error-viewer/mozilla/.cvsignore      |    8 --------
 extensions/error-viewer/opensp/.cvsignore       |    8 --------
 extensions/extensions-manager-ui/.cvsignore     |   10 ----------
 extensions/favicon/.cvsignore                   |    3 ---
 extensions/gestures/.cvsignore                  |    9 ---------
 extensions/greasemonkey/.cvsignore              |    9 ---------
 extensions/greasemonkey/mozilla/.cvsignore      |    8 --------
 extensions/imagebar/.cvsignore                  |   10 ----------
 extensions/java-console/.cvsignore              |   10 ----------
 extensions/java-console/mozilla/.cvsignore      |    8 --------
 extensions/page-info/.cvsignore                 |   10 ----------
 extensions/page-info/mozilla/.cvsignore         |    8 --------
 extensions/permissions/.cvsignore               |   10 ----------
 extensions/push-scroller/.cvsignore             |   10 ----------
 extensions/python-console/.cvsignore            |   10 ----------
 extensions/rss/.cvsignore                       |    9 ---------
 extensions/sample-mozilla/.cvsignore            |   10 ----------
 extensions/sample-mozilla/mozilla/.cvsignore    |    9 ---------
 extensions/sample-python/.cvsignore             |   10 ----------
 extensions/sample/.cvsignore                    |   10 ----------
 extensions/select-stylesheet/.cvsignore         |   10 ----------
 extensions/select-stylesheet/mozilla/.cvsignore |    8 --------
 extensions/sidebar/.cvsignore                   |   11 -----------
 extensions/smart-bookmarks/.cvsignore           |   10 ----------
 extensions/smart-bookmarks/mozilla/.cvsignore   |    8 --------
 extensions/tab-groups/.cvsignore                |   10 ----------
 extensions/tab-states/.cvsignore                |   10 ----------
 extensions/tabsmenu/.cvsignore                  |   10 ----------
 extensions/toolbar-extras/.cvsignore            |   10 ----------
 help/.cvsignore                                 |    3 ---
 include/.cvsignore                              |    9 ---------
 m4/.cvsignore                                   |    1 -
 po/.cvsignore                                   |   15 ---------------
 43 files changed, 0 insertions(+), 388 deletions(-)

commit af5e51884f80e5b0f07568a66008a1d931d9ec00
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Sun Dec 31 08:59:38 2006 +0000

    Use gtk-refresh icon instead of gtk-save for reload button.
    
    2006-12-31  Priit Laes  <plaes@svn.gnome.org>
            * extensions/adblock/adblock.glade:
            Use gtk-refresh icon instead of gtk-save for reload button.
    
    svn path=/trunk/; revision=1420

 ChangeLog                        |    6 ++++++
 extensions/adblock/adblock.glade |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit f8b79794d7e23f2e2ab643263155971d6a565713
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Dec 26 13:14:21 2006 +0000

    Updated Swedish translation.
    
    2006-12-26  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  239 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 182 insertions(+), 61 deletions(-)

commit e090c49212f38c17878ae3e9362340708601e5c6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Dec 24 12:44:39 2006 +0000

    Update

 po/POTFILES.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 1d5f6d83cd3a2e5d3682eb0f98faa29d5b7d124e
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Dec 24 05:29:27 2006 +0000

    Updated Thai translation.
    
    2006-12-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 ++
 po/th.po     |  158 ++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 115 insertions(+), 47 deletions(-)

commit e8905e659cc35c69f2dc5956d3d23621c022cbe2
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Dec 23 21:22:06 2006 +0000

    Fix incorrect cast. dom_event parameter is nsIDOMEvent, not
    
    2006-12-23  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/sample-mozilla/mozilla/mozilla-sample.cpp: (mozilla_do_something):
    
    	Fix incorrect cast. dom_event parameter is nsIDOMEvent, not nsIDOMMouseEvent.
    	Bug #357052.

 ChangeLog                                          |    7 +++++++
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |    6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit c9819dcf07699a308acab461a41f8776a579161e
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Dec 22 00:42:51 2006 +0000

    Correct path for Greasemonkey user script in manual. Closes bug #388181.
    
    2006-12-22  Priit Laes  <plaes@cvs.gnome.org>
    	* help/C/epiphany-extensions.xml: Correct path for Greasemonkey user script in manual. Closes bug #388181.

 ChangeLog                      |    7 +++++++
 help/C/epiphany-extensions.xml |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 68fb9d0dc0b3b442474657a44171a0cfbb1d32fe
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Tue Dec 19 16:17:56 2006 +0000

    Fix DeprecationWarning (Python enchancement proposal 0263). Closes bug
    
    2006-12-19  Priit Laes  <plaes@cvs.gnome.org>
    	* extensions/favicon/favicon.py: Fix DeprecationWarning (Python enchancement proposal 0263). Closes bug #387421.

 ChangeLog                     |    7 +++++++
 extensions/favicon/favicon.py |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 9135270e7a1e5b5be3c3c9f178b3cda062df8b53
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Dec 17 22:17:06 2006 +0000

    Post-release version bump.
    
    2006-12-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 3a722f9387f637a9b8046cccd82c321d4268a291
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Dec 17 22:10:50 2006 +0000

    === Release 2.17.4 ===
    
    2006-12-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	=== Release 2.17.4 ===
    
    	* configure.ac:

 ChangeLog    |    5 ++---
 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 3 files changed, 17 insertions(+), 5 deletions(-)

commit c5183bf4f39dc852a60f62e62619df30fa38d9d6
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Sun Dec 17 21:49:27 2006 +0000

    Missing rules.

 extensions/smart-bookmarks/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9d621b632fdf6d67c9e286589d3c3da28897ccb8
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Sun Dec 17 21:37:02 2006 +0000

    Nits.

 extensions/adblock/Makefile.am       |    2 ++
 extensions/adblock/adblock-pattern.c |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit fc5003556c700571428c5b095a516cd3e0338732
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Sun Dec 17 21:24:21 2006 +0000

    Missing files.

 extensions/adblock/adblock-pattern.c |  322 ++++++++++++++++++++++++++++++++++
 extensions/adblock/adblock-pattern.h |   55 ++++++
 2 files changed, 377 insertions(+), 0 deletions(-)

commit 20ee0e5eaeef4e70d8c5c55898e6269c3114531e
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Sun Dec 17 21:19:29 2006 +0000

    Missing schemas.

 .../smart-bookmarks/smart-bookmarks.schemas.in     |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 38feda5c823d802c53faf843d183fd03a155a6c9
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Dec 17 20:46:41 2006 +0000

    Add bits to check against gconftool. Add macro to install gconf schemas.
    
    2006-12-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add bits to check against gconftool.
    	Add macro to install gconf schemas.

 ChangeLog    |    7 +++++++
 configure.ac |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 1307bf7094a2f53a0eb359824f88adf044af9c68
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Dec 17 18:53:28 2006 +0000

    Add a column so one can see if a media/link has been blocked (if Adblock
    
    2006-12-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    
    	Add a column so one can see if a media/link has been blocked (if Adblock extension is on).
    	Page info dialog can now be opened when clicking on the Adblock icon.

 ChangeLog                               |    7 +
 extensions/page-info/page-info-dialog.c |  231 ++++++++++++++++++++++++++++++-
 2 files changed, 235 insertions(+), 3 deletions(-)

commit 2950420a531855b0fdb268bbc5b08fbc0777c8b7
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Dec 17 18:48:31 2006 +0000

    A extensions/adblock/adblock-ui.h A extensions/adblock/adblock-ui.c A
    
    2006-12-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/adblock/Makefile.am:
    	* extensions/adblock/ad-uri-tester.c:
    	* extensions/adblock/ad-uri-tester.h:
    	* extensions/adblock/ephy-adblock-extension.c:
    	* extensions/adblock/extension.c:
    	A extensions/adblock/adblock-ui.h
    	A extensions/adblock/adblock-ui.c
    	A extensions/adblock/adblock.glade
    
    	Add an UI to Adblock extension.

 ChangeLog                                   |   13 +
 extensions/adblock/Makefile.am              |    7 +-
 extensions/adblock/ad-uri-tester.c          |  124 ++----
 extensions/adblock/ad-uri-tester.h          |    2 +
 extensions/adblock/adblock-ui.c             |  698 +++++++++++++++++++++++++++
 extensions/adblock/adblock-ui.h             |   68 +++
 extensions/adblock/adblock.glade            |  564 ++++++++++++++++++++++
 extensions/adblock/ephy-adblock-extension.c |  186 +++++++-
 extensions/adblock/extension.c              |    2 +
 9 files changed, 1571 insertions(+), 93 deletions(-)

commit d2015b0bdb28a1f430fe53e29e8f1b9d04dfea81
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Dec 17 09:19:59 2006 +0000

    Update

 po/POTFILES.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 748044f3fa6766f44f85f67e6f5c567f521547fa
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Dec 8 20:01:54 2006 +0000

    Fix for mozilla API change.
    
    2006-12-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/Makefile.am:
    	* extensions/page-info/mozilla/PageInfoPrivate.cpp:
    
    	Fix for mozilla API change.
    
    	* m4/gecko.m4:
    
    	Updated.

 ChangeLog                                        |   11 +++++++++++
 extensions/page-info/mozilla/Makefile.am         |    3 ++-
 extensions/page-info/mozilla/PageInfoPrivate.cpp |   14 +++++++++++---
 m4/gecko.m4                                      |    5 ++++-
 4 files changed, 28 insertions(+), 5 deletions(-)

commit f99f3f51374447dca6b0efabf48ba723c63b50a8
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Dec 7 21:20:13 2006 +0000

    A extensions/smart-bookmarks/smart-bookmarks.schemas.in
    
    2006-12-07  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/Makefile.am:
    	* po/POTFILES.in:
    	A extensions/smart-bookmarks/smart-bookmarks.schemas.in
    
    	Add gconf schemas to smart-bookmarks extension.

 ChangeLog                              |    8 ++++++++
 extensions/smart-bookmarks/Makefile.am |   16 ++++++++++++++++
 po/POTFILES.in                         |    1 +
 3 files changed, 25 insertions(+), 0 deletions(-)

commit 115757af6f38cec8bd2256a1df7c7450b860bd82
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 3 19:20:06 2006 +0000

    Don't crash when we can't load the adblock icon.
    
    2006-12-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/ephy-adblock-extension.c:
    	(create_statusbar_icon):
    
    	Don't crash when we can't load the adblock icon.

 ChangeLog                                   |    7 +++++++
 extensions/adblock/ephy-adblock-extension.c |   15 ++++++++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)

commit 7df859bb07f83a7da701f4247a97d5c1e73aee73
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 3 19:07:15 2006 +0000

    Remove frame around the adblock icon, to make it look like the other
    
    2006-12-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/ephy-adblock-extension.c: (update_statusbar),
    	(create_statusbar_icon), (destroy_statusbar_icon),
    	(switch_page_cb):
    
    	Remove frame around the adblock icon, to make it look like the other
    	items. From bug #368759.

 ChangeLog                                   |    9 +++++++
 extensions/adblock/ephy-adblock-extension.c |   31 +++++++-------------------
 2 files changed, 18 insertions(+), 22 deletions(-)

commit 107c8ed87fc0178f0d8c3f1a0a28def237812ae9
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat Dec 2 14:49:13 2006 +0000

    Translation updated by Reinout van Schouwen.
    
    2006-12-02  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   17 ++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit ccc3094d382ecc6ad93f1fd0d5f65ea5089b940f
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Fri Dec 1 23:25:10 2006 +0000

    2006-12-02 Reinout van Schouwen <reinouts@gnome.org>
    
    * 2006-12-02  Reinout van Schouwen <reinouts@gnome.org>
    
    	* configure.ac: update to version 2.17.3.90

 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit dc45b88682a0196838316e8532701b95156e6041
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Dec 1 21:36:19 2006 +0000

    Add -lxpcomglue_s to EXTRA_LIBS on trunk.
    
    2006-12-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* m4/gecko.m4:
    
    	Add -lxpcomglue_s to EXTRA_LIBS on trunk.

 ChangeLog   |    6 ++++++
 m4/gecko.m4 |    6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 64cf113e5080f8394002d37e233e999e5024bd48
Author: Mart Raudsepp <mraudsepp@src.gnome.org>
Date:   Fri Nov 24 09:59:38 2006 +0000

    Update list of extensions in configure help. Fixes bug #377295.

 ChangeLog    |    6 ++++++
 configure.ac |   10 ++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

commit d7e4241cb8c197a5e6adc9fd75313d97b5f599b2
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sat Nov 18 19:51:14 2006 +0000

    Updated Arabic Translation.

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/ar.po     | 1094 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1100 insertions(+), 0 deletions(-)

commit 58639dffee22dc9b90b1b22293c6f621e0a7c15b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Nov 16 19:06:48 2006 +0000

    Added initial Swedish translation. Added sv to DOC_LINGUAS.
    
    2006-11-16  Daniel Nylander <po@danielnylander.se>
    
    	* sv/sv.po: Added initial Swedish translation.
    	* Makefile.am: Added sv to DOC_LINGUAS.

 help/ChangeLog   |    5 +
 help/Makefile.am |    2 +-
 help/sv/sv.po    | 1197 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1203 insertions(+), 1 deletions(-)

commit de05c82b950e1d7258b2f86ab2b3e3c307af5b2d
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Mon Oct 30 21:25:14 2006 +0000

    Don't use free'd string. Fix #367468.
    
    2006-10-30  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/livehttpheaders/mozilla/LiveHTTPHeadersListener.cpp:
    	(LiveHTTPHeadersListener::Observe):
    
    	Don't use free'd string. Fix #367468.

 ChangeLog                                          |    7 +++++++
 .../mozilla/LiveHTTPHeadersListener.cpp            |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 542d16794553e957b73823be55007d1495cba940
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Oct 30 04:04:33 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++++
 po/fi.po     |   11 +++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 66f775f9167da984a6f2c3356be9cc3307934af7
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Oct 10 20:49:14 2006 +0000

    Fix last commit.
    
    2006-10-10  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/cc-license-viewer/Makefile.am:
    
    	Fix last commit.

 ChangeLog                                |    6 ++++++
 extensions/cc-license-viewer/Makefile.am |   16 ++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

commit 93f7babb614eb04a408133f511bdd1009db81655
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Oct 10 20:42:40 2006 +0000

    New extension. Shows the Creative Commons license of the current website
    
    2006-10-10  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/cc-license-viewer/cc-license-viewer.py:
    	* extensions/cc-license-viewer/cc-license-viewer.ephy-extension.in:
    
    	New extension. Shows the Creative Commons license of the current website if available.
    	Created by Jaime Frutos Morales <acidborg@gmail.com>

 ChangeLog                                          |    8 +
 configure.ac                                       |    7 +-
 .../cc-license-viewer.ephy-extension.in            |   10 +
 extensions/cc-license-viewer/cc-license-viewer.py  |  455 ++++++++++++++++++++
 4 files changed, 477 insertions(+), 3 deletions(-)

commit 4beee54cc36456aaf20d2402eb5cc55081d79bf5
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Mon Oct 9 20:24:09 2006 +0000

    Fix Actions menu accelerator overlapping with "Select All". Bug #358721.
    
    2006-10-09  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    
    	Fix Actions menu accelerator overlapping with "Select All".
    	Bug #358721.

 ChangeLog                                   |    7 +++++++
 extensions/actions/ephy-actions-extension.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 29416e2e229737443832e6077c2c411294c53470
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Oct 8 02:10:59 2006 +0000

    Updated Japanese translation for v2.16.1.
    
    2006-10-08  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
    	* ja.po: Updated Japanese translation for v2.16.1.

 po/ChangeLog |    4 ++
 po/ja.po     |  153 +++++++++++++++++++++++++--------------------------------
 2 files changed, 71 insertions(+), 86 deletions(-)

commit 5e66fa46edc699d7d3ca65e058ea1dfaa871abc1
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Mon Sep 25 07:42:26 2006 +0000

     Updated Nepali Translation

 po/ChangeLog |    4 +
 po/ne.po     | 1073 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 590 insertions(+), 487 deletions(-)

commit 1c776f9e44b34fba6d9f8a065a72053330f04271
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Sep 21 08:05:15 2006 +0000

    Translation updated by Reinout van Schouwen.
    
    2006-09-21  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  257 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 132 insertions(+), 129 deletions(-)

commit cc6a890e342ae20734cbbb98e4526c45dc55e2a2
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Wed Sep 20 19:55:29 2006 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  748 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 510 insertions(+), 243 deletions(-)

commit 5173ea7f58796aefb8809e74807260499ef68334
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 13 19:01:42 2006 +0000

    Use UTF-8 copyright symbol

 .../actions/ephy-actions-extension-editor-dialog.c |    2 +-
 .../actions/ephy-actions-extension-editor-dialog.h |    2 +-
 .../ephy-actions-extension-properties-dialog.c     |    2 +-
 .../ephy-actions-extension-properties-dialog.h     |    2 +-
 extensions/actions/ephy-actions-extension-util.c   |    2 +-
 extensions/actions/ephy-actions-extension-util.h   |    2 +-
 extensions/actions/ephy-actions-extension.c        |    2 +-
 extensions/actions/ephy-actions-extension.h        |    2 +-
 extensions/actions/extension.c                     |    2 +-
 extensions/adblock/ad-blocker.c                    |    2 +-
 extensions/adblock/ad-blocker.h                    |    2 +-
 extensions/adblock/ad-uri-tester.c                 |    2 +-
 extensions/adblock/ad-uri-tester.h                 |    2 +-
 extensions/adblock/adblock-patterns                |    2 +-
 extensions/adblock/download-latest.pl              |    2 +-
 extensions/adblock/ephy-adblock-extension.c        |    4 ++--
 extensions/adblock/ephy-adblock-extension.h        |    4 ++--
 extensions/adblock/extension.c                     |    4 ++--
 .../auto-reload/ephy-auto-reload-extension.c       |    2 +-
 .../auto-reload/ephy-auto-reload-extension.h       |    2 +-
 extensions/auto-reload/extension.c                 |    4 ++--
 .../auto-scroller/ephy-auto-scroller-extension.c   |    6 +++---
 .../auto-scroller/ephy-auto-scroller-extension.h   |    4 ++--
 extensions/auto-scroller/ephy-auto-scroller.c      |    6 +++---
 extensions/auto-scroller/ephy-auto-scroller.h      |    6 +++---
 extensions/auto-scroller/extension.c               |    4 ++--
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    4 ++--
 .../bookmarks-tray/ephy-bookmarks-tray-extension.h |    4 ++--
 extensions/bookmarks-tray/extension.c              |    4 ++--
 .../certificates/ephy-certificates-extension.c     |    4 ++--
 .../certificates/ephy-certificates-extension.h     |    4 ++--
 extensions/certificates/extension.c                |    4 ++--
 .../dashboard/dashboard-frontend-xmlwriter.c       |    4 ++--
 .../dashboard/dashboard-frontend-xmlwriter.h       |    4 ++--
 extensions/dashboard/ephy-dashboard-extension.c    |    6 +++---
 extensions/dashboard/ephy-dashboard-extension.h    |    6 +++---
 extensions/dashboard/ephy-dashboard.c              |    6 +++---
 .../error-viewer/ephy-error-viewer-extension.c     |    6 +++---
 .../error-viewer/ephy-error-viewer-extension.h     |    6 +++---
 extensions/error-viewer/error-viewer.c             |    4 ++--
 extensions/error-viewer/error-viewer.h             |    4 ++--
 extensions/error-viewer/extension.c                |    6 +++---
 extensions/error-viewer/link-checker.c             |    2 +-
 extensions/error-viewer/link-checker.h             |    2 +-
 .../mozilla/ErrorViewerConsoleListener.cpp         |    4 ++--
 .../mozilla/ErrorViewerConsoleListener.h           |    2 +-
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    2 +-
 .../mozilla/ErrorViewerURICheckerObserver.h        |    2 +-
 .../error-viewer/mozilla/mozilla-helpers.cpp       |    2 +-
 extensions/error-viewer/mozilla/mozilla-helpers.h  |    2 +-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |    2 +-
 .../error-viewer/mozilla/mozilla-link-checker.h    |    2 +-
 .../error-viewer/mozilla/register-listener.cpp     |    6 +++---
 .../error-viewer/mozilla/register-listener.h       |    6 +++---
 extensions/error-viewer/opensp/validate.cpp        |    2 +-
 extensions/error-viewer/opensp/validate.h          |    2 +-
 extensions/error-viewer/sgml-validator.c           |    2 +-
 extensions/error-viewer/sgml-validator.h           |    2 +-
 .../ephy-extensions-manager-ui-extension.c         |    4 ++--
 extensions/extensions-manager-ui/extension.c       |    4 ++--
 .../extensions-manager-ui/extensions-manager-ui.c  |    2 +-
 .../extensions-manager-ui/extensions-manager-ui.h  |    2 +-
 extensions/favicon/favicon.py                      |    2 +-
 extensions/gestures/ephy-gesture.c                 |    2 +-
 extensions/gestures/ephy-gesture.h                 |    4 ++--
 extensions/gestures/ephy-gestures-extension.c      |    4 ++--
 extensions/gestures/ephy-gestures-extension.h      |    4 ++--
 extensions/gestures/gestures.c                     |    4 ++--
 .../greasemonkey/ephy-greasemonkey-extension.c     |    2 +-
 .../greasemonkey/ephy-greasemonkey-extension.h     |    4 ++--
 extensions/greasemonkey/extension.c                |    4 ++--
 extensions/greasemonkey/greasemonkey-script.c      |    2 +-
 extensions/greasemonkey/greasemonkey-script.h      |    4 ++--
 .../greasemonkey/mozilla/mozilla-helpers.cpp       |    4 ++--
 extensions/greasemonkey/mozilla/mozilla-helpers.h  |    4 ++--
 extensions/imagebar/ephy-imagebar-extension.c      |    4 ++--
 extensions/imagebar/ephy-imagebar-extension.h      |    4 ++--
 extensions/imagebar/extension.c                    |    4 ++--
 extensions/imagebar/mozilla-event.cpp              |    2 +-
 extensions/imagebar/mozilla-event.h                |    2 +-
 .../java-console/ephy-java-console-extension.c     |    2 +-
 .../java-console/ephy-java-console-extension.h     |    2 +-
 extensions/java-console/java-console.c             |    2 +-
 extensions/java-console/mozilla/java-console.cpp   |    2 +-
 extensions/java-console/mozilla/java-console.h     |    2 +-
 .../ephy-livehttpheaders-extension.c               |    4 ++--
 .../ephy-livehttpheaders-extension.h               |    4 ++--
 extensions/livehttpheaders/extension.c             |    4 ++--
 extensions/livehttpheaders/livehttpheaders-ui.c    |    2 +-
 extensions/livehttpheaders/livehttpheaders-ui.h    |    2 +-
 .../mozilla/LiveHTTPHeadersListener.cpp            |    4 ++--
 .../mozilla/LiveHTTPHeadersListener.h              |    4 ++--
 .../livehttpheaders/mozilla/mozilla-helper.cpp     |    2 +-
 .../livehttpheaders/mozilla/mozilla-helper.h       |    2 +-
 extensions/page-info/ephy-page-info-extension.c    |    2 +-
 extensions/page-info/ephy-page-info-extension.h    |    6 +++---
 extensions/page-info/extension.c                   |    2 +-
 extensions/page-info/mozilla/PageInfoPrivate.cpp   |    2 +-
 extensions/page-info/mozilla/PageInfoPrivate.h     |    2 +-
 extensions/page-info/mozilla/mozilla-helpers.cpp   |    6 +++---
 extensions/page-info/mozilla/mozilla-helpers.h     |    6 +++---
 extensions/page-info/page-info-dialog.c            |   10 +++++-----
 extensions/page-info/page-info-dialog.h            |    4 ++--
 extensions/permissions/ephy-permissions-dialog.c   |    6 +++---
 extensions/permissions/ephy-permissions-dialog.h   |    6 +++---
 .../permissions/ephy-permissions-extension.c       |    4 ++--
 .../permissions/ephy-permissions-extension.h       |    4 ++--
 extensions/permissions/extension.c                 |    4 ++--
 .../push-scroller/ephy-push-scroller-extension.c   |    6 +++---
 .../push-scroller/ephy-push-scroller-extension.h   |    4 ++--
 extensions/push-scroller/ephy-push-scroller.c      |    8 ++++----
 extensions/push-scroller/ephy-push-scroller.h      |    6 +++---
 extensions/push-scroller/extension.c               |    4 ++--
 extensions/python-console/console.py               |    4 ++--
 extensions/rss/ephy-rss-extension.c                |    2 +-
 extensions/rss/ephy-rss-extension.h                |    2 +-
 extensions/rss/extension.c                         |    4 ++--
 extensions/rss/rss-feedlist.c                      |    2 +-
 extensions/rss/rss-feedlist.h                      |    2 +-
 extensions/rss/rss-ui.c                            |    2 +-
 extensions/rss/rss-ui.h                            |    2 +-
 extensions/sample-mozilla/ephy-sample2-extension.c |    4 ++--
 extensions/sample-mozilla/ephy-sample2-extension.h |    4 ++--
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |    4 ++--
 extensions/sample-mozilla/mozilla/mozilla-sample.h |    4 ++--
 extensions/sample-mozilla/sample-mozilla.c         |    4 ++--
 extensions/sample-python/sample-python-menu.py     |    2 +-
 .../sample-python/sample-python-statusbar.py       |    2 +-
 extensions/sample-python/sample-python.py          |    2 +-
 extensions/sample/ephy-sample-extension.c          |    4 ++--
 extensions/sample/ephy-sample-extension.h          |    4 ++--
 extensions/sample/sample.c                         |    4 ++--
 extensions/select-stylesheet/ephy-css-menu.c       |    8 ++++----
 extensions/select-stylesheet/ephy-css-menu.h       |    2 +-
 .../ephy-select-stylesheet-extension.c             |    6 +++---
 .../ephy-select-stylesheet-extension.h             |    6 +++---
 extensions/select-stylesheet/extension.c           |    2 +-
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    2 +-
 .../select-stylesheet/mozilla/mozilla-helpers.h    |    2 +-
 extensions/sidebar/ephy-sidebar-embed.c            |    2 +-
 extensions/sidebar/ephy-sidebar-embed.h            |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c        |    6 +++---
 extensions/sidebar/ephy-sidebar-extension.h        |    6 +++---
 extensions/sidebar/ephy-sidebar.c                  |    2 +-
 extensions/sidebar/ephy-sidebar.h                  |    2 +-
 extensions/sidebar/extension.c                     |    6 +++---
 extensions/sidebar/sidebar-commands.c              |    4 ++--
 extensions/sidebar/sidebar-commands.h              |    2 +-
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |    4 ++--
 .../smart-bookmarks/mozilla/mozilla-selection.h    |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.h    |    6 +++---
 extensions/smart-bookmarks/smart-bookmarks.c       |    2 +-
 extensions/tab-groups/ephy-tab-grouper.c           |    6 +++---
 extensions/tab-groups/ephy-tab-grouper.h           |    6 +++---
 extensions/tab-groups/ephy-tab-groups-extension.c  |    6 +++---
 extensions/tab-groups/ephy-tab-groups-extension.h  |    6 +++---
 extensions/tab-groups/tab-groups.c                 |    6 +++---
 extensions/tab-states/ephy-tab-states-extension.c  |    4 ++--
 extensions/tab-states/ephy-tab-states-extension.h  |    4 ++--
 extensions/tab-states/extension.c                  |    4 ++--
 extensions/tabsmenu/ephy-tab-move-menu.c           |    4 ++--
 extensions/tabsmenu/ephy-tab-move-menu.h           |    4 ++--
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    2 +-
 extensions/tabsmenu/ephy-tabs-menu-extension.h     |    2 +-
 extensions/tabsmenu/tabs-menu.c                    |    4 ++--
 .../toolbar-extras/ephy-multi-smart-action.c       |    4 ++--
 .../toolbar-extras/ephy-multi-smart-action.h       |    4 ++--
 .../toolbar-extras/ephy-toolbar-extras-extension.c |    4 ++--
 .../toolbar-extras/ephy-toolbar-extras-extension.h |    4 ++--
 extensions/toolbar-extras/galago-gtk-icon-entry.c  |    2 +-
 extensions/toolbar-extras/galago-gtk-icon-entry.h  |    2 +-
 extensions/toolbar-extras/toolbar-extras.c         |    4 ++--
 include/EphyUtils.h                                |    2 +-
 include/eel-gconf-extensions.h                     |    2 +-
 include/egg-editable-toolbar.h                     |    4 ++--
 include/egg-toolbars-model.h                       |    2 +-
 include/ephy-bookmarks-menu.h                      |    2 +-
 include/ephy-debug.h                               |    2 +-
 include/ephy-dnd.h                                 |    2 +-
 include/ephy-embed-dialog.h                        |    2 +-
 include/ephy-favicon-cache.h                       |    6 +++---
 include/ephy-file-chooser.h                        |    2 +-
 include/ephy-file-helpers.h                        |    6 +++---
 include/ephy-gui.h                                 |    2 +-
 include/ephy-prefs.h                               |    2 +-
 m4/epiphany.m4                                     |    2 +-
 187 files changed, 325 insertions(+), 325 deletions(-)

commit 05a970e4a6cae0899def6e15f4137357b314234f
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Tue Sep 12 10:55:56 2006 +0000

    el.po: Fixed typos by Dimitris Glezos <dimitris@glezos.com>

 po/ChangeLog |    4 ++
 po/el.po     |  127 +++++++++++++++++++++++++++------------------------------
 2 files changed, 64 insertions(+), 67 deletions(-)

commit f1829bb3748adc690386b8569361e2138e877850
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Sep 7 13:16:40 2006 +0000

    Updated Swedish translation.
    
    2006-09-07  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit d7d7176077e895da94fee1cfa79db32cc2c8de27
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Sep 6 20:24:21 2006 +0000

    No need to register a factory for the observer, just instantiate the class
    
    2006-09-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/link-checker.c:
    	(link_checker_register_type), (link_checker_class_init):
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/mozilla/mozilla-link-checker.cpp:
    	* extensions/error-viewer/mozilla/register-listener.cpp:
    
    	No need to register a factory for the observer, just instantiate the
    	class directly.

 ChangeLog                                          |   11 +++
 extensions/error-viewer/link-checker.c             |   11 +--
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    6 +-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   88 +++-----------------
 .../error-viewer/mozilla/register-listener.cpp     |   15 +--
 5 files changed, 32 insertions(+), 99 deletions(-)

commit bdde656fd666e17dda93dcce47af3c3d70c16cfe
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Sep 6 20:11:15 2006 +0000

    Remove some unnecessary static data.
    
    2006-09-06 Christian Persch  <chpe@cvs.gnome.org>
    
    	* *.c *.cpp:
    
    	Remove some unnecessary static data.

 ChangeLog                                          |    6 ++++++
 .../actions/ephy-actions-extension-editor-dialog.c |    2 +-
 .../ephy-actions-extension-properties-dialog.c     |    2 +-
 extensions/actions/ephy-actions-extension.c        |    4 ++--
 extensions/adblock/ad-blocker.c                    |    2 +-
 extensions/adblock/ad-uri-tester.c                 |    2 +-
 extensions/adblock/ephy-adblock-extension.c        |    6 +++---
 .../auto-reload/ephy-auto-reload-extension.c       |    4 ++--
 .../auto-scroller/ephy-auto-scroller-extension.c   |    4 ++--
 extensions/auto-scroller/ephy-auto-scroller.c      |    2 +-
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    2 +-
 .../certificates/ephy-certificates-extension.c     |    4 ++--
 extensions/dashboard/ephy-dashboard-extension.c    |    4 ++--
 .../error-viewer/ephy-error-viewer-extension.c     |    4 ++--
 extensions/error-viewer/error-viewer.c             |    2 +-
 extensions/error-viewer/link-checker.c             |    2 +-
 extensions/error-viewer/sgml-validator.c           |    2 +-
 .../ephy-extensions-manager-ui-extension.c         |    4 ++--
 .../extensions-manager-ui/extensions-manager-ui.c  |    2 +-
 extensions/gestures/ephy-gesture.c                 |    2 +-
 extensions/gestures/ephy-gestures-extension.c      |    4 ++--
 .../greasemonkey/ephy-greasemonkey-extension.c     |    4 ++--
 extensions/greasemonkey/greasemonkey-script.c      |    2 +-
 extensions/imagebar/ephy-imagebar-extension.c      |    4 ++--
 .../java-console/ephy-java-console-extension.c     |    4 ++--
 .../ephy-livehttpheaders-extension.c               |    4 ++--
 extensions/page-info/ephy-page-info-extension.c    |    4 ++--
 extensions/page-info/page-info-dialog.c            |    2 +-
 extensions/permissions/ephy-permissions-dialog.c   |    4 ++--
 .../permissions/ephy-permissions-extension.c       |    4 ++--
 .../push-scroller/ephy-push-scroller-extension.c   |    4 ++--
 extensions/push-scroller/ephy-push-scroller.c      |    2 +-
 extensions/rss/ephy-rss-extension.c                |    4 ++--
 extensions/rss/rss-ui.c                            |    2 +-
 extensions/sample-mozilla/ephy-sample2-extension.c |    4 ++--
 extensions/sample/ephy-sample-extension.c          |    4 ++--
 extensions/select-stylesheet/ephy-css-menu.c       |    2 +-
 .../ephy-select-stylesheet-extension.c             |    4 ++--
 extensions/sidebar/ephy-sidebar-embed.c            |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c        |    4 ++--
 extensions/sidebar/ephy-sidebar.c                  |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    4 ++--
 extensions/tab-groups/ephy-tab-grouper.c           |    2 +-
 extensions/tab-groups/ephy-tab-groups-extension.c  |    4 ++--
 extensions/tab-states/ephy-tab-states-extension.c  |    4 ++--
 extensions/tabsmenu/ephy-tab-move-menu.c           |    2 +-
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    4 ++--
 .../toolbar-extras/ephy-multi-smart-action.c       |    2 +-
 .../toolbar-extras/ephy-toolbar-extras-extension.c |    4 ++--
 extensions/toolbar-extras/galago-gtk-icon-entry.c  |    4 ++--
 50 files changed, 84 insertions(+), 78 deletions(-)

commit 8243b8a524226971d739a3597231559a57342cc9
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 4 02:55:58 2006 +0000

    Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
    
    2006-09-03  Lucas Rocha  <lucasr@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation
    	by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>

 po/ChangeLog |    5 +
 po/pt_BR.po  |  882 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 602 insertions(+), 285 deletions(-)

commit 9565be068fe98472a725c7fc0f516c25b3daa778
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 3 18:13:31 2006 +0000

    Use Epiphany 2.17.
    
    2006-09-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Use Epiphany 2.17.

 ChangeLog    |    6 ++++++
 configure.ac |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 5582bcb176b0f7fa2f8ed7d7d18471ae3a477b04
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 3 18:11:07 2006 +0000

    Post-release version bump.
    
    2006-09-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit cc0faf0f0119aa54223917387ad32784bc35da87
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 3 18:07:21 2006 +0000

    === Release 2.16.0 ===
    
    2006-09-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 2.16.0 ===
    
    	* configure.ac:

 ChangeLog    |    6 ++++++
 configure.ac |   17 ++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 23974797253b68cc44d1904fe7cf5ccfd2cb1e86
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 3 16:31:12 2006 +0000

    Fix varargs.
    
    2006-09-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    
    	Fix varargs.
    
    	* m4/gecko.m4:
    
    	Sync with epiphany.

 ChangeLog                                          |   10 ++++++++++
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    2 +-
 m4/gecko.m4                                        |    6 +++---
 3 files changed, 14 insertions(+), 4 deletions(-)

commit 2aedbcd4dd79746561b08a2aeea1ec72e6e873db
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Sat Sep 2 23:46:51 2006 +0000

    Updated Spanish translation.
    
    2006-09-03  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +++
 po/es.po     |   70 +++++++++++++++-------------------------------------------
 2 files changed, 22 insertions(+), 52 deletions(-)

commit 8ad79b3b59936c14c88e6fa32f558bd4696e5214
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Sep 2 14:58:07 2006 +0000

    Updated Swedish translation.
    
    2006-09-02  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++
 po/sv.po     |  118 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 58 insertions(+), 64 deletions(-)

commit da97ac481f1bc0f76ca0519057e0a170a8680f55
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Aug 27 06:40:33 2006 +0000

    Updated Thai translation.
    
    2006-05-27  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +++
 po/th.po     |   80 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 45 insertions(+), 39 deletions(-)

commit 34a80151e51ce4875214668c60c41e1f71de64f8
Author: Abel Cheung <abel@oaka.org>
Date:   Sun Aug 27 03:29:27 2006 +0000

    Added 'tr' 'zh_HK'
    
    2006-08-27  Abel Cheung  <abel@oaka.org>
    
    	* LINGUAS: Added 'tr' 'zh_HK'

 po/ChangeLog |    4 ++++
 po/LINGUAS   |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit eb83034d6e7fa2bf85e83a2ab4a62e0cdbb048ac
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Sun Aug 27 03:20:47 2006 +0000

    Updated Chinese (Taiwan) translation. New Chinese (Hong Kong) translation.
    
    	* zh_TW.po: Updated Chinese (Taiwan) translation.
    	* zh_HK.po: New Chinese (Hong Kong) translation.

 po/ChangeLog |    5 +
 po/zh_HK.po  | 1072 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po  |   18 +-
 3 files changed, 1084 insertions(+), 11 deletions(-)

commit 194564c3128a1bdd860c6670a5e5e68a3033d066
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Aug 21 12:33:31 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     |  744 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 338 insertions(+), 410 deletions(-)

commit a95c0771c03261eaae6c575d14804bbb8c29130e
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Mon Aug 21 09:07:36 2006 +0000

    Updated Spanish translation.
    
    2006-08-21  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++
 po/es.po     |  127 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 68 insertions(+), 63 deletions(-)

commit b227665f0b1039797c957533614097678fd98d7c
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Wed Aug 16 10:39:15 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++
 po/fi.po     |  129 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 70 insertions(+), 63 deletions(-)

commit 6b6bc6b02abb61edfb1d3cd113ed220171601a95
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Wed Aug 9 22:12:54 2006 +0000

    Updated Catalan translation by Esteve Blanch.

 po/ChangeLog |    5 +
 po/ca.po     | 1006 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 734 insertions(+), 277 deletions(-)

commit 825314758db890a445023caf39ed608b87a8f711
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Aug 8 21:50:17 2006 +0000

    Post-release version bump.
    
    2006-08-08  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit f7ed158a124a349e39a654556b8f443676ffceeb
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Aug 8 21:43:51 2006 +0000

    === Release 2.15.2 ===
    
    2006-08-08  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	=== Release 2.15.2 ===
    
    	* configure.ac:

 ChangeLog    |    6 ++++++
 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 1 deletions(-)

commit 022643be3ca7987dbe1a8cee2922b58dc643e25b
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Aug 8 21:08:09 2006 +0000

    Remove dashboard from translation.
    
    2006-08-08  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* po/POTFILES.in:
    	* po/POTFILES.skip:
    
    	Remove dashboard from translation.

 ChangeLog        |    7 +++++++
 po/POTFILES.in   |    1 -
 po/POTFILES.skip |    3 +++
 3 files changed, 10 insertions(+), 1 deletions(-)

commit 8a3222cfe88565c3c6d9a3342282a1a20334a13e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jul 24 19:36:03 2006 +0000

    Remove parts which are now in Epiphany.
    
    2006-07-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window), (impl_detach_window),
    	(ephy_certificates_extension_iface_init):
    
    	Remove parts which are now in Epiphany.

 ChangeLog                                          |    8 +
 .../certificates/ephy-certificates-extension.c     |  168 --------------------
 2 files changed, 8 insertions(+), 168 deletions(-)

commit c730b4bc4de5d832e23ed5c88c91fd3ab6bb3a5e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jul 24 11:06:42 2006 +0000

    Don't distribute dashboard and imagebar extensions, they're just too
    
    2006-07-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Don't distribute dashboard and imagebar extensions, they're just too
    	broken. Bug #348440.

 ChangeLog    |    7 +++++++
 configure.ac |    6 ++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 46d998a759fd6be2639fb0179a9c6650077a010c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 22 13:41:25 2006 +0000

    Updated Korean translation.
    
    2006-07-22  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 ++
 po/ko.po     |  122 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 72 insertions(+), 54 deletions(-)

commit c1012891eaf68d532091801aff56c24926b0e988
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Fri Jul 21 22:44:33 2006 +0000

    Remove eggtrayicon.h (doesn't exist anymore).
    
    2006-07-22  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* include/Makefile.am:
    
    	Remove eggtrayicon.h (doesn't exist anymore).
    
    	* extensions/livehttpheaders/Makefile.am:
    
    	Fix typo.

 ChangeLog                              |   10 ++++++++++
 extensions/livehttpheaders/Makefile.am |    2 +-
 include/Makefile.am                    |    1 -
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 208699e5d4c3d50a57a0889dd5b42f1b108eba1c
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Fri Jul 21 13:49:56 2006 +0000

    Updated Czech translation.
    
    2006-07-21  Jakub Friedl <jfriedl@suse.cz>
    
      * cs.po: Updated Czech translation.

 po/ChangeLog |    8 ++-
 po/cs.po     |  182 ++++++++++++++++++++++------------------------------------
 2 files changed, 74 insertions(+), 116 deletions(-)

commit 35880d9588edc83faf2fce75e03e123800f54923
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jul 16 12:59:01 2006 +0000

    2006-07-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/EphyUtils.h:
    	* include/eggtrayicon.h:
    	* include/ephy-gui.h:

 ChangeLog             |    8 +++++
 include/EphyUtils.h   |   25 +++++++++------
 include/eggtrayicon.h |   80 -------------------------------------------------
 include/ephy-gui.h    |    6 ----
 4 files changed, 23 insertions(+), 96 deletions(-)

commit 70a15afd3a91c987322dab5424e0a814c8b61a04
Author: Alexey Balmashnov <a.balmashnov@gmail.com>
Date:   Thu Jul 13 19:46:46 2006 +0000

    Updated Russian translation.
    
    2006-07-13  Alexey Balmashnov <a.balmashnov@gmail.com>
    
    	* ru.po: Updated Russian translation.

 po/ChangeLog |    4 +
 po/ru.po     |  971 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 884 insertions(+), 91 deletions(-)

commit c38f80954add8baaf456cf5a4647d7fcce54ca35
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Jul 12 21:16:38 2006 +0000

    New Live HTTP Headers extension.
    
    2006-07-12  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* README:
    	* configure.ac:
    	* extensions/livehttpheaders/ephy-livehttpheaders-extension.c:
    	* extensions/livehttpheaders/ephy-livehttpheaders-extension.h:
    	* extensions/livehttpheaders/extension.c:
    	* extensions/livehttpheaders/livehttpheaders.ephy-extension.in.in:
    	* extensions/livehttpheaders/livehttpheaders-ui.c:
    	* extensions/livehttpheaders/livehttpheaders-ui.h:
    	* extensions/livehttpheaders/livehttpheaders-ui.glade:
    	* extensions/livehttpheaders/Makefile.am:
    	* extensions/livehttpheaders/mozilla/LiveHTTPHeadersListener.cpp:
    	* extensions/livehttpheaders/mozilla/LiveHTTPHeadersListener.h:
    	* extensions/livehttpheaders/mozilla/mozilla-helper.cpp:
    	* extensions/livehttpheaders/mozilla/mozilla-helper.h:
    	* extensions/livehttpheaders/mozilla/Makefile.am:
    
    	New Live HTTP Headers extension.

 ChangeLog                                          |   20 +
 README                                             |    1 +
 configure.ac                                       |    6 +-
 extensions/livehttpheaders/Makefile.am             |   49 ++
 .../ephy-livehttpheaders-extension.c               |  231 +++++++++
 .../ephy-livehttpheaders-extension.h               |   60 +++
 extensions/livehttpheaders/extension.c             |   44 ++
 extensions/livehttpheaders/livehttpheaders-ui.c    |  337 +++++++++++++
 .../livehttpheaders/livehttpheaders-ui.glade       |  501 ++++++++++++++++++++
 extensions/livehttpheaders/livehttpheaders-ui.h    |   63 +++
 .../livehttpheaders.ephy-extension.in.in           |   11 +
 .../mozilla/LiveHTTPHeadersListener.cpp            |  144 ++++++
 .../mozilla/LiveHTTPHeadersListener.h              |   51 ++
 extensions/livehttpheaders/mozilla/Makefile.am     |   25 +
 .../livehttpheaders/mozilla/mozilla-helper.cpp     |   72 +++
 .../livehttpheaders/mozilla/mozilla-helper.h       |   45 ++
 16 files changed, 1658 insertions(+), 2 deletions(-)

commit dff99e677513ca294fd7b05529ade9a8a19ad7fb
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Jul 9 13:48:47 2006 +0000

    Some clean up since EphyImageLinkPopup doesn't exist anymore.
    
    2006-07-09  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/rss/ephy-rss-extension.c: (impl_attach_window):
    	* extensions/greasemonkey/ephy-greasemonkey-extension.c: (impl_attach_window):
    
    	Some clean up since EphyImageLinkPopup doesn't exist anymore.

 ChangeLog                                          |    7 +++++++
 .../greasemonkey/ephy-greasemonkey-extension.c     |    9 ---------
 extensions/rss/ephy-rss-extension.c                |    7 -------
 3 files changed, 7 insertions(+), 16 deletions(-)

commit 44ac908f9443f2bd04c5b2f8a19f7a87ec154eb7
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Sun Jul 2 08:05:20 2006 +0000

    Fixed "Plugin" again

 po/vi.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f9d58b399718fd760ef2d0377725f57151b2ceee
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Sun Jul 2 04:25:53 2006 +0000

    Fixed "Plugin"

 po/vi.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7e38894073c115a7d4f2c22cca88bdab047a429e
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Jun 28 14:11:14 2006 +0000

    Configure now prints a summary of enabled/disabled features as for
    
    2006-06-28  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Configure now prints a summary of enabled/disabled features as for
    	Epiphany. Bug 345908.

 ChangeLog    |    7 +++++++
 configure.ac |   23 +++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

commit 086f64e8e57840fc85d0d6d9444b755ec158511f
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Thu Jun 15 14:08:53 2006 +0000

    Updated German translation.
    
    2006-06-15  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   13 ++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 18787df4c12e14240b419956baf8cc39e98b0c50
Author: Victor Osadci <victoros@src.gnome.org>
Date:   Tue May 23 19:53:19 2006 +0000

    Fix the email address for Crispin Flowerday

 help/C/epiphany-extensions.xml |    2 +-
 help/ChangeLog                 |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit cdd3b2035e1d71eeb9ef0f35acaec0ecfc2239bd
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed May 17 20:04:56 2006 +0000

    Code cleanup. AdBlocker doesn't depend on AdUriTester anymore.
    
    2006-05-17  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/adblock/ad-blocker.c:
    	* extensions/adblock/ad-blocker.h:
    	* extensions/adblock/ephy-adblock-extension.c:
    
    	Code cleanup. AdBlocker doesn't depend on AdUriTester anymore.

 ChangeLog                                   |    8 ++++++
 extensions/adblock/ad-blocker.c             |   34 +++-----------------------
 extensions/adblock/ad-blocker.h             |    2 +-
 extensions/adblock/ephy-adblock-extension.c |    2 +-
 4 files changed, 14 insertions(+), 32 deletions(-)

commit 3c1e0808156bd4de570a82923c0a3292345fa248
Author: Wouter Bolsterlee <uws+gnome@xs4all.nl>
Date:   Tue May 16 22:25:41 2006 +0000

    Show a notification dialog when a duplicate sidebar is added. Fixes bug
    
    2006-05-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
    
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(ephy_sidebar_extension_add_sidebar_cb):
    
    	Show a notification dialog when a duplicate sidebar is
    	added. Fixes bug #333306.

 ChangeLog                                   |    8 ++++++
 extensions/sidebar/ephy-sidebar-extension.c |   34 +++++++++++++++++++++++----
 2 files changed, 37 insertions(+), 5 deletions(-)

commit aa700fda30946ff06a8bee5c78a4eb08df2c2055
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue May 16 16:16:04 2006 +0000

    Update from upstream (2006-04-06a). Adjust url to
    
    2006-05-16  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/adblock-patterns:
    	* extensions/smart-bookmarks/download-latest.pl:
    
    	Update from upstream (2006-04-06a).
    	Adjust url to http://www.pierceive.com/filtersetg/ in download-latest.pl.

 ChangeLog                             |    8 ++
 extensions/adblock/adblock-patterns   |  157 ++++++++++++++++++++++++---------
 extensions/adblock/download-latest.pl |    2 +-
 3 files changed, 126 insertions(+), 41 deletions(-)

commit e9a53c5ebd1a544e6d97b438ce721114bb4b8f7e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue May 16 11:41:38 2006 +0000

    Update intltool requirement to 0.35, and sync gecko.m4 with epiphany.
    
    2006-05-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* m4/gecko.m4:
    	* po/LINGUAS:
    
    	Update intltool requirement to 0.35, and sync gecko.m4 with epiphany.

 ChangeLog    |    8 +++++
 configure.ac |    7 +----
 m4/gecko.m4  |   94 +++++++++++++++++++++++++++++++++++----------------------
 po/LINGUAS   |   39 +++++++++++++++++++++++-
 4 files changed, 105 insertions(+), 43 deletions(-)

commit 82bd32e97cf6827d7fa0716e180d841c119ed060
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon May 15 04:54:24 2006 +0000

    Added Thai translation. Added 'th'.
    
    2006-05-15  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Added Thai translation.
    	* LINGUAS: Added 'th'.

 po/ChangeLog |    5 +
 po/LINGUAS   |    2 +-
 po/th.po     |  993 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 999 insertions(+), 1 deletions(-)

commit f0aa445f727abb629f6d6dec3880ef02072f0535
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun May 14 19:35:40 2006 +0000

    Remove all references to EphyFullscreenDocumentPopup which has been
    
    2006-05-14  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c: (rebuild_ui):
    
    	Remove all references to EphyFullscreenDocumentPopup which has been removed
    	from Epiphany's ui from a while.

 ChangeLog                                          |    7 +++++++
 .../smart-bookmarks/smart-bookmarks-extension.c    |   14 --------------
 2 files changed, 7 insertions(+), 14 deletions(-)

commit a5d2d22a40a4f8c3e4b2c4539945e5f38633d58d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed May 10 20:13:17 2006 +0000

    Non-toolkit geckos aren't supported anymore.
    
    2006-05-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Non-toolkit geckos aren't supported anymore.

 ChangeLog    |    6 ++++++
 configure.ac |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 084729bc2542475cca7e0c516018d093f4cebc98
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed May 10 18:15:00 2006 +0000

    Drop support for gecko 1.7, and remove MOZILLA_INTERNA_API usage. Should
    
    2006-05-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.h:
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.h:
    	* extensions/error-viewer/mozilla/Makefile.am:
    	* extensions/error-viewer/mozilla/mozilla-helpers.cpp:
    	* extensions/error-viewer/mozilla/mozilla-helpers.h:
    	* extensions/error-viewer/mozilla/mozilla-link-checker.cpp:
    	* extensions/error-viewer/mozilla/mozilla-link-checker.h:
    	* extensions/error-viewer/mozilla/register-listener.cpp:
    	* extensions/error-viewer/opensp/validate.cpp:
    	* extensions/error-viewer/opensp/validate.h:
    	* extensions/greasemonkey/mozilla/mozilla-helpers.cpp:
    	* extensions/greasemonkey/mozilla/mozilla-helpers.h:
    	* extensions/imagebar/mozilla-event.cpp:
    	* extensions/imagebar/mozilla-event.h:
    	* extensions/java-console/mozilla/java-console.cpp:
    	* extensions/page-info/mozilla/PageInfoPrivate.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/sample-mozilla/mozilla/mozilla-sample.cpp:
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.cpp:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.h:
    	* m4/gecko.m4:
    
    	Drop support for gecko 1.7, and remove MOZILLA_INTERNA_API usage.
    	Should fix compilation with gecko trunk once epiphany compiles against
    	it again.

 ChangeLog                                          |   33 +++++
 configure.ac                                       |   11 +--
 .../mozilla/ErrorViewerConsoleListener.cpp         |   46 +++-----
 .../mozilla/ErrorViewerConsoleListener.h           |    4 +-
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |   24 ++--
 .../mozilla/ErrorViewerURICheckerObserver.h        |    7 +-
 extensions/error-viewer/mozilla/Makefile.am        |    3 +-
 .../error-viewer/mozilla/mozilla-helpers.cpp       |   19 ++--
 extensions/error-viewer/mozilla/mozilla-helpers.h  |    2 -
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   11 +-
 .../error-viewer/mozilla/mozilla-link-checker.h    |    3 +-
 .../error-viewer/mozilla/register-listener.cpp     |   11 +-
 extensions/error-viewer/opensp/validate.cpp        |   16 ++--
 extensions/error-viewer/opensp/validate.h          |    1 -
 .../greasemonkey/mozilla/mozilla-helpers.cpp       |   18 ++--
 extensions/greasemonkey/mozilla/mozilla-helpers.h  |    4 +-
 extensions/imagebar/mozilla-event.cpp              |   19 ++--
 extensions/imagebar/mozilla-event.h                |    4 +-
 extensions/java-console/mozilla/java-console.cpp   |    6 +-
 extensions/page-info/mozilla/PageInfoPrivate.cpp   |    8 +-
 extensions/page-info/mozilla/mozilla-helpers.cpp   |  129 +++++++++----------
 extensions/page-info/mozilla/mozilla-helpers.h     |    2 -
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |    5 +-
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |   31 ++---
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |   30 ++---
 .../smart-bookmarks/mozilla/mozilla-selection.h    |    2 -
 m4/gecko.m4                                        |   22 +++-
 27 files changed, 239 insertions(+), 232 deletions(-)

commit e43cfde6a2cbdd909f3674d8afd7c21a5f5396e3
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Tue May 2 12:37:34 2006 +0000

    Updated German translation.
    
    2006-05-02  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +++
 po/de.po     |   70 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 40 insertions(+), 34 deletions(-)

commit d7d000623de5ca22260c30bcc394ba3dd2665068
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Apr 24 10:29:20 2006 +0000

    Post-release version bump.
    
    2006-04-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 9437865d2e4bda4b84cdbf1c89a0731a8871bd91
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Apr 24 10:27:02 2006 +0000

    === Release 2.15.1 ===
    
    2006-04-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 2.15.1 ===
    
    	* Makefile.am:
    
    	Fix distcheck.
    
    	* configure.ac:
    
    	Updated for 2.15.1. Remove tabsmenu extension, since it doesn't work
    	with new notebook code, and shouldn't be used anyway because of the
    	gecko bug.
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(ephy_bookmarks_tray_extension_init):
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(impl_attach_window):
    	* extensions/sidebar/ephy-sidebar.c: (ephy_sidebar_init):
    
    	Fix build with GTK_DISABLE_DEPRECATED.
    
    	* po/POTFILES.in:
    	* po/POTFILES.skip:
    
    	Remove tabsmenu extension files from POTFILES.in.

 ChangeLog                                          |   27 ++++++++++++++++++++
 Makefile.am                                        |    3 +-
 configure.ac                                       |    7 ++---
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    6 +---
 extensions/sidebar/ephy-sidebar-extension.c        |    3 +-
 extensions/sidebar/ephy-sidebar.c                  |    3 +-
 po/POTFILES.in                                     |    2 -
 po/POTFILES.skip                                   |    4 +++
 8 files changed, 40 insertions(+), 15 deletions(-)

commit 5a4440cbfe5811ba888a0369d9791c3e3cc824e7
Author: Stanislav Brabec <utx@src.gnome.org>
Date:   Sat Apr 22 11:58:40 2006 +0000

    cs.po: Typo fix.

 po/ChangeLog |    4 ++++
 po/cs.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 6ed1d144a680ad85001b1c962d1f95e8dfe7fe49
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Apr 21 20:15:49 2006 +0000

    Update from Vic

 help/C/figures/epi-ext-gestures-back.png          |  Bin 337 -> 312 bytes
 help/C/figures/epi-ext-gestures-close-2.png       |  Bin 1398 -> 1293 bytes
 help/C/figures/epi-ext-gestures-close.png         |  Bin 1039 -> 1031 bytes
 help/C/figures/epi-ext-gestures-forward.png       |  Bin 322 -> 306 bytes
 help/C/figures/epi-ext-gestures-fullscreen.png    |  Bin 1341 -> 1286 bytes
 help/C/figures/epi-ext-gestures-homepage.png      |  Bin 1784 -> 1737 bytes
 help/C/figures/epi-ext-gestures-new-tab.png       |  Bin 369 -> 374 bytes
 help/C/figures/epi-ext-gestures-new-window.png    |  Bin 340 -> 370 bytes
 help/C/figures/epi-ext-gestures-next-tab.png      |  Bin 1328 -> 1241 bytes
 help/C/figures/epi-ext-gestures-prev-tab.png      |  Bin 1336 -> 1257 bytes
 help/C/figures/epi-ext-gestures-reload.png        |  Bin 1170 -> 1160 bytes
 help/C/figures/epi-ext-gestures-stop.png          |  Bin 1361 -> 1260 bytes
 help/C/figures/epi-ext-gestures-up.png            |  Bin 1910 -> 1820 bytes
 help/C/figures/epi-ext-gestures-view-source-2.png |  Bin 1644 -> 1749 bytes
 help/C/figures/epi-ext-gestures-view-source.png   |  Bin 2398 -> 2204 bytes
 15 files changed, 0 insertions(+), 0 deletions(-)

commit 4d6ab09dc935c70231cd47cbf661f66294ec40e0
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Wed Apr 19 14:52:40 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  913 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 858 insertions(+), 59 deletions(-)

commit ce0a42d21d1ec4cc9de04dc2c3dd70e4121f8eb8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Apr 17 11:21:19 2006 +0000

    Remove obsolete entry for no_NO And the translation.
    
    2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* LINGUAS: Remove obsolete entry for no_NO
    	* no.po: And the translation.

 po/ChangeLog |    5 +
 po/LINGUAS   |    2 +-
 po/no.po     | 1016 ----------------------------------------------------------
 3 files changed, 6 insertions(+), 1017 deletions(-)

commit 15361e265fbed333e1a33c088905c8c39707901b
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Fri Apr 14 15:26:57 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++
 po/fi.po     |  141 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 72 insertions(+), 73 deletions(-)

commit c06b904da60ada3e5ed84b5b328c75a1e9a0e0bd
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Apr 13 09:50:47 2006 +0000

    Updated Spanish translation
    
    2006-04-13  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation

 po/ChangeLog |    4 ++++
 po/es.po     |   47 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 34 insertions(+), 17 deletions(-)

commit 0bec31500135db24849d702d240cfc9a56bc2ebc
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Apr 12 08:11:15 2006 +0000

    Updated Swedish translation
    
    2006-04-12  Daniel Nylander  <po@danielnylander.se>
    
            * sv.po: Updated Swedish translation

 po/ChangeLog |    4 +
 po/sv.po     | 8769 ++++------------------------------------------------------
 2 files changed, 486 insertions(+), 8287 deletions(-)

commit 0c661b2dc2e3b8e32df68fdd596d30971405c445
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Apr 10 20:29:58 2006 +0000

    Only ungrab if we were grabbed. Should work around breakage with gtk+
    
    2006-04-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_grab_notify_cb):
    	* extensions/gestures/ephy-gesture.c: (grab_notify_cb):
    	* extensions/push-scroller/ephy-push-scroller.c:
    	(ephy_push_scroller_grab_notify_cb):
    
    	Only ungrab if we were grabbed. Should work around breakage with gtk+
    	2.8.17.

 ChangeLog                                     |   11 +++++++++++
 extensions/auto-scroller/ephy-auto-scroller.c |    5 ++++-
 extensions/gestures/ephy-gesture.c            |    5 ++++-
 extensions/push-scroller/ephy-push-scroller.c |    5 ++++-
 4 files changed, 23 insertions(+), 3 deletions(-)

commit 0c83d8a33ce2b402929fab39bb56ebefb21d8274
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Apr 9 20:28:01 2006 +0000

    Docs and screenshot updates from Victor Osadci.
    
    2006-04-09  Christian Persch  <chpe@cvs.gnome.org>
    
    	* C/figures/epi-ext-action-create.png:
    	* C/figures/epi-ext-actions-use.png:
    	* C/figures/epi-ext-adblocker.png:
    	* C/figures/epi-ext-sidebar.png:
    	* C/figures/epi-ext-tabgroups.png:
    	* C/epiphany-extensions.xml:
    
    	Docs and screenshot updates from Victor Osadci.

 help/C/epiphany-extensions.xml           |  259 ++++++++++++++++--------------
 help/C/figures/epi-ext-action-create.png |  Bin 14313 -> 14336 bytes
 help/C/figures/epi-ext-actions-use.png   |  Bin 37158 -> 28631 bytes
 help/C/figures/epi-ext-adblocker.png     |  Bin 3187 -> 3687 bytes
 help/C/figures/epi-ext-sidebar.png       |  Bin 82597 -> 82590 bytes
 help/C/figures/epi-ext-tabgroups.png     |  Bin 23711 -> 23705 bytes
 help/ChangeLog                           |   11 ++
 7 files changed, 147 insertions(+), 123 deletions(-)

commit 6358a82402b47a0fe5a0491503e63279584e89f4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Apr 9 20:23:04 2006 +0000

    Update from Epiphany.
    
    2006-04-09  Christian Persch  <chpe@cvs.gnome.org>
    
    	* m4/gecko.m4:
    	* include/ephy-gui.h:
    
    	Update from Epiphany.
    
    	* extensions/actions/actions-editor.glade:
    	* extensions/actions/ephy-actions-extension-editor-dialog.c:
    	(ephy_actions_extension_editor_dialog_response_cb):
    	* extensions/certificates/ephy-certificates-extension.c:
    	(manage_certificates_cb), (manage_devices_cb):
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-exten
    	sion.c: (help_cb), (impl_attach_window), (impl_detach_window):
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(extensions_manager_ui_response_cb):
    
    	Add help to some extensions.

 ChangeLog                                          |   19 ++++++++++++
 extensions/actions/actions-editor.glade            |   13 ++++++++
 .../actions/ephy-actions-extension-editor-dialog.c |   10 ++++++
 .../certificates/ephy-certificates-extension.c     |    4 +-
 .../ephy-extensions-manager-ui-extension.c         |   31 ++++++++++++++++---
 .../extensions-manager-ui/extensions-manager-ui.c  |   11 ++++--
 extensions/python-console/console.py               |    3 +-
 extensions/sample-python/sample-python-location.py |    1 +
 extensions/sample-python/sample-python-menu.py     |    1 +
 .../sample-python/sample-python-statusbar.py       |    1 +
 extensions/sample-python/sample-python.py          |    1 +
 include/ephy-gui.h                                 |    5 +++
 m4/gecko.m4                                        |   29 ++++++++++--------
 13 files changed, 104 insertions(+), 25 deletions(-)

commit 1d65092c57513fd3a44ebe1aa939f80523428931
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Apr 8 19:52:03 2006 +0000

    Document the extensions manager. Patch from Baptiste Mille-Mathias.
    
    2006-04-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* C/epiphany-extensions.xml:
    
    	Document the extensions manager. Patch from Baptiste Mille-Mathias.

 help/C/epiphany-extensions.xml |   28 +++++++++++++++++++++++++---
 help/ChangeLog                 |    5 +++++
 2 files changed, 30 insertions(+), 3 deletions(-)

commit e80f600d9d417e9ad890b274eb76abaab5d1cc30
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Apr 5 20:24:20 2006 +0000

    Fix build

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit afd6b50fa4f9840682c9f86f501b713e0f0d7b3d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Apr 4 19:44:46 2006 +0000

    Use gnome doc utils.
    
    2006-04-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* .cvsignore:
    	* Makefile.am:
    	* configure.ac:
    
    	Use gnome doc utils.
    
    	* help/.cvsignore:
    	* help/C/epiphany-extensions.xml:
    	* help/C/figures/epi-ext-action-create.png:
    	* help/C/figures/epi-ext-actions-use.png:
    	* help/C/figures/epi-ext-adblocker.png:
    	* help/C/figures/epi-ext-gestures-back.png:
    	* help/C/figures/epi-ext-gestures-close-2.png:
    	* help/C/figures/epi-ext-gestures-close.png:
    	* help/C/figures/epi-ext-gestures-forward.png:
    	* help/C/figures/epi-ext-gestures-fullscreen.png:
    	* help/C/figures/epi-ext-gestures-homepage.png:
    	* help/C/figures/epi-ext-gestures-new-tab.png:
    	* help/C/figures/epi-ext-gestures-new-window.png:
    	* help/C/figures/epi-ext-gestures-next-tab.png:
    	* help/C/figures/epi-ext-gestures-prev-tab.png:
    	* help/C/figures/epi-ext-gestures-reload.png:
    	* help/C/figures/epi-ext-gestures-stop.png:
    	* help/C/figures/epi-ext-gestures-up.png:
    	* help/C/figures/epi-ext-gestures-view-source-2.png:
    	* help/C/figures/epi-ext-gestures-view-source.png:
    	* help/C/figures/epi-ext-sidebar.png:
    	* help/C/figures/epi-ext-tabgroups.png:
    	* help/C/legal.xml:
    	* help/Makefile.am:
    	* help/epiphany-extensions.omf.in:
    
    	Add documentation for Epiphany Extensions, written by Baptiste
    	Mille-Mathias.

 .cvsignore                                        |    1 +
 ChangeLog                                         |   37 +
 Makefile.am                                       |    9 +-
 configure.ac                                      |    7 +
 help/.cvsignore                                   |    3 +
 help/C/epiphany-extensions.xml                    | 1200 +++++++++++++++++++++
 help/C/figures/epi-ext-action-create.png          |  Bin 0 -> 14313 bytes
 help/C/figures/epi-ext-actions-use.png            |  Bin 0 -> 37158 bytes
 help/C/figures/epi-ext-adblocker.png              |  Bin 0 -> 3187 bytes
 help/C/figures/epi-ext-gestures-back.png          |  Bin 0 -> 337 bytes
 help/C/figures/epi-ext-gestures-close-2.png       |  Bin 0 -> 1398 bytes
 help/C/figures/epi-ext-gestures-close.png         |  Bin 0 -> 1039 bytes
 help/C/figures/epi-ext-gestures-forward.png       |  Bin 0 -> 322 bytes
 help/C/figures/epi-ext-gestures-fullscreen.png    |  Bin 0 -> 1341 bytes
 help/C/figures/epi-ext-gestures-homepage.png      |  Bin 0 -> 1784 bytes
 help/C/figures/epi-ext-gestures-new-tab.png       |  Bin 0 -> 369 bytes
 help/C/figures/epi-ext-gestures-new-window.png    |  Bin 0 -> 340 bytes
 help/C/figures/epi-ext-gestures-next-tab.png      |  Bin 0 -> 1328 bytes
 help/C/figures/epi-ext-gestures-prev-tab.png      |  Bin 0 -> 1336 bytes
 help/C/figures/epi-ext-gestures-reload.png        |  Bin 0 -> 1170 bytes
 help/C/figures/epi-ext-gestures-stop.png          |  Bin 0 -> 1361 bytes
 help/C/figures/epi-ext-gestures-up.png            |  Bin 0 -> 1910 bytes
 help/C/figures/epi-ext-gestures-view-source-2.png |  Bin 0 -> 1644 bytes
 help/C/figures/epi-ext-gestures-view-source.png   |  Bin 0 -> 2398 bytes
 help/C/figures/epi-ext-sidebar.png                |  Bin 0 -> 82597 bytes
 help/C/figures/epi-ext-tabgroups.png              |  Bin 0 -> 23711 bytes
 help/C/legal.xml                                  |   76 ++
 help/Makefile.am                                  |   30 +
 help/epiphany-extensions.omf.in                   |    9 +
 29 files changed, 1370 insertions(+), 2 deletions(-)

commit b911df06a411920b30eaee878880ee4d9fc5d6fb
Author: Kang Jeong-Hee <kz@src.gnome.org>
Date:   Fri Mar 31 18:27:32 2006 +0000

    ko.po updated

 po/ko.po |  716 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 498 insertions(+), 218 deletions(-)

commit 56281c5bb47d9fbcbe0a1622bb0c0718c9454d2a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Mar 27 20:20:50 2006 +0000

    Fix build

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5161c4418f29ae9a38cddba8cc5f4e468e5b6e16
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 26 21:03:10 2006 +0000

    No need to check for nsIContentPolicy variants anymore.
    
    2006-03-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	No need to check for nsIContentPolicy variants anymore.

 ChangeLog    |    6 ++++++
 configure.ac |   21 ---------------------
 2 files changed, 6 insertions(+), 21 deletions(-)

commit 9290521958b74c8d67c61bc60ebd39c6f716face
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Mar 25 20:53:34 2006 +0000

    PageInfo extension crashes after it has been unloaded and when a Pageinfo
    
    006-03-25  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/ephy-page-info-extension.c:
    
    	PageInfo extension crashes after it has been unloaded
    	and when a Pageinfo dialog is currently displayed.
    	Fix #335738.
    
    	* extensions/tab-groups/ephy-tab-grouper.c:(ephy_tab_grouper_finalize):
    
    	Missing code.

 ChangeLog                                       |   12 ++++++
 extensions/page-info/ephy-page-info-extension.c |   44 +++++++++++++++++++++--
 extensions/tab-groups/ephy-tab-grouper.c        |    2 +-
 3 files changed, 54 insertions(+), 4 deletions(-)

commit 34b7e80470e273702df762fafc21be61218ee696
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Mar 25 16:52:56 2006 +0000

    Typo.
    
    2006-03-25  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Typo.

 ChangeLog    |    9 +++------
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

commit 3902cda01e7d5e7a76cc2504e3941f8588262b5f
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Mar 23 23:15:47 2006 +0000

    Change call to gnome-dictionary (--look-up). Fix #335728. Patch from
    
    2006-03-24  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(search_gnome_dict_cb):
    
    	Change call to gnome-dictionary (--look-up).
    	Fix #335728.
    	Patch from Baptiste Mille-mathias.

 ChangeLog                                          |    9 +++++++++
 .../smart-bookmarks/smart-bookmarks-extension.c    |    8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 87b70a635d8cc844bebf1617c9433f602586bfa0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Mar 23 16:43:45 2006 +0000

    Port to gtk+ 2.9 notebook API.
    
    2006-03-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/tab-groups/ephy-tab-grouper.c: (reset_last_tab),
    	(notebook_page_added_cb), (ephy_tab_grouper_set_notebook),
    	(ephy_tab_grouper_finalize):
    
    	Port to gtk+ 2.9 notebook API.

 ChangeLog                                |    9 ++++++
 configure.ac                             |    4 +-
 extensions/tab-groups/ephy-tab-grouper.c |   40 +++++++++++++++---------------
 3 files changed, 31 insertions(+), 22 deletions(-)

commit 217632f9c573389bd891c848577634ea8931373a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Mar 16 14:59:48 2006 +0000

    No need to make this resident anymore.
    
    2006-03-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/adblock.ephy-extension.in.in:
    
    	No need to make this resident anymore.
    
    	* extensions/adblock/ephy-adblock-extension.c:
    	(destroy_statusbar_icon), (ensure_adblocker), (impl_detach_tab):
    
    	Clean up on unload.

 ChangeLog                                       |   11 +++++++++
 extensions/adblock/adblock.ephy-extension.in.in |    1 -
 extensions/adblock/ephy-adblock-extension.c     |   26 ++++++++++------------
 3 files changed, 23 insertions(+), 15 deletions(-)

commit 6912cc5f6af39ee7b443ac19744c6404dc8979a4
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Thu Mar 16 11:09:00 2006 +0000

    Updated Lithuanian translation.
    
    2006-03-16  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  302 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 169 insertions(+), 137 deletions(-)

commit 2bf987f086bb477d2fd72f97e17c927313d391c1
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Sun Mar 12 20:59:51 2006 +0000

    Fix build: bad EPIPHANY_API_VERSION.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5b178e2cfa2d37da0409ee2ff91621f3fa9bcd38
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Mar 12 20:46:29 2006 +0000

    Fix build

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 16fcc0f324437b87c93e03cf5060963f8440a0b5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 12 19:45:13 2006 +0000

    Update after branching.
    
    2006-03-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Update after branching.

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit e3dc0293c89cc803bd61b92659fb9e378b372434
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 12 19:24:05 2006 +0000

    === Release 2.14.0 ===
    
    2006-03-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 2.14.0 ===
    
    	* NEWS:
    	* configure.ac:
    
    	Update for 2.14.0.
    
    	* m4/gecko.m4:
    
    	Updated from Epiphany.

 ChangeLog    |   13 +++++
 NEWS         |   19 +++++++
 configure.ac |    9 ++--
 m4/gecko.m4  |  163 ++++++++++++++++++++++++++++++++++++++++++++-------------
 4 files changed, 163 insertions(+), 41 deletions(-)

commit 5a134ed6d9c211d593886bbb1884b7f7eeadd454
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 12 14:15:59 2006 +0000

    Add extensions About dialogue to the parent's window group.
    
    2006-03-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(show_extension_info):
    
    	Add extensions About dialogue to the parent's window group.

 ChangeLog                                          |    7 +++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |   12 +++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)

commit 8d5ce2754282337c3ed24950d82bdd5423a40351
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 12 14:04:11 2006 +0000

    Fix Help button.
    
    2006-03-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(extensions_manager_ui_response_cb):
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    
    	Fix Help button.
    
    	* include/EphyUtils.h:
    	* include/eel-gconf-extensions.h:
    	* include/egg-editable-toolbar.h:
    	* include/egg-toolbars-model.h:
    	* include/ephy-debug.h:
    	* include/ephy-dnd.h:
    	* include/ephy-embed-dialog.h:
    	* include/ephy-favicon-cache.h:
    	* include/ephy-file-chooser.h:
    	* include/ephy-file-helpers.h:
    	* include/ephy-gui.h:
    	* include/ephy-prefs.h:
    
    	Updated from Epiphany.

 ChangeLog                                          |   23 ++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    4 +-
 .../extensions-manager-ui.glade                    |    1 -
 include/EphyUtils.h                                |   17 ++-
 include/eel-gconf-extensions.h                     |    2 +
 include/egg-editable-toolbar.h                     |   18 ++-
 include/egg-toolbars-model.h                       |  118 +++++++++++++-------
 include/ephy-debug.h                               |    2 -
 include/ephy-embed-dialog.h                        |   10 +-
 include/ephy-file-helpers.h                        |   33 +++++-
 include/ephy-gui.h                                 |    7 +-
 include/ephy-prefs.h                               |    3 +
 12 files changed, 173 insertions(+), 65 deletions(-)

commit ebfcf4a61f69126f322b4ce811f198c4573e2e05
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Mar 11 18:41:20 2006 +0000

    We now ensure that a blocker is attached to any window. Prevent a critical
    
    2006-03-11  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/adblock/ephy-adblock-extension.c:
    
    	We now ensure that a blocker is attached to any window.
    	Prevent a critical when recovering a page from a previous crash (attach_tab
    	is called after switch_tab signal and then no blocker is attached to that tab).

 ChangeLog                                   |    8 ++++
 extensions/adblock/ephy-adblock-extension.c |   51 ++++++++++++++++++++------
 2 files changed, 47 insertions(+), 12 deletions(-)

commit 4613e56c1af3097314734bab7d74773e2aa45a53
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Sat Mar 11 10:05:44 2006 +0000

    Updated German translation.
    
    2006-03-11  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  686 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 402 insertions(+), 288 deletions(-)

commit f45dba05361013ac5193a676657b243214dc26b3
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Mar 8 23:44:35 2006 +0000

    Updated Spanish translation (hotkeys).
    
    2006-03-09  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation (hotkeys).

 po/ChangeLog |    4 +
 po/es.po     |  205 +++++++---------------------------------------------------
 2 files changed, 29 insertions(+), 180 deletions(-)

commit 392904ad22d1a1dcad131599316f9f5c9e800bbd
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Mar 5 19:00:28 2006 +0000

    Fix gcc 4.1 warnings (dereferencing type-punned pointer will break
    
    2006-03-05  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:(ephy_certificates_extension_finalize),
    	(manage_certificates_cb),(manage_certificates_cb),(manage_devices_cb):
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-extension.c:
    	(display_cb):
    	* extensions/permissions/ephy-permissions-extension.c: (ephy_permissions_extension_finalize),
    	(manage_permissions_cb):
    	* extensions/rss/ephy-rss-extension.c: (ephy_rss_dialog_display), (ephy_rss_extension_finalize):
    
    	Fix gcc 4.1 warnings (dereferencing type-punned pointer will break strict-aliasing rules).

 ChangeLog                                          |   12 ++++++++++++
 .../certificates/ephy-certificates-extension.c     |   18 ++++++++++++------
 .../ephy-extensions-manager-ui-extension.c         |    5 ++++-
 .../permissions/ephy-permissions-extension.c       |    8 ++++++--
 extensions/rss/ephy-rss-extension.c                |   14 ++++++++++----
 5 files changed, 44 insertions(+), 13 deletions(-)

commit 98826a3acaf41bf6da83be5dbc35d6e1f125400a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 1 13:24:04 2006 +0000

    Fix extraction of Q_ strings.
    
    2006-03-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makevars: Fix extraction of Q_ strings.

 po/ChangeLog |    4 ++++
 po/Makevars  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 612b6f6bcbf551e856649d81c25c28255e633284
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Feb 25 22:56:44 2006 +0000

    Updated Czech translation.
    
    2006-02-25  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  246 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 135 insertions(+), 115 deletions(-)

commit d293fdc09d97a35dfbbc1a4ea38e4aefd22a884a
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Mon Feb 20 14:08:40 2006 +0000

    Updated Japanese translation for v1.9.7.
    
    2006-02-20  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
    	* ja.po: Updated Japanese translation for v1.9.7.

 po/ChangeLog |    4 +
 po/ja.po     |  177 +++++++++++++++++++++++-----------------------------------
 2 files changed, 74 insertions(+), 107 deletions(-)

commit 27deb620148675cf84cef902301337e9baab23a7
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Feb 14 20:54:15 2006 +0000

    Updated from Epiphany.
    
    2006-02-14  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* m4/gecko.m4:
    
    	Updated from Epiphany.

 ChangeLog   |    6 ++++++
 m4/gecko.m4 |   18 ++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

commit 7162f5f4dc3f707e1f4f112a6254cd3d3db2c551
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Feb 13 22:55:17 2006 +0000

    Post release version bump
    
    2006-02-13  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    
    	Post release version bump

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 3142910947da88177c71667b99d0e9543dfbebec
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Feb 13 22:40:59 2006 +0000

    === Release 1.9.7 ===
    
    2006-02-13  Crispin Flowerday  <gnome@flowerday.cx>
    
    	=== Release 1.9.7 ===
    
    	* NEWS:
    	* configure.ac:
    
    	Update for 1.9.7

 ChangeLog        |    9 +++++++++
 NEWS             |   17 +++++++++++++++++
 configure.ac     |    4 ++--
 po/ChangeLog     |    6 ++++++
 po/POTFILES.in   |    2 --
 po/POTFILES.skip |    4 ++++
 6 files changed, 38 insertions(+), 4 deletions(-)

commit e5098e68aa90923c6f6b2476ca9ece93c01b9159
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Tue Feb 7 23:11:02 2006 +0000

    Fix a compile warning
    
    2006-02-07  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(update_actions):
    
    	Fix a compile warning

 ChangeLog                                          |    7 +++++++
 .../error-viewer/ephy-error-viewer-extension.c     |    8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit de9c291b9696402f9f841f5338f0e3a4ed4a5487
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Tue Feb 7 23:08:55 2006 +0000

    Sync the checkbox against the 'enabled' flag not the 'active' flag, so
    
    2006-02-07  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(store_extension), (active_sync):
    
    	Sync the checkbox against the 'enabled' flag not the 'active'
    	flag, so that failed extensions can be disabled.
    	Fixes bug #164704

 ChangeLog                                          |    9 +++++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 3e6d8927c016bbbb7d38fbc086e01e5c02eaea05
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 7 13:58:31 2006 +0000

    Install a local copy of epiphany.m4.
    
    2006-02-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* m4/epiphany.m4:
    
    	Install a local copy of epiphany.m4.

 ChangeLog      |    6 ++++
 m4/epiphany.m4 |   88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+), 0 deletions(-)

commit 1ec6a4b2a659782805690329fe01e4334e72d2e5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Feb 6 10:56:50 2006 +0000

    Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is more
    
    2006-02-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Go back to AM_GLIB_GNU_GETTEXT for now, until
    	intltool 0.34.2 is more widespread.

 ChangeLog    |    7 +++++++
 configure.ac |   10 ++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit bdd2715e7a5c6913092682148ba20f2f41803f95
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 6 00:50:17 2006 +0000

    Shut up

 m4/.cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4dc417dfcd3e09b99617234f786a333444080626
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Feb 6 00:46:58 2006 +0000

    Updated from Epiphany.
    
    2006-02-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* m4/gecko.m4:
    
    	Updated from Epiphany.
    
    	* configure.ac:
    	A po/Makevars:
    	* extensions/error-viewer/mozilla/Makefile.am:
    	* extensions/page-info/mozilla/Makefile.am:
    	* extensions/select-stylesheet/mozilla/Makefile.am:
    	* extensions/smart-bookmarks/mozilla/Makefile.am:
    
    	Use AM_GNU_GETTEXT, and build with xulrunner trunk.

 ChangeLog                                        |   15 ++++
 configure.ac                                     |   18 ++---
 extensions/error-viewer/mozilla/Makefile.am      |    1 +
 extensions/page-info/mozilla/Makefile.am         |    1 +
 extensions/select-stylesheet/mozilla/Makefile.am |    1 +
 extensions/smart-bookmarks/mozilla/Makefile.am   |    1 +
 m4/gecko.m4                                      |   76 +++++++++++++++++++---
 po/Makevars                                      |   41 ++++++++++++
 8 files changed, 134 insertions(+), 20 deletions(-)

commit 60530a9f08043d1f6deceff66e0be36b2e41622a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Thu Feb 2 15:27:07 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++++
 po/gl.po     |   18 +++++-------------
 2 files changed, 9 insertions(+), 13 deletions(-)

commit 207bd5416fe1c0fe510dba8357422dbfe666e47c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Feb 1 14:34:51 2006 +0000

    Remove all bookmarks-tray references from configure; it's just broken and
    
    2006-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Remove all bookmarks-tray references from configure; it's just
    	broken and I don't foresee it being fixed for 1.10. Bug #325854.

 ChangeLog    |    7 +++++++
 configure.ac |    5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit c5fe8c1eebf550872d74918bd945c44035ae3ebf
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Feb 1 02:03:40 2006 +0000

    Updated Canadian English translation.
    
    
    2006-01-31  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   14 +++-----------
 2 files changed, 7 insertions(+), 11 deletions(-)

commit 0414a666ea59b0815e9419ef1bbcdc8cd22ac9f7
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Jan 30 22:55:34 2006 +0000

    Post-release version bump.
    
    2006-01-30  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 104c939ab29e6a39b5b25b9f67c7d36dbb19522f
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Jan 30 22:42:03 2006 +0000

    === Release 1.9.6 ===
    
    2006-01-30  Crispin Flowerday  <gnome@flowerday.cx>
    
    	=== Release 1.9.6 ===
    
    	* NEWS:
    	* configure.ac:
    
    	Update for 1.9.6

 ChangeLog    |    9 +++++++++
 NEWS         |    7 ++++---
 configure.ac |    4 ++--
 3 files changed, 15 insertions(+), 5 deletions(-)

commit 7714f2ec7fbe6d3a64bf3110a30fb2714b8c9df8
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sun Jan 29 21:20:24 2006 +0000

    If using gecko >= 1.8 then load favicons for https sites as well
    
    2006-01-29  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/favicon/favicon.py (net_stop_cb):
    
    	If using gecko >= 1.8 then load favicons for https sites as well

 ChangeLog                     |    6 ++++++
 extensions/favicon/favicon.py |    6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit f71d4ee6315ae618e4f579d6b1f8c289e8e04e76
Author: Reinout van Schouwen <reinout@cs.vu.nl>
Date:   Sun Jan 29 21:05:41 2006 +0000

    1.9.6 release
    
    2006-01-29  Reinout van Schouwen <reinout@cs.vu.nl>
    
            * NEWS: 1.9.6 release

 ChangeLog    |    4 ++
 NEWS         |   26 ++++++++++
 po/ChangeLog |    4 ++
 po/nl.po     |  146 ++++++++++++++++++++++++++++++++--------------------------
 4 files changed, 114 insertions(+), 66 deletions(-)

commit 2ee34c08507532fb6e9d5cb31ddf18c84263a883
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jan 28 00:01:43 2006 +0000

    Updated Spanish translation.
    
    2006-01-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++
 po/es.po     |  144 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 83 insertions(+), 65 deletions(-)

commit 8b4345ad08f4b3875a00e85dfeba20ff8b86bc12
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Jan 27 00:23:48 2006 +0000

    Removed obsolete file. Updated Slovak translation.
    
    2006-01-27  Marcel Telka  <marcel@telka.sk>
    
    	* POTFILES.in: Removed obsolete file.
    	* sk.po: Updated Slovak translation.

 po/ChangeLog   |    5 ++
 po/POTFILES.in |    1 -
 po/sk.po       |  141 +++++++++++++++++++++++++++++--------------------------
 3 files changed, 79 insertions(+), 68 deletions(-)

commit 39bd3301c99cb1b284eb8e2a94fadfa43a7b9049
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 25 21:53:50 2006 +0000

    R extensions/net-monitor/.cvsignore: R extensions/net-monitor/Makefile.am:
    
    2006-01-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	R extensions/net-monitor/.cvsignore:
    	R extensions/net-monitor/Makefile.am:
    	R extensions/net-monitor/ephy-net-monitor-extension.c:
    	R extensions/net-monitor/ephy-net-monitor-extension.h:
    	R extensions/net-monitor/extension.c:
    	R extensions/net-monitor/net-monitor.ephy-extension.in.in:
    
    	Net-monitor is now integrated into Epiphany; remove the extension.

 ChangeLog                                          |   12 +
 configure.ac                                       |    7 +-
 extensions/net-monitor/.cvsignore                  |    9 -
 extensions/net-monitor/Makefile.am                 |   38 --
 .../net-monitor/ephy-net-monitor-extension.c       |  480 --------------------
 .../net-monitor/ephy-net-monitor-extension.h       |   60 ---
 extensions/net-monitor/extension.c                 |   44 --
 .../net-monitor/net-monitor.ephy-extension.in.in   |   11 -
 8 files changed, 15 insertions(+), 646 deletions(-)

commit 9d00e16b1ffe8104a648c5d5571c4b9a2c08f417
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Jan 23 18:09:57 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++
 po/fi.po     |  108 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 66 insertions(+), 46 deletions(-)

commit f1f2b559127418160aef26362b18ce62ab83edcd
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Jan 22 17:48:04 2006 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2006-01-22  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    5 ++
 po/bg.po     |  187 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 115 insertions(+), 77 deletions(-)

commit ad724cc842ba9f37f0d99dfe057395420392f0fd
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sun Jan 22 15:58:59 2006 +0000

    Check that we have a content_type before calling strcmp() on it. Fixes bug
    
    2006-01-22  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c (update_actions):
    
    	Check that we have a content_type before calling strcmp() on it.
    	Fixes bug #322082

 ChangeLog                                          |    7 +++++++
 .../error-viewer/ephy-error-viewer-extension.c     |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit f213c9278b11c2cd17ded9bb6f57afb826067036
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sun Jan 22 13:51:18 2006 +0000

    Update for EphyPermissionManager API change
    
    2006-01-22  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/permissions/ephy-permissions-dialog.c:
    
    	Update for EphyPermissionManager API change

 ChangeLog                                        |    6 ++++++
 extensions/permissions/ephy-permissions-dialog.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 3bd3f3cd31dd4c99b6a07946e26ccf23739671d8
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sun Jan 22 13:43:20 2006 +0000

    Fix the greasemonkey extension for the ephy_embed_event_get_property API
    
    2006-01-22  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/greasemonkey/ephy-greasemonkey-extension.c:
    	(context_menu_cb):
    
    	Fix the greasemonkey extension for the ephy_embed_event_get_property
    	API change.

 ChangeLog                                          |    8 ++++++++
 .../greasemonkey/ephy-greasemonkey-extension.c     |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit a694be28f70044cce0fbfeebc55eeb3bc0a55d79
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Jan 22 10:25:25 2006 +0000

    Updated epiphany-extensions translation

 po/ChangeLog |    4 ++
 po/zh_CN.po  |  108 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 66 insertions(+), 46 deletions(-)

commit 4bca41bc1804db65c1253555d2dd79212222a123
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Jan 22 07:26:55 2006 +0000

    vi.po:Added "vi" to LINGUAS.

 po/ChangeLog |    2 +-
 po/LINGUAS   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit afb26fb13f7d12b2803cb01a55cf17c3e39515dd
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Jan 22 05:45:35 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  135 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 83 insertions(+), 56 deletions(-)

commit 2b184f6d3dc1b9c026e3d9f65e1e228552d502e2
Author: Raphael Slinckx <rslinckx@cvs.gnome.org>
Date:   Sat Jan 21 21:16:42 2006 +0000

    Add ... to "Tools/Extensions" menu item
    
    
    2006-01-21  Raphael Slinckx  <rslinckx@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-exten
    	sion.c:
    	Add ... to "Tools/Extensions" menu item

 ChangeLog                                          |    6 ++++++
 .../ephy-extensions-manager-ui-extension.c         |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit bf88c74205c3a82359c73bc864c8881029849363
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Thu Jan 19 16:02:53 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++
 po/gl.po     |  132 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 77 insertions(+), 59 deletions(-)

commit 491f4bdcceda35cd52415192ebd2f88149ca4f9e
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Jan 18 21:07:12 2006 +0000

    Re-sync with NetworkManager. getActiveDevice method went away from NM so
    
    2006-01-18  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/net-monitor/ephy-net-monitor-extension.c:
    	(ephy_net_monitor_network_status),(ephy_net_monitor_attach_to_dbus),
    	(filter_func):
    
    	Re-sync with NetworkManager.
    	getActiveDevice method went away from NM so replace it with getDevices and so on.
    
    	Errors form NM must be freed (dbus_error_free).
    
    	We now includes constants from NetworkManager.h.

 ChangeLog                                          |   13 ++
 .../net-monitor/ephy-net-monitor-extension.c       |  170 +++++++++++++++++---
 2 files changed, 161 insertions(+), 22 deletions(-)

commit 69c467d409b0f0a1766e0b773e9b41162cc23b09
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Jan 18 15:42:03 2006 +0000

    Re-sync with Epiphany (ephy_embed_event_get_property)
    
    2006-01-18  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
            * extensions/actions/ephy-actions-extension.c:
            (ephy_actions_extension_run_action_on_embed_property):
            * extensions/rss/ephy-rss-extension.c: (ephy_rss_feed_subscribe_cb),
            (ephy_rss_ge_context_cb):
            * extensions/sidebar/ephy-sidebar-embed.c: (show_context_menu),
            (save_property_url),(embed_mouse_click_cb):
            * extensions/sidebar/sidebar-commands.c: (save_property_url):
    
            Re-sync with Epiphany (ephy_embed_event_get_property)

 ChangeLog                                   |   12 ++++++++++++
 extensions/actions/ephy-actions-extension.c |    2 +-
 extensions/rss/ephy-rss-extension.c         |    4 ++--
 extensions/sidebar/ephy-sidebar-embed.c     |   10 +++++-----
 extensions/sidebar/sidebar-commands.c       |    2 +-
 5 files changed, 21 insertions(+), 9 deletions(-)

commit 15c490a9608adafbf071930d32ef06417f14ab6a
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Jan 18 00:59:44 2006 +0000

    Updated Canadian English translation.
    
    
    2006-01-17  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit fe129b23d8fdfd87bde4dd29bdb4f5e9f9ae3398
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Jan 16 22:20:24 2006 +0000

    Post-release version bump.
    
    2006-01-16  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 41e57d801246e112c20ecb68675b257064da0c05
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Jan 16 22:01:50 2006 +0000

    === Release 1.9.5 ===
    
    2006-01-16  Crispin Flowerday  <gnome@flowerday.cx>
    
    	=== Release 1.9.5 ===
    
    	* configure.ac:
    
    	Updated for 1.9.5.

 ChangeLog    |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit fb3e9ec71dd4b99e1a3d58cd7f55b555d037b6be
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Jan 16 21:58:21 2006 +0000

    Get the extension description file in the correct format.
    
    2006-01-16  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/auto-reload/auto-reload.ephy-extension.in.in:
    
    	Get the extension description file in the correct format.

 ChangeLog                                          |    6 +++++
 .../auto-reload/auto-reload.ephy-extension.in.in   |   23 ++++++++-----------
 2 files changed, 16 insertions(+), 13 deletions(-)

commit c076aa0c19bce1305c86367f04cf90ea5479d268
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Jan 16 21:47:59 2006 +0000

    Another build fix
    
    2006-01-16  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/adblock/ephy-adblock-extension.c
    	(ephy_adblock_extension_finalize):
    
    	Another build fix

 ChangeLog                                   |    7 +++++++
 extensions/adblock/ephy-adblock-extension.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit dd96ae6b9ebc90719db6b6eb5aad2520866572e4
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon Jan 16 17:06:03 2006 +0000

    Updated Canadian English translation.
    
    
    2006-01-16  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |   98 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 57 insertions(+), 45 deletions(-)

commit 0da0afe9ef51c2349c05fdb93ceeb3ca577056a7
Author: Raphael Slinckx <rslinckx@cvs.gnome.org>
Date:   Sun Jan 15 20:46:36 2006 +0000

    Build tools fixes, and translation files
    
    2006-01-15  Raphael Slinckx  <rslinckx@cvs.gnome.org>
    
    	* extensions/auto-reload/Makefile.am:
    	* extensions/auto-reload/auto-reload.ephy-extension.in.in:
    	* extensions/auto-reload/auto-reload.xml.in.in:
    	* po/POTFILES.in:
    	Build tools fixes, and translation files

 ChangeLog                                          |    8 ++++++
 extensions/auto-reload/Makefile.am                 |   26 ++++++++++---------
 .../auto-reload/auto-reload.ephy-extension.in.in   |   13 ++++++++++
 extensions/auto-reload/auto-reload.xml.in.in       |   13 ----------
 po/POTFILES.in                                     |    2 +
 5 files changed, 37 insertions(+), 25 deletions(-)

commit 24e3e2cdbd46a8a2cb480edf0415488ecbe01b3d
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Sun Jan 15 20:11:23 2006 +0000

    Sun Jan 15 2006 Reinout van Schouwen <reinout@cs.vu.nl>
    
    * Sun Jan 15 2006 Reinout van Schouwen <reinout@cs.vu.nl>
    
      * README: added new extensions to description
      * NEWS: updated for 1.9.5

 NEWS   |   12 ++++++++++++
 README |    5 +++++
 2 files changed, 17 insertions(+), 0 deletions(-)

commit 6a628ff10358630aaa7c233b69fac6ac21d78afc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 15 18:48:06 2006 +0000

    head -5 ChangeLog

 ChangeLog   |    7 +++
 m4/gecko.m4 |  173 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 122 insertions(+), 58 deletions(-)

commit e83a1a5d15ad56c61efadce84eb96a0c2577d405
Author: Raphael Slinckx <rslinckx@cvs.gnome.org>
Date:   Sat Jan 14 15:51:18 2006 +0000

    New Extension allowing to auto-reload a webpage automatically. For now it
    
    2006-01-14  Raphael Slinckx  <rslinckx@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/auto-reload/.cvsignore:
    	* extensions/auto-reload/Makefile.am:
    	* extensions/auto-reload/auto-reload.xml.in.in:
    	* extensions/auto-reload/ephy-auto-reload-extension.c:
    	(ephy_auto_reload_extension_init),
    	(ephy_auto_reload_extension_finalize),
    	(ephy_auto_reload_remove_timeout), (ephy_auto_reload_create),
    	(ephy_auto_reload_timeout), (ephy_auto_reload_activate_cb),
    	(update_auto_reload_menu_cb), (impl_attach_window),
    	(impl_detach_window), (impl_attach_tab), (impl_detach_tab),
    	(ephy_auto_reload_extension_iface_init),
    	(ephy_auto_reload_extension_class_init),
    	(ephy_auto_reload_extension_get_type),
    	(ephy_auto_reload_extension_register_type):
    	* extensions/auto-reload/ephy-auto-reload-extension.h:
    	* extensions/auto-reload/extension.c: (register_module):
    	New Extension allowing to auto-reload a webpage automatically.
    	For now it supports only every 3 minutes but can be improved to allow
    	custom refresh intervals.

 ChangeLog                                          |   23 ++
 configure.ac                                       |    5 +-
 extensions/auto-reload/.cvsignore                  |    3 +
 extensions/auto-reload/Makefile.am                 |   36 +++
 extensions/auto-reload/auto-reload.xml.in.in       |   13 +
 .../auto-reload/ephy-auto-reload-extension.c       |  323 ++++++++++++++++++++
 .../auto-reload/ephy-auto-reload-extension.h       |   55 ++++
 extensions/auto-reload/extension.c                 |   44 +++
 8 files changed, 500 insertions(+), 2 deletions(-)

commit bd0ab1c9ef319e4b2ecb1c0eddce9c8349f6bf1b
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Fri Jan 13 14:44:54 2006 +0000

    Commit from bad tree.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cc7ad414fdc69d87c83c693824fe0d962993fb2c
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Fri Jan 13 14:33:55 2006 +0000

    Forgot to remove mozilla directory when configuring adblock extension.
    
    2006-01-13  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Forgot to remove mozilla directory when configuring adblock extension.

 ChangeLog    |    6 ++++++
 configure.ac |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit cdb3c970c6a89d81cfd13674b3ecefa1d8abe79d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 10 11:17:20 2006 +0000

    Update

 AUTHORS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 100d014f1e97a5076eaa04345c111c4e6fe5877e
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Mon Jan 9 12:14:44 2006 +0000

    Ellipsizes urls and set a maximum size to urls.
    
    2006-01-09  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (media_info_page_construct),
    	(links_info_page_construct), (forms_info_page_construct):
    
    	Ellipsizes urls and set a maximum size to urls.
    
    	Fix #171577.

 ChangeLog                               |    9 +++++++++
 extensions/page-info/page-info-dialog.c |   22 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

commit 70cbf643f9bbf8be5f226e0e42e4cce0ba63d5f8
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Jan 8 23:05:51 2006 +0000

    R mozilla/
    
    2006-01-08  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/adblock/Makefile.am:
    	* extensions/adblock/ad-blocker.c:
    	* extensions/adblock/ad-blocker.h:
    	* extensions/adblock/ad-uri-tester.h:
    	* extensions/adblock/ephy-adblock-extension.c:
    	R mozilla/
    
    	Adblock extension now uses the new EphyAdblock interface from Epiphany core
    	and listens to content-blocked signal from EphyContentPolicy.
    	The Mozilla part has been removed since it is now Epiphany which controls
    	content blocking through EphyContentPolicy component.
    
    	Should fix #319561.

 ChangeLog                                      |   16 ++
 extensions/adblock/Makefile.am                 |    5 -
 extensions/adblock/ad-blocker.c                |   15 +--
 extensions/adblock/ad-blocker.h                |    4 +-
 extensions/adblock/ad-uri-tester.h             |   23 +---
 extensions/adblock/ephy-adblock-extension.c    |   72 ++++++++--
 extensions/adblock/mozilla/.cvsignore          |    8 -
 extensions/adblock/mozilla/Makefile.am         |   28 ----
 extensions/adblock/mozilla/MozAdBlocker.cpp    |  194 ------------------------
 extensions/adblock/mozilla/MozAdBlocker.h      |   59 -------
 extensions/adblock/mozilla/mozilla-helpers.cpp |  132 ----------------
 extensions/adblock/mozilla/mozilla-helpers.h   |   36 -----
 12 files changed, 82 insertions(+), 510 deletions(-)

commit 70c61bc83c359bb94cf83e78f4135fc32829e3a2
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Jan 7 10:15:29 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++++
 po/fi.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f0cc929daa4ab91a2237bc6cee4b38f7a07eb604
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Jan 7 10:09:25 2006 +0000

    Updated Finnish translation

 po/fi.po |  605 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 377 insertions(+), 228 deletions(-)

commit 891885e71492f106ea89ced15a38dd5ae101decc
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Jan 6 23:09:28 2006 +0000

    Remove some bonobo defines
    
    2006-01-06  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    
    	Remove some bonobo defines

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 6f37e1954d0deaa860ebf8c261c913d5e74702f2
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Jan 3 11:54:13 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    6 +
 po/vi.po     | 1014 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1020 insertions(+), 0 deletions(-)

commit af69fb12ddd2cd7e791ef1bb90709f0828a77060
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 1 20:35:21 2006 +0000

    Post-release version bump.
    
    2006-01-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 7fc9b95d65d72cacd603f5b7b97da31a972ae955
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 1 20:34:17 2006 +0000

    === Release 1.9.4 ===
    
    2006-01-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.9.4 ===
    
    	* NEWS:
    	* configure.ac:
    
    	Updated for 1.9.4.
    
    	* extensions/imagebar/Makefile.am:
    	* extensions/imagebar/ephy-imagebar-extension.c:
    	(ephy_imagebar_extension_init):
    	* extensions/imagebar/mozilla-event.cpp:
    
    	Make it compile, plus extensive fixes.

 ChangeLog                                     |   16 +++
 NEWS                                          |   18 +++
 configure.ac                                  |    2 +-
 extensions/imagebar/Makefile.am               |   28 ++++-
 extensions/imagebar/ephy-imagebar-extension.c |    2 +-
 extensions/imagebar/mozilla-event.cpp         |  148 ++++++++++--------------
 6 files changed, 120 insertions(+), 94 deletions(-)

commit a336436ed7b0abf6102bb00e0034efc7367c80ec
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon Dec 26 22:15:20 2005 +0000

    Updated Canadian English translation.
    
    
    2005-12-26  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   30 +++++++++++++++++++-----------
 2 files changed, 23 insertions(+), 11 deletions(-)

commit 3fbd9d6cf5de05cbdb9a1f8d33cdb3bad956d9da
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Dec 25 03:29:54 2005 +0000

    Updated ephiphay-extension translation.

 po/ChangeLog |    4 +++
 po/zh_CN.po  |   75 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 50 insertions(+), 29 deletions(-)

commit 3f8800865df6eace566ba3a336bc8c4bd7ee615b
Author: Raphael Slinckx <rslinckx@cvs.gnome.org>
Date:   Thu Dec 22 22:32:46 2005 +0000

    Fixes bug #324599, ellipsize the URL in the RSS extension dialog.
    
    2005-12-22  Raphael Slinckx  <rslinckx@cvs.gnome.org>
    
    	* extensions/rss/rss-ui.c: (rss_ui_constructor):
    	Fixes bug #324599, ellipsize the URL in the RSS extension dialog.

 ChangeLog               |    5 +++++
 extensions/rss/rss-ui.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 53617de2435f584aa0d634acfdd253345c80978d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Dec 22 21:52:28 2005 +0000

    Fix build

 extensions/rss/ephy-rss-extension.c |    2 +-
 extensions/rss/rss-ui.c             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 41d0d281fdf80286411c96305edd59fb0073f650
Author: Raphaël Slinckx <rslinckx@src.gnome.org>
Date:   Thu Dec 22 21:46:09 2005 +0000

    Compilation fixes

 extensions/rss/ephy-rss-extension.c |    4 ++--
 extensions/rss/rss-ui.c             |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 7bb3f60888e15731d43de1dd9d051f1f775183fb
Author: Raphael Slinckx <rslinckx@cvs.gnome.org>
Date:   Thu Dec 22 21:39:06 2005 +0000

    Fixes crash with newer dbuses. Only support dbus >0.3 from now on, using
    
    
    2005-12-22  Raphael Slinckx  <rslinckx@cvs.gnome.org>
    
    	* extensions/rss/Makefile.am:
    	* extensions/rss/rss-dbus.c:
    	* extensions/rss/rss-dbus.h:
    	* extensions/rss/rss-ui.c: (rss_ui_subscribe_selected),
    	(rss_ui_init), (rss_ui_finalize):
    	Fixes crash with newer dbuses.
    	Only support dbus >0.3 from now on, using the new glib API

 ChangeLog                           |   10 ++++
 extensions/rss/Makefile.am          |    2 -
 extensions/rss/ephy-rss-extension.c |   45 +++++++++++++++-
 extensions/rss/ephy-rss-extension.h |    6 ++
 extensions/rss/rss-dbus.c           |  100 -----------------------------------
 extensions/rss/rss-dbus.h           |   38 -------------
 extensions/rss/rss-ui.c             |   36 +++++++++++-
 7 files changed, 91 insertions(+), 146 deletions(-)

commit d32a41517ccf0cccafab1229057e9a4484d0589b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Dec 22 10:25:45 2005 +0000

    Fix for FC5.
    
    2005-12-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Fix for FC5.

 ChangeLog                                        |    6 ++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 8f77fec6d406f62fb5d7d0968f148c60b2dba343
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Dec 19 15:32:35 2005 +0000

    Hungarian translation updated.
    
    2005-12-19  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  585 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 352 insertions(+), 237 deletions(-)

commit 11831c16fc00a7a76815f1c40b84eb28f4053b69
Author: Kang Jeong-Hee <kz@src.gnome.org>
Date:   Sun Dec 18 15:23:20 2005 +0000

    imagebar check parent is anchor

 ChangeLog                                     |    6 ++++++
 extensions/imagebar/ephy-imagebar-extension.c |    9 ++++-----
 extensions/imagebar/mozilla-event.cpp         |   20 +++++++++++++++++++-
 extensions/imagebar/mozilla-event.h           |    1 +
 4 files changed, 30 insertions(+), 6 deletions(-)

commit 7c854ac512192acd5e4d9367cd12b5b70662f4df
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Dec 18 11:42:29 2005 +0000

    configure.ac
    
    2005-12-18  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac
    
    	Revert part of change made for imagebar (typo).
    
    	* extensions/rss/rss-dbus.c: (rss_dbus_subscribe_feed):
    
    	Fix compile warning (unused variable).

 ChangeLog                 |   10 ++++++++++
 configure.ac              |    2 +-
 extensions/rss/rss-dbus.c |    8 --------
 3 files changed, 11 insertions(+), 9 deletions(-)

commit b7d8ae5bfefb5162688804569fe63135f86571e9
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Dec 18 07:49:50 2005 +0000

    Updated Japanese translation for v1.9.3.
    
    2005-12-18  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v1.9.3.

 po/ChangeLog |    4 +
 po/ja.po     |  287 ++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 195 insertions(+), 96 deletions(-)

commit 1b9cf090fc04ed2d750447f56f6be97181dfdbd1
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Dec 17 19:35:59 2005 +0000

    Undefine MOZILLA_INTERNAL_API while including nsEmbedString
    
    2005-12-17  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/imagebar/mozilla-event.cpp:
    
    	Undefine MOZILLA_INTERNAL_API while including nsEmbedString

 ChangeLog                             |    6 ++++++
 extensions/imagebar/mozilla-event.cpp |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit a8523efae6ed2fc058fe513c2e9b294082abb84c
Author: Kang Jeong-Hee <kz@src.gnome.org>
Date:   Sat Dec 17 18:04:08 2005 +0000

    imagebar added

 ChangeLog                                         |    6 +
 configure.ac                                      |    5 +-
 extensions/imagebar/.cvsignore                    |   10 +
 extensions/imagebar/Makefile.am                   |   39 ++
 extensions/imagebar/ephy-imagebar-extension.c     |  386 +++++++++++++++++++++
 extensions/imagebar/ephy-imagebar-extension.h     |   60 ++++
 extensions/imagebar/extension.c                   |   44 +++
 extensions/imagebar/imagebar.ephy-extension.in.in |   11 +
 extensions/imagebar/mozilla-event.cpp             |  137 ++++++++
 extensions/imagebar/mozilla-event.h               |   39 ++
 10 files changed, 735 insertions(+), 2 deletions(-)

commit e3161c33141b3ef0e6b8654bae1b90beb2a8a03e
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Dec 15 23:22:55 2005 +0000

    Updated Slovak translation.
    
    2005-12-15  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   12 ++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 6380b12bffc9e6ae34f036b97c5b2604c57ecc1f
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Wed Dec 14 16:18:16 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++++
 po/gl.po     |   24 +++++++++++++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)

commit 71dd2989028c5d9847e9b9cb941fe8f57bce7351
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 14 16:02:46 2005 +0000

    Set Help button insensitive.
    
    2005-12-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    
    	Set Help button insensitive.

 ChangeLog                                          |    6 ++++++
 .../extensions-manager-ui.glade                    |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 783938889ce0364ce5731a872d3db6c871b5fc1d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 14 15:51:31 2005 +0000

    Added ephy-extension.symbols.
    
    2005-12-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am: (EXTRA_DIST):
    
    	Added ephy-extension.symbols.

 ChangeLog   |    6 ++++++
 Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 3848f1dbd08cbeaca274cba0a4db7d550f87a7c7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 14 15:49:50 2005 +0000

    Don't force error viewer to be above all windows.
    
    2005-12-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/error-viewer.glade:
    
    	Don't force error viewer to be above all windows.

 ChangeLog                                  |    6 ++++++
 extensions/error-viewer/error-viewer.glade |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit e45827c0b359762afe11be36e598daf21213190a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 14 13:50:32 2005 +0000

    A ephy-extension.symbols:
    
    2005-12-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	A ephy-extension.symbols:
    	* extensions/actions/Makefile.am:
    	* extensions/adblock/Makefile.am:
    	* extensions/auto-scroller/Makefile.am:
    	* extensions/bookmarks-tray/Makefile.am:
    	* extensions/certificates/Makefile.am:
    	* extensions/dashboard/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/extensions-manager-ui/Makefile.am:
    	* extensions/gestures/Makefile.am:
    	* extensions/greasemonkey/Makefile.am:
    	* extensions/java-console/Makefile.am:
    	* extensions/net-monitor/Makefile.am:
    	* extensions/page-info/Makefile.am:
    	* extensions/permissions/Makefile.am:
    	* extensions/push-scroller/Makefile.am:
    	* extensions/rss/Makefile.am:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample/Makefile.am:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/sidebar/Makefile.am:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tab-states/Makefile.am:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/toolbar-extras/Makefile.am:
    
    	Add -export-symbols to LDFLAGS, since we only need the
    	"register_module" symbol exported.

 ChangeLog                                    |   32 ++++++++++++++++++++++++++
 ephy-extension.symbols                       |    1 +
 extensions/actions/Makefile.am               |    5 ++++
 extensions/adblock/Makefile.am               |    5 +++-
 extensions/auto-scroller/Makefile.am         |    5 +++-
 extensions/bookmarks-tray/Makefile.am        |    6 ++++-
 extensions/certificates/Makefile.am          |    6 ++++-
 extensions/dashboard/Makefile.am             |    6 ++++-
 extensions/error-viewer/Makefile.am          |    6 ++++-
 extensions/extensions-manager-ui/Makefile.am |    6 ++++-
 extensions/gestures/Makefile.am              |    6 ++++-
 extensions/greasemonkey/Makefile.am          |    6 ++++-
 extensions/java-console/Makefile.am          |    5 +++-
 extensions/net-monitor/Makefile.am           |    7 ++++-
 extensions/page-info/Makefile.am             |    6 ++++-
 extensions/permissions/Makefile.am           |    6 ++++-
 extensions/push-scroller/Makefile.am         |    5 +++-
 extensions/rss/Makefile.am                   |    7 ++++-
 extensions/sample-mozilla/Makefile.am        |    6 ++++-
 extensions/sample/Makefile.am                |    6 ++++-
 extensions/select-stylesheet/Makefile.am     |    6 ++++-
 extensions/sidebar/Makefile.am               |    5 +++-
 extensions/smart-bookmarks/Makefile.am       |    5 +++-
 extensions/tab-groups/Makefile.am            |    7 ++++-
 extensions/tab-states/Makefile.am            |    5 ++++
 extensions/tabsmenu/Makefile.am              |    7 ++++-
 extensions/toolbar-extras/Makefile.am        |    5 +++-
 27 files changed, 151 insertions(+), 27 deletions(-)

commit dc61436400b39958f508872112dcf7c3b028fa8b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 11 21:06:57 2005 +0000

    Post-release version bump.
    
    2005-12-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit ea0951345f98d76a5e2befca2a01109c436f6861
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 11 21:04:31 2005 +0000

    === Release 1.9.3 ===
    
    2005-12-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.9.3 ===
    
    	* NEWS:
    	* configure.ac:

 ChangeLog    |    7 +++++++
 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 38 insertions(+), 2 deletions(-)

commit a95f00e9985c8fa32fca44ccc0da35e362782869
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Dec 10 21:58:51 2005 +0000

    Updated Spanish translation.
    
    2005-12-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   12 ++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 240a30cba06603d19f89e17917b58bf67d80beb0
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Dec 10 00:00:53 2005 +0000

    Updated Traditional Chinese translation.
    
    
    2005-12-10  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_TW.po: Updated Traditional Chinese translation.

 po/ChangeLog |    4 +
 po/zh_TW.po  |  705 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 445 insertions(+), 264 deletions(-)

commit e2b7d36a5be48230217efd103784f46558d8d88b
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Dec 9 14:44:20 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-12-09  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   47 ++++++++++++++++++++++++++++++++---------------
 2 files changed, 36 insertions(+), 15 deletions(-)

commit 16bc03aad4fb2e540d3d4a13a2d2b262d3958dbd
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Dec 8 13:36:55 2005 +0000

    Remove include of mozilla-helpers.h which doesn't exist anymore.
    
    2005-12-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	* extensions/push-scroller/ephy-push-scroller-extension.c:
    	* extensions/push-scroller/ephy-push-scroller.c:
    
    	Remove include of mozilla-helpers.h which doesn't exist anymore.

 ChangeLog                                          |    9 +++++++++
 .../auto-scroller/ephy-auto-scroller-extension.c   |    1 -
 extensions/auto-scroller/ephy-auto-scroller.c      |    1 -
 .../push-scroller/ephy-push-scroller-extension.c   |    1 -
 extensions/push-scroller/ephy-push-scroller.c      |    1 -
 5 files changed, 9 insertions(+), 4 deletions(-)

commit ca8b82e9bd889f9c65793a1975a5e1d04533d0b2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 7 18:01:07 2005 +0000

    HIG fixes.
    
    2005-12-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/action-properties.glade:
    	* extensions/actions/actions-editor.glade:
    	* extensions/error-viewer/error-viewer.glade:
    	* extensions/page-info/page-info.glade:
    
    	HIG fixes.

 ChangeLog                                  |    9 +++++++++
 extensions/actions/action-properties.glade |    4 +++-
 extensions/actions/actions-editor.glade    |    1 +
 extensions/error-viewer/error-viewer.glade |    1 +
 extensions/page-info/page-info.glade       |    5 +++--
 5 files changed, 17 insertions(+), 3 deletions(-)

commit 9229863903514e68182eb73c0308581f2a6124de
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 7 17:59:33 2005 +0000

    Mark the name and description for translation.
    
    2005-12-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/java-console/java-console.ephy-extension.in.in:
    
    	Mark the name and description for translation.

 ChangeLog                                          |    6 ++++++
 .../java-console/java-console.ephy-extension.in.in |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit ef4cd8a11ab165dd14e21073531c0a7e861bfd25
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 7 17:56:51 2005 +0000

    R extensions/auto-scroller/mozilla/.cvsignore: R
    
    2005-12-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/auto-scroller/Makefile.am:
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_timeout_cb):
    	R extensions/auto-scroller/mozilla/.cvsignore:
    	R extensions/auto-scroller/mozilla/Makefile.am:
    	R extensions/auto-scroller/mozilla/mozilla-helpers.cpp:
    	R extensions/auto-scroller/mozilla/mozilla-helpers.h:
    	* extensions/push-scroller/Makefile.am:
    	* extensions/push-scroller/ephy-push-scroller.c:
    	(ephy_push_scroller_motion_cb):
    	R extensions/push-scroller/mozilla/.cvsignore:
    	R extensions/push-scroller/mozilla/Makefile.am:
    	R extensions/push-scroller/mozilla/mozilla-helpers.cpp:
    	R extensions/push-scroller/mozilla/mozilla-helpers.h:
    
    	Use ephy_embed_scroll_pixels(), and remove the now unused
    	mozilla helpers.

 ChangeLog                                          |   21 +++++++
 configure.ac                                       |    4 +-
 extensions/auto-scroller/Makefile.am               |    7 +--
 extensions/auto-scroller/ephy-auto-scroller.c      |    2 +-
 extensions/auto-scroller/mozilla/.cvsignore        |    8 ---
 extensions/auto-scroller/mozilla/Makefile.am       |   26 --------
 .../auto-scroller/mozilla/mozilla-helpers.cpp      |   64 --------------------
 extensions/auto-scroller/mozilla/mozilla-helpers.h |   34 ----------
 extensions/push-scroller/Makefile.am               |    7 +--
 extensions/push-scroller/ephy-push-scroller.c      |    2 +-
 extensions/push-scroller/mozilla/.cvsignore        |    8 ---
 extensions/push-scroller/mozilla/Makefile.am       |   26 --------
 .../push-scroller/mozilla/mozilla-helpers.cpp      |   64 --------------------
 extensions/push-scroller/mozilla/mozilla-helpers.h |   34 ----------
 14 files changed, 28 insertions(+), 279 deletions(-)

commit 88945592517e058af2867990a99aa1b72bfd4391
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Dec 6 20:59:43 2005 +0000

    Add nb

 po/LINGUAS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 51a61bfff4d0724cde70c13752ba60c8fade490d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Dec 6 20:59:04 2005 +0000

    Updated Norwegian bokmål translation. Same
    
    2005-12-06  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 +
 po/nb.po     | 1016 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/no.po     |  928 +++++++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 1879 insertions(+), 70 deletions(-)

commit 806b1b9210ecbcb4627ea17ed95e2e41548f9fd2
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Tue Dec 6 20:28:02 2005 +0000

    Updated Spanish translation.
    
    2005-12-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   51 +++++++++++++++++++++++++++++++--------------------
 2 files changed, 35 insertions(+), 20 deletions(-)

commit 2da0cc7380bef9634949748ac1d0714bbcda26fe
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Dec 5 22:38:53 2005 +0000

    Updated Slovak translation.
    
    2005-12-05  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   51 ++++++++++++++++++++++++++++++---------------------
 2 files changed, 34 insertions(+), 21 deletions(-)

commit f003e22f255d461907b5960fb94682bdb6cadc6a
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Dec 4 23:49:06 2005 +0000

    Updated Canadian English translation.
    
    
    2005-12-04  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  481 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 249 insertions(+), 236 deletions(-)

commit 996160a3f4dad26ff29d5104bec715656cf1f8c2
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Dec 4 16:09:34 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  593 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 344 insertions(+), 253 deletions(-)

commit 7367877496bcde2d1a22c87522a53560b037c260
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 4 12:57:34 2005 +0000

    Added files from the java-console extension.
    
    2005-12-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Added files from the java-console extension.

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit ab74826a04446a580b0a6bd7c251f02d82cf7e9d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Dec 3 22:08:50 2005 +0000

    Update default extensions list.
    
    2005-12-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Update default extensions list.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit b3c0dae338fe505923d0914906e356da835638ea
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Dec 3 21:14:44 2005 +0000

    Convert glade callbacks to normal callbacks. Fix bug #320257.
    
    2005-12-03  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* action-properties.glade:
    	* actions-editor.glade:
    	* ephy-actions-extension-editor-dialog.c:
    	* ephy-actions-extension-properties-dialog.c:
    
    	Convert glade callbacks to normal callbacks.
    	Fix bug #320257.
    
    	* ephy-actions-extension.c:
    
    	Update for the removal of the EphyImagePopup,
    	EphyImageLinkPopup, EphyFramedDocumentPopup and
    	EphyFullscreenFramedDocumentPopup popup menus.
    	Fix bug #320552.

 ChangeLog                                          |   17 ++
 extensions/actions/action-properties.glade         |    3 +-
 extensions/actions/actions-editor.glade            |   12 +-
 .../actions/ephy-actions-extension-editor-dialog.c |   82 ++++++---
 .../ephy-actions-extension-properties-dialog.c     |   27 ++--
 extensions/actions/ephy-actions-extension.c        |  195 ++++++++++++++------
 6 files changed, 228 insertions(+), 108 deletions(-)

commit 3363cc89a664bd76d5944a60da79f642eb409276
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Dec 2 19:48:15 2005 +0000

    Updated Czech translation.
    
    2005-12-02  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +++
 po/cs.po     |   74 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 70 insertions(+), 8 deletions(-)

commit 499f58cd37392192736a55cda204f8958f42374a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Dec 2 12:50:18 2005 +0000

    Don't force the extensions manager window to be in front of all windows.
    
    2005-12-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-exten
    	sion.c: (display_cb):
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(show_extension_info), (extensions_manager_ui_init),
    	(extensions_manager_ui_finalize):
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    
    	Don't force the extensions manager window to be in front of all
    	windows. Set window role.
    
    	* extensions/java-console/mozilla/java-console.cpp:
    
    	Fix compilation with gecko 1.8.
    
    	* extensions/rss/rss-ui.c: (rss_ui_drag_data_get_cb):
    
    	Fix signed/unsigned problem.

 ChangeLog                                          |   20 ++++++++++++++
 .../ephy-extensions-manager-ui-extension.c         |    2 -
 .../extensions-manager-ui/extensions-manager-ui.c  |   28 +++++++++++--------
 .../extensions-manager-ui.glade                    |    4 ++-
 extensions/java-console/mozilla/java-console.cpp   |    2 +-
 extensions/rss/rss-ui.c                            |    2 +-
 6 files changed, 41 insertions(+), 17 deletions(-)

commit 0ede1885caff34f70d0fb05613403dfcb522ef3d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 29 17:52:15 2005 +0000

    Dist autogen.sh too

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7ac12f988a946ba825ad91a592f8435f2a188c2c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 28 22:35:54 2005 +0000

    Suppress some C++ compiler warnings.
    
    2005-11-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Suppress some C++ compiler warnings.

 ChangeLog    |    6 ++++++
 configure.ac |   18 +++++++++++-------
 2 files changed, 17 insertions(+), 7 deletions(-)

commit e10cd78e4a94cc246ed8affc29b5f83b08b335a6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 28 22:20:36 2005 +0000

    Updated.
    
    2005-11-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* m4/gecko.m4:
    
    	Updated.

 ChangeLog    |    7 ++
 configure.ac |  163 ++++++++++++++------------------------
 m4/gecko.m4  |  246 ++++++++++++++++++++++++++++++++++++++++------------------
 3 files changed, 237 insertions(+), 179 deletions(-)

commit 6b9b78df6d924034b2188f0d6d5a54a420946b23
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Nov 27 22:51:03 2005 +0000

    A extensions/java-console/.cvsignore: A
    
    2005-11-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* AUTHORS:
    	* configure.ac:
    	A extensions/java-console/.cvsignore:
    	A extensions/java-console/Makefile.am:
    	A extensions/java-console/ephy-java-console-extension.c:
    	A extensions/java-console/ephy-java-console-extension.h:
    	A extensions/java-console/java-console.c:
    	A extensions/java-console/java-console.ephy-extension.in.in:
    	A extensions/java-console/mozilla/.cvsignore:
    	A extensions/java-console/mozilla/Makefile.am:
    	A extensions/java-console/mozilla/java-console.cpp:
    	A extensions/java-console/mozilla/java-console.h:
    
    	Add an extension to open the java console. Written by
    	Mathias Hasselmann. Fixes bug #322576.

 AUTHORS                                            |    6 +
 ChangeLog                                          |   18 +++
 configure.ac                                       |    4 +-
 extensions/java-console/.cvsignore                 |   10 ++
 extensions/java-console/Makefile.am                |   42 ++++++
 .../java-console/ephy-java-console-extension.c     |  156 ++++++++++++++++++++
 .../java-console/ephy-java-console-extension.h     |   55 +++++++
 extensions/java-console/java-console.c             |   43 ++++++
 .../java-console/java-console.ephy-extension.in.in |   10 ++
 extensions/java-console/mozilla/.cvsignore         |    8 +
 extensions/java-console/mozilla/Makefile.am        |   23 +++
 extensions/java-console/mozilla/java-console.cpp   |   50 +++++++
 extensions/java-console/mozilla/java-console.h     |   34 +++++
 13 files changed, 458 insertions(+), 1 deletions(-)

commit 6389c16fc74b45e03344c5757d302f2aa99441e6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 27 14:14:56 2005 +0000

    Fix CXXFLAGS restore for XPCOM component test

 m4/gecko.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9c77ad58adcce15e2c7ca216b3a2dca48660b431
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Nov 26 11:47:10 2005 +0000

    Fix -fshort-wchar compiler flag check

 m4/gecko.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ac6db96422a08d5651bc8e6c5aee070ef579adf6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Nov 25 20:14:50 2005 +0000

    Fix debug flag detection

 m4/gecko.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b881abbf7c7d3aad361b9036d82fc9c907c918d1
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Nov 23 23:01:22 2005 +0000

    Works around mozilla bug
    
    2005-11-23  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/adblock/mozilla/MozAdBlocker.cpp: (ShouldLoadURI):
    	* extensions/adblock/mozilla/MozAdBlocker.h:
    	* extensions/adblock/mozilla/mozilla-helpers.cpp:
    	(mozilla_register_ad_blocker), (mozilla_unregister_ad_blocker):
    
    	Works around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=246092;
    	fixes bug #319562.

 ChangeLog                                      |   10 ++++++++++
 extensions/adblock/mozilla/MozAdBlocker.cpp    |   12 ++++++++++++
 extensions/adblock/mozilla/MozAdBlocker.h      |    4 ++++
 extensions/adblock/mozilla/mozilla-helpers.cpp |    8 ++++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

commit 5a2d7d0d9fabd60ba75db3aba81d3e09da6ff37b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 23 22:20:47 2005 +0000

    A extensions/push-scroller/.cvsignore: A
    
    2005-11-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* AUTHORS:
    	* Makefile.am:
    	* configure.ac:
    	A extensions/push-scroller/.cvsignore:
    	A extensions/push-scroller/Makefile.am:
    	A extensions/push-scroller/ephy-push-scroller-extension.c:
    	A extensions/push-scroller/ephy-push-scroller-extension.h:
    	A extensions/push-scroller/ephy-push-scroller.c:
    	A extensions/push-scroller/ephy-push-scroller.h:
    	A extensions/push-scroller/extension.c:
    	A extensions/push-scroller/mozilla/.cvsignore:
    	A extensions/push-scroller/mozilla/Makefile.am:
    	A extensions/push-scroller/mozilla/mozilla-helpers.cpp:
    	A extensions/push-scroller/mozilla/mozilla-helpers.h:
    	A extensions/push-scroller/push-scroller.ephy-extension.in.in:
    
    	Add "Push Scroller" extension. Based on the Auto Scroller extension,
    	modified by Samuel Abels. Bug #322275.

 ChangeLog                                          |   21 +
 configure.ac                                       |    6 +-
 extensions/push-scroller/.cvsignore                |   10 +
 extensions/push-scroller/Makefile.am               |   43 +++
 .../push-scroller/ephy-push-scroller-extension.c   |  174 +++++++++
 .../push-scroller/ephy-push-scroller-extension.h   |   56 +++
 extensions/push-scroller/ephy-push-scroller.c      |  388 ++++++++++++++++++++
 extensions/push-scroller/ephy-push-scroller.h      |   73 ++++
 extensions/push-scroller/extension.c               |   47 +++
 extensions/push-scroller/mozilla/.cvsignore        |    8 +
 extensions/push-scroller/mozilla/Makefile.am       |   26 ++
 .../push-scroller/mozilla/mozilla-helpers.cpp      |   64 ++++
 extensions/push-scroller/mozilla/mozilla-helpers.h |   34 ++
 .../push-scroller.ephy-extension.in.in             |   10 +
 14 files changed, 958 insertions(+), 2 deletions(-)

commit d5fd9837ae949f988566be7e22b212c62b4b95f3
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Nov 20 23:06:20 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-11-21  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  558 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 328 insertions(+), 234 deletions(-)

commit baee594485f93acc44671b86ac13e2b31c64a9d6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Nov 18 18:55:46 2005 +0000

    Set the window's type hint to NORMAL; else it stays in front of all
    
    2005-11-18  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/permissions/ephy-permissions-dialog.c:
    	(ephy_permissions_dialog_constructor):
    
    	Set the window's type hint to NORMAL; else it stays in front
    	of all windows.

 ChangeLog                                        |    8 ++++++++
 extensions/permissions/ephy-permissions-dialog.c |    5 ++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit ed1b18683080c48bb2e694d01ebefd0ed4f413e2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Nov 17 19:01:12 2005 +0000

    Set the model's sort column only after filling it. Vastly improves delay
    
    2005-11-17  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/permissions/ephy-permissions-dialog.c: (fill_tab),
    	(ephy_permissions_dialog_add_tab):
    
    	Set the model's sort column only after filling it. Vastly improves
    	delay when opening the permissions dialogue when you have many host
    	entries.

 ChangeLog                                        |    9 +++++++++
 extensions/permissions/ephy-permissions-dialog.c |    7 ++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit 07a2efc348dd55b829bc6ed69757a42d8c49e685
Author: Funda Wang <fwang@src.gnome.org>
Date:   Thu Nov 17 10:19:06 2005 +0000

    Updated zh_CN translation of epiphany-extensions.

 po/ChangeLog |    4 +++
 po/zh_CN.po  |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 63 insertions(+), 4 deletions(-)

commit 00449bbfab3cc14c0ae715c77c5433f5df067887
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Wed Nov 16 01:33:17 2005 +0000

    Updated Lithuanian translation.
    
    2005-11-16  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  803 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 549 insertions(+), 258 deletions(-)

commit ce7fd0a04cb045e87052e9335529cac6e08061f9
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Nov 14 12:52:19 2005 +0000

    Small bugfix
    
    2005-11-14  Alexander Shopov  <ash@contact.bg>
    
            * bg.po: Small bugfix

 po/ChangeLog |    4 ++++
 po/bg.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 2871fe859ec69c361dd0e6bcd8cbb99e4afafbe0
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Nov 14 12:42:12 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-11-14  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  513 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 299 insertions(+), 219 deletions(-)

commit 16945966118b25adf63ccd8b65c6ce3e9b0698b5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 12 16:23:55 2005 +0000

    Set ACLOCAL_AMFLAGS.
    
    2005-11-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am:
    
    	Set ACLOCAL_AMFLAGS.

 ChangeLog   |    6 ++++++
 Makefile.am |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 96272970701799fd258f2fcf1c3eb6e1f7c57e5f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 12 16:22:11 2005 +0000

    Post-release version bump.
    
    2005-11-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit c76c1a0ad56a64782822c185328c735328550285
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 12 16:20:47 2005 +0000

    === Release 1.9.2 ===
    
    2005-11-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.9.2 ===
    
    	* Makefile.am:
    
    	Fix distcheck.
    
    	* NEWS:
    	* configure.ac:
    
    	Updated for 1.9.2.

 ChangeLog    |   15 +++++++++++++++
 Makefile.am  |    1 -
 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 m4/gecko.m4  |   38 ++++++++++++++++++++++++++++++--------
 5 files changed, 77 insertions(+), 10 deletions(-)

commit d66d61859eaa6519b6f09190acf8444489c39316
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Fri Nov 11 19:12:29 2005 +0000

    Updated Spanish translation.
    
    2005-11-11  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  212 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 135 insertions(+), 81 deletions(-)

commit c8197d8769f1279b1fb13e6ac442e55d40c336e5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 9 23:20:13 2005 +0000

    A m4/gecko.m4:
    
    2005-11-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	A m4/gecko.m4:
    
    	Use the gecko macro package from Epiphany.

 ChangeLog    |    7 ++
 configure.ac |  122 ++++-------------------------
 m4/gecko.m4  |  245 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 270 insertions(+), 104 deletions(-)

commit bae9e2d5e721fe7818eca38f7520af2e74031be9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 9 22:13:33 2005 +0000

    Fix for Epiphany API change.
    
    2005-11-09  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/net-monitor/ephy-net-monitor-extension.c:
    	(ephy_net_monitor_set_mode):
    
    	Fix for Epiphany API change.

 ChangeLog                                          |    7 +++++++
 .../net-monitor/ephy-net-monitor-extension.c       |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 48355b97ab3bffdffb514f1545b8909d96cf97f3
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Nov 6 19:18:26 2005 +0000

    Updated Canadian English translation.
    
    
    2005-11-06  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +++
 po/en_CA.po  |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 62 insertions(+), 3 deletions(-)

commit e8eeddd3646f15756453d6012180f57d525d4266
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Nov 6 09:49:45 2005 +0000

    Updated Slovak translation.
    
    2005-11-06  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  219 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 141 insertions(+), 82 deletions(-)

commit 6ebedd2f1bc2315f3b0228dc68707ab917c7b460
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 5 22:50:33 2005 +0000

    Add files from permissions extension.
    
    2005-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Add files from permissions extension.

 po/ChangeLog   |    9 ++++-----
 po/POTFILES.in |    3 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 4f295597f8b4a25b2480fd4ebcbb1e0e155dc26a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 5 21:59:10 2005 +0000

    Remove custom free function for WindowData, and just don't store a ref to
    
    2005-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window):
    
    	Remove custom free function for WindowData, and just don't
    	store a ref to the action group.

 ChangeLog                                          |    8 ++++++++
 .../certificates/ephy-certificates-extension.c     |   14 +++-----------
 2 files changed, 11 insertions(+), 11 deletions(-)

commit d76520468a4bb7261817ea8519725a0c07a5ea06
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 5 21:51:07 2005 +0000

    Use tar-ustar instead of tar-pax to work with older tar's. Should fix bug
    
    2005-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Use tar-ustar instead of tar-pax to work with older tar's.
    	Should fix bug #320011.
    
    	A extensions/permissions/.cvsignore:
    	A extensions/permissions/Makefile.am:
    	A extensions/permissions/ephy-permissions-dialog.c:
    	A extensions/permissions/ephy-permissions-dialog.h:
    	A extensions/permissions/ephy-permissions-extension.c:
    	A extensions/permissions/ephy-permissions-extension.h:
    	A extensions/permissions/extension.c:
    	A extensions/permissions/permissions.ephy-extension.in.in:
    
    	Add Permissions extension.

 ChangeLog                                          |   18 +
 configure.ac                                       |    5 +-
 extensions/permissions/.cvsignore                  |   10 +
 extensions/permissions/Makefile.am                 |   36 +
 extensions/permissions/ephy-permissions-dialog.c   |  781 ++++++++++++++++++++
 extensions/permissions/ephy-permissions-dialog.h   |   67 ++
 .../permissions/ephy-permissions-extension.c       |  234 ++++++
 .../permissions/ephy-permissions-extension.h       |   60 ++
 extensions/permissions/extension.c                 |   47 ++
 .../permissions/permissions.ephy-extension.in.in   |   10 +
 10 files changed, 1266 insertions(+), 2 deletions(-)

commit e4ffb054fec56b00fefc13f438cfd4fbe99efec0
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Wed Nov 2 22:47:13 2005 +0000

    Updated Czech translation.
    
    2005-11-02  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  504 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 272 insertions(+), 236 deletions(-)

commit 3261d7e763d3e9ce77adb17ff909a3e03191bd49
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 2 21:41:42 2005 +0000

    Fix for removal of the Ephy*FramedDocumentPopup popup menus.
    
    2005-11-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-embed.c: (show_context_menu):
    	* extensions/sidebar/epiphany-sidebar-ui.xml:
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(rebuild_ui):
    
    	Fix for removal of the Ephy*FramedDocumentPopup popup menus.

 ChangeLog                                          |    9 ++++++
 extensions/sidebar/ephy-sidebar-embed.c            |    6 ++-
 extensions/sidebar/epiphany-sidebar-ui.xml         |   11 +------
 .../smart-bookmarks/smart-bookmarks-extension.c    |   30 --------------------
 4 files changed, 15 insertions(+), 41 deletions(-)

commit 236f285b1b2bf2917d9d28c3ffeb889ae79539bc
Author: Funda Wang <fwang@src.gnome.org>
Date:   Wed Nov 2 15:04:02 2005 +0000

    updated epiphany-extensions translation.

 po/ChangeLog |    4 +
 po/zh_CN.po  |  497 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 257 insertions(+), 244 deletions(-)

commit 7c738d17e0d9079eb9756b8ad907b59c89706044
Author: Adam Weinberger <adamw@gnome.org>
Date:   Tue Nov 1 17:43:19 2005 +0000

    Updated Canadian English translation.
    
    
    2005-11-01  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  193 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 112 insertions(+), 85 deletions(-)

commit 8ab8dc3ec147f6c74f545f9aa279f29aac01fa50
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Nov 1 11:28:23 2005 +0000

    Use curly quotes.
    
    2005-11-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension-properties-dialog.c:
    	(ephy_actions_extension_properties_dialog_update_title):
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/opensp/validate.cpp:
    	* extensions/error-viewer/sgml-validator.c: (opensp_thread),
    	(check_doctype):
    	* extensions/greasemonkey/ephy-greasemonkey-extension.c:
    	(save_source_completed_cb):
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(create_stylesheet_action):
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(ephy_sidebar_extension_add_sidebar_cb):
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(add_action_and_menu_item):
    
    	Use curly quotes.

 ChangeLog                                          |   19 +++++++++++++++++++
 .../ephy-actions-extension-properties-dialog.c     |    2 +-
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    8 ++++----
 extensions/error-viewer/opensp/validate.cpp        |    4 ++--
 extensions/error-viewer/sgml-validator.c           |   14 +++++++-------
 .../greasemonkey/ephy-greasemonkey-extension.c     |    2 +-
 extensions/select-stylesheet/ephy-css-menu.c       |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c        |    4 ++--
 extensions/tabsmenu/ephy-tab-move-menu.c           |    4 ++--
 9 files changed, 39 insertions(+), 20 deletions(-)

commit 36951e2faf8a83f5017b082cd8850097cb3be76e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Oct 30 19:23:52 2005 +0000

    Bugzilla info

 AUTHORS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 13e221314cbbda0e3b3d0ce98fdef167a3786680
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 30 19:21:11 2005 +0000

    Remove glade callbacks.
    
    2005-10-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/error-viewer.c: (response_cb),
    	(build_ui), (error_viewer_finalize):
    	* extensions/error-viewer/error-viewer.glade:
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(build_ui):
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_dialog_response_cb), (page_info_media_box_realize_cb),
    	(media_info_page_construct), (page_info_dialog_constructor):
    	* extensions/page-info/page-info.glade:
    	* extensions/rss/rss-ui.c: (rss_ui_constructor):
    	* extensions/rss/rss-ui.glade:
    
    	Remove glade callbacks.

 ChangeLog                                          |   17 +++
 extensions/error-viewer/error-viewer.c             |   42 ++++----
 extensions/error-viewer/error-viewer.glade         |  116 ++++++++++++--------
 .../extensions-manager-ui/extensions-manager-ui.c  |   21 +---
 .../extensions-manager-ui.glade                    |    2 +-
 extensions/page-info/page-info-dialog.c            |   47 ++++-----
 extensions/page-info/page-info.glade               |    3 +-
 extensions/rss/rss-ui.c                            |   10 +-
 extensions/rss/rss-ui.glade                        |   14 ++-
 9 files changed, 148 insertions(+), 124 deletions(-)

commit c0f5d122ba412abfd4281d500f0cb96209145338
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Oct 30 17:53:08 2005 +0000

    Updated Slovak translation.
    
    2005-10-30  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   31 ++++++++++++++++---------------
 2 files changed, 20 insertions(+), 15 deletions(-)

commit 316edb350caa79b7835d1cd263fa46b870e23acf
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Oct 29 13:54:18 2005 +0000

    Updated Spanish translation.
    
    2005-10-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  461 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 255 insertions(+), 210 deletions(-)

commit 0558f77631da9e53f4e58505f6bab2616ec81cde
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Oct 28 20:21:55 2005 +0000

    Updated Slovak translation.
    
    2005-10-28  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  219 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 207 insertions(+), 16 deletions(-)

commit a431d651efb690c995a0bc187ec9c3d955558ae4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 27 21:01:49 2005 +0000

    Fix POTFILES.in

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ec585e47409129458a987a0a8079851ce96d315e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Oct 27 20:49:42 2005 +0000

    Add a menu item to open the Security Device Manager, and set the window
    
    2005-10-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(ephy_certificates_extension_finalize), (manage_certificates_cb),
    	(manage_devices_cb), (impl_attach_window):
    
    	Add a menu item to open the Security Device Manager, and set
    	the window roles of the cert and device managers.

 ChangeLog                                          |    9 ++
 .../certificates/ephy-certificates-extension.c     |   78 +++++++++++++++++---
 2 files changed, 76 insertions(+), 11 deletions(-)

commit ce0b8d836baa714ea4ba804e9bfa26bd0ea28b0b
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Thu Oct 27 15:05:20 2005 +0000

    Fixed a wrong translation.
    
    2005-10-27  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Fixed a wrong translation.

 po/ja.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 40d78ad4c037b80bb6d317d7d6d4c893ae1c21b9
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Thu Oct 27 14:58:31 2005 +0000

    Updated Japanese translation for v1.9.1.
    
    2005-10-27  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v1.9.1.

 po/ChangeLog |    4 +
 po/ja.po     |  330 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 174 insertions(+), 160 deletions(-)

commit b0fbd1699d3288954d41b50658d478af2f3c2d8b
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Oct 26 21:35:57 2005 +0000

    Updated Canadian English translation.
    
    
    2005-10-26  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 176 insertions(+), 11 deletions(-)

commit 8306c4046ca1161432592e9d2b4d41c804e0a848
Author: Philip Langdale <philipl@mail.utexas.edu>
Date:   Mon Oct 24 16:12:56 2005 +0000

    extensions/gestures/ephy-gesture.c extensions/gestures/ephy-gesture.h
    
    2005-10-24  Philip Langdale  <philipl@mail.utexas.edu>
    
    	* extensions/gestures/ephy-gesture.c
    	* extensions/gestures/ephy-gesture.h
    	 (ephy_gesture_activate), (ephy_gesture_do_activate_cb),
    	 (ephy_gesture_init);
    	* extensions/gestures/ephy-gestures-extension.c:
    	 (gesture_performed_cb):
    	Use a zero-timeout callback to activate actions linked to
    	gestures. This prevents middle-click side effects which
    	existed before but are now more obvious because more actions
    	now have middle-click support.

 ChangeLog                                     |   13 ++++
 extensions/gestures/ephy-gesture.c            |   78 +++++++++++++++++++++++++
 extensions/gestures/ephy-gesture.h            |    2 +
 extensions/gestures/ephy-gestures-extension.c |   47 +--------------
 4 files changed, 95 insertions(+), 45 deletions(-)

commit 06971dd7283a868e9fb8d1754a8b57d092a5997c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 24 14:02:36 2005 +0000

    Tag the .ephy-extension.in.in files so that intltool extracts the strings.
    
    2005-10-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Tag the .ephy-extension.in.in files
    	so that intltool extracts the strings.

 po/ChangeLog   |    5 +++++
 po/POTFILES.in |   45 +++++++++++++++++++++++----------------------
 2 files changed, 28 insertions(+), 22 deletions(-)

commit ceb3f0ae841cb82aa4a10cc9a05ba76df0ad4ecf
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 23 22:29:28 2005 +0000

    Post-release version bump.
    
    2005-10-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 8a877d20afe921a1569ea01ccde3a4544de4344f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 23 22:28:35 2005 +0000

    Update for 1.9.1. Use tar-pax format because of overlong paths.
    
    2005-10-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	Update for 1.9.1. Use tar-pax format because of overlong paths.
    
    	* extensions/sidebar/Makefile.am:
    
    	Dist the .in.in file.

 ChangeLog                                      |   11 +++++++
 NEWS                                           |   37 ++++++++++++++++++++++++
 configure.ac                                   |    8 ++--
 extensions/sample-python/sample-python-menu.py |    2 +-
 extensions/sidebar/Makefile.am                 |    2 +-
 extensions/smart-bookmarks/mozilla/Makefile.am |    1 +
 6 files changed, 55 insertions(+), 6 deletions(-)

commit 627c78fa6b2167980fea69ffec4c116105bbeaef
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Oct 23 10:43:10 2005 +0000

    Authors are from Authors key, not Name.
    
    2005-10-23  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(show_extension_info):
    
    	Authors are from Authors key, not Name.

 ChangeLog                                          |    7 +++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit fe2a8fb013970f4b6036f843223c7e8113652fe0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Oct 22 21:43:19 2005 +0000

    Make the module resident. Works around mozilla bug
    
    2005-10-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/adblock.ephy-extension.in.in:
    
    	Make the module resident. Works around mozilla bug
    	https://bugzilla.mozilla.org/show_bug.cgi?id=246092;
    	fixes bug #170518.

 ChangeLog                                       |    8 ++++++++
 extensions/adblock/adblock.ephy-extension.in.in |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 244cb9283220f0724c8566dd2ee2d3d2162b4be1
Author: Philip Langdale <philipl@mail.utexas.edu>
Date:   Sat Oct 22 20:09:05 2005 +0000

    extensions/adblock/mozilla/Makefile.am
    
    2005-10-22  Philip Langdale  <philipl@mail.utexas.edu>
    
    	* extensions/adblock/mozilla/Makefile.am
    	* extensions/auto-scroller/mozilla/Makefile.am
    	* extensions/error-viewer/mozilla/Makefile.am
    	* extensions/page-info/mozilla/Makefile.am
    	* extensions/select-stylesheet/mozilla/Makefile.am:
    	Add extra mozilla includes to allow compilation against an
    	uninstalled mozilla build.

 ChangeLog                                        |   10 ++++++++++
 extensions/adblock/mozilla/Makefile.am           |    1 +
 extensions/auto-scroller/mozilla/Makefile.am     |    1 +
 extensions/error-viewer/mozilla/Makefile.am      |    3 ++-
 extensions/page-info/mozilla/Makefile.am         |    1 +
 extensions/select-stylesheet/mozilla/Makefile.am |    1 +
 6 files changed, 16 insertions(+), 1 deletions(-)

commit 9109dbdba687e1fd1e27c856bf8c43b0c096fe4e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Oct 21 14:55:27 2005 +0000

    Adapt to changed ephy-extensions-manager API.
    
    2005-10-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(show_extension_info), (store_extension), (fill_list_store),
    	(extension_added_cb), (extension_removed_cb):
    
    	Adapt to changed ephy-extensions-manager API.

 ChangeLog                                          |    8 ++
 .../extensions-manager-ui/extensions-manager-ui.c  |  112 ++++++++------------
 2 files changed, 51 insertions(+), 69 deletions(-)

commit d2de4ae598f2caf75f22bd960eb4716ce49ad642
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Oct 19 21:13:17 2005 +0000

    Updated Slovak translation.
    
    2005-10-19  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |  172 +++-------------------------------------------------------
 2 files changed, 12 insertions(+), 164 deletions(-)

commit 5feee51c7ebe76b60c345addab0dc6c92db444ce
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Oct 19 18:37:17 2005 +0000

    Updated Canadian English translation.
    
    
    2005-10-19  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  175 ++-------------------------------------------------------
 2 files changed, 11 insertions(+), 168 deletions(-)

commit 06c72f0eca394ba91a331603ba1e5def53dd607a
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Oct 16 22:59:06 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 +
 po/zh_CN.po  |  824 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 779 insertions(+), 49 deletions(-)

commit 6065091efff91dd5de3366f185676ac4b37bad50
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 10 19:02:26 2005 +0000

    Fix gettext domain use.
    
    2005-10-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-embed.c:
    	(ephy_sidebar_embed_set_window):
    
    	Fix gettext domain use.

 ChangeLog                               |    7 +++++++
 extensions/sidebar/ephy-sidebar-embed.c |    4 +++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 31aa38f201559ebff397f7d78228485b08f6b126
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 2 19:22:43 2005 +0000

    Fix tab-groups extension for changed EphyNotebook signal name.
    
    2005-10-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tab-groups/ephy-tab-grouper.c:
    	(ephy_tab_grouper_set_notebook):
    
    	Fix tab-groups extension for changed EphyNotebook signal
    	name.

 ChangeLog                                |    8 ++++++++
 extensions/tab-groups/ephy-tab-grouper.c |    2 --
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 9636dea361e18933616ed6f412c3d33b4e06867c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Oct 1 12:32:27 2005 +0000

    Add README.translators

 po/README.translators |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit bf007fb891b5f847074e01f6b509b7a8638157cc
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Oct 1 10:44:23 2005 +0000

    Add the notice from the gnome-2-12 branch which should have been placed
    
    2005-10-01  Alexander Shopov  <ash@contact.bg>
    
    	* ChangeLog: Add the notice from the gnome-2-12
    	branch which should have been placed here.

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit ad0cecaa74ef7b31f2871ef0c087195c8be9bdde
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Oct 1 10:26:40 2005 +0000

    Update POTFILES for the .xml -> .ini format change. Fixes bug #317670.
    
    2005-10-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in:
    	* POTFILES.skip:
    
    	Update POTFILES for the .xml -> .ini format change. Fixes bug #317670.

 po/ChangeLog     |    7 +++++++
 po/POTFILES.in   |   42 +++++++++++++++++++++---------------------
 po/POTFILES.skip |    4 ++--
 3 files changed, 30 insertions(+), 23 deletions(-)

commit a3b6f08495c718269a6033d241a5225938e5d983
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Oct 1 09:53:27 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-10-01  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  446 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 226 insertions(+), 225 deletions(-)

commit 65fa9e183b985332189165c605821a5a4dd87a31
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Sep 25 20:11:38 2005 +0000

    Add rss extension to help section.
    
    2005-09-25  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add rss extension to help section.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 4737a01ea26647085067decd99b23dcd1579db0f
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Sep 24 20:20:57 2005 +0000

    Use the EPIPHANY_EXTENSION_INIT macro.
    
    2005-09-24  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac: Use the EPIPHANY_EXTENSION_INIT
    	macro.

 ChangeLog    |    5 +++++
 configure.ac |   11 ++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 61093e54562d97a953e7c07f7bbcd499276ee248
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 24 12:10:23 2005 +0000

    Move Page Information menu item to View menu. Patch by Tommi Komulainen,
    
    2005-09-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/ephy-page-info-extension.c:
    	(impl_attach_window):
    
    	Move Page Information menu item to View menu.
    	Patch by Tommi Komulainen, fixes bug #316247.

 ChangeLog                                       |    8 ++++++++
 extensions/page-info/ephy-page-info-extension.c |   12 +++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 4d381a921c48dc46070dd32667083c8876bbd23b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Sep 23 21:56:25 2005 +0000

    Add credits

 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed9f58ac9f583d28d31adcd29dfd7cb702b54471
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Sep 23 21:41:26 2005 +0000

    Adapt to new .ini files.
    
    2005-09-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* tools/copy-template:
    
    	Adapt to new .ini files.

 ChangeLog           |    6 ++++++
 tools/copy-template |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit b06cfa4d762882abd528383ff902f486188d211d
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Sep 23 21:37:07 2005 +0000

    Port all extensions to the new .ephy-extension file format
    
    2005-09-23  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* <All extensions>: Port all extensions to the
    	new .ephy-extension file format

 ChangeLog                                          |  110 ++++++++++++++++++++
 extensions/actions/.cvsignore                      |    2 +-
 extensions/actions/Makefile.am                     |   22 ++--
 extensions/actions/actions.ephy-extension.in.in    |   11 ++
 extensions/actions/actions.xml.in.in               |   13 ---
 extensions/adblock/.cvsignore                      |    2 +-
 extensions/adblock/Makefile.am                     |   22 ++--
 extensions/adblock/adblock.ephy-extension.in.in    |   11 ++
 extensions/adblock/adblock.xml.in.in               |   13 ---
 extensions/auto-scroller/.cvsignore                |    2 +-
 extensions/auto-scroller/Makefile.am               |   22 ++--
 .../auto-scroller.ephy-extension.in.in             |   11 ++
 extensions/auto-scroller/auto-scroller.xml.in.in   |   13 ---
 extensions/bookmarks-tray/.cvsignore               |    2 +-
 extensions/bookmarks-tray/Makefile.am              |   22 ++--
 .../bookmarks-tray.ephy-extension.in.in            |   11 ++
 extensions/bookmarks-tray/bookmarks-tray.xml.in.in |   13 ---
 extensions/certificates/.cvsignore                 |    2 +-
 extensions/certificates/Makefile.am                |   22 ++--
 .../certificates/certificates.ephy-extension.in.in |   11 ++
 extensions/certificates/certificates.xml.in.in     |   13 ---
 extensions/dashboard/.cvsignore                    |    2 +-
 extensions/dashboard/Makefile.am                   |   22 ++--
 .../dashboard/dashboard.ephy-extension.in.in       |   11 ++
 extensions/dashboard/dashboard.xml.in.in           |   13 ---
 extensions/error-viewer/.cvsignore                 |    2 +-
 extensions/error-viewer/Makefile.am                |   22 ++--
 .../error-viewer/error-viewer.ephy-extension.in.in |   11 ++
 extensions/error-viewer/error-viewer.xml.in.in     |   13 ---
 extensions/extensions-manager-ui/.cvsignore        |    2 +-
 extensions/extensions-manager-ui/Makefile.am       |   22 ++--
 .../extensions-manager-ui.ephy-extension.in.in     |   11 ++
 .../extensions-manager-ui.xml.in.in                |   13 ---
 extensions/favicon/.cvsignore                      |    2 +-
 extensions/favicon/Makefile.am                     |   22 ++---
 extensions/favicon/favicon.ephy-extension.in       |   11 ++
 extensions/favicon/favicon.xml.in.in               |   13 ---
 extensions/gestures/Makefile.am                    |   12 +-
 extensions/gestures/gestures.ephy-extension.in.in  |    2 +-
 extensions/greasemonkey/.cvsignore                 |    2 +-
 extensions/greasemonkey/Makefile.am                |   22 ++--
 .../greasemonkey/greasemonkey.ephy-extension.in.in |   11 ++
 extensions/greasemonkey/greasemonkey.xml.in.in     |   13 ---
 extensions/net-monitor/.cvsignore                  |    2 +-
 extensions/net-monitor/Makefile.am                 |   22 ++--
 .../net-monitor/net-monitor.ephy-extension.in.in   |   11 ++
 extensions/net-monitor/net-monitor.xml.in.in       |   14 ---
 extensions/page-info/.cvsignore                    |    2 +-
 extensions/page-info/Makefile.am                   |   22 ++--
 .../page-info/page-info.ephy-extension.in.in       |   11 ++
 extensions/page-info/page-info.xml.in.in           |   14 ---
 extensions/python-console/.cvsignore               |    2 +-
 extensions/python-console/Makefile.am              |   16 ++--
 .../python-console.ephy-extension.in               |   11 ++
 extensions/python-console/python-console.xml.in    |   14 ---
 extensions/rss/.cvsignore                          |    2 +-
 extensions/rss/Makefile.am                         |   22 ++--
 extensions/rss/rss.ephy-extension.in.in            |   11 ++
 extensions/rss/rss.xml.in.in                       |   13 ---
 extensions/sample-mozilla/.cvsignore               |    2 +-
 extensions/sample-mozilla/Makefile.am              |   22 ++--
 .../sample-mozilla.ephy-extension.in.in            |   11 ++
 extensions/sample-mozilla/sample-mozilla.xml.in.in |   13 ---
 extensions/sample-python/.cvsignore                |    2 +-
 extensions/sample-python/Makefile.am               |   22 ++--
 .../sample-python-location.ephy-extension.in       |   10 ++
 .../sample-python/sample-python-location.xml.in    |   13 ---
 .../sample-python-menu.ephy-extension.in           |   10 ++
 extensions/sample-python/sample-python-menu.xml.in |   13 ---
 .../sample-python-statusbar.ephy-extension.in      |   10 ++
 .../sample-python/sample-python-statusbar.xml.in   |   13 ---
 .../sample-python/sample-python.ephy-extension.in  |   11 ++
 extensions/sample-python/sample-python.xml.in      |   13 ---
 extensions/sample/.cvsignore                       |    2 +-
 extensions/sample/Makefile.am                      |   22 ++--
 extensions/sample/sample.ephy-extension.in.in      |   11 ++
 extensions/sample/sample.xml.in.in                 |   13 ---
 extensions/select-stylesheet/.cvsignore            |    2 +-
 extensions/select-stylesheet/Makefile.am           |   22 ++--
 .../select-stylesheet.ephy-extension.in.in         |   11 ++
 .../select-stylesheet/select-stylesheet.xml.in.in  |   13 ---
 extensions/sidebar/.cvsignore                      |    2 +-
 extensions/sidebar/Makefile.am                     |   20 ++--
 extensions/sidebar/sidebar.ephy-extension.in.in    |   11 ++
 extensions/sidebar/sidebar.xml.in.in               |   13 ---
 extensions/smart-bookmarks/.cvsignore              |    2 +-
 extensions/smart-bookmarks/Makefile.am             |   22 ++--
 .../smart-bookmarks.ephy-extension.in.in           |   11 ++
 .../smart-bookmarks/smart-bookmarks.xml.in.in      |   13 ---
 extensions/tab-groups/.cvsignore                   |    2 +-
 extensions/tab-groups/Makefile.am                  |   22 ++--
 .../tab-groups/tab-groups.ephy-extension.in.in     |   11 ++
 extensions/tab-groups/tab-groups.xml.in.in         |   13 ---
 extensions/tab-states/.cvsignore                   |    2 +-
 extensions/tab-states/Makefile.am                  |   22 ++--
 .../tab-states/tab-states.ephy-extension.in.in     |   11 ++
 extensions/tab-states/tab-states.xml.in.in         |   13 ---
 extensions/tabsmenu/.cvsignore                     |    2 +-
 extensions/tabsmenu/Makefile.am                    |   22 ++--
 extensions/tabsmenu/tabsmenu.ephy-extension.in.in  |   11 ++
 extensions/tabsmenu/tabsmenu.xml.in.in             |   13 ---
 extensions/toolbar-extras/.cvsignore               |    2 +-
 extensions/toolbar-extras/Makefile.am              |   22 ++--
 .../toolbar-extras.ephy-extension.in.in            |   11 ++
 extensions/toolbar-extras/toolbar-extras.xml.in.in |   13 ---
 105 files changed, 669 insertions(+), 671 deletions(-)

commit fea7c85dd266c6a37c3e1891f15521cbede8ba38
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Sep 23 19:23:08 2005 +0000

    Port the gestures extension to the new .ephy-extensions file format.
    
    2005-09-23  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    	* extensions/gestures/.cvsignore:
    	* extensions/gestures/Makefile.am:
    	* extensions/gestures/gestures.ephy-extension.in.in:
    	* extensions/gestures/gestures.xml.in.in:
    
    	Port the gestures extension to the new .ephy-extensions
    	file format.

 ChangeLog                                         |   11 +++++++++++
 configure.ac                                      |    2 ++
 extensions/gestures/.cvsignore                    |    3 +--
 extensions/gestures/Makefile.am                   |   12 +++++-------
 extensions/gestures/gestures.ephy-extension.in.in |   11 +++++++++++
 extensions/gestures/gestures.xml.in.in            |   14 --------------
 6 files changed, 30 insertions(+), 23 deletions(-)

commit 9b31b0590673e5a83387c21e27aa5250c7ff3d02
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 21 19:49:13 2005 +0000

    Update from Epiphany

 include/ephy-favicon-cache.h |   14 ++++++++------
 include/ephy-gui.h           |   12 +++++++-----
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 160407d3504d16f81c3cc965ec04a773abbd26c3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 19 14:05:46 2005 +0000

    Fix context events to use ephy_window_get_context_event instead of the old
    
    2005-09-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/ephy-rss-extension.c:
    	(ephy_rss_feed_subscribe_cb):
    	* extensions/sidebar/ephy-sidebar-embed.c:
    	(embed_popup_deactivate_cb), (show_context_menu):
    	* extensions/sidebar/sidebar-commands.c: (save_property_url):
    
    	Fix context events to use ephy_window_get_context_event instead
    	of the old method.
    	Fix sidebar context menu setting of the context event, and
    	menu deactivation.

 ChangeLog                               |   13 +++++++++++++
 extensions/rss/ephy-rss-extension.c     |   10 +++++-----
 extensions/sidebar/ephy-sidebar-embed.c |   20 +++++++++++++-------
 extensions/sidebar/sidebar-commands.c   |   20 +++++---------------
 4 files changed, 36 insertions(+), 27 deletions(-)

commit a52edfee99eabbb86bff276e672644ea631a5095
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Sep 18 19:55:55 2005 +0000

    Use public function ephy_window_get_context_event() to get the
    
    2005-09-18  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    	(ephy_actions_extension_run_action_on_embed_property):
    
    	Use public function ephy_window_get_context_event() to get the
    	EphyEmbedEvent for the current popup menu, instead of using an
    	undocument g_object_get_data() call.

 ChangeLog                                   |    9 +++++++++
 extensions/actions/ephy-actions-extension.c |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 50264aab214c3935894cb23ca14212b6c9e781bb
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Fri Sep 9 16:39:12 2005 +0000

    Avoid a dependency to gecko 1.8.
    
    2005-09-09  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.cpp: (mozilla_get_selected_text):
    
    	Avoid a dependency to gecko 1.8.

 ChangeLog                                          |    6 ++++++
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 3124daa19508628fcf3a1b672b2d3c2b7f81d1b8
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Fri Sep 9 15:58:35 2005 +0000

    Allow lookup of selections within forms (textarea and text input). Fix bug
    
    2005-09-09  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.cpp:
    
    	Allow lookup of selections within forms (textarea and text input).
    	Fix bug #315319.

 ChangeLog                                          |    8 ++
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |   79 +++++++++++++++++--
 .../smart-bookmarks/smart-bookmarks-extension.c    |   16 ++++
 3 files changed, 94 insertions(+), 9 deletions(-)

commit 24f8f7db27812bd66243416d9b2b5aa34d5d561c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 4 09:32:42 2005 +0000

    Updated.
    
    2005-09-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Updated.

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit d01004b8cf63c852217040283de61eef176f7e8f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Sep 1 13:29:24 2005 +0000

    Fix HIG spacings.
    
    2005-09-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/action-properties.glade:
    	* extensions/actions/actions-editor.glade:
    	* extensions/actions/ephy-actions-extension-properties-dialog.c:
    	(ephy_actions_extension_properties_dialog_constructor):
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    
    	Fix HIG spacings.

 ChangeLog                                          |   10 ++
 extensions/actions/action-properties.glade         |  167 +++++++++++---------
 extensions/actions/actions-editor.glade            |   10 +-
 .../ephy-actions-extension-properties-dialog.c     |    6 -
 .../extensions-manager-ui.glade                    |   10 +-
 5 files changed, 118 insertions(+), 85 deletions(-)

commit faec37e7e8a0c10b0ce6a94e9ab4d4168dcbe8fa
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Aug 31 20:13:07 2005 +0000

    Update gtk requirement.
    
    2005-08-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Update gtk requirement.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 9625d6d96f9ecb40ea4f1f8aad82487c5d7a49b0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 28 21:20:05 2005 +0000

    Remove check for old dbus.
    
    2005-08-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Remove check for old dbus.

 ChangeLog    |    6 ++++++
 configure.ac |   26 +++-----------------------
 2 files changed, 9 insertions(+), 23 deletions(-)

commit 14d18e1862da6bd869c991f1142ded0c86fb2864
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sun Aug 28 20:51:04 2005 +0000

    Add a favicon fallback extension (written in python)
    
    2005-08-28  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* README:
    	* configure.ac:
    	* extensions/favicon/.cvsignore:
    	* extensions/favicon/Makefile.am:
    	* extensions/favicon/favicon.py:
    	* extensions/favicon/favicon.xml.in.in:
    
    	Add a favicon fallback extension (written in python)

 ChangeLog                            |   11 ++++++++
 README                               |    1 +
 configure.ac                         |    7 +++--
 extensions/favicon/.cvsignore        |    3 ++
 extensions/favicon/Makefile.am       |   21 +++++++++++++++
 extensions/favicon/favicon.py        |   46 ++++++++++++++++++++++++++++++++++
 extensions/favicon/favicon.xml.in.in |   13 +++++++++
 7 files changed, 99 insertions(+), 3 deletions(-)

commit 068e059bf80119a6126d0c0ac260503ead83fb1f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 28 17:29:15 2005 +0000

    Merged from branches

 NEWS |   96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 96 insertions(+), 0 deletions(-)

commit 1de7157a726f8b47778937d0cc69aa2af4566758
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 28 17:24:24 2005 +0000

    Version 1.9.0.
    
    2005-08-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* autogen.sh:
    	* configure.ac:
    
    	Version 1.9.0.

 ChangeLog    |    7 +++++++
 autogen.sh   |    2 +-
 configure.ac |   20 ++++++++------------
 3 files changed, 16 insertions(+), 13 deletions(-)

commit dd7828b5c284971bf9fef672f3faaba5e5623fb3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 28 16:45:03 2005 +0000

    Fix configure check for gecko 1.8.
    
    2005-08-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix configure check for gecko 1.8.

 ChangeLog    |    6 ++++++
 configure.ac |   24 ++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

commit 2fefdbb5cf0708aa744a248eda38b9dc6b725775
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 28 15:04:27 2005 +0000

    Post-release version bump.
    
    2005-08-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 24f8a6a86b6296b64219b9a35d960465395de39a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 28 15:02:48 2005 +0000

    === Release 1.7.5 ===
    
    2005-08-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.7.5 ===
    
    	* NEWS:

 ChangeLog                          |    6 ++++++
 NEWS                               |   25 +++++++++++++++++++++++++
 extensions/gestures/ephy-gesture.c |    4 ++--
 3 files changed, 33 insertions(+), 2 deletions(-)

commit a7709b0809288af25861fd86e60a71b84fa9dfef
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sun Aug 28 14:37:03 2005 +0000

    Add auto-scroller to default extension list, and the useful extension list
    
    2005-08-28  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac: Add auto-scroller to default
    	extension list, and the useful extension list

 ChangeLog    |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 63219d19259bc85014148965952676404248bf5d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 28 12:30:03 2005 +0000

    Converte gestures to one-per-window like autoscroller, and make grab
    
    2005-08-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gesture.c: (ephy_gesture_stop),
    	(button_press_event_cb), (key_press_event_cb), (mouse_release_cb),
    	(unmap_event_cb), (grab_broken_event_cb), (grab_notify_cb),
    	(ephy_gesture_start), (ephy_gesture_init), (ephy_gesture_finalize),
    	(ephy_gesture_set_property), (ephy_gesture_get_property),
    	(ephy_gesture_get_event), (ephy_gesture_set_event),
    	(ephy_gesture_new):
    	* extensions/gestures/ephy-gesture.h:
    	* extensions/gestures/ephy-gestures-extension.c: (ensure_gesture),
    	(dom_mouse_down_cb), (impl_detach_window), (impl_attach_tab),
    	(impl_detach_tab), (ephy_gestures_extension_iface_init):
    
    	Converte gestures to one-per-window like autoscroller, and make
    	grab lockup-proof.

 ChangeLog                                     |   17 ++
 extensions/gestures/ephy-gesture.c            |  222 +++++++++++++++++--------
 extensions/gestures/ephy-gesture.h            |   15 +-
 extensions/gestures/ephy-gestures-extension.c |   48 +++++-
 4 files changed, 222 insertions(+), 80 deletions(-)

commit 3bddeb9e35e7e8208623bf752989a87a98cdccfc
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Aug 27 21:20:21 2005 +0000

    Updated Canadian English translation.
    
    
    2005-08-27  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   12 ++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 553efd4c8bd998ea95ba69c359936ff00942e865
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Aug 27 10:42:28 2005 +0000

    Add auto scroll extension Update
    
    2005-08-27  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* AUTHORS: Add auto scroll extension
    	* README: Update

 AUTHORS   |    4 ++++
 ChangeLog |    5 +++++
 README    |    9 +++------
 3 files changed, 12 insertions(+), 6 deletions(-)

commit 1ae841c5e4fdbd88444481f978458d50e4878760
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Aug 27 10:22:48 2005 +0000

    Don't activate auto-scroll over links
    
    2005-08-27  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c
    	(dom_mouse_down_cb):
    
    	Don't activate auto-scroll over links

 ChangeLog                                          |    7 +++++++
 .../auto-scroller/ephy-auto-scroller-extension.c   |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit bd2faa52f44381df645381948705e7e8799a1ac1
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Aug 27 09:43:04 2005 +0000

    Remove some unneeded type checks
    
    2005-08-27  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(impl_attach_tab), (impl_detach_tab):
    
    	Remove some unneeded type checks

 ChangeLog                                          |    7 +++++++
 extensions/sample-mozilla/ephy-sample2-extension.c |    4 ----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 747d385f67f5f9251d70a8c4e9815b92ad46bb9a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 27 08:42:12 2005 +0000

    Remove unused variable.
    
    2005-08-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	(ephy_auto_scroller_extension_init), (dom_mouse_down_cb):
    
    	Remove unused variable.

 ChangeLog                                          |    7 +++++++
 .../auto-scroller/ephy-auto-scroller-extension.c   |   10 ++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

commit 34d147272863867d3ce1220ea3b0e2c36c041f1e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 27 08:32:38 2005 +0000

    Lazily create the auto scroller.
    
    2005-08-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	(ensure_auto_scroller), (dom_mouse_down_cb),
    	(ephy_auto_scroller_extension_iface_init):
    
    	Lazily create the auto scroller.

 ChangeLog                                          |    8 +++++
 .../auto-scroller/ephy-auto-scroller-extension.c   |   31 +++++++++++--------
 2 files changed, 26 insertions(+), 13 deletions(-)

commit 89337d56df3a6aab3c9618eaf89bbe44165dc6d1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 19:26:12 2005 +0000

    Added auto-scroller.xml.in.in.
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Added auto-scroller.xml.in.in.

 po/ChangeLog   |    8 ++++----
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

commit e20b9b3768c0ef9c2ab20e9f49227d58743622b3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 19:22:37 2005 +0000

    Remove one unnecessary type check, and add one comment.
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_timeout_cb):
    
    	Remove one unnecessary type check, and add one comment.

 ChangeLog                                     |    7 +++++++
 extensions/auto-scroller/ephy-auto-scroller.c |    6 ++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 194443a9b71561f7ba4b82ea82ed0c4550acdd4c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 19:08:33 2005 +0000

    Phase VI: Make one autoscroller per window, and just start/stop it.
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	(dom_mouse_down_cb), (impl_attach_window), (impl_detach_window),
    	(impl_attach_tab), (impl_detach_tab),
    	(ephy_auto_scroller_extension_iface_init):
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_set_window),
    	(ephy_auto_scroller_unmap_event_cb),
    	(ephy_auto_scroller_grab_broken_event_cb),
    	(ephy_auto_scroller_grab_notify_cb),
    	(ephy_auto_scroller_timeout_cb), (ephy_auto_scroller_start),
    	(ephy_auto_scroller_stop), (ephy_auto_scroller_new),
    	(ephy_auto_scroller_finalize), (ephy_auto_scroller_class_init):
    	* extensions/auto-scroller/ephy-auto-scroller.h:
    
    	Phase VI: Make one autoscroller per window, and just start/stop it.
    	Eliminate pointer deadlock when gecko pops up a modal dialogue!

 ChangeLog                                          |   21 ++++-
 .../auto-scroller/ephy-auto-scroller-extension.c   |   46 ++++++--
 extensions/auto-scroller/ephy-auto-scroller.c      |  110 ++++++++++----------
 extensions/auto-scroller/ephy-auto-scroller.h      |    9 +-
 4 files changed, 114 insertions(+), 72 deletions(-)

commit e4d159cb4061f0d25193423f1e1797397693e63d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 14:03:48 2005 +0000

    Minor cleanups. Handle grab failure.
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_set_embed), (ephy_auto_scroller_motion_cb),
    	(ephy_auto_scroller_timeout_cb), (ephy_auto_scroller_start_scroll),
    	(ephy_auto_scroller_stop), (ephy_auto_scroller_init),
    	(ephy_auto_scroller_finalize):
    
    	Minor cleanups. Handle grab failure.

 ChangeLog                                     |   10 ++
 extensions/auto-scroller/ephy-auto-scroller.c |  134 +++++++++++++------------
 2 files changed, 82 insertions(+), 62 deletions(-)

commit f94cb06e6924c97498f61a5d9e156ce668f03303
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 12:13:39 2005 +0000

    Phase IV: Further code cleanups. Use event time when grabbing/ungrabbing,
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_set_window), (ephy_auto_scroller_set_embed),
    	(ephy_auto_scroller_motion_cb),
    	(ephy_auto_scroller_mouse_press_cb),
    	(ephy_auto_scroller_key_press_cb),
    	(ephy_auto_scroller_unmap_event_cb),
    	(ephy_auto_scroller_grab_broken_event_cb),
    	(ephy_auto_scroller_grab_notify_cb),
    	(ephy_auto_scroller_start_scroll), (ephy_auto_scroller_stop),
    	(ephy_auto_scroller_init), (ephy_auto_scroller_finalize),
    	(ephy_auto_scroller_set_property):
    	* extensions/auto-scroller/ephy-auto-scroller.h:
    
    	Phase IV: Further code cleanups. Use event time when
    	grabbing/ungrabbing, not GDK_CURRENT_TIME.

 ChangeLog                                     |   18 ++++
 extensions/auto-scroller/ephy-auto-scroller.c |  123 ++++++++++++++++--------
 extensions/auto-scroller/ephy-auto-scroller.h |    3 +-
 3 files changed, 102 insertions(+), 42 deletions(-)

commit b30d7090d6f89eb19ab1269e25451267a56add22
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 11:33:10 2005 +0000

    Phase III: Use object properties, and rename some variables.
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	(dom_mouse_down_cb):
    	* extensions/auto-scroller/ephy-auto-scroller-extension.h:
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_start_scroll), (ephy_auto_scroller_stop),
    	(ephy_auto_scroller_new), (ephy_auto_scroller_init),
    	(ephy_auto_scroller_finalize), (ephy_auto_scroller_set_property),
    	(ephy_auto_scroller_get_property), (ephy_auto_scroller_class_init):
    	* extensions/auto-scroller/ephy-auto-scroller.h:
    
    	Phase III: Use object properties, and rename some variables.

 ChangeLog                                          |   14 +++
 .../auto-scroller/ephy-auto-scroller-extension.c   |    6 +-
 .../auto-scroller/ephy-auto-scroller-extension.h   |    4 +-
 extensions/auto-scroller/ephy-auto-scroller.c      |  108 +++++++++++++-------
 extensions/auto-scroller/ephy-auto-scroller.h      |    3 +-
 5 files changed, 93 insertions(+), 42 deletions(-)

commit 6ffcd4d33bb0e3697f8139c2a81d6c144cf6907e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 11:15:10 2005 +0000

    Phase II: Move the popup window into the priv struct, and destroy the
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_set_embed), (ephy_auto_scroller_start_scroll),
    	(ephy_auto_scroller_stop), (ephy_auto_scroller_init),
    	(ephy_auto_scroller_finalize), (ephy_auto_scroller_class_init):
    	* extensions/auto-scroller/ephy-auto-scroller.h:
    
    	Phase II: Move the popup window into the priv struct, and destroy
    	the window when not needed anymore.

 ChangeLog                                     |   11 ++
 extensions/auto-scroller/ephy-auto-scroller.c |  155 ++++++++++++-------------
 extensions/auto-scroller/ephy-auto-scroller.h |    2 +
 3 files changed, 89 insertions(+), 79 deletions(-)

commit abcbdc92c35a9145a26d51e38b5554a0633125a6
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Aug 26 11:09:41 2005 +0000

    Clean up, remove finalize / private data. Use connect_object and remove
    
    2005-08-26  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	(ephy_auto_scroller_extension_init), (dom_mouse_down_cb),
    	(impl_attach_tab), (ephy_auto_scroller_extension_register_type):
    	* extensions/auto-scroller/ephy-auto-scroller-extension.h:
    
    	Clean up, remove finalize / private data. Use connect_object
    	and remove empty functions

 ChangeLog                                          |   10 +++
 .../auto-scroller/ephy-auto-scroller-extension.c   |   59 ++-----------------
 .../auto-scroller/ephy-auto-scroller-extension.h   |    4 -
 3 files changed, 17 insertions(+), 56 deletions(-)

commit 43ffb584c27436c4a2d197d70c5c5273f08de0c6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 26 11:07:01 2005 +0000

    Phase I: Move code around, rename variables, remove unnecessary prototypes
    
    2005-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_set_embed), (ephy_auto_scroller_motion_cb),
    	(ephy_auto_scroller_mouse_press_cb),
    	(ephy_auto_scroller_key_press_cb),
    	(ephy_auto_scroller_unmap_event_cb),
    	(ephy_auto_scroller_timeout_cb), (ephy_auto_scroller_stop),
    	(ephy_auto_scroller_start_scroll), (ephy_auto_scroller_new),
    	(ephy_auto_scroller_init), (ephy_auto_scroller_finalize),
    	(ephy_auto_scroller_class_init):
    	* extensions/auto-scroller/ephy-auto-scroller.h:
    
    	Phase I: Move code around, rename variables, remove unnecessary
    	prototypes etc.

 ChangeLog                                     |   16 +
 extensions/auto-scroller/ephy-auto-scroller.c |  445 ++++++++++++-------------
 extensions/auto-scroller/ephy-auto-scroller.h |   59 ++--
 3 files changed, 261 insertions(+), 259 deletions(-)

commit dbca74cec68d557976f1c1dc8bfdde678bbfb428
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Aug 26 10:44:02 2005 +0000

    Import an auto-scroller extension, allowing easy scrolling using the
    
    2005-08-26  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    	* extensions/auto-scroller/.cvsignore:
    	* extensions/auto-scroller/Makefile.am:
    	* extensions/auto-scroller/auto-scroller.xml.in.in:
    	* extensions/auto-scroller/autoscroll.xpm.h:
    	* extensions/auto-scroller/ephy-auto-scroller-extension.c:
    	(ephy_auto_scroller_extension_init),
    	(ephy_auto_scroller_extension_finalize), (dom_mouse_down_cb),
    	(impl_attach_tab), (impl_detach_tab),
    	(ephy_auto_scroller_extension_iface_init),
    	(ephy_auto_scroller_extension_class_init),
    	(ephy_auto_scroller_extension_get_type),
    	(ephy_auto_scroller_extension_register_type):
    	* extensions/auto-scroller/ephy-auto-scroller-extension.h:
    	* extensions/auto-scroller/ephy-auto-scroller.c:
    	(ephy_auto_scroller_class_init), (ephy_auto_scroller_init),
    	(ephy_auto_scroller_finalize_impl), (ephy_auto_scroller_new),
    	(ephy_auto_scroller_set_embed), (ephy_auto_scroller_start_scroll),
    	(ephy_auto_scroller_motion_cb),
    	(ephy_auto_scroller_mouse_press_cb),
    	(ephy_auto_scroller_key_press_cb),
    	(ephy_auto_scroller_unmap_event_cb),
    	(ephy_auto_scroller_timeout_cb), (ephy_auto_scroller_stop),
    	(ephy_auto_scroller_get_type), (ephy_auto_scroller_register_type):
    	* extensions/auto-scroller/ephy-auto-scroller.h:
    	* extensions/auto-scroller/extension.c: (register_module):
    	* extensions/auto-scroller/mozilla/.cvsignore:
    	* extensions/auto-scroller/mozilla/Makefile.am:
    	* extensions/auto-scroller/mozilla/mozilla-helpers.cpp:
    	* extensions/auto-scroller/mozilla/mozilla-helpers.h:
    
    	Import an auto-scroller extension, allowing easy scrolling
    	using the middle mouse button.

 ChangeLog                                          |   36 ++
 configure.ac                                       |    4 +-
 extensions/auto-scroller/.cvsignore                |    9 +
 extensions/auto-scroller/Makefile.am               |   46 ++
 extensions/auto-scroller/auto-scroller.xml.in.in   |   13 +
 extensions/auto-scroller/autoscroll.xpm.h          |   32 ++
 .../auto-scroller/ephy-auto-scroller-extension.c   |  197 ++++++++
 .../auto-scroller/ephy-auto-scroller-extension.h   |   60 +++
 extensions/auto-scroller/ephy-auto-scroller.c      |  473 ++++++++++++++++++++
 extensions/auto-scroller/ephy-auto-scroller.h      |   71 +++
 extensions/auto-scroller/extension.c               |   47 ++
 extensions/auto-scroller/mozilla/.cvsignore        |    8 +
 extensions/auto-scroller/mozilla/Makefile.am       |   25 +
 .../auto-scroller/mozilla/mozilla-helpers.cpp      |   64 +++
 extensions/auto-scroller/mozilla/mozilla-helpers.h |   34 ++
 15 files changed, 1118 insertions(+), 1 deletions(-)

commit 67110e0357ba5161e63a03af51377ec7b872fda0
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Aug 23 22:19:54 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-08-24  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++
 po/nl.po     |  104 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 58 insertions(+), 50 deletions(-)

commit 2c8da5d26bd696e982e667cbc373ce149504385c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 13 17:57:01 2005 +0000

    Don't use AM_CONDITIONAL conditionally.
    
    2005-08-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Don't use AM_CONDITIONAL conditionally.

 ChangeLog    |    6 ++++++
 configure.ac |   14 ++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit eadf5b03c850c84fe130db10bd4c81a0c3ee910f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 13 14:26:15 2005 +0000

    Better gecko version check.
    
    2005-08-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Better gecko version check.

 ChangeLog    |    6 ++++++
 configure.ac |   36 +++++++++++++++++++++++-------------
 2 files changed, 29 insertions(+), 13 deletions(-)

commit be7bdb40ea7adf9b926fd78943b21a0b5596b87b
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Fri Aug 12 04:25:52 2005 +0000

    Updated Japanese translation for HEAD.
    
    2005-08-12  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for HEAD.

 po/ChangeLog |    4 ++
 po/ja.po     |  101 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 55 insertions(+), 50 deletions(-)

commit 0041c1d46ff54702d3a28d21c3979f88571773ed
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Wed Aug 10 18:49:20 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/LINGUAS   |    2 +-
 po/gl.po     |  940 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 945 insertions(+), 1 deletions(-)

commit 78919fc5a1d102274cdadda2c6444adb4024dab5
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Tue Aug 9 22:10:22 2005 +0000

    Updated German translation.
    
    2005-08-09  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  447 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 229 insertions(+), 222 deletions(-)

commit b597402a3214b9b488fd7cce84353141cf15bdef
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Tue Aug 9 10:39:30 2005 +0000

    Updated Ukrainian translation.
    
    2005-08-09  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  817 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 768 insertions(+), 53 deletions(-)

commit de4bb21549e7afa4f3ad663add360441fcc9e635
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 8 21:06:30 2005 +0000

    Post-release version bump.
    
    2005-08-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 8d5c1485084ac5f8fd4db6d575cc02cdb1358e7b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 8 21:03:53 2005 +0000

    === Release 1.7.4 ===
    
    2005-08-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.7.4 ===
    
    	* NEWS:

 ChangeLog |    6 ++++++
 NEWS      |   21 +++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

commit 9c7a73ee5f6166a336e0375dca9fb4efcedd1656
Author: Adam Weinberger <adamw@gnome.org>
Date:   Fri Aug 5 19:47:43 2005 +0000

    2005-08-05 Adam Weinberger <adamw@gnome.org>
    
    
    2005-08-05  Adam Weinberger  <adamw@gnome.org>
    2005-08-05  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |  109 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 59 insertions(+), 54 deletions(-)

commit 8c00e0d080bb99d04e4fd7acc485c6246bc604d2
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Aug 5 18:55:12 2005 +0000

    Updated Slovak translation.
    
    2005-08-05  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |   12 ++++--
 po/sk.po     |  109 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 63 insertions(+), 58 deletions(-)

commit 4f471a6974ff7901637d52a20deca0fd76169465
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Aug 5 10:41:47 2005 +0000

    Updated Czech translation.
    
    2005-08-05  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  112 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 62 insertions(+), 54 deletions(-)

commit 1a56129e52c33cbff7da77ed4baff3ad5cd3423c
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Aug 4 21:47:52 2005 +0000

    Better names according to global schema. Fix previous patch.
    
    2005-08-04  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    
    	Better names according to global schema.
    	Fix previous patch.

 ChangeLog                               |    7 +++++++
 extensions/page-info/page-info-dialog.c |   16 ++++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

commit 620d99f8cace20e48016e64da91b5c04f02c9a8f
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Aug 4 21:29:58 2005 +0000

    External scripts are listed in page info, and can be saved. Multiple
    
    2005-08-04  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	External scripts are listed in page info, and can be saved.
    	Multiple selections allowed to be saved too.
    	Same behaviour as Media tab.
    	Fix #310398.

 ChangeLog                                        |   11 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |   32 +++-
 extensions/page-info/page-info-context-ui.xml    |    1 +
 extensions/page-info/page-info-dialog.c          |  273 ++++++++++++----------
 4 files changed, 192 insertions(+), 125 deletions(-)

commit 5f4d39b66be078943fbd53b4e75937ab2ff90785
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Aug 1 08:25:02 2005 +0000

    Translation updated.
    
    2005-08-01  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 774911939a44e0d8a766d16790d9531a9bb386b9
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Thu Jul 28 07:27:22 2005 +0000

    Updated Japanese translation for v1.7.3.
    
    2005-07-28  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v1.7.3.

 po/ChangeLog |    4 ++++
 po/ja.po     |   21 +++++++++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)

commit 5d8b010efdf8930cb6607b04680b8ee753dce19f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 26 21:18:33 2005 +0000

    Post-release version bump.
    
    2005-07-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 6f9a51aa136852a57683f61d86ffc37b28a01f20
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 26 21:17:57 2005 +0000

    === Release 1.7.3 ===
    
    2005-07-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.7.3 ===
    
    	* NEWS:
    	* configure.ac:

 ChangeLog    |    7 +++++++
 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)

commit 841563c3c08084f17fc5d7f903131ee025ef7a40
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 26 20:08:33 2005 +0000

    Fix for changed function name in Epiphany.
    
    2005-07-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(search_smart_bookmark_cb):
    
    	Fix for changed function name in Epiphany.

 ChangeLog                                          |    7 +++++++
 .../smart-bookmarks/smart-bookmarks-extension.c    |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 4f4693ae2eda0dc2fe136e671d613300188f22fc
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jul 23 18:41:29 2005 +0000

    Updated Spanish translation.
    
    2005-07-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |   12 +++-
 po/es.po     |  182 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 116 insertions(+), 78 deletions(-)

commit 84fd8d7f0b2bc557d81ac7ec3c4e8759c660d55a
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Sun Jul 17 05:56:48 2005 +0000

    Nepali Translation Added

 po/ChangeLog |    6 +
 po/LINGUAS   |    2 +-
 po/ne.po     |  901 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 908 insertions(+), 1 deletions(-)

commit 763b2a5b3b0850ea9daf901494bd477c2f842f2a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 12 21:43:51 2005 +0000

    Update mozilla configure checks.
    
    2005-07-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Update mozilla configure checks.

 ChangeLog    |    6 +++++
 configure.ac |   62 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 41 insertions(+), 27 deletions(-)

commit 33368f9ad2275728616b53454ecde74fb39bcdfc
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Jul 12 16:46:53 2005 +0000

    Hungarian translation updated.
    
    2005-07-12  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  531 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 282 insertions(+), 253 deletions(-)

commit de4a9eb743af5e66607de0b99624b07254a4396e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jul 11 21:12:30 2005 +0000

    Post-release version bump.
    
    2005-07-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 9510c7005f683b2316863284463ec6c4635c1a4d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jul 11 21:11:14 2005 +0000

    === Release 1.7.2 ===
    
    2005-07-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.7.2 ===
    
    	* NEWS:

 ChangeLog |    6 ++++++
 NEWS      |   25 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

commit 50f9e5ac9c0a1eee8e35e84bd6d91e77942c9d41
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Jul 10 11:47:13 2005 +0000

    Updated Swedish translation.
    
    2005-07-10  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     | 1010 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 845 insertions(+), 169 deletions(-)

commit 649c5554991fe730e93ad8fe4b55c7cc987d5ada
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Jul 1 12:25:44 2005 +0000

    Added Traditional Chinese translation.
    
    2005-07-01  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_TW.po: Added Traditional Chinese translation.

 po/ChangeLog |    5 +
 po/LINGUAS   |    2 +-
 po/zh_TW.po  |  899 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 905 insertions(+), 1 deletions(-)

commit 4a87b60da8995d72055011105f03d89738d20cb9
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Jun 18 22:19:36 2005 +0000

    Workaround to bug #169116. Fixes #172872.
    
    2005-06-19  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-extension.c: (sidebar_page_changed_cb):
    
    	Workaround to bug #169116. Fixes #172872.

 ChangeLog                                   |    6 ++++++
 extensions/sidebar/ephy-sidebar-extension.c |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 7a3b355bd84b2d034953873ca048f89929802801
Author: Adam Weinberger <adamw@gnome.org>
Date:   Fri Jun 17 05:13:35 2005 +0000

    Updated Canadian English translation.
    
    
    2005-06-17  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 34b8fa2489797b99591c54cebe94fe30ac8595df
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Thu Jun 16 19:53:12 2005 +0000

    Updated German translation.
    
    2005-06-16  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  506 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 247 insertions(+), 263 deletions(-)

commit 628201494340475413e2a217d4e0fbabdb6ab46d
Author: Marcel Telka <marcel@telka.sk>
Date:   Tue Jun 14 05:17:48 2005 +0000

    Updated Slovak translation.
    
    2005-06-14  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |   12 ++++++++----
 po/sk.po     |   24 +++++++++++++++++-------
 2 files changed, 25 insertions(+), 11 deletions(-)

commit 136b6a4fbcb2f8eb6fc78e08b4d83cf7375e2d85
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Jun 13 19:12:45 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-06-13  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   42 ++++++++++++++++++++++++++++++++++++++----
 2 files changed, 42 insertions(+), 4 deletions(-)

commit 6e92192b51fcd46fa1129a6139d6097dfdfa7b00
Author: Raphael Slinckx <rslinckx@cvs.gnome.org>
Date:   Mon Jun 13 12:55:35 2005 +0000

    Fixes feed subscription using new dbus API
    
    2005-06-13  Raphael Slinckx  <rslinckx@cvs.gnome.org>
    
    	* extensions/rss/rss-dbus.c: (rss_dbus_subscribe_feed):
    
    	Fixes feed subscription using new dbus API

 ChangeLog                 |    6 ++++++
 extensions/rss/rss-dbus.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 19a18fc159f666bf3a5fb8b74fe534e290df67bd
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jun 12 12:44:19 2005 +0000

    Updated Czech translation.
    
    2005-06-12  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  128 ++++++++++++++++++----------------------------------------
 2 files changed, 43 insertions(+), 89 deletions(-)

commit 5d658720a83849a3f22ba33e1d7907ea20bce420
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jun 11 22:48:38 2005 +0000

    	- Support ".tld" domain name in Greasemonkey scripts. Not many
    	  scripts actually *use* this, but they ought to
    	- Pop up a message when extensions are installed
    	- Try to cancel downloads when quitting their invoking EphyWindow.
    	  This seems to cause crashes sometimes when Epiphany quits while
    	  downloading...

 ChangeLog                                          |   17 ++++
 .../greasemonkey/ephy-greasemonkey-extension.c     |   99 +++++++++++++++++---
 extensions/greasemonkey/greasemonkey-script.c      |   80 +++++++++++++++-
 3 files changed, 180 insertions(+), 16 deletions(-)

commit 06fd9f7cebee4ff6ac848bdaa89b4eaeb3fa2590
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Jun 10 20:37:53 2005 +0000

    Updated Slovak translation.
    
    2005-06-10  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  529 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 280 insertions(+), 253 deletions(-)

commit 59a6aeb25ae8a17a9ffda8f48a1b623358865a20
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jun 6 18:54:08 2005 +0000

    Work with new DBUS 0.34. Patch by Raphaël Slinckx, bug #306565.
    
    2005-06-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/rss-dbus.c: (rss_dbus_subscribe_feed):
    
    	Work with new DBUS 0.34. Patch by Raphaël Slinckx, bug #306565.

 ChangeLog                 |    6 ++++++
 extensions/rss/rss-dbus.c |   10 ++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

commit b568a8cbcd6aa324614048be2b79ca0a41e8734d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jun 6 10:58:02 2005 +0000

    Require DBUS 0.34. Bug #306626.
    
    2005-06-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Require DBUS 0.34. Bug #306626.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit bf72841cc4b8f76f7fb41fb1d1fe3c4e95b9f3fd
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon Jun 6 02:08:56 2005 +0000

    Updated Canadian English translation.
    
    
    2005-06-05  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  499 +++++++++++++++++++++++++++------------------------------
 2 files changed, 240 insertions(+), 263 deletions(-)

commit 36811708995faba954ff68d0832bff42059ce4ae
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jun 5 18:08:48 2005 +0000

    Shut up

 .cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 39f90231f66d7b9c93ee7870b9ab442902c7a86e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jun 5 18:07:38 2005 +0000

    Fix compilation with DBUS 0.3x. Patch by Raphaël Slinckx, fixes bug
    
    2005-06-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/rss-dbus.c: (rss_dbus_subscribe_feed):
    
           Fix compilation with DBUS 0.3x. Patch by Raphaël Slinckx, fixes
           bug #306565.

 ChangeLog                 |    7 +++++++
 extensions/rss/rss-dbus.c |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 30112800666df54fe0ee4d7f8fed654b204a52b6
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Jun 5 14:55:17 2005 +0000

    Fixed wrong translations.
    
    2005-06-05  Takeshi AIHANA <aihana@gnome.gr.jp>
    	* ja.po: Fixed wrong translations.

 po/ja.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0b831be92ab53fd3959cddb046f705ff92237904
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Jun 5 14:47:59 2005 +0000

    Updated Japanese translation for v1.7.1.
    
    2005-06-05  Takeshi AIHANA <aihana@gnome.gr.jp>
    	* ja.po: Updated Japanese translation for v1.7.1.

 po/ChangeLog |    4 +
 po/ja.po     |  250 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 140 insertions(+), 114 deletions(-)

commit d68293c795e33bc98e15d947c99411106c520d37
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jun 5 13:20:23 2005 +0000

    Post-release version bump.
    
    2005-06-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 4c5dc1c6f9999195be04e84d02160011ce838c74
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jun 5 13:17:12 2005 +0000

    === Release 1.7.1 ===
    
    2005-06-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.7.1 ===

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 62f877988d270423ff96ad8df5125a3a8c3ea0e3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jun 5 13:11:33 2005 +0000

    Fix crash when activating the extension after startup. Patch by Raphaël
    
    2005-06-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/ephy-rss-extension.c: (impl_attach_window):
    
    	Fix crash when activating the extension after startup. Patch
    	by Raphaël Slinckx, fixes bug #306536.

 ChangeLog                           |    7 +++++++
 extensions/rss/ephy-rss-extension.c |   12 ++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

commit 0eeabbace21a03379816dd89c5d0e52b6e2cfbd7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jun 5 09:50:05 2005 +0000

    Updated for version 1.7.1.
    
    2005-06-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	Updated for version 1.7.1.
    
    	* extensions/rss/Makefile.am:
    
    	Fix make distcheck.
    
    	* po/POTFILES.in:
    
    	Add missing files.

 ChangeLog                  |   15 +++++++++++++++
 NEWS                       |   35 +++++++++++++++++++++++++++++++++++
 configure.ac               |    5 +++--
 extensions/rss/Makefile.am |    4 +++-
 po/POTFILES.in             |    3 +++
 5 files changed, 59 insertions(+), 3 deletions(-)

commit 4b784cfd0aa9c92c0a3848c920a403602d8f1bc6
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Jun 5 00:04:17 2005 +0000

    Changed the translation of stylesheet.
    
    2005-06-05  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Changed the translation of stylesheet.

 po/ChangeLog |    4 ++++
 po/sv.po     |   18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 517a79854a1152a12e3ce3216d6c11592cadd635
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Sat Jun 4 14:40:37 2005 +0000

    Updated Finnish translation.
    
    2005-06-04  Pauli Virtanen <pauli.virtanen@hut.fi>
    
    	 * fi.po: Updated Finnish translation.

 po/ChangeLog |   12 ++-
 po/fi.po     |  299 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 176 insertions(+), 135 deletions(-)

commit 2c68a22f76e6590e1b354013253e4ff3b578e21e
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Jun 2 19:04:04 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-06-02  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  540 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 293 insertions(+), 251 deletions(-)

commit 601575adf33fbd6ab9f5893fb80fc93760a1151c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jun 2 15:52:48 2005 +0000

    Distribute python extensions too.
    
    2005-06-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    
    	Distribute python extensions too.

 ChangeLog              |    7 +++++++
 configure.ac           |    4 +++-
 extensions/Makefile.am |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 95ebdfdf2019587f9ff015abadba417bb0656751
Author: Reinout van Schouwen <reinouts@src.gnome.org>
Date:   Thu Jun 2 14:05:22 2005 +0000

    Thu Jun 02 2005 Reinout van Schouwen <reinouts@gnome.org> Remove reference
    
    * Thu Jun 02 2005 Reinout van Schouwen <reinouts@gnome.org>
      Remove reference to findbar from POTFILES.in for make dist

 po/POTFILES.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit ca873a1fb748625abbe43f63c133b8b5738202bc
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Jun 1 15:27:16 2005 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2005-06-01  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |   12 +++-
 po/bg.po     |  196 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 111 insertions(+), 97 deletions(-)

commit 59c37193a3d6281657581f390868575e7a879e2f
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Wed Jun 1 05:51:39 2005 +0000

    Updated Ukrainian translation.
    
    2006-06-01  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Updated Ukrainian translation.

 po/ChangeLog |    4 ++++
 po/uk.po     |   27 +++++++++++++--------------
 2 files changed, 17 insertions(+), 14 deletions(-)

commit 32cb5270b902244b0fcbe2806998620313699446
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon May 30 23:19:00 2005 +0000

    Remove 'tabsmenu' extension from default set because of mozilla bug
    
    2005-05-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Remove 'tabsmenu' extension from default set because of mozilla
    	bug https://bugzilla.mozilla.org/show_bug.cgi?id=296002.

 ChangeLog    |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit e2be61c3a3f4ab697dc560557d6488e1c0c7169d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 29 19:18:47 2005 +0000

    Fix warning.
    
    2005-05-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(update_actions):
    
    	Fix warning.

 ChangeLog                                          |    7 +++++++
 .../error-viewer/ephy-error-viewer-extension.c     |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 73ff329806170a094295b997d303fdbe37c1318d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 29 19:15:19 2005 +0000

    Fix build with trunk.
    
    2005-05-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/greasemonkey/mozilla/mozilla-helpers.cpp:
    
    	Fix build with trunk.

 ChangeLog                                          |    6 ++++++
 .../greasemonkey/mozilla/mozilla-helpers.cpp       |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit ad4e74a016c67542d47683ecbf8f2bf458e27549
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 29 16:21:46 2005 +0000

    R extensions/find/.cvsignore: R extensions/find/Makefile.am: R
    
    2005-05-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	R extensions/find/.cvsignore:
    	R extensions/find/Makefile.am:
    	R extensions/find/TypeAheadFind.cpp:
    	R extensions/find/TypeAheadFind.h:
    	R extensions/find/eggfindbar.c:
    	R extensions/find/eggfindbar.h:
    	R extensions/find/eggfindbarprivate.h:
    	R extensions/find/ephy-find-bar.cpp:
    	R extensions/find/ephy-find-bar.h:
    	R extensions/find/ephy-find-extension.c:
    	R extensions/find/ephy-find-extension.h:
    	R extensions/find/extension.c:
    	R extensions/find/find.xml.in.in:
    	R extensions/find/mozilla-helpers.cpp:
    	R extensions/find/mozilla-helpers.h:
    	R extensions/find/mozilla/.cvsignore:
    	R extensions/find/mozilla/mozilla-find.cpp:
    	R extensions/find/mozilla/mozilla-find.h:
    	R extensions/page-info/mozilla/Makefile.am:
    	R extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Remove find toolbar extension.

 ChangeLog                                |   26 +
 configure.ac                             |   11 +-
 extensions/find/.cvsignore               |   10 -
 extensions/find/Makefile.am              |   63 --
 extensions/find/TypeAheadFind.cpp        |  164 -----
 extensions/find/TypeAheadFind.h          |   60 --
 extensions/find/eggfindbar.c             |  777 -----------------------
 extensions/find/eggfindbar.h             |   82 ---
 extensions/find/eggfindbarprivate.h      |   42 --
 extensions/find/ephy-find-bar.cpp        |  987 ------------------------------
 extensions/find/ephy-find-bar.h          |   64 --
 extensions/find/ephy-find-extension.c    |  216 -------
 extensions/find/ephy-find-extension.h    |   59 --
 extensions/find/extension.c              |   49 --
 extensions/find/find.xml.in.in           |   13 -
 extensions/find/mozilla-helpers.cpp      |  138 -----
 extensions/find/mozilla-helpers.h        |   42 --
 extensions/find/mozilla/.cvsignore       |    9 -
 extensions/find/mozilla/mozilla-find.cpp |  685 ---------------------
 extensions/find/mozilla/mozilla-find.h   |   51 --
 20 files changed, 27 insertions(+), 3521 deletions(-)

commit 3c069ea6b6cbe4e2f86e21c80d3e411ec6c8d981
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun May 29 12:15:22 2005 +0000

    Updated Czech translation.
    
    2005-05-29  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   34 ++++++++++++++++++++++------------
 2 files changed, 26 insertions(+), 12 deletions(-)

commit 71f02414cad40be028b505c3b802fba8737f5717
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 28 13:52:18 2005 +0000

    Add check for new DBUS API.
    
    2005-05-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add check for new DBUS API.

 ChangeLog    |    6 ++++++
 configure.ac |   20 ++++++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 903b6ae2cba299c2058afa2b57b023215df12825
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu May 26 13:42:29 2005 +0000

    Automatically detect whether we have a mozilla debug build.
    
    2005-05-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Automatically detect whether we have a mozilla debug build.

 ChangeLog    |    6 ++++++
 configure.ac |   25 ++++++++++++++++++-------
 2 files changed, 24 insertions(+), 7 deletions(-)

commit 01bc4aef54e3751a8aac873126d666bd59103f21
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue May 24 14:10:28 2005 +0000

    It is not always possible to add a script element to a document: for
    
    2005-05-24  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/greasemonkey/mozilla/mozilla-helpers.cpp:
    	(mozilla_evaluate_js):
    
    	It is not always possible to add a script element to a document:
    	for instance, think to an XML document.

 ChangeLog                                          |    8 ++++++++
 .../greasemonkey/mozilla/mozilla-helpers.cpp       |    2 ++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit ba2afe0c8e60490543fa7dae1bcf61bcc202de07
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon May 23 17:03:15 2005 +0000

    Updated Canadian English translation.
    
    2005-05-23  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   35 ++++++++++++++++++++++-------------
 2 files changed, 26 insertions(+), 13 deletions(-)

commit 4a520350483ad09cdaec9316a36eea6894ec274c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon May 23 01:45:51 2005 +0000

    	Implement a far better recursive mkdir for the scripts directory.

 ChangeLog                                          |   10 ++
 .../greasemonkey/ephy-greasemonkey-extension.c     |  127 +++++++++++---------
 2 files changed, 78 insertions(+), 59 deletions(-)

commit ff2691b400873f9f0ffb22f09236c83d655258c6
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun May 22 19:57:18 2005 +0000

    	Support multiple @include and @exclude lines in the Greasemonkey
    	script header.

 ChangeLog                                     |   10 ++
 extensions/greasemonkey/greasemonkey-script.c |  171 ++++++++++++++++++++-----
 2 files changed, 150 insertions(+), 31 deletions(-)

commit 2cfe6a7e3dcdc7471a897af20933d1ad5150ae7e
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun May 22 05:41:59 2005 +0000

    	Create the script directory the first time the extension is loaded, so
    	we can monitor the directory for new scripts. (I'll clean the logic up
    	a bit soon....)

 ChangeLog                                          |   11 ++
 .../greasemonkey/ephy-greasemonkey-extension.c     |  164 ++++++++++----------
 2 files changed, 91 insertions(+), 84 deletions(-)

commit 40adcc3ffbbca420b2dc1eb72998272863ea7ba4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 21 19:09:41 2005 +0000

    Revert search-and-replace error.
    
    2005-05-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Revert search-and-replace error.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0bafb65cb6a67dc7ca31cd9fbadf7f981f38bac5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat May 21 19:08:21 2005 +0000

    Fix typo

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a454c77356bd027ab3c6a5a5dd9da0e6262ca5f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 21 19:03:28 2005 +0000

    A extensions/python-console/.cvsignore: A
    
    2005-05-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	A extensions/python-console/.cvsignore:
    	A extensions/python-console/Makefile.am:
    	A extensions/python-console/console.py:
    	A extensions/python-console/python-console.xml.in:
    	A extensions/sample-python/.cvsignore:
    	A extensions/sample-python/Makefile.am:
    	A extensions/sample-python/sample-python-location.py:
    	A extensions/sample-python/sample-python-location.xml.in:
    	A extensions/sample-python/sample-python-menu.py:
    	A extensions/sample-python/sample-python-menu.xml.in:
    	A extensions/sample-python/sample-python-statusbar.py:
    	A extensions/sample-python/sample-python-statusbar.xml.in:
    	A extensions/sample-python/sample-python.py:
    	A extensions/sample-python/sample-python.xml.in:
    
    	Move python extensions from Pyphany to Epiphany Extensions.

 ChangeLog                                          |   20 +
 configure.ac                                       |   57 +++-
 extensions/python-console/.cvsignore               |   10 +
 extensions/python-console/Makefile.am              |   15 +
 extensions/python-console/console.py               |  364 ++++++++++++++++++++
 extensions/python-console/python-console.xml.in    |   14 +
 extensions/sample-python/.cvsignore                |   10 +
 extensions/sample-python/Makefile.am               |   22 ++
 extensions/sample-python/sample-python-location.py |   19 +
 .../sample-python/sample-python-location.xml.in    |   13 +
 extensions/sample-python/sample-python-menu.py     |  103 ++++++
 extensions/sample-python/sample-python-menu.xml.in |   13 +
 .../sample-python/sample-python-statusbar.py       |  128 +++++++
 .../sample-python/sample-python-statusbar.xml.in   |   13 +
 extensions/sample-python/sample-python.py          |   17 +
 extensions/sample-python/sample-python.xml.in      |   13 +
 16 files changed, 820 insertions(+), 11 deletions(-)

commit 73071a43120cd3967efc457afab3716a4eb0d0fa
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat May 21 02:28:50 2005 +0000

    	Use GnomeVFS to monitor the scripts directory for changes. No more
    	browser restarting :)

 ChangeLog                                          |   11 ++
 .../greasemonkey/ephy-greasemonkey-extension.c     |  158 +++++++++++++++----
 2 files changed, 135 insertions(+), 34 deletions(-)

commit b39447015f6c71cae2f4cf920ad67274732f9b14
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Fri May 20 12:45:31 2005 +0000

    Updated German translation.
    
    2005-05-20  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |   10 ++-
 po/de.po     |  175 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 119 insertions(+), 66 deletions(-)

commit 7f240d2e0faa54755d2c868b7f19388f4124bb05
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri May 20 10:06:16 2005 +0000

    	Actually change greasemonkey.xml.in.in from the sample one...

 ChangeLog                                      |    6 ++++++
 extensions/greasemonkey/greasemonkey.xml.in.in |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 8402ff00a89e5dcd44e125f4c33f8df058b5be71
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri May 20 03:05:00 2005 +0000

    	Initial C-based Greasemonkey extension.
    
    	What it does:
    	- Lets you right-click on ".user.js" links to install
    	- Uses all scripts in ~/.gnome2/epiphany/extensions/data/greasemonkey
    	- Loads scripts on startup, and applies them on every page load
    
    	What it does not do:
    	- Let you modify the URLs to which a script applies (the Firefox
    	greasemonkey plugin makers made their format very restrictive, so
    	users *must* be allowed to add new URL patterns manually :()
    	- Apply scripts as soon as you download them (you must restart
    	Epiphany. I'll make it listen on gnome-vfs soon.)
    	- Export Javascript functions, GM_log, GM_xmlhttpRequest, GM_getValue,
    	GM_setValue, GM_registerMenuCommand. These will be tricky ;).
    	- Support the ".tld" pseudo-TLD

 ChangeLog                                          |   52 ++
 configure.ac                                       |    6 +-
 extensions/greasemonkey/.cvsignore                 |    9 +
 extensions/greasemonkey/Makefile.am                |   47 ++
 .../greasemonkey/ephy-greasemonkey-extension.c     |  529 ++++++++++++++++++++
 .../greasemonkey/ephy-greasemonkey-extension.h     |   60 +++
 extensions/greasemonkey/extension.c                |   46 ++
 extensions/greasemonkey/greasemonkey-script.c      |  334 ++++++++++++
 extensions/greasemonkey/greasemonkey-script.h      |   65 +++
 extensions/greasemonkey/greasemonkey.xml.in.in     |   13 +
 extensions/greasemonkey/mozilla/.cvsignore         |    8 +
 extensions/greasemonkey/mozilla/Makefile.am        |   25 +
 .../greasemonkey/mozilla/mozilla-helpers.cpp       |  101 ++++
 extensions/greasemonkey/mozilla/mozilla-helpers.h  |   36 ++
 14 files changed, 1329 insertions(+), 2 deletions(-)

commit 7073ad049ada1ca065949701a2649b4477781a06
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu May 19 11:19:19 2005 +0000

    Add RSS item to context menu, and refactor DBUS code. Fixes bug #301001,
    
    2005-05-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/Makefile.am:
    	* extensions/rss/ephy-rss-extension.c:
    	(ephy_rss_feed_subscribe_cb), (ephy_rss_ge_context_cb),
    	(ephy_rss_update_action), (impl_attach_tab), (impl_detach_tab),
    	(impl_attach_window):
    	* extensions/rss/rss-dbus.c: (rss_dbus_subscribe_feed):
    	* extensions/rss/rss-dbus.h:
    	* extensions/rss/rss-feedlist.c: (rss_feedlist_add),
    	(rss_feedlist_compare_feeds), (rss_feedlist_contains):
    	* extensions/rss/rss-feedlist.h:
    	* extensions/rss/rss-ui.c: (rss_ui_subscribe_selected):
    	* extensions/rss/rss-ui.h:
    
    	Add RSS item to context menu, and refactor DBUS code.
    	Fixes bug #301001, patch by Raphaël Slinckx.

 ChangeLog                           |   18 +++++
 extensions/rss/Makefile.am          |    2 +
 extensions/rss/ephy-rss-extension.c |  120 +++++++++++++++++++++++++++--------
 extensions/rss/rss-dbus.c           |  102 +++++++++++++++++++++++++++++
 extensions/rss/rss-dbus.h           |   38 +++++++++++
 extensions/rss/rss-feedlist.c       |   18 +++++
 extensions/rss/rss-feedlist.h       |    2 +
 extensions/rss/rss-ui.c             |   83 +-----------------------
 extensions/rss/rss-ui.h             |    8 +--
 9 files changed, 277 insertions(+), 114 deletions(-)

commit 97f830244d7fd3b863a8cc1468c93e78d9615660
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri May 6 15:35:52 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-05-06  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    7 +-
 po/bg.po     |  603 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 466 insertions(+), 144 deletions(-)

commit 4d92a86faf52a649fcaf3634e4744a66ba6921c4
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri May 6 09:01:04 2005 +0000

    Updated Czech translation.
    
    2005-05-06  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  460 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 254 insertions(+), 210 deletions(-)

commit 18f5465f1f2a980b1af410b0e3aa6c9d92262971
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed May 4 05:26:16 2005 +0000

    Updated Canadian English translation.
    
    2005-05-04  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  457 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 252 insertions(+), 209 deletions(-)

commit bb1f53603e45d9b1ab11e75cc87b0f2110c6f766
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun May 1 14:29:24 2005 +0000

    Updated Spanish translation.
    
    2005-05-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++
 po/es.po     |  165 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 106 insertions(+), 63 deletions(-)

commit 11c9983f6b1a7dbf49e033e6e44592e66af2e6ee
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Sat Apr 30 14:46:12 2005 +0000

    Added a Finnish translation.
    
    2005-04-30  Pauli Virtanen <pauli.virtanen@hut.fi>
    
    	* fi.po: Added a Finnish translation.

 po/ChangeLog |    4 +
 po/LINGUAS   |    2 +-
 po/fi.po     |  903 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 908 insertions(+), 1 deletions(-)

commit 99a2d44b26f5f10e89d288240d4a644f211f51b0
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Fri Apr 29 04:42:39 2005 +0000

    Remove non-existant source file in POTFILES.in

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 4232e94a813983cf350f7c9240d22982aacce2ab
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Apr 28 20:21:48 2005 +0000

    Disable colour changes, since they're not themeable. Fixes bug #302326.
    
    2005-04-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tab-states/ephy-tab-states-extension.c:
    	(ephy_tab_states_extension_init), (sync_active_tab),
    	(sync_load_status):
    
    	Disable colour changes, since they're not themeable. Fixes
    	bug #302326.

 ChangeLog                                         |    9 +++++++
 extensions/tab-states/ephy-tab-states-extension.c |   27 ++++++++++++++++++--
 2 files changed, 33 insertions(+), 3 deletions(-)

commit 6be2106fdabb903f76948a03a5b07e26c7f329c1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Apr 26 12:03:40 2005 +0000

    Ged rid of all API checks which check for 1.8-only API, and introduce a
    
    2005-04-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Ged rid of all API checks which check for 1.8-only API, and introduce
            a Gecko version check instead.
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Use new HAVE_GECKO_1_8 define instead of the API defines.

 ChangeLog                                          |   12 ++++
 configure.ac                                       |   62 +++++++++----------
 .../mozilla/ErrorViewerConsoleListener.cpp         |    4 +-
 extensions/page-info/mozilla/mozilla-helpers.cpp   |    2 +-
 4 files changed, 44 insertions(+), 36 deletions(-)

commit 33f42a5c142f8a4e8a51e1550af554b53351507b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Apr 24 18:40:21 2005 +0000

    Update

 README |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 1dcb96c0d869c891d25524460658fec9b7914a03
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Apr 19 11:30:19 2005 +0000

    Constification.
    
    2005-04-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    	(ephy_actions_extension_update_menus):
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(impl_attach_window):
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-exten
    	sion.c:
    	* extensions/page-info/ephy-page-info-extension.c:
    	(impl_attach_window):
    	* extensions/page-info/page-info-dialog.c:
    	(media_info_page_construct), (links_info_page_construct):
    	* extensions/rss/ephy-rss-extension.c:
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	* extensions/sidebar/ephy-sidebar-embed.c:
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    
    	Constification.

 ChangeLog                                          |   23 ++++++++++++++++++++
 extensions/actions/ephy-actions-extension.c        |   15 +++++-------
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    4 +-
 .../certificates/ephy-certificates-extension.c     |   10 +++-----
 .../error-viewer/ephy-error-viewer-extension.c     |    5 +--
 .../ephy-extensions-manager-ui-extension.c         |    2 +-
 extensions/page-info/ephy-page-info-extension.c    |    5 +--
 extensions/page-info/page-info-dialog.c            |   21 ++++++++---------
 extensions/rss/ephy-rss-extension.c                |    2 +-
 extensions/select-stylesheet/ephy-css-menu.c       |    2 +-
 extensions/sidebar/ephy-sidebar-embed.c            |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c        |    4 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    2 +-
 13 files changed, 56 insertions(+), 41 deletions(-)

commit e583a4a9d28f716fcea620e2028b498931478e07
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Apr 19 10:29:59 2005 +0000

    Use gtk_action_set_[sensitive|visible] instead of g_object_set.
    
    2005-04-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    	(ephy_actions_extension_add_action):
    	* extensions/certificates/ephy-certificates-extension.c:
    	(sync_security_status):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(update_actions):
    	* extensions/page-info/page-info-dialog.c:
    	(treeview_info_page_filter), (media_info_page_filter),
    	(media_info_page_construct):
    	* extensions/rss/ephy-rss-extension.c: (ephy_rss_update_action):
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(ephy_css_menu_rebuild):
    	* extensions/sidebar/ephy-sidebar-embed.c: (hide_embed_popup_cb),
    	(show_context_menu):
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(context_menu_cb):
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(update_tab_move_menu_cb):
    
    	Use gtk_action_set_[sensitive|visible] instead of g_object_set.

 ChangeLog                                          |   23 +++++++++++++++++
 extensions/actions/ephy-actions-extension.c        |    2 +-
 .../certificates/ephy-certificates-extension.c     |    2 +-
 .../error-viewer/ephy-error-viewer-extension.c     |    4 +-
 extensions/page-info/page-info-dialog.c            |    8 +++---
 extensions/rss/ephy-rss-extension.c                |    2 +-
 extensions/select-stylesheet/ephy-css-menu.c       |    2 +-
 extensions/sidebar/ephy-sidebar-embed.c            |   26 ++++++++++++-------
 .../smart-bookmarks/smart-bookmarks-extension.c    |    3 +-
 extensions/tabsmenu/ephy-tab-move-menu.c           |    3 +-
 10 files changed, 52 insertions(+), 23 deletions(-)

commit de892f3e76791ec7d2f50182bb0b453326d6d86f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Apr 18 10:37:59 2005 +0000

    Don't attach to ge_new_window; ephy handles this internally now.
    
    2005-04-18  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-embed.c:
    	(ephy_sidebar_embed_create_embed):
    
    	Don't attach to ge_new_window; ephy handles this internally now.

 ChangeLog                               |    7 +++++++
 extensions/sidebar/ephy-sidebar-embed.c |   23 -----------------------
 2 files changed, 7 insertions(+), 23 deletions(-)

commit 2be639ec49fb195adda09b7ec82910744c42ace7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Apr 16 11:49:49 2005 +0000

    Use g_markup_printf_escaped when printing pango markup.
    
    2005-04-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/rss-ui.c: (rss_ui_fill_list_store):
    
    	Use g_markup_printf_escaped when printing pango markup.

 ChangeLog               |    6 ++++++
 extensions/rss/rss-ui.c |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 107596ba4149a810f4073b8a0f8ac11bedbd224e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Apr 16 11:19:39 2005 +0000

    Implement drag-and-drop and context menu in the subscribe dialogue. Patch
    
    2005-04-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/rss/ephy-rss-extension.c: (ephy_rss_ge_feed_cb),
    	(ephy_rss_ge_content_cb), (ephy_rss_update_action),
    	(ephy_rss_sync_active_tab), (ephy_rss_load_status_cb),
    	(impl_attach_window), (impl_detach_window):
    	* extensions/rss/rss-ui.c: (rss_ui_get_selected_feed),
    	(rss_ui_treeview_page_copy_selected), (rss_ui_build_context_menu),
    	(rss_ui_treeview_show_popup), (rss_ui_treeview_button_pressed_cb),
    	(rss_ui_drag_begin_cb), (rss_ui_drag_data_get_cb),
    	(rss_ui_constructor):
    
    	Implement drag-and-drop and context menu in the subscribe dialogue.
    	Patch by Raphaël Slinckx.

 ChangeLog                           |   15 +++
 extensions/rss/ephy-rss-extension.c |   40 +++----
 extensions/rss/rss-ui.c             |  202 ++++++++++++++++++++++++++++++++++-
 3 files changed, 233 insertions(+), 24 deletions(-)

commit 0b6ac05fcacb432cdfab470824df2c2ba1e2a0b6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Apr 14 17:25:44 2005 +0000

    Fix compilation with gcc4. Patch by Sebastien Bacher, fixes bug #300637.
    
    2005-04-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    	(ephy_actions_extension_init),
    	(ephy_actions_extension_save_actions):
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/page-info/page-info-dialog.c:
    	(media_drag_data_get_cb), (links_drag_data_get_cb):
    
    	 Fix compilation with gcc4. Patch by Sebastien Bacher,
             fixes bug #300637.

 ChangeLog                                          |   12 ++++++++++++
 extensions/actions/ephy-actions-extension.c        |   11 ++++++-----
 .../mozilla/ErrorViewerConsoleListener.cpp         |    1 +
 extensions/page-info/page-info-dialog.c            |    4 ++--
 4 files changed, 21 insertions(+), 7 deletions(-)

commit 77d19b43df68b5d279d1b315e4aa93c2233fb85f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Apr 14 15:27:12 2005 +0000

    Don't default to -Werror.
    
    2005-04-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Don't default to -Werror.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 931169af6df95fee6718b1f612c044c11cfd87df
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Apr 10 18:52:19 2005 +0000

    A extensions/rss/.cvsignore: A extensions/rss/Makefile.am: A
    
    2005-04-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	A extensions/rss/.cvsignore:
    	A extensions/rss/Makefile.am:
    	A extensions/rss/ephy-rss-extension.c:
    	A extensions/rss/ephy-rss-extension.h:
    	A extensions/rss/extension.c:
    	A extensions/rss/rss-feedlist.c:
    	A extensions/rss/rss-feedlist.h:
    	A extensions/rss/rss-ui.c:
    	A extensions/rss/rss-ui.glade:
    	A extensions/rss/rss-ui.h:
    	A extensions/rss/rss.xml.in.in:
    	A extensions/sidebar/ephy-sidebar.c:
    	* po/POTFILES.in:
    
    	Newsfeed extractor extension, written by Raphaël Slinckx.
    	Bug #171908.

 AUTHORS                             |    3 +
 ChangeLog                           |   20 ++
 configure.ac                        |    5 +-
 extensions/rss/.cvsignore           |    9 +
 extensions/rss/Makefile.am          |   44 +++
 extensions/rss/ephy-rss-extension.c |  520 ++++++++++++++++++++++++++++++
 extensions/rss/ephy-rss-extension.h |   59 ++++
 extensions/rss/extension.c          |   47 +++
 extensions/rss/rss-feedlist.c       |  145 +++++++++
 extensions/rss/rss-feedlist.h       |   71 ++++
 extensions/rss/rss-ui.c             |  597 +++++++++++++++++++++++++++++++++++
 extensions/rss/rss-ui.glade         |  204 ++++++++++++
 extensions/rss/rss-ui.h             |   76 +++++
 extensions/rss/rss.xml.in.in        |   13 +
 extensions/sidebar/ephy-sidebar.c   |   78 +++--
 po/POTFILES.in                      |    4 +
 16 files changed, 1860 insertions(+), 35 deletions(-)

commit a0d209a836171c4c311879674302c0e305d68ce7
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Apr 9 21:08:45 2005 +0000

    Add stuff to sort links, media by type, forms Fix bug #172390
    
    2005-04-09  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    
    	Add stuff to sort links, media by type, forms
    	Fix bug #172390

 ChangeLog                                        |    8 ++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   78 ++++++++++++++++++++++
 extensions/page-info/mozilla/mozilla-helpers.h   |    8 ++-
 3 files changed, 91 insertions(+), 3 deletions(-)

commit 33e0c7dead17b54810312fb833ac02cae035a947
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Apr 8 13:30:41 2005 +0000

    Fix for changed EphyNodeDb save API.
    
    2005-04-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    	(ephy_actions_extension_save_actions):
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(ephy_sidebar_extension_finalize):
    
    	Fix for changed EphyNodeDb save API.

 ChangeLog                                   |    9 +++++++++
 extensions/actions/ephy-actions-extension.c |    3 ++-
 extensions/sidebar/ephy-sidebar-extension.c |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)

commit a9454e22be5ded43d2e4e8b936427c80191593f1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Apr 6 14:47:47 2005 +0000

    Fix for MOZILLA_INTERNAL_API change.
    
    2005-04-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/mozilla/mozilla-helpers.cpp:
    	* extensions/find/TypeAheadFind.cpp:
    	* extensions/find/mozilla/mozilla-find.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.cpp:
    
    	Fix for MOZILLA_INTERNAL_API change.

 ChangeLog                                          |   15 +++++++++++++++
 configure.ac                                       |    5 +++++
 extensions/adblock/mozilla/MozAdBlocker.cpp        |    4 ++--
 .../mozilla/ErrorViewerConsoleListener.cpp         |    4 ++--
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    4 ++--
 .../error-viewer/mozilla/mozilla-helpers.cpp       |    4 ++--
 extensions/find/TypeAheadFind.cpp                  |    4 ++--
 extensions/find/mozilla/mozilla-find.cpp           |    4 ++--
 extensions/page-info/mozilla/mozilla-helpers.cpp   |    4 ++--
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    4 ++--
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |    4 ++--
 11 files changed, 38 insertions(+), 18 deletions(-)

commit 9798de16a2d5758195e2f6984164cf9ea3dbe168
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sat Apr 2 14:30:04 2005 +0000

    Updated Japanese translation for HEAD (v1.6.1).
    
    2005-04-02  Takeshi AIHANA <aihana@gnome.gr.jp>
    	* ja.po: Updated Japanese translation for HEAD (v1.6.1).

 po/ChangeLog |    6 +-
 po/ja.po     |  386 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 288 insertions(+), 104 deletions(-)

commit 21a36b246941f698b39d51b87ae3c70c3e91db73
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Apr 2 11:37:49 2005 +0000

    Distcheck fix.
    
    2005-04-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am:
    	* configure.ac:
    
    	Distcheck fix.

 ChangeLog    |    7 +++++++
 Makefile.am  |    2 +-
 configure.ac |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)

commit 5c716d4da18efd2455c8297784e2e435f0333d54
Author: Steven Michael Murphy <smurphy@src.gnome.org>
Date:   Fri Apr 1 18:21:02 2005 +0000

    Added new Language, Kinyarwanda (rw), to this package

 po/ChangeLog |    5 +
 po/LINGUAS   |    2 +-
 po/rw.po     | 1089 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1095 insertions(+), 1 deletions(-)

commit 35f92967337ecf89d1849bbb97a90f92ad85defa
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Fri Apr 1 08:00:18 2005 +0000

    updated Walloon file

 po/ChangeLog |    4 ++++
 po/wa.po     |   14 +++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit efe079376509401b8148f79a170db42da0e41f9c
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Fri Apr 1 07:53:33 2005 +0000

    updated Walloon file

 po/wa.po |  726 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 561 insertions(+), 165 deletions(-)

commit e0f7d337d94f0df96763b443c108ac0ef5efe4d7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 30 19:29:54 2005 +0000

    Tiny improvement.
    
    2005-03-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    
    	Tiny improvement.

 ChangeLog                                          |    6 ++++++
 .../mozilla/ErrorViewerConsoleListener.cpp         |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 0cd9467fbcec2fe33ae153bf25b25b13a5e6651f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 30 18:43:22 2005 +0000

    Fix for mozilla API change.
    
    2005-03-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    
    	Fix for mozilla API change.

 ChangeLog                                          |    7 ++
 configure.ac                                       |   17 +++++
 .../mozilla/ErrorViewerConsoleListener.cpp         |   68 +++++++++++++------
 3 files changed, 70 insertions(+), 22 deletions(-)

commit 9a918fd0790a384e06cdbb57d701730d3262d483
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Mar 27 13:36:09 2005 +0000

    Updated Spanish translation.
    
    2005-03-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  400 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 295 insertions(+), 109 deletions(-)

commit 21ddfaad1cb82c5f2559f7739b1cd6f928c3720d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Mar 21 20:38:13 2005 +0000

    Set the default size from code, not from glade. Fixes size persistence of
    
    2005-03-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (page_info_dialog_new):
    	* extensions/page-info/page-info.glade:
    
    	Set the default size from code, not from glade. Fixes size persistence
    	of the page info dialogue.

 ChangeLog                               |    8 ++++++++
 extensions/page-info/page-info-dialog.c |    2 ++
 extensions/page-info/page-info.glade    |    2 --
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 9d4b292b4846f3caa2ff520e30b0d056eb21b3ac
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Mar 20 18:44:05 2005 +0000

    Fix branch name

 po/ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4ffe58ab667ace10346a5c05873f24484d2e0d0e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Mar 20 18:42:53 2005 +0000

    Fix ChangeLog

 po/ChangeLog |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 148c55610181803a2f5df2c753df4cb7da71c13e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 20 17:38:59 2005 +0000

    Hungarian translation updated.
    
    2005-03-20  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  349 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 269 insertions(+), 84 deletions(-)

commit 2d4220ec87ea0a96ee933947cc5c280fd6035fa1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 20 11:20:48 2005 +0000

    Fix extensions list without --with-extensions.
    
    2005-03-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix extensions list without --with-extensions.

 ChangeLog    |    6 ++++++
 configure.ac |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 1b7abd450c19a3d0b8237cd6ffddebda8b292f3d
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Mar 19 21:22:51 2005 +0000

    Page Info gets href attribute for embed elements. Fix bug #170786.
    
    2005-03-19  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	(ProcessEmbedNode):
    
    	Page Info gets href attribute for embed elements.
    	Fix bug #170786.

 ChangeLog                                        |    8 +++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   36 ++++++++++++++++++----
 2 files changed, 38 insertions(+), 6 deletions(-)

commit c84bd4e045a41f499d53e85e0d6b61ded2d0fdc3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Mar 19 19:45:00 2005 +0000

    Typo fix.
    
    2005-03-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(ephy_bookmarks_tray_extension_init):
    
    	Typo fix.

 ChangeLog                                          |    7 +++++++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 2fd08acfdba4498e4f5d5d5ef3a0e968319a4de7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Mar 19 15:14:15 2005 +0000

    Remove label, and add tooltip. Based on a patch by Lars Strojny.
    
    2005-03-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(ephy_bookmarks_tray_extension_init):
    
    	Remove label, and add tooltip. Based on a patch by Lars Strojny.

 ChangeLog                                          |    7 +++++++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   13 ++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

commit 97567216abcecd67eecc38d52650cb1b1961ec9f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Mar 15 12:16:38 2005 +0000

    Enable typeahead search in the treeview. Patch by Jean-François Rameau,
    
    2005-03-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(fill_list_store), (build_ui), (extension_added_cb):
    
    	Enable typeahead search in the treeview. Patch by  Jean-François
    	Rameau, fixes bug #170322.

 ChangeLog                                          |    8 ++++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    6 ++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit e40f8d666174cdca4dabf52777c9a9c2c8bb7957
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Mar 12 20:17:36 2005 +0000

    Fix configure check for nsITypeAheadFind.h.
    
    2005-03-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix configure check for nsITypeAheadFind.h.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 06baf00e11fc923fdb68a50edd15bf02fc06925f
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Mar 11 13:43:59 2005 +0000

    Updated Czech translation.
    
    2005-03-11  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  396 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 295 insertions(+), 105 deletions(-)

commit f997e3b60218dd1881503450e0f7441210f9e371
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 9 23:35:34 2005 +0000

    Prefer firefox over mozilla libraries.
    
    2005-03-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Prefer firefox over mozilla libraries.

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit b2fa0fa5dcb14f3e43e572f5520b8c9db83eab57
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Mar 9 11:54:07 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-03-09  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  354 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 273 insertions(+), 85 deletions(-)

commit 73bcbd962147884a462d28d000d93c303b50eb61
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Mar 7 20:52:42 2005 +0000

    Updated Slovak translation.
    
    2005-03-07  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  373 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 280 insertions(+), 97 deletions(-)

commit 770aaf00992f4e12c7d64d7e773a0ac0f912a151
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Mar 7 20:02:53 2005 +0000

    Version 1.7.0.
    
    2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Version 1.7.0.

 ChangeLog    |    6 ++++++
 configure.ac |   14 +++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 8b5d3da255b3a8d59a221c7d288dbb4addadf9fd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Mar 7 19:14:07 2005 +0000

    *** empty log message ***

 po/ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2aa57585a687488edf9aa7e7ff713adc7d090428
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Mon Mar 7 19:11:08 2005 +0000

    2005-03-07  Jordi Mallach  <jordi@sindominio.net>:
    
    	* extensions/sidebar/ephy-sidebar-embed.c: (popup_menu_at_coords):
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(ephy_sidebar_extension_init), (ephy_sidebar_extension_finalize):
    
    	Fix compile with gcc-4.0 on amd64 (Debian #290309).

 ChangeLog                                   |    8 ++++++++
 extensions/sidebar/ephy-sidebar-embed.c     |    2 +-
 extensions/sidebar/ephy-sidebar-extension.c |   10 +++++-----
 3 files changed, 14 insertions(+), 6 deletions(-)

commit 68404992fa40328381deb935cabc90f5889617f2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Mar 7 18:20:10 2005 +0000

    === Release 1.6.0 ===
    
    2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.6.0 ===
    
    	* NEWS:
    	* configure.ac:
    
    	Update for 1.6.0.
    
    	* extensions/sidebar/ephy-sidebar-extension.c: (fixup),
    	(impl_attach_window), (impl_detach_window), (impl_fixup_tab),
    	(ephy_sidebar_extension_iface_init):
    
    	Work around gtk+ bug 169116.

 ChangeLog                                   |   15 +++++++++++++++
 NEWS                                        |   17 +++++++++++++++++
 configure.ac                                |    6 +++---
 extensions/sidebar/ephy-sidebar-extension.c |   24 ++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 3 deletions(-)

commit 5f6b0427dea0f47b84c958278d621dba5d909cf5
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Mon Mar 7 00:42:22 2005 +0000

    Updated German translation.
    
    2005-03-07  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  390 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 292 insertions(+), 102 deletions(-)

commit c2eccfda3eb6a4cd831b1593da734ba554b29977
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sun Mar 6 01:10:46 2005 +0000

    Update. Updated Canadian English translation.
    
    
    	* POTFILES.in: Update.
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog   |    5 +
 po/POTFILES.in |    1 -
 po/en_CA.po    |  383 +++++++++++++++++++++++++++++++++++++++++---------------
 3 files changed, 286 insertions(+), 103 deletions(-)

commit 319c1eaf5235e21cd24f9d0eb9ab3fc9e0480e01
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sat Mar 5 13:16:39 2005 +0000

    Epiphany doesn't default to offline when Network Manager is not alive.
    
    2005-03-05  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/net-monitor/ephy-net-monitor-extension.c:
    	(ephy_net_monitor_network_status)
    
    	Epiphany doesn't default to offline when Network Manager is not alive.

 ChangeLog                                          |    7 +++++++
 .../net-monitor/ephy-net-monitor-extension.c       |   19 +++++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 69b3ee70c9c8a5c02a30682d160ee2342bd2532d
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Fri Mar 4 14:16:08 2005 +0000

    Hungarian translation updated by Gabor Kelemen.
    
    2005-03-04  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Hungarian translation updated by Gabor Kelemen.

 po/ChangeLog |    4 +
 po/hu.po     |  361 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 252 insertions(+), 113 deletions(-)

commit 7f9308ceec302a4253b54738d1cc148cac5dd780
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Mar 3 14:42:41 2005 +0000

    extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c
    
    2005-03-03  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c
    
    	Bad ephy-link.h include. Use the Epiphany's include directory instead.
    
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    	(MozAdBlocker::ShouldLoad)
    
    	Fix typo.

 ChangeLog                                          |   11 +++++++++++
 extensions/adblock/mozilla/MozAdBlocker.cpp        |    4 ++--
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 95eae301393beb06d2a85b6ddc0d9406ab53e044
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Mar 3 14:25:05 2005 +0000

    Remove ephy-link.h, it's installed by Epiphany.
    
    2005-03-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/Makefile.am:
    	* include/ephy-link.h:
    
    	Remove ephy-link.h, it's installed by Epiphany.

 ChangeLog           |    7 +++++
 include/Makefile.am |    1 -
 include/ephy-link.h |   69 ---------------------------------------------------
 3 files changed, 7 insertions(+), 70 deletions(-)

commit 9e8f12f14a8fa622a273ebfc007fd20a42aa283a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Mar 3 10:59:12 2005 +0000

    Don't double-unref.
    
    2005-03-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(background_download_completed_cb):
    
    	Don't double-unref.

 ChangeLog                               |    7 +++++++
 extensions/page-info/page-info-dialog.c |    2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2499d55dfe61fcd9b4e9f812837d7b4ccd5371ab
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 2 19:49:47 2005 +0000

    Refactor context menu copy code, and add context menu Copy to the metadata
    
    2005-03-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_drag_begin_cb), (treeview_info_page_get_selected_rows),
    	(treeview_info_page_get_selected_data),
    	(treeview_info_page_copy_selected), (treeview_info_page_filter),
    	(general_info_page_fill), (media_get_selected_medium_type),
    	(save_a_medium), (download_path_response_cb),
    	(media_save_medium_cb), (background_download_completed_cb),
    	(media_set_image_as_background_cb), (media_drag_data_get_cb),
    	(media_info_page_new), (links_drag_data_get_cb),
    	(links_info_page_new), (forms_info_page_new),
    	(metadata_info_page_construct), (metadata_info_page_new):
    
    	Refactor context menu copy code, and add context menu Copy to the
    	metadata treeview.

 ChangeLog                                      |   19 ++
 extensions/page-info/mozilla/mozilla-helpers.h |    2 +
 extensions/page-info/page-info-context-ui.xml  |   14 +-
 extensions/page-info/page-info-dialog.c        |  305 ++++++++++++------------
 4 files changed, 186 insertions(+), 154 deletions(-)

commit 6fdf145a9333c1a3db5df796b716cb88213bf404
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 2 18:14:26 2005 +0000

    Put the media view embed in a frame instead of a viewport, to work around
    
    2005-03-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info.glade:
    
    	Put the media view embed in a frame instead of a viewport,
    	to work around gtk+ bug 168966.
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-dialog.c: (page_info_set_text),
    	(general_info_page_fill), (background_download_completed_cb),
    	(forms_info_page_construct), (metadata_info_page_construct),
    	(metadata_add_dc_tag), (metadata_info_page_fill),
    	(metadata_info_page_new), (page_info_dialog_init),
    	(page_info_dialog_new):
    	* extensions/page-info/page-info.glade:
    
    	Implement Metadata tab, written by Jean-François Rameau.

 ChangeLog                                        |   19 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |   57 +++-
 extensions/page-info/mozilla/mozilla-helpers.h   |    8 +-
 extensions/page-info/page-info-dialog.c          |  348 +++++++++++------
 extensions/page-info/page-info.glade             |  442 +++++++++++++++++++++-
 5 files changed, 745 insertions(+), 129 deletions(-)

commit 07ab33c3d95ad81b4560b2aabb9e7c106ab43731
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Mar 2 14:01:30 2005 +0000

    Sync with Epiphany.
    
    2005-03-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/EphyUtils.h:
    	* include/eel-gconf-extensions.h:
    	* include/egg-editable-toolbar.h:
    	* include/egg-toolbars-model.h:
    	* include/ephy-debug.h:
    	* include/ephy-dnd.h:
    	* include/ephy-file-chooser.h:
    	* include/ephy-file-helpers.h:
    	* include/ephy-gui.h:
    	* include/ephy-link.h:
    	* include/ephy-prefs.h:
    
    	Sync with Epiphany.

 ChangeLog                      |   16 ++++++
 include/egg-editable-toolbar.h |   18 +++----
 include/egg-toolbars-model.h   |  104 ++++++++++++++++++++++-----------------
 include/ephy-file-chooser.h    |   12 +++--
 include/ephy-file-helpers.h    |   25 ++++++++++
 include/ephy-gui.h             |   19 +++++++
 include/ephy-link.h            |    6 +--
 include/ephy-prefs.h           |    2 +
 8 files changed, 138 insertions(+), 64 deletions(-)

commit 9e393289194a4e8c50701f351d2d0523bac4c0b9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Mar 1 20:42:59 2005 +0000

    Make sure mozilla is started before setting the prefs.
    
    2005-03-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/find/ephy-find-extension.c:
    	(ephy_find_extension_init):
    	* extensions/find/mozilla-helpers.cpp:
    
    	Make sure mozilla is started before setting the prefs.

 ChangeLog                             |    8 ++++++++
 extensions/find/ephy-find-extension.c |    3 +++
 extensions/find/mozilla-helpers.cpp   |    6 ------
 3 files changed, 11 insertions(+), 6 deletions(-)

commit 1e900ad6466b08824df1cd333d06b6728b3b2467
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 27 22:53:18 2005 +0000

    Shut up

 extensions/actions/.cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a2aa52199eb52f215b583121960aff7f991dd658
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 27 22:51:17 2005 +0000

    Enable extension description translations.
    
    2005-02-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/actions.xml.in.in:
    	* extensions/bookmarks-tray/bookmarks-tray.xml.in.in:
    	* extensions/certificates/certificates.xml.in.in:
    	* extensions/find/find.xml.in.in:
    	* extensions/net-monitor/net-monitor.xml.in.in:
    	* extensions/page-info/page-info.xml.in.in:
    	* extensions/select-stylesheet/select-stylesheet.xml.in.in:
    	* extensions/sidebar/sidebar.xml.in.in:
    	* po/POTFILES.in:
    	* po/POTFILES.skip:
    
    	Enable extension description translations.

 ChangeLog                                          |   15 +++++++++++++
 extensions/actions/actions.xml.in.in               |    2 +-
 extensions/bookmarks-tray/bookmarks-tray.xml.in.in |    2 +-
 extensions/certificates/certificates.xml.in.in     |    2 +-
 extensions/find/find.xml.in.in                     |    2 +-
 extensions/net-monitor/net-monitor.xml.in.in       |    2 +-
 extensions/page-info/page-info.xml.in.in           |    2 +-
 .../select-stylesheet/select-stylesheet.xml.in.in  |    2 +-
 extensions/sidebar/sidebar.xml.in.in               |    2 +-
 po/POTFILES.in                                     |   23 ++++++++++++++++++-
 po/POTFILES.skip                                   |   18 ---------------
 11 files changed, 44 insertions(+), 28 deletions(-)

commit 659e35829397fb3357c7fb47f86c3730269c20de
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 27 22:19:29 2005 +0000

    Post-release version bump.
    
    2005-02-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0b03fcf077bb78fc14a2fe8dcd57e5d8ea82ae7d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 27 22:18:55 2005 +0000

    === Release 1.5.8 ===
    
    2005-02-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.8 ===
    
    	* configure.ac:
    
    	Fix configure checks.

 ChangeLog    |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit b295286fe6d039285cc1b29830107bb2602f6935
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 27 19:46:49 2005 +0000

    Version 1.5.8.
    
    2005-02-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	Version 1.5.8.

 ChangeLog    |    7 +++++++
 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 31 insertions(+), 2 deletions(-)

commit 0aaa31bcf09d6df78858ab3ce09f6b91fbb8fb68
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Feb 27 16:52:01 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  670 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 477 insertions(+), 198 deletions(-)

commit fee75483baea4dcefac3ee4940b22492492db343
Author: Estêvão Samuel Procópio <tevaum@src.gnome.org>
Date:   Fri Feb 25 20:57:03 2005 +0000

    Updating Brazilian Portuguese Translation

 po/ChangeLog |    4 +
 po/pt_BR.po  |  563 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 408 insertions(+), 159 deletions(-)

commit 8eebb66fff2b1aa9e8b4352b28dd718a47b3bf82
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Feb 21 21:53:05 2005 +0000

    Fix typo.
    
    2005-02-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/find/mozilla-helpers.cpp:
    
    	Fix typo.

 ChangeLog                           |    6 ++++++
 extensions/find/mozilla-helpers.cpp |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit cc51eca8ab5d2dd710530933b11c3f495611a432
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Feb 21 20:00:15 2005 +0000

    Make sure the typeaheadfind prefs are disabled, and restore their state on
    
    2005-02-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/find/ephy-find-bar.cpp:
    	* extensions/find/mozilla-helpers.cpp:
    	* extensions/find/mozilla-helpers.h:
    
    	Make sure the typeaheadfind prefs are disabled,
    	and restore their state on exit.

 ChangeLog                           |    9 +++++
 extensions/find/ephy-find-bar.cpp   |    4 ++
 extensions/find/mozilla-helpers.cpp |   57 +++++++++++++++++++++++++++++++++++
 extensions/find/mozilla-helpers.h   |    4 ++
 4 files changed, 74 insertions(+), 0 deletions(-)

commit 42a67201e38e504110ab971427ae46470164d9c2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Feb 21 18:42:07 2005 +0000

    Use $PKG_CONFIG.
    
    2005-02-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Use $PKG_CONFIG.

 ChangeLog    |    6 ++++++
 configure.ac |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 3017cefac652490571bdb696065a7035fa8930b9
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Feb 20 22:16:27 2005 +0000

    extensions/gestures/ephy-gestures-extension.c
    
    2005-02-20  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c
    
    	Disable gestures while print preview mode.

 ChangeLog                                     |    6 ++++++
 extensions/gestures/ephy-gestures-extension.c |   25 +++++++++++++++++--------
 2 files changed, 23 insertions(+), 8 deletions(-)

commit 381355c3e5ed8ab41e227e5169419998344720a8
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 20 20:31:56 2005 +0000

    Adapt the copy-template tool to the configure.ac/Makefile.am changes.
    
    2005-02-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* tools/copy-template:
    
    	Adapt the copy-template tool to the configure.ac/Makefile.am changes.

 ChangeLog           |    6 ++++
 tools/copy-template |   84 ++-------------------------------------------------
 2 files changed, 9 insertions(+), 81 deletions(-)

commit 49357d449176b7e975401fa487e1ea7aca1540f1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 20 20:25:25 2005 +0000

    Simplify.
    
    2005-02-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    
    	Simplify.

 ChangeLog              |    7 ++++
 configure.ac           |   76 ++++++++++++++++--------------------------
 extensions/Makefile.am |   87 +----------------------------------------------
 3 files changed, 38 insertions(+), 132 deletions(-)

commit b932614d61c11f88e2a4f799da7e3f34570338b2
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Feb 20 16:46:13 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-02-20  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  242 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 179 insertions(+), 67 deletions(-)

commit 829ce795f6fa8ee7de56a0274b28f12b72bfb3e0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 20 15:13:57 2005 +0000

    Focus links while finding.
    
    2005-02-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/find/TypeAheadFind.cpp:
    
    	Focus links while finding.

 ChangeLog                         |    6 ++++++
 extensions/find/TypeAheadFind.cpp |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit b558d388ad2293f4cd2dc5ec03d6d971534cdc50
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Feb 18 12:44:54 2005 +0000

    Updated Korean translation.
    
    2005-02-18  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     |  595 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 560 insertions(+), 39 deletions(-)

commit 15f5017f75e40f2573fecbe988c304161e573e0b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Feb 17 21:03:48 2005 +0000

    Don't activate find bar when pressing Space. Fixes bug #167415.
    
    2005-02-17  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/find/ephy-find-bar.cpp:
    
    	Don't activate find bar when pressing Space. Fixes bug #167415.

 ChangeLog                         |    6 ++++++
 extensions/find/ephy-find-bar.cpp |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit adcb7be58975a70ef1d3500ccd2e148b9a190197
Author: David Lodge <dave@cirt.net>
Date:   Tue Feb 15 23:04:57 2005 +0000

    Update English (British) translation.
    
    2005-02-15  David Lodge  <dave@cirt.net>
    
    	* en_GB.po: Update English (British) translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  523 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 372 insertions(+), 155 deletions(-)

commit e9b1fe6a06e656ab6a61b6f6b4905d6868811683
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 13 23:28:36 2005 +0000

    Destroy open "Add to sidebar" dialogues when unloading the extension.
    
    2005-02-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(extension_weak_notify_cb), (add_dialog_weak_notify_cb),
    	(ephy_sidebar_extension_add_sidebar_cb):
    
    	Destroy open "Add to sidebar" dialogues when unloading the
    	extension. Fixes bug #156523.

 ChangeLog                                   |    9 +++++++++
 extensions/sidebar/ephy-sidebar-extension.c |   27 +++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

commit 95a711f3709c064bfa2e8746e1a74cf690503830
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 13 21:43:42 2005 +0000

    Ref the tray icon. Should fix bug #163819.
    
    2005-02-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(ephy_bookmarks_tray_extension_init),
    	(ephy_bookmarks_tray_extension_finalize):
    
    	Ref the tray icon. Should fix bug #163819.

 ChangeLog                                          |    8 ++++++++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    3 +++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit e856cee7a0d9cd239bdcf50f4ec470710da8507d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 13 16:35:59 2005 +0000

    Removed unnecessary file.
    
    2005-02-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/find/mozilla/Makefile.am:
    
    	Removed unnecessary file.

 ChangeLog                           |    7 +++++++
 configure.ac                        |    1 -
 extensions/find/mozilla/Makefile.am |   26 --------------------------
 3 files changed, 7 insertions(+), 27 deletions(-)

commit 3c8037e0fe56980932680b9e25734e7533af1af0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 13 16:28:45 2005 +0000

    Check for toolkit nsITypeAheadFind.
    
    2005-02-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Check for toolkit nsITypeAheadFind.
    
    	* extensions/find/Makefile.am:
    	A extensions/find/TypeAheadFind.cpp:
    	A extensions/find/TypeAheadFind.h:
    
    	nsITypeAheadFind wrapper.
    
    	* extensions/find/eggfindbar.c: (entry_changed_callback),
    	(egg_find_bar_init), (egg_find_bar_finalize),
    	(egg_find_bar_get_search_string):
    
    	Put the entry in a event box. Works around gtk+ bug #167259,
    	fixes bug #164797.
    
    	R extensions/find/ephy-find-bar.c:
    	A extensions/find/ephy-find-bar.cpp:
    
    	Highlighting is gone for now. Use typeaheadfind wrapper.
    
    	* extensions/find/ephy-find-extension.c: (impl_detach_tab):
    	* extensions/find/ephy-find-extension.h:
    
    	Don't need to detach tab.
    
    	A extensions/find/mozilla-helpers.cpp:
    	A extensions/find/mozilla-helpers.h:
    
    	Helpers to scroll the embed.

 ChangeLog                             |   34 ++
 configure.ac                          |   11 +
 extensions/find/Makefile.am           |   28 +-
 extensions/find/TypeAheadFind.cpp     |  162 ++++++
 extensions/find/TypeAheadFind.h       |   60 ++
 extensions/find/eggfindbar.c          |   52 +--
 extensions/find/ephy-find-bar.c       |  818 ---------------------------
 extensions/find/ephy-find-bar.cpp     |  982 +++++++++++++++++++++++++++++++++
 extensions/find/ephy-find-extension.c |    5 +-
 extensions/find/ephy-find-extension.h |   14 +-
 extensions/find/mozilla-helpers.cpp   |   87 +++
 extensions/find/mozilla-helpers.h     |   38 ++
 12 files changed, 1423 insertions(+), 868 deletions(-)

commit 06095105e441be8792457bcd32332e4dcd59358c
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Feb 13 05:16:02 2005 +0000

    Updated Japanese translation for v1.5.7.
    
    2005-02-13  Takeshi AIHANA <aihana@gnome.gr.jp>
    	* ja.po: Updated Japanese translation for v1.5.7.

 po/ChangeLog |    4 +
 po/ja.po     |  390 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 253 insertions(+), 141 deletions(-)

commit 9e72af2c7e017da59465faf85e149960b5d85121
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Feb 12 15:46:09 2005 +0000

    Updated Spanish translation.
    
    2005-02-12  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  184 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 144 insertions(+), 44 deletions(-)

commit 9e8b72de661c6c130eb0d39df0784d66d40647c9
Author: Marcel Telka <marcel@telka.sk>
Date:   Sat Feb 12 09:20:09 2005 +0000

    Updated Slovak translation.
    
    2005-02-12  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |  112 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 58 insertions(+), 58 deletions(-)

commit a0651924cc263c06d9a20921869dc518da9d4e5f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Feb 11 15:44:02 2005 +0000

    Better fix for mozilla API change: split getting the render mode into a
    
    2005-02-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/Makefile.am:
    	* extensions/page-info/mozilla/PageInfoPrivate.cpp:
    	* extensions/page-info/mozilla/PageInfoPrivate.h:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-dialog.c:
    	(general_info_page_fill):
    
    	Better fix for mozilla API change: split getting the
    	render mode into a different file where we can include
    	internal strings. That way we can still distinguish
    	all three modes.

 ChangeLog                                        |   15 ++++++++
 extensions/page-info/mozilla/Makefile.am         |    4 ++-
 extensions/page-info/mozilla/PageInfoPrivate.cpp |   43 ++++++++++++++++++++++
 extensions/page-info/mozilla/PageInfoPrivate.h   |   28 ++++++++++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   26 ++------------
 extensions/page-info/mozilla/mozilla-helpers.h   |    1 +
 extensions/page-info/page-info-dialog.c          |    1 +
 7 files changed, 94 insertions(+), 24 deletions(-)

commit 8b00803eb3b0ebed376423064fed6a4fbd905f8e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Feb 11 15:25:50 2005 +0000

    Fix build for sh != bash. Patch by Grzegorz Golawski, fixes bug #167011.
    
    2005-02-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/Makefile.am:
    	* extensions/adblock/Makefile.am:
    	* extensions/bookmarks-tray/Makefile.am:
    	* extensions/certificates/Makefile.am:
    	* extensions/dashboard/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/extensions-manager-ui/Makefile.am:
    	* extensions/find/Makefile.am:
    	* extensions/gestures/Makefile.am:
    	* extensions/net-monitor/Makefile.am:
    	* extensions/page-info/Makefile.am:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample/Makefile.am:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/sidebar/Makefile.am:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tab-states/Makefile.am:
    	* extensions/tabsmenu/Makefile.am:
    
    	Fix build for sh != bash. Patch by Grzegorz Golawski,
    	fixes bug #167011.

 ChangeLog                                    |   25 +++++++++++++++++++++++++
 extensions/actions/Makefile.am               |    2 +-
 extensions/adblock/Makefile.am               |    2 +-
 extensions/bookmarks-tray/Makefile.am        |    2 +-
 extensions/certificates/Makefile.am          |    2 +-
 extensions/dashboard/Makefile.am             |    2 +-
 extensions/error-viewer/Makefile.am          |    2 +-
 extensions/extensions-manager-ui/Makefile.am |    2 +-
 extensions/find/Makefile.am                  |    2 +-
 extensions/gestures/Makefile.am              |    2 +-
 extensions/net-monitor/Makefile.am           |    2 +-
 extensions/page-info/Makefile.am             |    2 +-
 extensions/sample-mozilla/Makefile.am        |    2 +-
 extensions/sample/Makefile.am                |    2 +-
 extensions/select-stylesheet/Makefile.am     |    2 +-
 extensions/sidebar/Makefile.am               |    2 +-
 extensions/smart-bookmarks/Makefile.am       |    2 +-
 extensions/tab-groups/Makefile.am            |    2 +-
 extensions/tab-states/Makefile.am            |    2 +-
 extensions/tabsmenu/Makefile.am              |    2 +-
 20 files changed, 44 insertions(+), 19 deletions(-)

commit 067078f22b0077557251a1481244798b6840c15a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 8 23:27:06 2005 +0000

    Dist po/LINGUAS.
    
    2005-02-09  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am:
    
    	Dist po/LINGUAS.

 ChangeLog   |    6 ++++++
 Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 909bb8b1684d6c6c26d11d99fa05cbb3e1428d24
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 8 23:13:38 2005 +0000

    A po/LINGUAS:
    
    2005-02-09  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	A po/LINGUAS:
    
    	Get the list of languages from po/LINGUAS.

 ChangeLog    |    7 +++++++
 configure.ac |    5 ++++-
 po/LINGUAS   |    3 +++
 3 files changed, 14 insertions(+), 1 deletions(-)

commit 077c44f9a718c7fd21388ed703c19ca0ee8664d0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 8 00:04:14 2005 +0000

    Post-release version bump.
    
    2005-02-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 69ce5b72dd52d0ec2c9b275c93e8d058219a45f9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 8 00:03:35 2005 +0000

    === Release 1.5.7 ===
    
    2005-02-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.7 ===
    
    	* configure.ac:
    	* extensions/Makefile.am:

 ChangeLog              |    7 +++++++
 configure.ac           |    7 +++----
 extensions/Makefile.am |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

commit 94f53534c24ef4df569aa71b8ab59709f421d771
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Feb 7 15:36:15 2005 +0000

    Fix for mozilla API change.
    
    2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Fix for mozilla API change.

 ChangeLog                                        |    6 ++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   22 +++++++++++++++++++---
 2 files changed, 25 insertions(+), 3 deletions(-)

commit fc0b04299eb2f4bc9f620d14380fdeb2c9cd03ab
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 7 15:34:37 2005 +0000

    Update

 NEWS |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

commit 722ffb2a1d21d52a30461538cb5da1304bb2d465
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 6 22:50:31 2005 +0000

    Updated.
    
    2005-02-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.skip: Updated.

 po/ChangeLog     |    4 ++++
 po/POTFILES.skip |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 187e139527a47513c2de2d2213656721960bedf7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 6 22:49:50 2005 +0000

    Make sure epiphany was compiled with dbus support when the net-monitor
    
    2005-02-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Make sure epiphany was compiled with dbus support when
    	the net-monitor extension is requested.

 ChangeLog    |    7 +++++++
 configure.ac |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 6e8a8e4e061ef89d19a2127fc5eac7cea701b9b9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 6 14:35:58 2005 +0000

    Attach to the location entry's lock-clicked signal too.
    
    2005-02-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(show_page_certificate), (padlock_button_press_cb),
    	(impl_attach_window), (impl_detach_window):
    
    	Attach to the location entry's lock-clicked signal too.

 ChangeLog                                          |    8 +++++
 .../certificates/ephy-certificates-extension.c     |   32 +++++++++++++++-----
 extensions/tab-states/ephy-tab-states-extension.c  |    1 +
 3 files changed, 33 insertions(+), 8 deletions(-)

commit 155c488c3c2f6e5e4d9807260c9d0777d74e3c55
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Feb 3 23:22:39 2005 +0000

    Bad signal/connect/callback implementation.
    
    2005-02-04  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/net-monitor/ephy-net-monitor-extension.c:
    	(connect_to_system_bus_cb, disconnect_from_system_bus_cb,
    	ephy_net_monitor_startup):
    
    	Bad signal/connect/callback implementation.

 ChangeLog                                          |    8 ++++
 .../net-monitor/ephy-net-monitor-extension.c       |   43 ++++++++++++-------
 2 files changed, 35 insertions(+), 16 deletions(-)

commit fe818246c8157b289af156086afd1e9d95a62d6f
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Thu Feb 3 06:27:13 2005 +0000

    Updated German translation.
    
    2005-02-03  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   48 ++++++++++++++----------------------------------
 2 files changed, 18 insertions(+), 34 deletions(-)

commit 1767a60bda19554f1f2da80ccfa52c92d55e66b6
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Feb 3 01:13:21 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/en_CA.po |   31 +++++++++++++------------------
 1 files changed, 13 insertions(+), 18 deletions(-)

commit ebb3391cc2e9fee914ae9399614d5ea1be6eb7e7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Feb 3 00:59:08 2005 +0000

    Shut up

 extensions/net-monitor/.cvsignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 358945bcdce75e888f4ed54f150cb4ff78c6513e
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Feb 3 00:21:02 2005 +0000

    	Add Adam Hooper as author of adblock
    	Fix a tiny typo in the extensions guide
    	Change the title and description of net-monitor

 AUTHORS                                      |    1 +
 ChangeLog                                    |   10 ++++++++++
 doc/writing-epiphany-extensions.xml          |    2 +-
 extensions/net-monitor/net-monitor.xml.in.in |    5 +++--
 4 files changed, 15 insertions(+), 3 deletions(-)

commit 8e5bef7d34db3e379cff97f87945778bbee6d63a
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Feb 2 23:21:30 2005 +0000

    A extensions/net-monitor/.cvsignore: A extensions/net-monitor/Makefile.am:
    
    2005-02-02  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* AUTHORS:
    	* configure.ac:
    	* extensions/Makefile.am:
    	A extensions/net-monitor/.cvsignore:
    	A extensions/net-monitor/Makefile.am:
    	A extensions/net-monitor/ephy-net-monitor-extension.c:
    	A extensions/net-monitor/ephy-net-monitor-extension.h:
    	A extensions/net-monitor/extension.c:
    	A extensions/net-monitor/net-monitor.xml.in.in
    
    	Add "Net Monitor" extension, written by Jean-François Rameau

 AUTHORS                                            |    1 +
 ChangeLog                                          |   14 +
 configure.ac                                       |   20 +-
 extensions/Makefile.am                             |    6 +-
 extensions/net-monitor/.cvsignore                  |    9 +
 extensions/net-monitor/Makefile.am                 |   37 +++
 .../net-monitor/ephy-net-monitor-extension.c       |  328 ++++++++++++++++++++
 .../net-monitor/ephy-net-monitor-extension.h       |   60 ++++
 extensions/net-monitor/extension.c                 |   44 +++
 extensions/net-monitor/net-monitor.xml.in.in       |   13 +
 10 files changed, 528 insertions(+), 4 deletions(-)

commit 2ea727c2ef41066c56468da8edbb18212478313d
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Wed Feb 2 20:34:20 2005 +0000

    Updated Czech translation.
    
    2005-02-02  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 107 insertions(+), 2 deletions(-)

commit 4895101672fb88c683b5a7d80640ff940617d3e7
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Feb 2 14:51:22 2005 +0000

    Better error dialog when command failed.
    
    2005-02-02  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/actions/ephy-actions-extension.c:
    	(ephy_actions_extension_run_action):
    
    	Better error dialog when command failed.

 ChangeLog                                   |    7 +++++++
 extensions/actions/ephy-actions-extension.c |    7 ++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 00dca47a03da816e129f5d6a2be7560d103ee94f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Feb 2 11:48:46 2005 +0000

    Remove tooltip from window. Fixes bug #166010.
    
    2005-02-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/actions/action-properties.glade:
    
    	Remove tooltip from window. Fixes bug #166010.

 ChangeLog                                  |    6 ++++++
 extensions/actions/action-properties.glade |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 5a3076a4c202faeb19e05f89c91b9cb051714cb1
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Wed Feb 2 08:07:02 2005 +0000

    Updated German translation.
    
    2005-02-02  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  395 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 258 insertions(+), 141 deletions(-)

commit aa6404a7e280bb89efbb41060f0a5646bc8c6487
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Feb 2 06:25:35 2005 +0000

    Updated Slovak translation.
    
    2005-02-02  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |  142 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 131 insertions(+), 15 deletions(-)

commit a4cd21f33b5fa632e9d4f36728c009ccc034a17e
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Wed Feb 2 05:40:56 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |  143 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 132 insertions(+), 15 deletions(-)

commit 0a6f1b66a799da1b626d579a895283f247e56a11
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Tue Feb 1 15:37:29 2005 +0000

    Updated Lithuanian translation.
    
    2005-02-01  Žygimantas Beručka  <uid0@akl.lt>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  596 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 558 insertions(+), 42 deletions(-)

commit 4267dabedd877cc0a092b1ece00439052a957127
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 1 14:20:08 2005 +0000

    Updated.
    
    2005-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in:
    	* POTFILES.skip: Updated.

 po/ChangeLog     |    5 +++++
 po/POTFILES.in   |    2 ++
 po/POTFILES.skip |    1 +
 3 files changed, 8 insertions(+), 0 deletions(-)

commit 0972021804174fb6891beb76b1214f4e00e067f2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 1 14:17:46 2005 +0000

    A extensions/actions/.cvsignore: A extensions/actions/Makefile.am: A
    
    2005-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* AUTHORS:
    	* configure.ac:
    	* extensions/Makefile.am:
    	A extensions/actions/.cvsignore:
    	A extensions/actions/Makefile.am:
    	A extensions/actions/action-properties.glade:
    	A extensions/actions/actions-editor.glade:
    	A extensions/actions/actions.xml.in.in:
    	A extensions/actions/ephy-actions-extension-editor-dialog.c:
    	A extensions/actions/ephy-actions-extension-editor-dialog.h:
    	A extensions/actions/ephy-actions-extension-properties-dialog.c:
    	A extensions/actions/ephy-actions-extension-properties-dialog.h:
    	A extensions/actions/ephy-actions-extension-util.c:
    	A extensions/actions/ephy-actions-extension-util.h:
    	A extensions/actions/ephy-actions-extension.c:
    	A extensions/actions/ephy-actions-extension.h:
    	A extensions/actions/extension.c: (register_module):
    
    	Add "Actions" extension, written by Jean-Yves Lefort.
    
    	* extensions/adblock/ad-uri-tester.c: (match_uri):
    
    	Fix build.
    
    	* po/POTFILES.in:
    
    	Updated.

 AUTHORS                                            |    3 +
 ChangeLog                                          |   30 +
 configure.ac                                       |   10 +-
 extensions/Makefile.am                             |   12 +-
 extensions/actions/.cvsignore                      |    9 +
 extensions/actions/Makefile.am                     |   46 ++
 extensions/actions/action-properties.glade         |  390 ++++++++++
 extensions/actions/actions-editor.glade            |  187 +++++
 extensions/actions/actions.xml.in.in               |   13 +
 .../actions/ephy-actions-extension-editor-dialog.c |  702 ++++++++++++++++++
 .../actions/ephy-actions-extension-editor-dialog.h |   62 ++
 .../ephy-actions-extension-properties-dialog.c     |  475 +++++++++++++
 .../ephy-actions-extension-properties-dialog.h     |   67 ++
 extensions/actions/ephy-actions-extension-util.c   |   47 ++
 extensions/actions/ephy-actions-extension-util.h   |   28 +
 extensions/actions/ephy-actions-extension.c        |  746 ++++++++++++++++++++
 extensions/actions/ephy-actions-extension.h        |   85 +++
 extensions/actions/extension.c                     |   40 +
 extensions/adblock/ad-uri-tester.c                 |    4 +-
 po/POTFILES.in                                     |    3 +
 20 files changed, 2949 insertions(+), 10 deletions(-)

commit 365b1cc0b7c9a101d4fb0e51a2d04017549ecf27
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 30 14:34:57 2005 +0000

    Add missing QI.
    
    2005-01-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Add missing QI.

 ChangeLog                                        |    6 ++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 81dc50e09b94138f786f290ce61f6fdf2b3f2fc3
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Jan 30 01:33:22 2005 +0000

    Updated Spanish translation.
    
    2005-01-30  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  348 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 199 insertions(+), 153 deletions(-)

commit 720080e7ec4ddd57980b6d9bc83659eb2e5b9f3d
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 29 16:03:34 2005 +0000

    	Updated to include some Python

 ChangeLog                           |    6 ++
 doc/writing-epiphany-extensions.xml |  165 ++++++++++++++++++++--------------
 2 files changed, 103 insertions(+), 68 deletions(-)

commit 6d6cd4ff2456c4016fb44fe2ba73084233f3eff1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 28 22:30:47 2005 +0000

    Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs
    
    2005-01-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/ad-blocker.c: (ad_blocker_init),
    	(ad_blocker_finalize):
    	* extensions/adblock/ad-uri-tester.c: (match_uri),
    	(ad_uri_tester_init), (ad_uri_tester_finalize):
    	* extensions/adblock/ephy-adblock-extension.c:
    	(ephy_adblock_extension_init), (ephy_adblock_extension_finalize):
    	* extensions/adblock/extension.c: (register_module):
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(show_context_menu), (button_toggled_cb), (button_button_press_cb),
    	(button_popup_menu_cb), (ephy_bookmarks_tray_extension_init),
    	(ephy_bookmarks_tray_extension_finalize):
    	* extensions/bookmarks-tray/extension.c: (register_module):
    	* extensions/certificates/ephy-certificates-extension.c:
    	(ephy_certificates_extension_init),
    	(ephy_certificates_extension_finalize), (sync_security_status),
    	(impl_attach_tab), (impl_detach_tab), (impl_attach_window),
    	(impl_detach_window):
    	* extensions/certificates/extension.c: (register_module):
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(load_status_cb), (ephy_dashboard_extension_init):
    	* extensions/dashboard/ephy-dashboard.c: (register_module):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(ephy_error_viewer_extension_init),
    	(ephy_error_viewer_extension_finalize), (impl_attach_window):
    	* extensions/error-viewer/extension.c: (register_module):
    	* extensions/error-viewer/link-checker.c: (link_checker_init),
    	(link_checker_finalize):
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/error-viewer/sgml-validator.c: (sgml_validator_init),
    	(sgml_validator_finalize):
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-exten
    	sion.c: (ephy_extensions_manager_ui_extension_init),
    	(ephy_extensions_manager_ui_extension_finalize),
    	(impl_attach_window), (impl_detach_window):
    	* extensions/extensions-manager-ui/extension.c: (register_module):
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(extensions_manager_ui_init), (extensions_manager_ui_finalize):
    	* extensions/find/ephy-find-bar.c: (ensure_offscren_window),
    	(update_find_properties), (find_entry_key_press_event_cb),
    	(entry_preedit_changed_cb), (embed_net_stop_cb),
    	(embed_key_press_event_cb), (set_focus_cb), (unset_embed),
    	(update_find_bar), (sync_active_tab), (ephy_find_bar_show),
    	(ephy_find_bar_hide), (ephy_find_bar_next),
    	(ephy_find_bar_previous), (ephy_find_bar_close):
    	* extensions/find/ephy-find-extension.c:
    	(ephy_find_extension_init), (ephy_find_extension_finalize),
    	(toolbar_weak_unref_cb), (impl_attach_window),
    	(impl_detach_window), (impl_detach_tab):
    	* extensions/find/extension.c: (register_module):
    	* extensions/find/mozilla/mozilla-find.cpp:
    	* extensions/gestures/ephy-gesture.c: (ephy_gesture_finalize):
    	* extensions/gestures/ephy-gestures-extension.c:
    	(gesture_performed_cb), (impl_attach_tab), (impl_detach_tab):
    	* extensions/gestures/gestures.c: (register_module):
    	* extensions/page-info/ephy-page-info-extension.c:
    	(ephy_page_info_extension_init),
    	(ephy_page_info_extension_finalize),
    	(ephy_page_info_extension_display_cb), (impl_attach_window):
    	* extensions/page-info/extension.c: (register_module):
    	* extensions/page-info/page-info-dialog.c:
    	(general_info_page_fill), (page_info_dialog_finalize):
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(ephy_sample2_extension_init), (ephy_sample2_extension_finalize),
    	(dom_mouse_down_cb), (impl_attach_window), (impl_detach_window),
    	(impl_attach_tab), (impl_detach_tab):
    	* extensions/sample-mozilla/sample-mozilla.c: (register_module):
    	* extensions/sample/ephy-sample-extension.c:
    	(ephy_sample_extension_init), (ephy_sample_extension_finalize),
    	(impl_attach_window), (impl_detach_window), (impl_attach_tab),
    	(impl_detach_tab):
    	* extensions/sample/sample.c: (register_module):
    	* extensions/select-stylesheet/ephy-select-stylesheet-extension.c:
    	(ephy_select_stylesheet_extension_init), (impl_attach_window):
    	* extensions/select-stylesheet/extension.c: (register_module):
    	* extensions/sidebar/ephy-sidebar-embed.c: (show_context_menu),
    	(embed_mouse_click_cb):
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(impl_attach_window), (impl_detach_window),
    	(ephy_sidebar_extension_finalize):
    	* extensions/sidebar/extension.c: (register_module):
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(rebuild_ui), (smart_bookmark_added_cb),
    	(smart_bookmark_removed_cb), (smart_bookmark_changed_cb),
    	(impl_attach_window), (impl_detach_window),
    	(smart_bookmarks_extension_init):
    	* extensions/smart-bookmarks/smart-bookmarks.c: (register_module):
    	* extensions/tab-groups/ephy-tab-grouper.c:
    	(ephy_tab_grouper_init), (ephy_tab_grouper_finalize):
    	* extensions/tab-groups/ephy-tab-groups-extension.c:
    	(ephy_tab_groups_extension_init):
    	* extensions/tab-states/ephy-tab-states-extension.c:
    	(ephy_tab_states_extension_init),
    	(ephy_tab_states_extension_finalize), (impl_attach_window),
    	(impl_detach_window), (impl_attach_tab), (impl_detach_tab):
    	* extensions/tab-states/extension.c: (register_module):
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(add_action_and_menu_item), (update_tab_move_menu_cb),
    	(ephy_tab_move_menu_set_window):
    	* extensions/tabsmenu/ephy-tabs-menu-extension.c:
    	(ephy_tabs_menu_extension_init),
    	(ephy_tabs_menu_extension_finalize):
    	* extensions/toolbar-extras/ephy-multi-smart-action.c:
    	(create_menu_item), (entry_activate_cb),
    	(ephy_multi_smart_action_init), (ephy_multi_smart_action_finalize),
    	(ephy_multi_smart_action_set_mode),
    	(ephy_multi_smart_action_set_id), (smart_address_notifier),
    	(mode_notifier), (clean_after_use_notifier),
    	(case_sensitive_notifier):
    	* extensions/toolbar-extras/ephy-toolbar-extras-extension.c:
    	(ephy_toolbar_extras_extension_init),
    	(ephy_toolbar_extras_extension_finalize), (action_request_cb):
    	* extensions/toolbar-extras/toolbar-extras.c: (register_module):
    	* include/ephy-debug.h:
    
    	Add ; to all LOG statements, and adapt ephy-debug.h for
    	non-GNUC-varargs case.

 ChangeLog                                          |  119 ++++++++++++++++++++
 extensions/adblock/ad-blocker.c                    |    4 +-
 extensions/adblock/ad-uri-tester.c                 |    6 +-
 extensions/adblock/ephy-adblock-extension.c        |    4 +-
 extensions/adblock/extension.c                     |    2 +-
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   12 +-
 extensions/bookmarks-tray/extension.c              |    2 +-
 .../certificates/ephy-certificates-extension.c     |   14 +-
 extensions/certificates/extension.c                |    2 +-
 extensions/dashboard/ephy-dashboard-extension.c    |    6 +-
 extensions/dashboard/ephy-dashboard.c              |    2 +-
 .../error-viewer/ephy-error-viewer-extension.c     |    6 +-
 extensions/error-viewer/extension.c                |    2 +-
 extensions/error-viewer/link-checker.c             |    4 +-
 .../mozilla/ErrorViewerConsoleListener.cpp         |    2 +-
 extensions/error-viewer/sgml-validator.c           |    4 +-
 .../ephy-extensions-manager-ui-extension.c         |    8 +-
 extensions/extensions-manager-ui/extension.c       |    2 +-
 .../extensions-manager-ui/extensions-manager-ui.c  |    4 +-
 extensions/find/ephy-find-bar.c                    |   36 +++---
 extensions/find/ephy-find-extension.c              |   12 +-
 extensions/find/extension.c                        |    2 +-
 extensions/find/mozilla/mozilla-find.cpp           |   18 ++--
 extensions/gestures/ephy-gesture.c                 |    2 +-
 extensions/gestures/ephy-gestures-extension.c      |    6 +-
 extensions/gestures/gestures.c                     |    2 +-
 extensions/page-info/ephy-page-info-extension.c    |    8 +-
 extensions/page-info/extension.c                   |    2 +-
 extensions/page-info/page-info-dialog.c            |    4 +-
 extensions/sample-mozilla/ephy-sample2-extension.c |   14 +-
 extensions/sample-mozilla/sample-mozilla.c         |    2 +-
 extensions/sample/ephy-sample-extension.c          |   12 +-
 extensions/sample/sample.c                         |    2 +-
 .../ephy-select-stylesheet-extension.c             |    4 +-
 extensions/select-stylesheet/extension.c           |    2 +-
 extensions/sidebar/ephy-sidebar-embed.c            |    4 +-
 extensions/sidebar/ephy-sidebar-extension.c        |    6 +-
 extensions/sidebar/extension.c                     |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |   14 +-
 extensions/smart-bookmarks/smart-bookmarks.c       |    2 +-
 extensions/tab-groups/ephy-tab-grouper.c           |    4 +-
 extensions/tab-groups/ephy-tab-groups-extension.c  |    2 +-
 extensions/tab-states/ephy-tab-states-extension.c  |   12 +-
 extensions/tab-states/extension.c                  |    2 +-
 extensions/tabsmenu/ephy-tab-move-menu.c           |    6 +-
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    4 +-
 .../toolbar-extras/ephy-multi-smart-action.c       |   20 ++--
 .../toolbar-extras/ephy-toolbar-extras-extension.c |    6 +-
 extensions/toolbar-extras/toolbar-extras.c         |    2 +-
 include/ephy-debug.h                               |   22 +++-
 50 files changed, 286 insertions(+), 155 deletions(-)

commit 12873cf13fe709697f70200e7d6b0322caa7e9dc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 28 20:08:08 2005 +0000

    Distribute the doc

 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e942a6068afd5aa2289bc1f5262cf9e50053429d
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Jan 28 14:06:48 2005 +0000

    Updated Czech translation.
    
    2005-01-28  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  274 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 162 insertions(+), 116 deletions(-)

commit d92ca570596fbb18b3ae97d42d500399b91a5842
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 28 01:14:30 2005 +0000

    	Use attach_tab/detach_tab

 ChangeLog                                          |    8 +++
 extensions/dashboard/ephy-dashboard-extension.c    |   66 +++-----------------
 .../error-viewer/ephy-error-viewer-extension.c     |   36 +++--------
 3 files changed, 26 insertions(+), 84 deletions(-)

commit 7f83e76ed5db447b1fe79ce7972ae99b16ad08fa
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 28 01:11:07 2005 +0000

    	Use attach_tab/detach_tab

 ChangeLog |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 1f939d62dcb69c341be047e50845d057b88019e1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 27 22:47:33 2005 +0000

    This doesn't need to implement EphyExtensionIface.
    
    2005-01-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(ephy_bookmarks_tray_extension_register_type),
    	(ephy_bookmarks_tray_extension_finalize):
    
    	This doesn't need to implement EphyExtensionIface.

 ChangeLog                                          |    8 ++++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   36 --------------------
 2 files changed, 8 insertions(+), 36 deletions(-)

commit 44a5a4d094b9bdf3c297e41afa21baa75e925487
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Jan 26 22:27:20 2005 +0000

    extensions/certificates/ephy-certificates-extension.c
    
    2005-01-26  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c
    
    	Implement EphyExtension's attach_window/detach_window interface
    	instead of simulating them.

 ChangeLog                                          |    9 +++-
 .../certificates/ephy-certificates-extension.c     |   54 +++++--------------
 2 files changed, 22 insertions(+), 41 deletions(-)

commit c632c88b197d1b17c16af49302919f1e5227c80e
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Jan 26 19:02:36 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-01-26  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  271 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 160 insertions(+), 115 deletions(-)

commit 1c059a3206ef2a90239dcd471fd636d69b29b9c5
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Jan 26 05:19:56 2005 +0000

    Updated Slovak translation.
    
    2005-01-26  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  253 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 144 insertions(+), 113 deletions(-)

commit 68efb04ffbd38a932aa3aba8b1c864325150ef74
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Tue Jan 25 21:19:47 2005 +0000

    Implement EphyExtension's attach_window/detach_window interface instead of
    
    2005-01-25  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* epiphany-extensions/extensions/sample-mozilla/ephy-sample2-extension.c:
    
    	Implement EphyExtension's attach_window/detach_window interface
    	instead of simulating them.

 ChangeLog                                          |    7 ++
 extensions/sample-mozilla/ephy-sample2-extension.c |   67 +++++++-------------
 2 files changed, 30 insertions(+), 44 deletions(-)

commit b301320dc780bcc044cf7c692e23de7dc8bb737c
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Tue Jan 25 16:06:47 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  257 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 146 insertions(+), 115 deletions(-)

commit e0a45403eaaf95c0965da5d97849c5deb3dfac6c
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jan 25 14:20:45 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-01-25  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  856 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 640 insertions(+), 221 deletions(-)

commit 74c296b80e600660af26310397842776d3d0ada5
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Jan 25 13:22:16 2005 +0000

    2005-01-25 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 +++
 po/ja.po     |   64 +++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 54 insertions(+), 14 deletions(-)

commit 24f6ce0672cba0958100c8b59ee0a126256f0f48
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Tue Jan 25 08:23:22 2005 +0000

    Updated German translation.
    
    2005-01-25  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  270 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 160 insertions(+), 114 deletions(-)

commit 3dfbab96256563ca80d1f1ed5cce8396949d9d41
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jan 24 15:29:23 2005 +0000

    Post-release version bump.
    
    2005-01-24  Christian Persch,,,  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit cb6595e6bdbd96f4def31cb1a764a51040816da9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jan 24 15:28:19 2005 +0000

    === Release 1.5.6 ===
    
    2005-01-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.6 ===

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cd39f620fd2a12b259edf9b1f0592c1d1d54cb1b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jan 24 14:19:01 2005 +0000

    Update

 NEWS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9b87b591d9ec0d61e8f53d5c52feff635d4bf6f1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jan 24 14:18:12 2005 +0000

    Version 1.5.6.
    
    2005-01-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	Version 1.5.6.

 ChangeLog    |    9 ++++++++-
 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 37 insertions(+), 3 deletions(-)

commit eb17d00e8fb949a7cb0e9af0d687347479f3a8d1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jan 24 11:53:52 2005 +0000

    Updated. Fixes bug #165046.
    
    2005-01-24  Christian Persch,,,  <chpe@cvs.gnome.org>
    
    	* POTFILES.in:
    	* POTFILES.skip: Updated. Fixes bug #165046.

 po/ChangeLog     |    5 +++++
 po/POTFILES.in   |    2 +-
 po/POTFILES.skip |    3 ++-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 3a8931606c11328876b593a8faaf2ed31d904500
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 23 23:12:11 2005 +0000

    Epiphany API change.
    
    2005-01-24  Christian Persch,,,  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c:
    	(gesture_performed_cb), (dom_mouse_down_cb):
    	* extensions/sidebar/ephy-sidebar-embed.c: (show_context_menu),
    	(embed_mouse_click_cb):
    
    	Epiphany API change.

 ChangeLog                                     |    9 +++++++++
 extensions/gestures/ephy-gestures-extension.c |   16 +++-------------
 extensions/sidebar/ephy-sidebar-embed.c       |   20 ++++++++++----------
 3 files changed, 22 insertions(+), 23 deletions(-)

commit 63f17f91c5be173887f1a5fe7e0a31f483f69c82
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Sun Jan 23 13:47:29 2005 +0000

    Implement EphyExtension attach_window/detach_window interface instead of
    
    2005-01-23  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
            * extensions/page-info/ephy-page-info-extension.c:
    
            Implement EphyExtension attach_window/detach_window interface
            instead of simulating them.

 ChangeLog                                       |    7 ++++
 extensions/page-info/ephy-page-info-extension.c |   38 +++++------------------
 2 files changed, 15 insertions(+), 30 deletions(-)

commit 04e9b5b23078f1647ba477de0fc63a44b6c1fcff
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 22 16:07:03 2005 +0000

    	Calculate uri length once instead of once per regular expression.

 ChangeLog                          |    7 +++++++
 extensions/adblock/ad-uri-tester.c |   25 +++++++++++++++++--------
 2 files changed, 24 insertions(+), 8 deletions(-)

commit 440abe1dfbb499ea66821a8d4f73f9f21c2336ad
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 22 02:20:20 2005 +0000

    	Use pcre instead of pcreposix. Check for utf-8 support, too.

 ChangeLog                          |    8 ++++
 configure.ac                       |   30 ++++++++++++-
 extensions/adblock/ad-uri-tester.c |   81 +++++++++--------------------------
 3 files changed, 57 insertions(+), 62 deletions(-)

commit 7b35659464131351ea33b7d29c502f72ce61b3ff
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 21 16:54:12 2005 +0000

    	Re-space extensions list
    
    	Fix statusbar icon behavior

 ChangeLog                                   |   17 +++++
 configure.ac                                |    7 +-
 extensions/adblock/ad-blocker.c             |   57 +++++++++------
 extensions/adblock/ad-blocker.h             |    2 +
 extensions/adblock/ephy-adblock-extension.c |  102 ++++++++++++++-------------
 5 files changed, 110 insertions(+), 75 deletions(-)

commit a8718666a95f6272452e25338f96e69aff82fe6e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 21 13:47:02 2005 +0000

    Get CFLAGS and LIBS for POSIX PCRE.
    
    2005-01-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Get CFLAGS and LIBS for POSIX PCRE.
    
    	* extensions/adblock/Makefile.am:
    
    	Use PCRE CFLAGS and LIBS instead of hardcoding things.
    
    	* extensions/adblock/mozilla/Makefile.am:
    
    	Fix builddir != srcdir build.
    
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    	* extensions/adblock/mozilla/mozilla-helpers.cpp:
    
    	Fix includes.

 ChangeLog                                      |   19 +++++++++++++++++++
 configure.ac                                   |    4 ++--
 extensions/adblock/Makefile.am                 |    8 ++++++--
 extensions/adblock/mozilla/Makefile.am         |    2 +-
 extensions/adblock/mozilla/MozAdBlocker.cpp    |    2 ++
 extensions/adblock/mozilla/mozilla-helpers.cpp |    2 +-
 6 files changed, 31 insertions(+), 6 deletions(-)

commit d0ad79c2ff20c02f71235ef5c079f58ba3daa55f
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 21 04:41:09 2005 +0000

    	Work-in-progress: huge refactoring of adblock. Now there's an
    	AdUriTester singleton (instantiated in ephy-adblock-extension).
    	There is one AdBlocker per EphyEmbed. The Mozilla component is brought
    	back, which means Ephy crashes on close, but that should be fixed by
    	Christian's patch in Mozilla bug #246092 (I think). There's a
    	preliminary statusbar icon, but it barely works. Perl regular
    	expressions have been implemented, making my previous adblock-patterns
    	commit work; but I hard-coded "-lpcreposix" in Makefile.am....

 ChangeLog                                      |   40 +++
 configure.ac                                   |    1 +
 extensions/adblock/Makefile.am                 |    8 +
 extensions/adblock/ad-blocker.c                |  246 ++++----------------
 extensions/adblock/ad-blocker.h                |   23 ++-
 extensions/adblock/ad-uri-tester.c             |  303 ++++++++++++++++++++++++
 extensions/adblock/ad-uri-tester.h             |   86 +++++++
 extensions/adblock/ephy-adblock-extension.c    |  260 +++++++++++++++++++-
 extensions/adblock/ephy-adblock-extension.h    |    6 +
 extensions/adblock/extension.c                 |    1 +
 extensions/adblock/mozilla/.cvsignore          |    8 +
 extensions/adblock/mozilla/Makefile.am         |   27 ++
 extensions/adblock/mozilla/MozAdBlocker.cpp    |  180 ++++++++++++++
 extensions/adblock/mozilla/MozAdBlocker.h      |   55 +++++
 extensions/adblock/mozilla/mozilla-helpers.cpp |  124 ++++++++++
 extensions/adblock/mozilla/mozilla-helpers.h   |   36 +++
 16 files changed, 1184 insertions(+), 220 deletions(-)

commit 66d0a2f0fc61d8dc3fbbd3600a1b11e01ebedd5a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 20 15:40:40 2005 +0000

    Fix signed/unsigned int confusion. Patch by Andreas Jochens.
    
    2005-01-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/dashboard-frontend-xmlwriter.c:
    	(NewTextWriterDashboard), (DashboardSendClue):
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(load_status_cb):
    	* extensions/error-viewer/sgml-validator.c:
    	(save_source_completed_cb):
    	* extensions/gestures/ephy-gestures-extension.c:
    	(load_one_gesture), (load_gestures):
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(ephy_sidebar_extension_init), (ephy_sidebar_extension_finalize):
    
    	Fix signed/unsigned int confusion. Patch by Andreas Jochens.

 ChangeLog                                          |   15 +++++++++++++++
 Makefile.am                                        |    1 +
 .../dashboard/dashboard-frontend-xmlwriter.c       |   16 ++++++++--------
 extensions/dashboard/ephy-dashboard-extension.c    |    8 ++++----
 extensions/error-viewer/sgml-validator.c           |    2 +-
 extensions/gestures/ephy-gestures-extension.c      |   14 +++++++-------
 6 files changed, 36 insertions(+), 20 deletions(-)

commit ea5ec4aa710eab8f082992bf1f11963161383370
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jan 20 01:00:42 2005 +0000

    	Got permission from the FilterSet.G author to use his filters. Note
    	that adblock is currently in a state of flux: it really doesn't work.

 ChangeLog                                     |   10 ++
 extensions/adblock/Makefile.am                |   10 ++-
 extensions/adblock/adblock-patterns           |  134 ++++++++++++++++++++++---
 extensions/adblock/adblock-statusbar-icon.svg |   11 ++
 extensions/adblock/download-latest.pl         |   68 +++++++++++++
 5 files changed, 217 insertions(+), 16 deletions(-)

commit 1f1bf9ef6e1a741f482aee97b28999cfadd50371
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Fri Jan 14 17:31:00 2005 +0000

    2005-01-14 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 +
 po/ja.po     |  205 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 102 insertions(+), 107 deletions(-)

commit 097721e8880d6add1ccd9e98905fca25e08ed2c0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 23:12:39 2005 +0000

    Removed prefs dialogue.
    
    2005-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(context_menu_cb), (rebuild_ui), (impl_attach_tab),
    	(impl_detach_tab), (impl_attach_window), (impl_detach_window),
    	(smart_bookmarks_extension_iface_init),
    	(smart_bookmarks_extension_init),
    	(smart_bookmarks_extension_class_init):
    	* extensions/smart-bookmarks/smart-bookmarks-prefs-ui.c:
    	* extensions/smart-bookmarks/smart-bookmarks-prefs-ui.h:
    	* extensions/smart-bookmarks/smart-bookmarks-prefs.h:
    	* extensions/smart-bookmarks/smart-bookmarks.glade:
    
    	Removed prefs dialogue.

 ChangeLog                                          |   16 +++
 extensions/smart-bookmarks/Makefile.am             |    7 -
 .../smart-bookmarks/smart-bookmarks-extension.c    |  125 ++++++-------------
 .../smart-bookmarks/smart-bookmarks-prefs-ui.c     |   90 --------------
 .../smart-bookmarks/smart-bookmarks-prefs-ui.h     |   34 ------
 extensions/smart-bookmarks/smart-bookmarks-prefs.h |   30 -----
 extensions/smart-bookmarks/smart-bookmarks.glade   |  113 ------------------
 7 files changed, 56 insertions(+), 359 deletions(-)

commit 5cc05754478ae921ab9f0a0ca8a7a9fcafe943ef
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Thu Jan 13 21:45:06 2005 +0000

    Fix a memory leak. Make mozilla_free_page_properties function private.
    
    2005-01-13  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	(mozilla_free_embed_page_info):
    
    	Fix a memory leak.
    	Make mozilla_free_page_properties function private.

 ChangeLog                                        |    8 ++++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    4 +++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit bfef0dcf9b8dcf7687fc6d74eede887a2e9c8e3d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 18:40:19 2005 +0000

    Simplify the fix a bit.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Simplify the fix a bit.

 ChangeLog                                        |    6 ++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit dec203daaf645dd70d22bb7e99891e22b9ad357f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 18:29:27 2005 +0000

    Fix the fix fo the API change.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Fix the fix fo the API change.

 ChangeLog                                        |    7 +++++++
 configure.ac                                     |    3 +--
 extensions/page-info/mozilla/mozilla-helpers.cpp |    6 ++----
 3 files changed, 10 insertions(+), 6 deletions(-)

commit fcda836f201a305b2b830971950b98b2ec411d10
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 16:15:51 2005 +0000

    Mozilla API change.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Mozilla API change.
    
    	* extensions/adblock/ad-blocker.c:
    	* extensions/adblock/ephy-adblock-extension.c:
    	* extensions/adblock/extension.c:
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	* extensions/bookmarks-tray/extension.c:
    	* extensions/certificates/ephy-certificates-extension.c:
    	* extensions/certificates/extension.c:
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	* extensions/dashboard/ephy-dashboard.c:
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	* extensions/error-viewer/error-viewer.c:
    	* extensions/error-viewer/extension.c:
    	* extensions/error-viewer/link-checker.c:
    	* extensions/error-viewer/mozilla/mozilla-helpers.h:
    	* extensions/error-viewer/mozilla/mozilla-link-checker.h:
    	* extensions/error-viewer/sgml-validator.c:
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-extension.c:
    	* extensions/extensions-manager-ui/extension.c:
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	* extensions/find/ephy-find-extension.c:
    	* extensions/gestures/ephy-gesture.c:
    	* extensions/gestures/ephy-gestures-extension.c:
    	* extensions/gestures/gestures.c:
    	* extensions/page-info/ephy-page-info-extension.c:
    	* extensions/page-info/extension.c:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-dialog.c:
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	* extensions/select-stylesheet/ephy-select-stylesheet-extension.c:
    	* extensions/select-stylesheet/extension.c:
    	* extensions/sidebar/ephy-sidebar-embed.c:
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	* extensions/sidebar/ephy-sidebar.c:
    	* extensions/sidebar/extension.c:
    	* extensions/sidebar/sidebar-commands.c:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.h:
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	* extensions/smart-bookmarks/smart-bookmarks-prefs-ui.c:
    	* extensions/smart-bookmarks/smart-bookmarks.c:
    	* extensions/tab-groups/ephy-tab-grouper.c:
    	* extensions/tab-groups/ephy-tab-groups-extension.c:
    	* extensions/tab-groups/tab-groups.c:
    	* extensions/tab-states/ephy-tab-states-extension.c:
    	* extensions/tab-states/extension.c:
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	* extensions/tabsmenu/ephy-tabs-menu-extension.c:
    	* extensions/tabsmenu/tabs-menu.c:
    	* extensions/toolbar-extras/ephy-multi-smart-action.c:
    	* extensions/toolbar-extras/ephy-toolbar-extras-extension.c:
    	* extensions/toolbar-extras/galago-gtk-icon-entry.c:
    	* extensions/toolbar-extras/toolbar-extras.c:
    	* include/ephy-debug.h:
    
    	We always have config.h.

 ChangeLog                                          |   62 ++++++++++++++++++++
 configure.ac                                       |   16 +++++
 extensions/adblock/ad-blocker.c                    |    2 -
 extensions/adblock/ephy-adblock-extension.c        |    2 -
 extensions/adblock/extension.c                     |    2 -
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    2 -
 extensions/bookmarks-tray/extension.c              |    2 -
 .../certificates/ephy-certificates-extension.c     |    2 -
 extensions/certificates/extension.c                |    2 -
 extensions/dashboard/ephy-dashboard-extension.c    |    2 -
 extensions/dashboard/ephy-dashboard.c              |    2 -
 .../error-viewer/ephy-error-viewer-extension.c     |    2 -
 extensions/error-viewer/error-viewer.c             |    2 -
 extensions/error-viewer/extension.c                |    2 -
 extensions/error-viewer/link-checker.c             |    2 -
 extensions/error-viewer/mozilla/mozilla-helpers.h  |    2 -
 .../error-viewer/mozilla/mozilla-link-checker.h    |    2 -
 extensions/error-viewer/sgml-validator.c           |    2 -
 .../ephy-extensions-manager-ui-extension.c         |    2 -
 extensions/extensions-manager-ui/extension.c       |    2 -
 .../extensions-manager-ui/extensions-manager-ui.c  |    2 -
 extensions/find/ephy-find-extension.c              |    2 -
 extensions/gestures/ephy-gesture.c                 |    2 -
 extensions/gestures/ephy-gestures-extension.c      |    2 -
 extensions/gestures/gestures.c                     |    2 -
 extensions/page-info/ephy-page-info-extension.c    |    2 -
 extensions/page-info/extension.c                   |    2 -
 extensions/page-info/mozilla/mozilla-helpers.cpp   |   12 ++++-
 extensions/page-info/mozilla/mozilla-helpers.h     |    2 -
 extensions/page-info/page-info-dialog.c            |    2 -
 extensions/select-stylesheet/ephy-css-menu.c       |    2 -
 .../ephy-select-stylesheet-extension.c             |    2 -
 extensions/select-stylesheet/extension.c           |    2 -
 extensions/sidebar/ephy-sidebar-embed.c            |    2 -
 extensions/sidebar/ephy-sidebar-extension.c        |    2 -
 extensions/sidebar/ephy-sidebar.c                  |    2 -
 extensions/sidebar/extension.c                     |    2 -
 extensions/sidebar/sidebar-commands.c              |    2 -
 .../smart-bookmarks/mozilla/mozilla-selection.h    |    2 -
 .../smart-bookmarks/smart-bookmarks-extension.c    |    2 -
 .../smart-bookmarks/smart-bookmarks-prefs-ui.c     |    2 -
 extensions/smart-bookmarks/smart-bookmarks.c       |    2 -
 extensions/tab-groups/ephy-tab-grouper.c           |    2 -
 extensions/tab-groups/ephy-tab-groups-extension.c  |    2 -
 extensions/tab-groups/tab-groups.c                 |    2 -
 extensions/tab-states/ephy-tab-states-extension.c  |    2 -
 extensions/tab-states/extension.c                  |    2 -
 extensions/tabsmenu/ephy-tab-move-menu.c           |    2 -
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    2 -
 extensions/tabsmenu/tabs-menu.c                    |    2 -
 .../toolbar-extras/ephy-multi-smart-action.c       |    2 -
 .../toolbar-extras/ephy-toolbar-extras-extension.c |    2 -
 extensions/toolbar-extras/galago-gtk-icon-entry.c  |    2 -
 extensions/toolbar-extras/toolbar-extras.c         |    2 -
 include/ephy-debug.h                               |    2 -
 55 files changed, 89 insertions(+), 105 deletions(-)

commit 73920dc0e6bb35612085c535a5586460fe59d598
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 15:10:14 2005 +0000

    Add default extensions when given --with-extensions=default.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add default extensions when given --with-extensions=default.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit b692182bb798ab418c60856906f0ecfd08758383
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 15:04:29 2005 +0000

    Add check for PCRE if the adblock extension is enabled.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add check for PCRE if the adblock extension is enabled.

 ChangeLog    |    6 ++++++
 configure.ac |   35 +++++++++++++++++++++++------------
 2 files changed, 29 insertions(+), 12 deletions(-)

commit 144baa960a58a7487ed7944d835ce04b60966326
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 14:50:30 2005 +0000

    Change a g_return_if_fail to g_return_val_if_fail.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(padlock_button_press_cb):
    
    	Change a g_return_if_fail to g_return_val_if_fail.
    
    	* extensions/find/mozilla/mozilla-find.cpp:
    
    	Change operator precedence error.
    
    	* extensions/tab-states/ephy-tab-states-extension.c:
    
    	Fix build.

 ChangeLog                                          |   15 +++++++++++++++
 .../certificates/ephy-certificates-extension.c     |    2 +-
 extensions/find/mozilla/mozilla-find.cpp           |    2 +-
 extensions/tab-states/ephy-tab-states-extension.c  |    1 +
 4 files changed, 18 insertions(+), 2 deletions(-)

commit 44e8ac047442dfcfbd354e1870d70cd2d89cb5c1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 13 14:44:00 2005 +0000

    Shut up

 .cvsignore                         |    2 +-
 extensions/find/.cvsignore         |   10 ++++++++++
 extensions/find/mozilla/.cvsignore |    9 +++++++++
 3 files changed, 20 insertions(+), 1 deletions(-)

commit 1565e0146636610dc566a64c267fd920822ed177
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 14:40:20 2005 +0000

    Consume the button press.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(padlock_button_press_cb):
    
    	Consume the button press.

 ChangeLog                                          |    7 +++++++
 .../certificates/ephy-certificates-extension.c     |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 70e507e61de746675529b2c91ca203babd63d167
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 13 14:33:40 2005 +0000

    Add 'find' and 'tab-states' extensions.
    
    2005-01-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    	* extensions/Makefile.am:
    	* extensions/find/Makefile.am:
    	* extensions/find/eggfindbar.c: (egg_find_bar_class_init),
    	(egg_find_bar_emit_next), (egg_find_bar_emit_previous),
    	(egg_find_bar_emit_close), (close_clicked_callback),
    	(next_clicked_callback), (previous_clicked_callback),
    	(case_sensitive_toggled_callback), (entry_activate_callback),
    	(entry_changed_timeout_cb), (entry_changed_callback),
    	(egg_find_bar_init), (egg_find_bar_finalize),
    	(egg_find_bar_set_property), (egg_find_bar_get_property),
    	(egg_find_bar_size_request), (egg_find_bar_size_allocate),
    	(egg_find_bar_new), (egg_find_bar_set_search_string),
    	(egg_find_bar_get_search_string),
    	(egg_find_bar_set_case_sensitive),
    	(egg_find_bar_get_case_sensitive), (get_style_color),
    	(egg_find_bar_get_all_matches_color),
    	(egg_find_bar_get_current_match_color), (egg_find_bar_grab_focus),
    	(egg_find_bar_set_status_text), (egg_find_bar_get_type),
    	(egg_find_bar_register_type):
    	* extensions/find/eggfindbar.h:
    	* extensions/find/eggfindbarprivate.h:
    	* extensions/find/ephy-find-bar.c: (ensure_offscren_window),
    	(update_navigation_controls), (check_text_case), (set_status_text),
    	(update_find_properties), (sync_search_string_cb),
    	(sync_case_sensitive_cb), (find_entry_key_press_event_cb),
    	(entry_preedit_changed_cb), (embed_net_stop_cb),
    	(send_focus_change), (embed_key_press_event_cb), (set_focus_cb),
    	(unset_embed), (update_find_bar), (sync_active_tab),
    	(sync_print_preview_mode), (find_cb), (get_action),
    	(ephy_find_bar_set_window), (ephy_find_bar_show),
    	(ephy_find_bar_hide), (ephy_find_bar_screen_changed),
    	(ephy_find_bar_next), (ephy_find_bar_previous),
    	(ephy_find_bar_close), (ephy_find_bar_init),
    	(ephy_find_bar_finalize), (ephy_find_bar_set_property),
    	(ephy_find_bar_get_property), (ephy_find_bar_class_init),
    	(ephy_find_bar_get_type), (ephy_find_bar_register_type),
    	(ephy_find_bar_new):
    	* extensions/find/ephy-find-bar.h:
    	* extensions/find/ephy-find-extension.c:
    	(ephy_find_extension_get_type),
    	(ephy_find_extension_register_type), (ephy_find_extension_init),
    	(ephy_find_extension_finalize), (toolbar_weak_unref_cb),
    	(impl_attach_window), (impl_detach_window), (impl_detach_tab),
    	(ephy_find_extension_iface_init), (ephy_find_extension_class_init):
    	* extensions/find/ephy-find-extension.h:
    	* extensions/find/extension.c: (register_module):
    	* extensions/find/find.xml.in.in:
    	* extensions/find/mozilla/Makefile.am:
    	* extensions/find/mozilla/mozilla-find.cpp:
    	* extensions/find/mozilla/mozilla-find.h:
    	* extensions/smart-bookmarks/mozilla/Makefile.am:
    	* extensions/tab-states/.cvsignore:
    	* extensions/tab-states/Makefile.am:
    	* extensions/tab-states/ephy-tab-states-extension.c:
    	(ephy_tab_states_extension_get_type),
    	(ephy_tab_states_extension_register_type),
    	(ephy_tab_states_extension_init),
    	(ephy_tab_states_extension_finalize), (get_real_tab_label),
    	(set_label_colour), (sync_active_tab), (sync_load_status),
    	(impl_attach_window), (impl_detach_window), (impl_attach_tab),
    	(impl_detach_tab), (ephy_tab_states_extension_iface_init),
    	(ephy_tab_states_extension_class_init):
    	* extensions/tab-states/ephy-tab-states-extension.h:
    	* extensions/tab-states/extension.c: (register_module):
    	* extensions/tab-states/tab-states.xml.in.in:
    
    	Add 'find' and 'tab-states' extensions.

 ChangeLog                                         |   72 ++
 configure.ac                                      |   13 +-
 extensions/Makefile.am                            |   10 +-
 extensions/find/Makefile.am                       |   47 ++
 extensions/find/eggfindbar.c                      |  795 ++++++++++++++++++++
 extensions/find/eggfindbar.h                      |   82 ++
 extensions/find/eggfindbarprivate.h               |   42 ++
 extensions/find/ephy-find-bar.c                   |  818 +++++++++++++++++++++
 extensions/find/ephy-find-bar.h                   |   64 ++
 extensions/find/ephy-find-extension.c             |  214 ++++++
 extensions/find/ephy-find-extension.h             |   59 ++
 extensions/find/extension.c                       |   49 ++
 extensions/find/find.xml.in.in                    |   13 +
 extensions/find/mozilla/Makefile.am               |   26 +
 extensions/find/mozilla/mozilla-find.cpp          |  685 +++++++++++++++++
 extensions/find/mozilla/mozilla-find.h            |   51 ++
 extensions/tab-states/.cvsignore                  |   10 +
 extensions/tab-states/Makefile.am                 |   35 +
 extensions/tab-states/ephy-tab-states-extension.c |  279 +++++++
 extensions/tab-states/ephy-tab-states-extension.h |   59 ++
 extensions/tab-states/extension.c                 |   46 ++
 extensions/tab-states/tab-states.xml.in.in        |   13 +
 22 files changed, 3477 insertions(+), 5 deletions(-)

commit 82123452689c44c690d746f2b4342615743f0bbb
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 13 13:43:40 2005 +0000

    Try to fix gcc 2.95 build

 extensions/error-viewer/sgml-validator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7d6131c99ac10add1f43969e8a3895a00a11494c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Jan 12 05:32:31 2005 +0000

    	Use POSIX regexes. Store them in a hash table and use
    	g_hash_table_find as a marshaller.

 ChangeLog                       |    9 +++
 extensions/adblock/ad-blocker.c |  153 ++++++++++++++++++++++++++-------------
 2 files changed, 111 insertions(+), 51 deletions(-)

commit a64cd2a23a2117f8ead6ae158ad78d98b639dca8
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Jan 12 03:41:12 2005 +0000

    	Hook adblock extension onto "check-content" signal.

 ChangeLog                                      |   21 ++++
 configure.ac                                   |    7 +-
 extensions/adblock/Makefile.am                 |    6 -
 extensions/adblock/ad-blocker.c                |  124 ++++++++++++++++++----
 extensions/adblock/ad-blocker.h                |   17 ++--
 extensions/adblock/ephy-adblock-extension.c    |   24 ++---
 extensions/adblock/mozilla/.cvsignore          |    8 --
 extensions/adblock/mozilla/Makefile.am         |   27 -----
 extensions/adblock/mozilla/MozAdBlocker.cpp    |  132 ------------------------
 extensions/adblock/mozilla/MozAdBlocker.h      |   63 -----------
 extensions/adblock/mozilla/mozilla-helpers.cpp |  130 -----------------------
 extensions/adblock/mozilla/mozilla-helpers.h   |   38 -------
 12 files changed, 142 insertions(+), 455 deletions(-)

commit 06ec0635aac75fc6d5547a17997f046f6639eaf3
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Tue Jan 11 22:49:39 2005 +0000

    Updated German translation.
    
    2005-01-11  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 ++
 po/de.po     |  124 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 66 insertions(+), 62 deletions(-)

commit 8c44a2ad93fe7029170711350685499dd37c3e18
Author: Tomasz Kłoczko <kloczek@pld.org.pl>
Date:   Tue Jan 11 22:43:24 2005 +0000

    Build extensions modules as not versioned DSO by add to *_la_LDFLAGS
    
    2005-01-11  Tomasz Kłoczko <kloczek@pld.org.pl>
    
            * extensions/adblock/Makefile.am:
            * extensions/bookmarks-tray/Makefile.am:
            * extensions/certificates/Makefile.am:
            * extensions/dashboard/Makefile.am:
            * extensions/error-viewer/Makefile.am:
            * extensions/extensions-manager-ui/Makefile.am:
            * extensions/gestures/Makefile.am:
            * extensions/page-info/Makefile.am:
            * extensions/sample/Makefile.am:
            * extensions/sample-mozilla/Makefile.am:
            * extensions/select-stylesheet/Makefile.am:
            * extensions/sidebar/Makefile.am:
            * extensions/smart-bookmarks/Makefile.am:
            * extensions/tab-groups/Makefile.am:
            * extensions/tabsmenu/Makefile.am:
            * extensions/toolbar-extras/Makefile.am:
            Build extensions modules as not versioned DSO by add to *_la_LDFLAGS
            -module -avoid-version.

 ChangeLog                                    |   21 +++++++++++++++++++++
 extensions/adblock/Makefile.am               |    1 +
 extensions/bookmarks-tray/Makefile.am        |    1 +
 extensions/certificates/Makefile.am          |    1 +
 extensions/dashboard/Makefile.am             |    1 +
 extensions/error-viewer/Makefile.am          |    1 +
 extensions/extensions-manager-ui/Makefile.am |    1 +
 extensions/gestures/Makefile.am              |    1 +
 extensions/page-info/Makefile.am             |    1 +
 extensions/sample-mozilla/Makefile.am        |    1 +
 extensions/sample/Makefile.am                |    1 +
 extensions/select-stylesheet/Makefile.am     |    1 +
 extensions/sidebar/Makefile.am               |    2 ++
 extensions/smart-bookmarks/Makefile.am       |    2 ++
 extensions/tab-groups/Makefile.am            |    1 +
 extensions/tabsmenu/Makefile.am              |    1 +
 extensions/toolbar-extras/Makefile.am        |    2 ++
 17 files changed, 40 insertions(+), 0 deletions(-)

commit 826a1c5d723a731470652f9ece13c9bd8b7973fd
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jan 11 20:24:47 2005 +0000

    Post-release version bump.
    
    2005-01-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 61c14b5cb2d2bb7ec782afcea950a764377235f8
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jan 11 20:21:02 2005 +0000

    === Release 1.5.5 ===
    
    2005-01-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.5 ===
    
    	* NEWS:
    	* configure.ac:
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(load_status_cb):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	* extensions/error-viewer/sgml-validator.c:
    	(sgml_validator_validate):
    	* extensions/smart-bookmarks/mozilla/Makefile.am:

 ChangeLog                                          |   13 ++++++++++++
 NEWS                                               |   21 ++++++++++++++++++++
 configure.ac                                       |    4 +-
 extensions/dashboard/ephy-dashboard-extension.c    |    2 +-
 .../error-viewer/ephy-error-viewer-extension.c     |    1 +
 extensions/error-viewer/sgml-validator.c           |    4 +-
 extensions/smart-bookmarks/mozilla/Makefile.am     |    1 +
 7 files changed, 41 insertions(+), 5 deletions(-)

commit 98826438db9d895220814604e956ac11f06b7031
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Tue Jan 11 14:47:57 2005 +0000

    Hungarian translation updated by Gabor Kelemen.
    
    2005-01-11  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Hungarian translation updated by Gabor Kelemen.

 po/ChangeLog |    4 +
 po/hu.po     |  470 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 425 insertions(+), 49 deletions(-)

commit ce18db2eb7deb4b0e65d0829ccb34e27a89ead0a
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Mon Jan 10 13:39:12 2005 +0000

    extensions/tabsmenu/ephy-tab-move-menu.c
    
    2005-01-10  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/tabsmenu/ephy-tab-move-menu.c
    	* extensions/page-info/ephy-page-info-extension.c
    
    	Re-sync with Epiphany (Unneeded ephy-notebook.h include has been removed from ephy-window.h)

 ChangeLog                                       |    7 +++++++
 extensions/page-info/ephy-page-info-extension.c |    1 +
 extensions/tabsmenu/ephy-tab-move-menu.c        |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)

commit b5093413e36c96d41e45450cb11a1585f72bab9c
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Fri Jan 7 19:41:57 2005 +0000

    Updated Spanish translation.
    
    2005-01-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  345 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 230 insertions(+), 119 deletions(-)

commit 0080efa28a874c9d0d1a4920ebbda93198711190
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 6 15:29:47 2005 +0000

    Update UI path, and also merge the UI to the notebook context menu.
    
    2005-01-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tabsmenu/ephy-tab-move-menu.c: (find_name), (move_cb),
    	(add_action_and_menu_item), (update_tab_move_menu_cb),
    	(ephy_tab_move_menu_set_window), (ephy_tab_move_menu_init),
    	(ephy_tab_move_menu_get_property), (ephy_tab_move_menu_finalize),
    	(ephy_tab_move_menu_class_init):
    
    	Update UI path, and also merge the UI to the notebook context menu.

 ChangeLog                                |   15 +++
 extensions/tabsmenu/ephy-tab-move-menu.c |  169 +++++++++++++++++------------
 2 files changed, 114 insertions(+), 70 deletions(-)

commit a87753c5b6e9df91087804589c64d8fc3de498fb
Author: Jean-François Rameau <jframeau@cvs.gnome.org>
Date:   Wed Jan 5 21:07:49 2005 +0000

    Re-sync with Epiphany (EphyEmbed's enum names start with EPHY_)
    
    2005-01-05  Jean-François Rameau  <jframeau@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	* extensions/gestures/ephy-gestures-extension.c:
    	* extensions/page-info/page-info-dialog.c:
    	* extensions/sidebar/ephy-sidebar-embed.c:
    	* extensions/sidebar/sidebar-commands.c:
    
    	Re-sync with Epiphany (EphyEmbed's enum names start with EPHY_)

 ChangeLog                                          |   10 +++++++
 .../certificates/ephy-certificates-extension.c     |    2 +-
 extensions/gestures/ephy-gestures-extension.c      |    2 +-
 extensions/page-info/page-info-dialog.c            |    4 +-
 extensions/sidebar/ephy-sidebar-embed.c            |   28 ++++++++++----------
 extensions/sidebar/sidebar-commands.c              |    4 +-
 6 files changed, 30 insertions(+), 20 deletions(-)

commit 8f82de0b5d19ef719106592cda1c425fc410f176
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jan 4 10:34:18 2005 +0000

    Fix for ephy enum and flags name changes.
    
    2005-01-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c:
    	(dom_mouse_down_cb):
    	* extensions/sidebar/ephy-sidebar-embed.c: (show_context_menu),
    	(embed_mouse_click_cb):
    
    	Fix for ephy enum and flags name changes.

 ChangeLog                                     |    9 +++++++++
 extensions/gestures/ephy-gestures-extension.c |    2 +-
 extensions/sidebar/ephy-sidebar-embed.c       |    4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)

commit 2a52eb57c72f45a512e6a16a1594b12b612dc9f9
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Tue Jan 4 09:09:09 2005 +0000

    Remove wrongly committed dbus/Makefile.am line, thanks to jfr for spotting
    
    2005-01-04  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac: Remove wrongly committed dbus/Makefile.am
    	line, thanks to jfr for spotting it.

 ChangeLog    |    5 +++++
 configure.ac |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

commit be9842579754c74bfd0aaa9a2288c06a07a8e43f
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Jan 3 23:33:10 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |  114 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 61 insertions(+), 57 deletions(-)

commit 7a9269dbaf155d260ee2798698b7a8f1c0c2a931
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Jan 2 18:31:26 2005 +0000

    Updated Slovak translation.
    
    2005-01-02  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |   98 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 53 insertions(+), 49 deletions(-)

commit 4822cb2db3522b0bb293943070b965c1fbbab28f
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jan 2 14:15:16 2005 +0000

    Updated Czech translation.
    
    2005-01-02  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |   94 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 51 insertions(+), 47 deletions(-)

commit 442602fb03d5b7683dc5eb83a88f5df2b61fb607
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Jan 2 04:36:46 2005 +0000

    	Change C_lear to Cl_ear. Fixes Bug #162689.

 ChangeLog                                  |    6 ++++++
 extensions/error-viewer/error-viewer.glade |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit c3961ab87f777503d4eff4e5db7733893bfd95ab
Author: Jean-François Rameau <jframeau@src.gnome.org>
Date:   Sat Jan 1 22:17:41 2005 +0000

    Typo fix.

 .../smart-bookmarks/smart-bookmarks-extension.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4cbc12a9392f0fd010a4cc5e9705f94a94b21005
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Jan 1 21:33:14 2005 +0000

    R extensions/sidebar/ephy-sidebar-marshal.list: R
    
    2005-01-01  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.ac:
    	* extensions/sidebar/Makefile.am:
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(ephy_sidebar_extension_add_sidebar_cb),
    	(ephy_sidebar_extension_init), (ephy_sidebar_extension_finalize),
    	(ephy_sidebar_extension_class_init):
    	* extensions/sidebar/ephy-sidebar-extension.h:
    	R extensions/sidebar/ephy-sidebar-marshal.list:
    	R extensions/sidebar/mozilla/.cvsignore:
    	R extensions/sidebar/mozilla/Makefile.am:
    	R extensions/sidebar/mozilla/Sidebar.cpp:
    	R extensions/sidebar/mozilla/Sidebar.h:
    	R extensions/sidebar/mozilla/register-component.cpp:
    	R extensions/sidebar/mozilla/register-component.h:
    
    	Hook into the "add-sidebar" signal in epiphany, this avoids
    	problems with unloading the extension. Fixes bug #156849 and
    	bug #157088

 ChangeLog                                         |   21 +++
 configure.ac                                      |    4 +-
 extensions/sidebar/Makefile.am                    |   23 ---
 extensions/sidebar/ephy-sidebar-extension.c       |   57 +++----
 extensions/sidebar/ephy-sidebar-extension.h       |    5 -
 extensions/sidebar/ephy-sidebar-marshal.list      |    1 -
 extensions/sidebar/mozilla/.cvsignore             |    8 -
 extensions/sidebar/mozilla/Makefile.am            |   28 ---
 extensions/sidebar/mozilla/Sidebar.cpp            |  182 ---------------------
 extensions/sidebar/mozilla/Sidebar.h              |   49 ------
 extensions/sidebar/mozilla/register-component.cpp |  111 -------------
 extensions/sidebar/mozilla/register-component.h   |   33 ----
 12 files changed, 44 insertions(+), 478 deletions(-)

commit d2f7bd520aa0b33a1f6423e41bfc92ae7dfe266d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Dec 30 22:45:17 2004 +0000

    Add stubs for attach/detach_tab, and fix a few annoyances.
    
    2004-12-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(impl_attach_tab), (impl_detach_tab),
    	(ephy_sample2_extension_iface_init),
    	(ephy_sample2_extension_class_init),
    	(ephy_sample2_extension_get_type),
    	(ephy_sample2_extension_register_type):
    	* extensions/sample-mozilla/ephy-sample2-extension.h:
    	* extensions/sample-mozilla/sample-mozilla.c:
    
    	Add stubs for attach/detach_tab, and fix a few annoyances.

 ChangeLog                                          |   13 +++
 extensions/sample-mozilla/ephy-sample2-extension.c |  112 +++++++++++---------
 extensions/sample-mozilla/ephy-sample2-extension.h |   11 +-
 extensions/sample-mozilla/sample-mozilla.c         |    2 -
 4 files changed, 82 insertions(+), 56 deletions(-)

commit 7d5ce34f76601c07c0674d99c6f7f689c65dc710
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Dec 30 22:42:23 2004 +0000

    Add stubs for attach/detach_tab, and fix a few annoyances.
    
    2004-12-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sample/ephy-sample-extension.c:
    	(ephy_sample_extension_finalize), (impl_attach_tab),
    	(impl_detach_tab), (ephy_sample_extension_iface_init),
    	(ephy_sample_extension_class_init),
    	(ephy_sample_extension_get_type),
    	(ephy_sample_extension_register_type):
    	* extensions/sample/ephy-sample-extension.h:
    	* extensions/sample/sample.c:
    
    	Add stubs for attach/detach_tab, and fix a few annoyances.

 ChangeLog                                 |   13 +++
 extensions/sample/ephy-sample-extension.c |  119 ++++++++++++++++-------------
 extensions/sample/ephy-sample-extension.h |   11 ++-
 extensions/sample/sample.c                |    6 +-
 4 files changed, 87 insertions(+), 62 deletions(-)

commit 7aa78c5cfba303b4b2fca2df0fa16b389d937041
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Dec 30 21:56:01 2004 +0000

    Snip fragment when trying to find a cache entry. Fixes bug #161201.
    
    2004-12-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    
    	Snip fragment when trying to find a cache entry. Fixes bug #161201.

 ChangeLog                                        |    7 +++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   16 +++++++++++-----
 extensions/page-info/mozilla/mozilla-helpers.h   |    4 ----
 3 files changed, 18 insertions(+), 9 deletions(-)

commit 7d778f8a98a7c32568a122c6acce6f1e5a42eb87
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Dec 29 22:30:00 2004 +0000

    2004-12-29  Jean-François Rameau
    
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_drag_begin_cb), (media_save_medium_cb),
    	(media_set_image_as_background_cb), (media_copy_medium_address_cb),
    	(media_drag_data_get_cb), (media_info_page_construct),
    	(links_drag_data_get_cb), (links_info_page_construct):
    	* include/Makefile.am:
    	* include/ephy-dnd.h:
    
    	Add DND to Media and Links tabs, and plug a few mem leaks.
    	Fixes bug #

 ChangeLog                               |   21 +++++
 extensions/page-info/Makefile.am        |    1 +
 extensions/page-info/page-info-dialog.c |  125 ++++++++++++++++++++++++++++---
 include/Makefile.am                     |    3 +-
 include/ephy-dnd.h                      |   53 +++++++++++++
 5 files changed, 192 insertions(+), 11 deletions(-)

commit 9a5be29c32b7b2d5b3be0220a90614619b6cd4e7
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Tue Dec 28 17:09:25 2004 +0000

    Updated German translation.
    
    2004-12-28  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  252 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 129 insertions(+), 127 deletions(-)

commit ded2145a6bead8d8d078fe5a070c7506abf64d19
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Dec 27 23:34:56 2004 +0000

    Updated Slovak translation.
    
    2004-12-27  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  475 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 429 insertions(+), 50 deletions(-)

commit 74d1b7e925dab874e39547cbee1e6b7157abc5e7
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Dec 25 14:59:45 2004 +0000

    Updated Czech translation.
    
    2004-12-25  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  481 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 437 insertions(+), 48 deletions(-)

commit eb37cdab10c3b6df7bf395df190a95f1c948624d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Dec 24 00:30:40 2004 +0000

    Update for changed Epiphany API.
    
    2004-12-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(open_bookmark_cb), (ephy_bookmarks_tray_extension_init):
    	* include/Makefile.am:
    	* include/ephy-link.h:
    
    	Update for changed Epiphany API.

 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   30 +++++---
 include/Makefile.am                                |    3 +-
 include/ephy-link.h                                |   71 ++++++++++++++++++++
 3 files changed, 92 insertions(+), 12 deletions(-)

commit 338dd6048c1d0711cde82389d2c34484a245676e
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Dec 23 02:30:38 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  270 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 140 insertions(+), 134 deletions(-)

commit 9d801730d33a34ba42474e80943a05073fdb318b
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Dec 22 14:17:34 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-12-22  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  495 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 423 insertions(+), 76 deletions(-)

commit bee7bfa0b683d126eafa8c339ed92e5c2e44f68b
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Dec 21 03:14:05 2004 +0000

    2004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 +
 po/ja.po     |  236 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 121 insertions(+), 119 deletions(-)

commit ad9b3198069a970fd70dac524832037528fd702f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Dec 21 00:29:09 2004 +0000

    Don't turn underscores off for the main menu entries, only for the smart
    
    2004-12-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(connect_proxy_cb):
    
    	Don't turn underscores off for the main menu entries, only for the
    	smart bookmark entries. Fixes bug #161832.

 ChangeLog                                          |    8 ++++++++
 .../smart-bookmarks/smart-bookmarks-extension.c    |    6 +++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 1aecff44f24c5acbf6c9c516fa8de0e27c36d01a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 20 20:48:54 2004 +0000

    Post-release version bump.
    
    2004-12-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.
    
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_media_box_realize_cb):
    
    	Better fix.

 ChangeLog                               |   11 +++++++++++
 configure.ac                            |    2 +-
 extensions/page-info/page-info-dialog.c |    2 ++
 3 files changed, 14 insertions(+), 1 deletions(-)

commit 7ae500f01879196be137b5bda1096d56996ce010
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 20 20:45:26 2004 +0000

    === Release 1.5.4 ===
    
    2004-12-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.4 ===
    
    	* NEWS:
    	* configure.ac:
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_media_box_realize_cb):
    
    	Don't load pages while the embed isn't realised yet. Fixes bug #161815.

 ChangeLog                               |   11 +++++++++++
 NEWS                                    |    8 ++++++++
 configure.ac                            |    5 +++--
 extensions/page-info/page-info-dialog.c |    2 --
 4 files changed, 22 insertions(+), 4 deletions(-)

commit 3902d4cba9a8876c2795fae976e5b4f20466a60f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 20 18:13:57 2004 +0000

    Post-release version bump.
    
    2004-12-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 776467120dcd81df5b550671178cbdce1c38a49b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 20 14:19:45 2004 +0000

    === Release 1.5.3 ===
    
    2004-12-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.3 ===

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 41385d9390760294c9d99fba4f4bcec6ebc1001e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 19 23:09:00 2004 +0000

    Updated for version 1.5.3.
    
    2004-12-20  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	Updated for version 1.5.3.

 ChangeLog    |    7 +++++++
 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    8 ++++----
 3 files changed, 36 insertions(+), 4 deletions(-)

commit 4bf7dd772a7b4de05a8ea1becbcd6949dea07de0
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Dec 18 04:59:05 2004 +0000

    	Removed two spaces at the beginning of the file.

 ChangeLog                                        |    6 ++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 935844c4f39b15e26d5ff1e83d75cda88d89b15d
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Dec 17 19:10:19 2004 +0000

    	Use GtkAboutDialog (Bug #161519).
    	Take advantage of attach_tab and detach_tab.

 ChangeLog                                          |   13 +
 .../extensions-manager-ui/extensions-manager-ui.c  |  113 +++------
 .../extensions-manager-ui.glade                    |  264 --------------------
 extensions/gestures/ephy-gestures-extension.c      |   70 +-----
 4 files changed, 55 insertions(+), 405 deletions(-)

commit c347fb7922d40fec370ae2ad4cafd0b07b22c031
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Dec 14 19:33:19 2004 +0000

    Fix context menu on Media page.
    
    2004-12-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c:
    	(media_set_image_as_background_cb), (media_copy_medium_address_cb),
    	(media_info_page_filter):
    
    	Fix context menu on Media page.

 ChangeLog                                     |    9 +++++++++
 extensions/page-info/page-info-context-ui.xml |    2 +-
 extensions/page-info/page-info-dialog.c       |   18 +++++++++---------
 3 files changed, 19 insertions(+), 10 deletions(-)

commit 95f5f0c8815a2d693a723c787112c81d93a6ca51
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 13 22:43:34 2004 +0000

    Make url and referrer ellipsised in the middle, not at the end.
    
    2004-12-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info.glade:
    
    	Make url and referrer ellipsised in the middle, not at the end.

 ChangeLog                            |    6 ++++++
 extensions/page-info/page-info.glade |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit cbd6bfe55d38fdcc9c82ad1be238260903f1a977
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 13 22:24:30 2004 +0000

    Use ellipsised labels instead of entries for title, and referrer fields.
    
    2004-12-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/page-info-dialog.c: (page_info_set_text),
    	(general_info_page_fill):
    	* extensions/page-info/page-info.glade:
    
    	Use ellipsised labels instead of entries for title, and referrer fields.
    	Get charset per DOM window, not globally. Fix empty referrer display.

 ChangeLog                                        |   10 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |   24 ++-
 extensions/page-info/page-info-dialog.c          |   15 +--
 extensions/page-info/page-info.glade             |  241 ++++++++++++++++++----
 4 files changed, 224 insertions(+), 66 deletions(-)

commit 26045aab6364b0e777c75c8a6b3fbd92fe68ba0d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 13 18:25:17 2004 +0000

    Remove usage of ephy_string_*, and use ellipsized, max-width-chars,
    
    2004-12-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(create_stylesheet_action), (connect_proxy_cb),
    	(ephy_css_menu_rebuild):
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(sync_bookmark_properties), (connect_proxy_cb),
    	(impl_attach_window):
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(ephy_tab_move_menu_get_type), (ephy_tab_move_menu_register_type),
    	(add_action_and_menu_item), (connect_proxy_cb),
    	(update_tab_move_menu_cb), (ephy_tab_move_menu_finalize),
    	(ephy_tab_move_menu_class_init):
    
    	Remove usage of ephy_string_*, and use ellipsized, max-width-chars,
    	non-use-underline labels instead.
    
    	* include/Makefile.am:
    	R include/ephy-string.h:
    
    	Removed ephy-string.h.

 ChangeLog                                          |   22 ++++++++
 extensions/select-stylesheet/ephy-css-menu.c       |   34 +++++++++---
 .../smart-bookmarks/smart-bookmarks-extension.c    |   43 ++++++++++-----
 extensions/tabsmenu/ephy-tab-move-menu.c           |   58 ++++++++++++--------
 include/Makefile.am                                |    1 -
 include/ephy-string.h                              |   44 ---------------
 6 files changed, 113 insertions(+), 89 deletions(-)

commit 5e37d6948e4d30759c21c93ba8042f1f155ed76c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 12 20:49:02 2004 +0000

    Add "Media" tab and remove "Images" tab. Add medium type column. Don't
    
    2004-12-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c:
    	(treeview_info_page_button_pressed_cb),
    	(mozilla_embed_type_to_string), (media_get_selected_medium_type),
    	(media_is_embedded_medium), (media_get_selected_medium_url),
    	(save_a_medium), (download_path_response_cb),
    	(media_open_medium_cb), (media_save_medium_cb),
    	(media_set_image_as_background_cb), (media_copy_medium_address_cb),
    	(page_info_media_box_realize_cb),
    	(media_treeview_selection_changed_cb), (media_info_page_filter),
    	(media_info_page_construct), (media_info_page_fill),
    	(media_info_page_new), (page_info_dialog_init):
    	* extensions/page-info/page-info.glade:
    
    	Add "Media" tab and remove "Images" tab. Add medium type column.
    	Don't show embeds and objects.
    	Patch by Jean-François Rameau.

 ChangeLog                                        |   22 ++
 extensions/page-info/mozilla/mozilla-helpers.cpp |  140 +++++----
 extensions/page-info/mozilla/mozilla-helpers.h   |   25 +-
 extensions/page-info/page-info-context-ui.xml    |    8 +-
 extensions/page-info/page-info-dialog.c          |  375 ++++++++++++++--------
 extensions/page-info/page-info.glade             |   21 +-
 6 files changed, 367 insertions(+), 224 deletions(-)

commit 10b55418236f135c386952b7b3ca800fe16c738d
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Thu Dec 9 15:52:56 2004 +0000

    Updated German translation.
    
    2004-12-09  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  174 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 114 insertions(+), 64 deletions(-)

commit d710563474603872c7f3f852ed5501893f9472cf
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Dec 8 15:33:53 2004 +0000

    Add deprecation flags in maintainer mode.
    
    2004-12-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add deprecation flags in maintainer mode.
    
    	* Makefile.am:
    	* extensions/adblock/Makefile.am:
    	* extensions/adblock/mozilla/Makefile.am:
    	* extensions/bookmarks-tray/Makefile.am:
    	* extensions/certificates/Makefile.am:
    	* extensions/dashboard/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/error-viewer/mozilla/Makefile.am:
    	* extensions/error-viewer/opensp/Makefile.am:
    	* extensions/extensions-manager-ui/Makefile.am:
    	* extensions/gestures/Makefile.am:
    	* extensions/page-info/Makefile.am:
    	* extensions/page-info/mozilla/Makefile.am:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample-mozilla/mozilla/Makefile.am:
    	* extensions/sample/Makefile.am:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/select-stylesheet/mozilla/Makefile.am:
    	* extensions/sidebar/Makefile.am:
    	* extensions/sidebar/mozilla/Makefile.am:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/smart-bookmarks/mozilla/Makefile.am:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/toolbar-extras/Makefile.am:
    
    	INCLUDES is deprecated. Split into target_CPPFLAGS and target_CFLAGS
    	or target_CXXFLAGS.
    
    	* extensions/adblock/extension.c: (register_module):
    	* extensions/certificates/extension.c: (register_module):
    	* extensions/extensions-manager-ui/extension.c: (register_module):
    	* extensions/sample-mozilla/sample-mozilla.c: (register_module):
    	* extensions/sample/sample.c: (register_module):
    	* extensions/tab-groups/tab-groups.c: (register_module):
    	* extensions/tabsmenu/tabs-menu.c: (register_module):
    
    	Use EPHY_EXTENSIONS_LOCALEDIR throughout.
    
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    	* extensions/adblock/mozilla/mozilla-helpers.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/mozilla/mozilla-helpers.cpp:
    	* extensions/error-viewer/mozilla/mozilla-link-checker.cpp:
    	* extensions/error-viewer/mozilla/register-listener.cpp:
    	* extensions/error-viewer/opensp/validate.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/sample-mozilla/mozilla/mozilla-sample.cpp:
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    	* extensions/sidebar/mozilla/Sidebar.cpp:
    	* extensions/sidebar/mozilla/register-component.cpp:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.cpp:
    
    	Include mozilla-config.h, and don't #ifdef HAVE_CONFIG_H
    	the config.h inclusion.
    
    2004-12-06  Christian Persch  <chpe@cvs.gnome.org>

 ChangeLog                                          |   63 ++++++++++++++++++++
 Makefile.am                                        |    3 -
 configure.ac                                       |   19 +++++-
 extensions/adblock/Makefile.am                     |   25 ++++----
 extensions/adblock/extension.c                     |    2 +-
 extensions/adblock/mozilla/Makefile.am             |   38 ++++++------
 extensions/adblock/mozilla/MozAdBlocker.cpp        |    4 +-
 extensions/adblock/mozilla/mozilla-helpers.cpp     |    4 +
 extensions/bookmarks-tray/Makefile.am              |   22 +++----
 extensions/certificates/Makefile.am                |   23 +++----
 extensions/certificates/extension.c                |    2 +-
 extensions/dashboard/Makefile.am                   |   21 +++----
 extensions/error-viewer/Makefile.am                |   44 +++++++-------
 .../mozilla/ErrorViewerConsoleListener.cpp         |    4 +-
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    4 +-
 extensions/error-viewer/mozilla/Makefile.am        |   47 +++++++--------
 .../error-viewer/mozilla/mozilla-helpers.cpp       |    4 +-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |    4 +-
 .../error-viewer/mozilla/register-listener.cpp     |    4 +-
 extensions/error-viewer/opensp/Makefile.am         |   24 ++++----
 extensions/error-viewer/opensp/validate.cpp        |    2 -
 extensions/extensions-manager-ui/Makefile.am       |   22 +++----
 extensions/extensions-manager-ui/extension.c       |    2 +-
 extensions/gestures/Makefile.am                    |   24 ++++----
 extensions/page-info/Makefile.am                   |   27 ++++-----
 extensions/page-info/mozilla/Makefile.am           |   53 ++++++++---------
 extensions/page-info/mozilla/mozilla-helpers.cpp   |    2 +
 extensions/sample-mozilla/Makefile.am              |   24 ++++----
 extensions/sample-mozilla/mozilla/Makefile.am      |   38 ++++++------
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |    4 +
 extensions/sample-mozilla/sample-mozilla.c         |    2 +-
 extensions/sample/Makefile.am                      |   22 +++----
 extensions/sample/sample.c                         |    2 +-
 extensions/select-stylesheet/Makefile.am           |   25 ++++----
 extensions/select-stylesheet/mozilla/Makefile.am   |   45 ++++++--------
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    4 +-
 extensions/sidebar/Makefile.am                     |   25 ++++----
 extensions/sidebar/mozilla/Makefile.am             |   39 +++++++------
 extensions/sidebar/mozilla/Sidebar.cpp             |    2 -
 extensions/sidebar/mozilla/register-component.cpp  |    2 -
 extensions/smart-bookmarks/Makefile.am             |   30 ++++-----
 extensions/smart-bookmarks/mozilla/Makefile.am     |   38 ++++++------
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |    4 +-
 extensions/tab-groups/Makefile.am                  |   22 +++----
 extensions/tab-groups/tab-groups.c                 |    2 +-
 extensions/tabsmenu/Makefile.am                    |   22 +++----
 extensions/tabsmenu/tabs-menu.c                    |    2 +-
 extensions/toolbar-extras/Makefile.am              |   22 +++----
 48 files changed, 450 insertions(+), 419 deletions(-)

commit b9c7990bb2fda3a795f0a77778e83de583ed66c1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 6 20:41:29 2004 +0000

    Also list applet, embed and object elements. Work in progress.
    
    2004-12-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-dialog.c:
    	(treeview_info_page_button_pressed_cb), (general_info_page_fill),
    	(page_info_dialog_constructor):
    	* extensions/page-info/page-info.glade:
    	* extensions/sample/ephy-sample-extension.c: (tray_icon_added_cb),
    	(tray_icon_removed_cb), (message_sent_cb), (message_cancelled_cb),
    	(lost_selection_cb), (ephy_sample_extension_init),
    	(ephy_sample_extension_finalize):
    	* include/EphyUtils.h:
    
    	Also list applet, embed and object elements. Work in progress.

 ChangeLog                                        |   16 +
 extensions/page-info/mozilla/mozilla-helpers.cpp | 1548 ++++++++++++----------
 extensions/page-info/mozilla/mozilla-helpers.h   |   82 +-
 extensions/page-info/page-info-dialog.c          |   16 +-
 extensions/page-info/page-info.glade             |    1 -
 5 files changed, 935 insertions(+), 728 deletions(-)

commit 018c6c1f873f86c32d5a294a1546619c5ffd7f52
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Dec 6 19:04:30 2004 +0000

    Update from Epiphany.
    
    2004-12-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/EphyUtils.h:
    
    	Update from Epiphany.

 ChangeLog           |    6 ++++++
 include/EphyUtils.h |   12 +++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit ea8124b3c2816e4197ffb213b0a876e976624005
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Mon Dec 6 14:15:31 2004 +0000

    updated Walloon file

 po/ChangeLog |    4 +
 po/wa.po     |  393 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 349 insertions(+), 48 deletions(-)

commit 70fb6285148e7d3a09de189ef3649f4cef4d77b0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Dec 5 22:43:59 2004 +0000

    Fix epiphany-extensions equivalent of galeon bug #160228.
    
    2004-12-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gesture.c: (unmap_event_cb),
    	(ephy_gesture_start):
    
    	Fix epiphany-extensions equivalent of galeon bug #160228.

 ChangeLog                          |    7 +++++++
 extensions/gestures/ephy-gesture.c |   13 +++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

commit b792319c17c7202ebcb092fad5cda485567c749d
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Sat Dec 4 16:26:20 2004 +0000

    2004-12-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++
 po/ja.po     |  120 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 66 insertions(+), 58 deletions(-)

commit e99e96e5ab3ab3825b72508e5922c64e590bf483
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Dec 2 13:38:48 2004 +0000

    Fix --with-extensions help string.
    
    2004-12-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix --with-extensions help string.

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit b6f645b2f73edcca5ed60ba6dd3ba78c909b80f6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 29 15:31:40 2004 +0000

    Post-release version bump.
    
    2004-11-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 7075af6386260b4772fa47c46230d07f331c18a6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 29 15:30:40 2004 +0000

    === Release 1.5.2 ===
    
    2004-11-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.2 ===
    
    	* NEWS:
    	* configure.ac:
    
    	Updated for 1.5.2.

 ChangeLog    |    9 +++++++++
 NEWS         |    2 +-
 configure.ac |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 643af561f03996ed01465c372b386a1b222f861f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 27 23:45:30 2004 +0000

    Use ephy_notebook_move_tab instead of gtk_notebook_reorder_child, and
    
    2004-11-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tab-groups/ephy-tab-grouper.c: (reset_last_tab),
    	(tab_added_cb), (ephy_tab_grouper_finalize):
    
    	Use ephy_notebook_move_tab instead of gtk_notebook_reorder_child,
    	and simplify the code a bit.

 ChangeLog                                |    8 ++++++
 extensions/tab-groups/ephy-tab-grouper.c |   37 +++++++++++------------------
 2 files changed, 22 insertions(+), 23 deletions(-)

commit 795419e6a020a93cefb2d10671e3817553bc65b1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 27 22:22:11 2004 +0000

    Fix menu positioning with top panel. Code adapted from gnome-panel's
    
    2004-11-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(menu_position_func):
    
    	Fix menu positioning with top panel. Code adapted from gnome-panel's
    	menu-util.c. Fixes bug #157053.

 ChangeLog                                          |    8 +++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   57 +++++++++++---------
 2 files changed, 40 insertions(+), 25 deletions(-)

commit a779c47007b75c2051ab0067c7e11dfbdac3e140
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sat Nov 27 22:10:03 2004 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     |  460 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 432 insertions(+), 32 deletions(-)

commit 343f3f018f92e34a3f7f6573d60a8c962a67cc0b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Nov 27 22:05:14 2004 +0000

    Fix capitalisation

 extensions/smart-bookmarks/smart-bookmarks.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10291dabe1974355c65deac39369e51e0a03b97b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Nov 27 22:00:14 2004 +0000

    Fix typo

 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 87616bf673494f3d6f90408f01d7eef43d6b2ab4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Nov 27 21:08:54 2004 +0000

    Updating NEWS

 NEWS |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

commit 8565cb731cbe82a8f11b417ccdc303a45327c527
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 27 21:06:01 2004 +0000

    Add copy-template to EXTRA_DIST.
    
    2004-11-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am:
    
    	Add copy-template to EXTRA_DIST.

 ChangeLog   |    6 ++++++
 Makefile.am |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 350cee9867a545b9df3ae59399a99caafb84a15d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Nov 25 20:48:21 2004 +0000

    Fix build with latest mozilla trunk.
    
    2004-11-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/register-listener.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/sidebar/mozilla/register-component.cpp:
    
    	Fix build with latest mozilla trunk.
    
    	* include/Makefile.am:
    	* include/ephy-file-chooser.h:
    
    	Fix build.

 ChangeLog                                          |   13 +++
 .../error-viewer/mozilla/register-listener.cpp     |    2 +-
 extensions/page-info/mozilla/mozilla-helpers.cpp   |    2 +-
 extensions/sidebar/mozilla/register-component.cpp  |    2 +-
 include/Makefile.am                                |    3 +-
 include/ephy-file-chooser.h                        |   89 ++++++++++++++++++++
 6 files changed, 107 insertions(+), 4 deletions(-)

commit ef3c42b5db96a0adb3b598d6dab7af114537ced1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 20 23:31:29 2004 +0000

    Fix a couple of warnings.
    
    2004-11-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Fix a couple of warnings.

 ChangeLog                                        |    6 +++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   25 ++++++++++++---------
 2 files changed, 20 insertions(+), 11 deletions(-)

commit bf408b723184242855d892a18eaa7aee6d5c945e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 20 23:25:27 2004 +0000

    Converted to using a DOM tree walker. While walking the tree, check for
    
    2004-11-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/Makefile.am:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-dialog.c: (treeview_filter_popup),
    	(treeview_info_page_button_pressed_cb),
    	(images_get_selected_image_url), (save_an_image),
    	(download_path_response_cb), (images_save_image_cb),
    	(images_set_image_as_background_cb),
    	(images_copy_image_address_cb),
    	(images_treeview_selection_changed_cb),
    	(images_info_page_construct), (images_info_page_fill),
    	(links_info_page_fill), (forms_info_page_fill),
    	(page_info_dialog_constructor), (page_info_dialog_finalize):
    
    	Converted to using a DOM tree walker. While walking the tree,
    	check for CSS background images, and add those to the list too.
    	Avoid duplicate links by keeping a hash of already-seen links.
    	Also pick up mailto: links, and add those at top of Links
    	tab.
    	Patch by Jean-François Rameau.

 ChangeLog                                        |   23 +
 extensions/page-info/mozilla/Makefile.am         |    3 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |  644 ++++++++++++++++------
 extensions/page-info/mozilla/mozilla-helpers.h   |   19 +-
 extensions/page-info/page-info-dialog.c          |  268 +++++++---
 5 files changed, 708 insertions(+), 249 deletions(-)

commit c42d032f56399fed663c966e1add44217afda552
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Nov 20 23:18:37 2004 +0000

    Sync'd with epiphany.
    
    2004-11-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/EphyUtils.h:
    
    	Sync'd with epiphany.

 ChangeLog           |    6 ++++++
 include/EphyUtils.h |   20 +++++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)

commit cb3ab63868b5cbaa873fe2eba745be698014d96f
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Nov 18 22:50:53 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |  155 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 102 insertions(+), 57 deletions(-)

commit 423afe08809fb160914e42701328b28f298b1f0b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Nov 16 17:06:58 2004 +0000

    Update Epiphany dependency to 1.5.1.90.
    
    2004-11-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Update Epiphany dependency to 1.5.1.90.
    
    	* extensions/certificates/Makefile.am:
    	* extensions/certificates/ephy-certificates-extension.c:
    	(view_certificate_cb), (tab_added_cb), (tab_removed_cb),
    	(padlock_button_press_cb):
    	* extensions/certificates/mozilla/.cvsignore:
    	* extensions/certificates/mozilla/Makefile.am:
    	* extensions/certificates/mozilla/MozillaEmbedCertificate.cpp:
    	* extensions/certificates/mozilla/MozillaEmbedCertificate.h:
    	* extensions/certificates/mozilla/mozilla-embed-certificate.cpp:
    	* extensions/certificates/mozilla/mozilla-embed-certificate.h:
    
    	Use ephy_embed_show_page_certificate ().

 ChangeLog                                          |   19 +++
 configure.ac                                       |    5 +-
 extensions/certificates/Makefile.am                |    6 +-
 .../certificates/ephy-certificates-extension.c     |   10 +--
 extensions/certificates/mozilla/.cvsignore         |    8 --
 extensions/certificates/mozilla/Makefile.am        |   30 -----
 .../mozilla/MozillaEmbedCertificate.cpp            |   91 ---------------
 .../certificates/mozilla/MozillaEmbedCertificate.h |   43 -------
 .../mozilla/mozilla-embed-certificate.cpp          |  123 --------------------
 .../mozilla/mozilla-embed-certificate.h            |   39 ------
 10 files changed, 24 insertions(+), 350 deletions(-)

commit 8936fe73f034ebdc3b62206d58e835051e6ff737
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 15 15:07:37 2004 +0000

    Fix compilation with latest mozilla trunk.
    
    2004-11-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.h:
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    	* extensions/sidebar/mozilla/Sidebar.cpp:
    	* extensions/smart-bookmarks/mozilla/mozilla-selection.cpp:
    
    	Fix compilation with latest mozilla trunk.

 ChangeLog                                          |   13 +++++++++++++
 .../mozilla/ErrorViewerConsoleListener.cpp         |    2 ++
 .../mozilla/ErrorViewerConsoleListener.h           |    1 -
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    2 ++
 .../error-viewer/mozilla/mozilla-helpers.cpp       |    2 ++
 extensions/page-info/mozilla/mozilla-helpers.cpp   |    2 ++
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    2 ++
 extensions/sidebar/mozilla/Sidebar.cpp             |    2 ++
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |    4 +++-
 9 files changed, 28 insertions(+), 2 deletions(-)

commit f07128a77902c46f17e62ee513391c08368f3cbd
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Nov 13 13:52:20 2004 +0000

    Updated French translation.

 po/ChangeLog |    7 +-
 po/fr.po     |  328 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 218 insertions(+), 117 deletions(-)

commit c13d1f89bc65150ca1e0b5863dd09abc81c814da
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Nov 13 13:14:20 2004 +0000

    Fix a couple of typos in the boilerplate GObject defines
    
    2004-11-13  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/sidebar/ephy-sidebar-embed.h: Fix a couple of
    	typos in the boilerplate GObject defines

 ChangeLog                               |    5 +++++
 extensions/sidebar/ephy-sidebar-embed.h |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit fa5d42845c5a5eb413af455eedb6c3d32c4660e8
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Nov 7 20:45:35 2004 +0000

    Select first menu item when popping the menu up with keyboard.
    
    2004-11-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(treeview_info_page_show_popup):
    
    	Select first menu item when popping the menu up with keyboard.

 ChangeLog                               |    7 +++++++
 extensions/page-info/page-info-dialog.c |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 30921a0de205918c7f51bb3087d998cac63e10d7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Nov 4 14:35:16 2004 +0000

    Return FALSE to tab_delete signal.
    
    2004-11-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tab-groups/ephy-tab-grouper.c: (reset_last_tab):
    
    	Return FALSE to tab_delete signal.

 ChangeLog                                |    6 ++++++
 extensions/tab-groups/ephy-tab-grouper.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 098f8806676ae9147f7c64b29936e37f9d9dcaeb
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Thu Nov 4 05:58:46 2004 +0000

    2004-11-04 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 +
 po/ja.po     |  457 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 418 insertions(+), 43 deletions(-)

commit 0f429a0a0f66537331ccefc819def1f8f21ead73
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 1 16:07:31 2004 +0000

    Post-release version bump.
    
    2004-11-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 933fe5030f572d6816d4b618e2a581aeda8ca785
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 1 16:06:56 2004 +0000

    === Release 1.5.1 ===
    
    2004-11-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.5.1 ===
    
    	* extensions/Makefile.am:
    
    	Add missing extensions to DIST_SUBDIRS, and comment out adblock extension.
    
    	* extensions/bookmarks-tray/Makefile.am:
    
    	Fix EXTRA_DIST.

 ChangeLog                             |   12 ++++++++++++
 extensions/Makefile.am                |    8 ++++----
 extensions/bookmarks-tray/Makefile.am |    4 +---
 3 files changed, 17 insertions(+), 7 deletions(-)

commit 816bed4148b4f6417b11cd1ac9d912868ba17782
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 1 14:26:33 2004 +0000

    Fix aclocal flags.
    
    2004-11-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix aclocal flags.

 ChangeLog    |    6 ++++++
 configure.ac |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 45d38e4834ff9ca7bd7b86023912145096c35501
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Nov 1 14:24:35 2004 +0000

    Bump version number.
    
    2004-11-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Bump version number.
    
    	* extensions/sample-mozilla/sample-mozilla.c:
    
    	Fix warning.

 ChangeLog                                  |   10 ++++++++++
 configure.ac                               |    9 +++++----
 extensions/sample-mozilla/sample-mozilla.c |    2 ++
 3 files changed, 17 insertions(+), 4 deletions(-)

commit 4ec565ff5b836312adb810b808342c06afb839b9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Oct 31 13:30:30 2004 +0000

    Updated

 NEWS |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit e05d0b0c7057ddcb698dd3c3310cc226323dcfd6
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 30 22:45:16 2004 +0000

    	Automatically edit configure.ac and extensions/Makefile.am

 ChangeLog           |    6 ++
 tools/copy-template |  140 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 146 insertions(+), 0 deletions(-)

commit d99fe9c3a44e5f7b5602e4e0255df994e7f427be
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 30 16:55:01 2004 +0000

    Added <revision>

 doc/writing-epiphany-extensions.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 4b5e67ea7d7b5e705095b649462148c025c5f8d2
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 30 16:53:26 2004 +0000

    	Use <example> tags, and update things to deal with unloading
    	extensions.

 ChangeLog                           |    7 +
 doc/writing-epiphany-extensions.xml |  230 +++++++++++++++++++++++-----------
 2 files changed, 162 insertions(+), 75 deletions(-)

commit 6df7cfb3e9177c4fc559f0c3fbaeedaa8de1c113
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 30 06:19:57 2004 +0000

    	A few updates, not yet complete but at least it doesn't refer to
    	"ephyplugins" any more!

 ChangeLog                           |    7 +
 doc/writing-epiphany-extensions.xml |  369 +++++++----------------------------
 2 files changed, 82 insertions(+), 294 deletions(-)

commit 8c8904afa14dffbe324d22baecd54461e6a20e20
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 30 05:29:29 2004 +0000

    	Listen to ephy-extension-manager's added/removed signals to add/remove
    	extensions from the list.

 ChangeLog                                          |   10 ++
 .../extensions-manager-ui/extensions-manager-ui.c  |   91 +++++++++++++++++--
 2 files changed, 91 insertions(+), 10 deletions(-)

commit c3b072405117365081b3e8a19909cfab2c552c1e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Oct 29 21:01:55 2004 +0000

    Add this file

 include/ephy-bookmarks-menu.h |   64 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

commit 6ecdf217fdf25320a5587aa6453be094169bc2c5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Oct 29 21:01:21 2004 +0000

    Fix include.
    
    2004-10-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    
    	Fix include.
    
    	* include/Makefile.am:
    	A include/ephy-bookmarks-menu.h:
    
    	Added from epiphany.

 ChangeLog                                          |   11 +++++++++++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    2 +-
 include/Makefile.am                                |    1 +
 3 files changed, 13 insertions(+), 1 deletions(-)

commit 0c840bc24c8b114fb2a24924e778703654740f9b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Oct 29 20:54:10 2004 +0000

    Not needed anymore

 extensions/bookmarks-tray/README     |    3 -
 extensions/bookmarks-tray/patch.diff |  342 ----------------------------------
 2 files changed, 0 insertions(+), 345 deletions(-)

commit f15cfe38dffceb1b89adb8fc90015b0bcedd23cc
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Oct 29 12:28:44 2004 +0000

    Add "Edit Bookmarks" to context menu.
    
    2004-10-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/Makefile.am:
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(edit_bookmarks_cb):
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-ui.xml:
    
    	Add "Edit Bookmarks" to context menu.

 ChangeLog                                          |    9 ++++++
 extensions/bookmarks-tray/Makefile.am              |    6 +++-
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   31 ++++++++++++++++---
 .../bookmarks-tray/ephy-bookmarks-tray-ui.xml      |    2 +
 4 files changed, 42 insertions(+), 6 deletions(-)

commit 72af5df93453b61528fc2a3e3b3b355e175881b0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Oct 28 12:18:53 2004 +0000

    Don't dismiss the dialogue when pressing the Help button.
    
    2004-10-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(extensions_manager_ui_response_cb):
    
    	Don't dismiss the dialogue when pressing the Help button.

 ChangeLog                                          |    7 +++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 6f32a862d08c72431fe8c62a338f5570833ea6a6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 28 00:55:13 2004 +0000

    *** empty log message ***

 configure.ac                                       |    8 +-
 extensions/Makefile.am                             |    4 +
 extensions/bookmarks-tray/.cvsignore               |   10 +
 extensions/bookmarks-tray/Makefile.am              |   40 +++
 extensions/bookmarks-tray/README                   |    3 +
 extensions/bookmarks-tray/bookmarks-tray.xml.in.in |   13 +
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |    2 +-
 .../bookmarks-tray/ephy-bookmarks-tray-extension.h |   60 ++++
 .../bookmarks-tray/ephy-bookmarks-tray-ui.xml      |   11 +
 extensions/bookmarks-tray/extension.c              |   46 +++
 extensions/bookmarks-tray/patch.diff               |  342 ++++++++++++++++++++
 extensions/extensions-manager-ui/.cvsignore        |    1 +
 extensions/page-info/ephy-page-info-extension.c    |    9 +-
 include/Makefile.am                                |    1 +
 include/eggtrayicon.h                              |   80 +++++
 po/POTFILES.in                                     |    1 +
 po/POTFILES.skip                                   |    1 +
 17 files changed, 624 insertions(+), 8 deletions(-)

commit 728365971fe0fce6e356fafa6fa2e82fe414d065
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Oct 28 00:54:19 2004 +0000

    Better menu positioning function, adapted from netapplet.
    
    2004-10-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(menu_position_func), (show_context_menu), (show_menu):
    
    	Better menu positioning function, adapted from netapplet.

 ChangeLog                                          |    7 ++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   59 ++++++++++++++++++--
 2 files changed, 60 insertions(+), 6 deletions(-)

commit d308d9c71aa88e803014f279ca361746895fd639
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Oct 28 00:46:17 2004 +0000

    Remove dead code.
    
    2004-10-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c:
    	(button_size_allocate_cb), (ephy_bookmarks_tray_extension_init),
    	(ephy_bookmarks_tray_extension_finalize):
    
    	Remove dead code.

 ChangeLog                                          |    8 +++++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |   30 ++++---------------
 2 files changed, 15 insertions(+), 23 deletions(-)

commit d1fd13ae938d1140ae77017ab8c6605fa317da3f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 28 00:27:16 2004 +0000

    *** empty log message ***

 ChangeLog                                          |   39 ++
 .../bookmarks-tray/ephy-bookmarks-tray-extension.c |  533 ++++++++++++++++++++
 2 files changed, 572 insertions(+), 0 deletions(-)

commit 41112c704c03e4036f95a31b4699cdb9885a22dd
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Oct 26 20:42:35 2004 +0000

    Use new gtk+ HIG message dialogue API.
    
    2004-10-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sidebar/ephy-sidebar-extension.c:
    	(add_dialog_response_cb), (impl_add_sidebar):
    
    	Use new gtk+ HIG message dialogue API.

 ChangeLog                                   |    7 +++
 extensions/sidebar/ephy-sidebar-extension.c |   58 +++++++-------------------
 2 files changed, 23 insertions(+), 42 deletions(-)

commit 5082bbb7b7abe143773db4b21bacda2f8cd5a779
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Oct 25 15:03:02 2004 +0000

    	Copy .xml.in.in files.

 ChangeLog           |    6 ++++++
 tools/copy-template |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 49d175793c516e6650285baa91c7ac8f2ed04e4c
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Fri Oct 22 20:20:57 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +++
 po/en_CA.po  |   67 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 61 insertions(+), 10 deletions(-)

commit 5cd0e6dc3f0652365dfdbf99a67c5ff075686294
Author: Hendrik Brandt <hebra@cvs.gnome.org>
Date:   Fri Oct 22 15:00:38 2004 +0000

    Updated German translation.
    
    2004-10-22  Hendrik Brandt  <hebra@cvs.gnome.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +++
 po/de.po     |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 57 insertions(+), 6 deletions(-)

commit 03ef9a9c2eace74ee4efb91e508ba37b209321b7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Oct 21 23:47:41 2004 +0000

    Use ephy_dialog_get_controls().
    
    2004-10-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(show_extension_info):
    
    	Use ephy_dialog_get_controls().

 ChangeLog                                          |    7 ++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |   21 ++++++++-----------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit 599f1518fc45c2506da73e1c1522cf8534e70631
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Oct 21 23:05:53 2004 +0000

    Fix alignment of "Authors" label.
    
    2004-10-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    
    	Fix alignment of "Authors" label.

 ChangeLog                                          |    6 ++
 .../extensions-manager-ui.glade                    |   49 ++++++++++----------
 2 files changed, 30 insertions(+), 25 deletions(-)

commit a4d90c0f812cf19a917ace16eee024a65facae98
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Oct 21 22:59:17 2004 +0000

    	Destroy info dialogs with Extension Manager UI dialog

 ChangeLog                                          |    8 ++++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |    2 ++
 .../extensions-manager-ui.glade                    |    4 ++--
 3 files changed, 12 insertions(+), 2 deletions(-)

commit d7e8cad5f0d3ffa52b131fd49c2db641df70a8af
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Oct 21 22:45:02 2004 +0000

    	Change the "id" column in the TreeModel to an "info" column holding a
    	pointer to an EphyExtensionInfo. Using this, make row-activated in the
    	treeview open a dialog describing an extension.

 ChangeLog                                          |   12 +
 .../extensions-manager-ui/extensions-manager-ui.c  |  162 +++++++++++--
 .../extensions-manager-ui.glade                    |  265 ++++++++++++++++++++
 3 files changed, 423 insertions(+), 16 deletions(-)

commit 21b713e204d9690e0fc9233d0bd991d8ebf998ef
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Oct 20 01:40:40 2004 +0000

    	Don't compile adblock by default: Mozilla support sucks and we have to
    	decide whether to change EphyContentPolicy, support only loading
    	extensions on Ephy start, or wait for Mozilla's Bug #246092.

 ChangeLog    |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 9b2d8c411b73929ae35396233986a06a572c15e7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 18 14:51:40 2004 +0000

    Modernised.
    
    2004-10-18  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Modernised.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 7a21dfd02091b71a9bd705d2daa8199321f469a1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 18 14:50:42 2004 +0000

    Modernised.
    
    2004-10-18  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Modernised.

 configure.ac |  117 ++++++++++++++++++++++-----------------------------------
 1 files changed, 45 insertions(+), 72 deletions(-)

commit 1ef1e4d483ad0ed4a838e7d6b0c19ca737fec345
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Oct 18 12:57:23 2004 +0000

    Updated list of default extensions

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d1fb972d854d9996f880eb319f64384a3eaf08e3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 18 12:56:39 2004 +0000

    Detach correctly from the window. Fixes bug #155388.
    
    2004-10-17  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(impl_attach_window), (impl_detach_window):
    
    	Detach correctly from the window. Fixes bug #155388.

 ChangeLog                                          |    7 +++++++
 .../smart-bookmarks/smart-bookmarks-extension.c    |   12 +++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)

commit 7cf5db754ac54bf6fa529b664366e797c487c9ac
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Oct 17 19:37:47 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-10-17  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 +
 po/nl.po     |  356 +++++++--------------------------------------------------
 2 files changed, 48 insertions(+), 312 deletions(-)

commit 97aca299e13114e5bcdfd438c6ce00a63f31afa0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 17 14:36:58 2004 +0000

    Fix the extensions .xml description file build process, thanks to Crispin
    
    2004-10-17  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/Makefile.am:
    	* extensions/certificates/Makefile.am:
    	* extensions/dashboard/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/extensions-manager-ui/Makefile.am:
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(build_ui):
    	* extensions/gestures/Makefile.am:
    	* extensions/page-info/Makefile.am:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample/Makefile.am:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/sidebar/Makefile.am:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/toolbar-extras/Makefile.am:
    
    	Fix the extensions .xml description file build process, thanks to Crispin
    	for the idea.

 ChangeLog                                          |   23 ++++++++++++++++++++
 extensions/adblock/Makefile.am                     |    8 ++----
 extensions/certificates/Makefile.am                |    8 ++----
 extensions/dashboard/Makefile.am                   |    8 ++----
 extensions/error-viewer/Makefile.am                |    8 ++----
 extensions/extensions-manager-ui/Makefile.am       |    8 ++----
 .../extensions-manager-ui/extensions-manager-ui.c  |    3 --
 extensions/gestures/Makefile.am                    |    8 ++----
 extensions/page-info/Makefile.am                   |    8 ++----
 extensions/sample-mozilla/Makefile.am              |    8 ++----
 extensions/sample/Makefile.am                      |    8 ++----
 extensions/select-stylesheet/Makefile.am           |    8 ++----
 extensions/sidebar/Makefile.am                     |   10 ++++----
 extensions/smart-bookmarks/Makefile.am             |    8 ++----
 extensions/tab-groups/Makefile.am                  |    8 ++----
 extensions/tabsmenu/Makefile.am                    |    8 ++----
 extensions/toolbar-extras/Makefile.am              |    8 ++----
 17 files changed, 70 insertions(+), 78 deletions(-)

commit cd4ab8a86aa13146a610d378fb7ef03ee04eb6a7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Oct 16 19:33:51 2004 +0000

    Updated with extensions manager UI files.
    
    2004-10-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in:
    	* POTFILES.skip:
    
    	Updated with extensions manager UI files.

 po/ChangeLog     |    7 +++++++
 po/POTFILES.in   |    3 +++
 po/POTFILES.skip |    1 +
 3 files changed, 11 insertions(+), 0 deletions(-)

commit 9f9e9c5bb35cd04364f494dd8f08a2a54b72f5c2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Oct 16 19:19:09 2004 +0000

    Don't make the extensions description ediable. Fixes bug #155389.
    
    2004-10-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(active_sync), (build_ui):
    
    	Don't make the extensions description ediable. Fixes bug #155389.

 ChangeLog                                          |    7 +++++++
 .../extensions-manager-ui/extensions-manager-ui.c  |   14 +++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit 877fbd370e341d1249f215248c07bf8e2dce68f9
Author: Hendrik Brandt <hebra@cvs.gnome.org>
Date:   Thu Oct 14 21:57:38 2004 +0000

    Updated German translation.
    
    2004-10-14  Hendrik Brandt  <hebra@cvs.gnome.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  390 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 340 insertions(+), 54 deletions(-)

commit 36854e88e551b459d02a7edcdb861d024b2d4a76
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Oct 14 14:28:14 2004 +0000

    	Add separators in the Tools menu.

 ChangeLog                                          |    9 +++++++++
 .../certificates/ephy-certificates-extension.c     |    6 ++++++
 .../smart-bookmarks/smart-bookmarks-extension.c    |    6 ++++++
 3 files changed, 21 insertions(+), 0 deletions(-)

commit ba88d3fcec5e6249ad9a829e337c53414a0905d3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Oct 13 22:44:06 2004 +0000

    Fix dialogue to actually be a GtkDialog.
    
    2004-10-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/extensions-manager-ui.c:
    	(extensions_manager_ui_response_cb), (fill_list_store),
    	(active_sync), (build_ui), (extensions_manager_ui_init),
    	(extensions_manager_ui_finalize),
    	(extensions_manager_ui_class_init), (extensions_manager_ui_new):
    	* extensions/extensions-manager-ui/extensions-manager-ui.glade:
    
    	Fix dialogue to actually be a GtkDialog.

 ChangeLog                                          |   11 ++
 .../extensions-manager-ui/extensions-manager-ui.c  |   81 ++++++------
 .../extensions-manager-ui.glade                    |  138 ++++++++++----------
 3 files changed, 123 insertions(+), 107 deletions(-)

commit a63d7d451ffb0f786b62387731bdb756e0694e75
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Oct 13 22:17:09 2004 +0000

    Make dialogue transient to the opening window.
    
    2004-10-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/extensions-manager-ui/ephy-extensions-manager-ui-exten
    	sion.c: (ephy_extensions_manager_ui_extension_get_type),
    	(ephy_extensions_manager_ui_extension_register_type),
    	(ephy_extensions_manager_ui_extension_finalize), (display_cb),
    	(impl_attach_window),
    	(ephy_extensions_manager_ui_extension_class_init):
    
    	Make dialogue transient to the opening window.

 ChangeLog                                          |   11 +++
 .../ephy-extensions-manager-ui-extension.c         |   70 ++++++++++---------
 2 files changed, 48 insertions(+), 33 deletions(-)

commit 21000adf0bd1135024b858d51a53e34f4b34e241
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Oct 13 22:02:36 2004 +0000

    	Added extensions-manager-ui extension (though it's not enabled by
    	default since it requires Christian's patch to Epiphany).

 ChangeLog                                          |   32 ++
 configure.ac                                       |    6 +-
 extensions/Makefile.am                             |    4 +
 extensions/extensions-manager-ui/.cvsignore        |    9 +
 extensions/extensions-manager-ui/Makefile.am       |   44 +++
 .../ephy-extensions-manager-ui-extension.c         |  243 ++++++++++++++
 .../ephy-extensions-manager-ui-extension.h         |   58 ++++
 extensions/extensions-manager-ui/extension.c       |   48 +++
 .../extensions-manager-ui/extensions-manager-ui.c  |  354 ++++++++++++++++++++
 .../extensions-manager-ui.glade                    |  140 ++++++++
 .../extensions-manager-ui/extensions-manager-ui.h  |   62 ++++
 .../extensions-manager-ui.xml.in.in                |   13 +
 12 files changed, 1011 insertions(+), 2 deletions(-)

commit 6815f72ff53ffeaef65a6f49ea574e6bc5316f7c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Oct 13 20:17:54 2004 +0000

    Fix the .xml files.
    
    2004-10-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/Makefile.am:
    	* extensions/adblock/adblock.xml.in.in:
    	* extensions/certificates/Makefile.am:
    	* extensions/certificates/certificates.xml.in.in:
    	* extensions/dashboard/Makefile.am:
    	* extensions/dashboard/dashboard.xml.in.in:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/error-viewer/error-viewer.xml.in.in:
    	* extensions/gestures/Makefile.am:
    	* extensions/gestures/gestures.xml.in.in:
    	* extensions/page-info/Makefile.am:
    	* extensions/page-info/page-info.xml.in.in:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample-mozilla/sample-mozilla.xml.in.in:
    	* extensions/sample/Makefile.am:
    	* extensions/sample/sample.xml.in.in:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/select-stylesheet/select-stylesheet.xml.in.in:
    	* extensions/sidebar/Makefile.am:
    	* extensions/sidebar/sidebar.xml.in.in:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/smart-bookmarks/smart-bookmarks.xml.in.in:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tab-groups/tab-groups.xml.in.in:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/tabsmenu/tabsmenu.xml.in.in:
    	* extensions/toolbar-extras/Makefile.am:
    	* extensions/toolbar-extras/toolbar-extras.xml.in.in:
    
    	Fix the .xml files.

 ChangeLog                                          |   33 ++++++++++++++++++++
 extensions/adblock/Makefile.am                     |    3 +-
 extensions/adblock/adblock.xml.in.in               |    2 +-
 extensions/certificates/Makefile.am                |    3 +-
 extensions/certificates/certificates.xml.in.in     |    2 +-
 extensions/dashboard/Makefile.am                   |    3 +-
 extensions/dashboard/dashboard.xml.in.in           |    2 +-
 extensions/error-viewer/Makefile.am                |    3 +-
 extensions/error-viewer/error-viewer.xml.in.in     |    2 +-
 extensions/gestures/Makefile.am                    |    3 +-
 extensions/gestures/gestures.xml.in.in             |    2 +-
 extensions/page-info/Makefile.am                   |    3 +-
 extensions/page-info/page-info.xml.in.in           |    2 +-
 extensions/sample-mozilla/Makefile.am              |    3 +-
 extensions/sample-mozilla/sample-mozilla.xml.in.in |    2 +-
 extensions/sample/Makefile.am                      |    3 +-
 extensions/sample/sample.xml.in.in                 |    2 +-
 extensions/select-stylesheet/Makefile.am           |    3 +-
 .../select-stylesheet/select-stylesheet.xml.in.in  |    2 +-
 extensions/sidebar/Makefile.am                     |    3 +-
 extensions/sidebar/sidebar.xml.in.in               |    2 +-
 extensions/smart-bookmarks/Makefile.am             |    3 +-
 .../smart-bookmarks/smart-bookmarks.xml.in.in      |    2 +-
 extensions/tab-groups/Makefile.am                  |    3 +-
 extensions/tab-groups/tab-groups.xml.in.in         |    2 +-
 extensions/tabsmenu/Makefile.am                    |    3 +-
 extensions/tabsmenu/tabsmenu.xml.in.in             |    2 +-
 extensions/toolbar-extras/Makefile.am              |    3 +-
 extensions/toolbar-extras/toolbar-extras.xml.in.in |    2 +-
 29 files changed, 75 insertions(+), 28 deletions(-)

commit 6663c6b11352a419781b1f8d9a48103167f2ff01
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Tue Oct 12 12:05:33 2004 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   20 ++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit fd668cec4e5eab068030d62318a0775e3a45bbc1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 11 17:27:53 2004 +0000

    64-bit fix. Patch by Andrzej Dopierała.
    
    2004-10-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/sgml-validator.c: (convert_to_utf8):
    
    	64-bit fix. Patch by Andrzej Dopierała.

 ChangeLog                                |    6 ++++++
 extensions/error-viewer/sgml-validator.c |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 9ac1478eb87e7cd7a988925d2fe09000d5be1bcf
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 10 22:18:11 2004 +0000

    Substitute library name. Still doesn't work when building from clean,
    
    2004-10-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/Makefile.am:
    	* extensions/certificates/Makefile.am:
    	* extensions/dashboard/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/gestures/Makefile.am:
    	* extensions/page-info/Makefile.am:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample/Makefile.am:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/sidebar/Makefile.am:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/toolbar-extras/Makefile.am:
    
    	Substitute library name. Still doesn't work when building from clean,
    	since the .xml is built first, not after lib*.la.

 ChangeLog                                |   20 ++++++++++++++++++++
 extensions/adblock/Makefile.am           |    3 ++-
 extensions/certificates/Makefile.am      |    3 ++-
 extensions/dashboard/Makefile.am         |    3 ++-
 extensions/error-viewer/Makefile.am      |    3 ++-
 extensions/gestures/Makefile.am          |    3 ++-
 extensions/page-info/Makefile.am         |    3 ++-
 extensions/sample-mozilla/Makefile.am    |    3 ++-
 extensions/sample/Makefile.am            |    3 ++-
 extensions/select-stylesheet/Makefile.am |    3 ++-
 extensions/sidebar/Makefile.am           |    3 ++-
 extensions/smart-bookmarks/Makefile.am   |    3 ++-
 extensions/tab-groups/Makefile.am        |    3 ++-
 extensions/tabsmenu/Makefile.am          |    3 ++-
 extensions/toolbar-extras/Makefile.am    |    3 ++-
 15 files changed, 48 insertions(+), 14 deletions(-)

commit 7295fc6b10e229f7c53616abd256a6b8b3175d6e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Oct 10 21:35:49 2004 +0000

    Add extension description files.
    
    2004-10-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* autogen.sh:
    	* configure.ac:
    	* extensions/adblock/.cvsignore:
    	* extensions/adblock/Makefile.am:
    	* extensions/adblock/adblock.xml.in.in:
    	* extensions/certificates/.cvsignore:
    	* extensions/certificates/Makefile.am:
    	* extensions/certificates/certificates.xml.in.in:
    	* extensions/dashboard/.cvsignore:
    	* extensions/dashboard/Makefile.am:
    	* extensions/dashboard/dashboard.xml.in.in:
    	* extensions/error-viewer/.cvsignore:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/error-viewer/error-viewer.xml.in.in:
    	* extensions/gestures/.cvsignore:
    	* extensions/gestures/Makefile.am:
    	* extensions/gestures/gestures.xml.in.in:
    	* extensions/page-info/.cvsignore:
    	* extensions/page-info/Makefile.am:
    	* extensions/page-info/page-info.xml.in.in:
    	* extensions/sample-mozilla/.cvsignore:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample-mozilla/sample-mozilla.xml.in.in:
    	* extensions/sample/.cvsignore:
    	* extensions/sample/Makefile.am:
    	* extensions/sample/sample.xml.in.in:
    	* extensions/select-stylesheet/.cvsignore:
    	* extensions/select-stylesheet/Makefile.am:
    	* extensions/select-stylesheet/select-stylesheet.xml.in.in:
    	* extensions/sidebar/.cvsignore:
    	* extensions/sidebar/Makefile.am:
    	* extensions/sidebar/sidebar.xml.in.in:
    	* extensions/smart-bookmarks/.cvsignore:
    	* extensions/smart-bookmarks/Makefile.am:
    	* extensions/smart-bookmarks/smart-bookmarks.xml.in.in:
    	* extensions/tab-groups/.cvsignore:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tab-groups/tab-groups.xml.in.in:
    	* extensions/tabsmenu/.cvsignore:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/tabsmenu/tabsmenu.xml.in.in:
    	* extensions/toolbar-extras/.cvsignore:
    	* extensions/toolbar-extras/Makefile.am:
    	* extensions/toolbar-extras/toolbar-extras.xml.in.in:
    	* po/POTFILES.skip:
    
    	Add extension description files.

 ChangeLog                                          |   51 +++++++++++++++++++-
 autogen.sh                                         |    2 +-
 configure.ac                                       |    1 +
 extensions/adblock/.cvsignore                      |    1 +
 extensions/adblock/Makefile.am                     |   18 +++++++-
 extensions/adblock/adblock.xml.in.in               |   13 +++++
 extensions/certificates/.cvsignore                 |    1 +
 extensions/certificates/Makefile.am                |   18 +++++++
 extensions/certificates/certificates.xml.in.in     |   13 +++++
 extensions/dashboard/.cvsignore                    |    1 +
 extensions/dashboard/Makefile.am                   |   18 +++++++
 extensions/dashboard/dashboard.xml.in.in           |   13 +++++
 extensions/error-viewer/.cvsignore                 |    1 +
 extensions/error-viewer/Makefile.am                |   18 +++++++-
 extensions/error-viewer/error-viewer.xml.in.in     |   13 +++++
 extensions/gestures/.cvsignore                     |    1 +
 extensions/gestures/Makefile.am                    |   18 +++++++-
 extensions/gestures/gestures.xml.in.in             |   14 +++++
 extensions/page-info/.cvsignore                    |    1 +
 extensions/page-info/Makefile.am                   |   18 +++++++-
 extensions/page-info/page-info.xml.in.in           |   14 +++++
 extensions/sample-mozilla/.cvsignore               |    1 +
 extensions/sample-mozilla/Makefile.am              |   18 +++++++
 extensions/sample-mozilla/sample-mozilla.xml.in.in |   13 +++++
 extensions/sample/.cvsignore                       |    1 +
 extensions/sample/Makefile.am                      |   18 +++++++
 extensions/sample/sample.xml.in.in                 |   13 +++++
 extensions/select-stylesheet/.cvsignore            |    1 +
 extensions/select-stylesheet/Makefile.am           |   18 +++++++
 .../select-stylesheet/select-stylesheet.xml.in.in  |   13 +++++
 extensions/sidebar/.cvsignore                      |    1 +
 extensions/sidebar/Makefile.am                     |   29 ++++++++---
 extensions/sidebar/sidebar.xml.in.in               |   13 +++++
 extensions/smart-bookmarks/.cvsignore              |    1 +
 extensions/smart-bookmarks/Makefile.am             |   18 +++++++-
 .../smart-bookmarks/smart-bookmarks.xml.in.in      |   13 +++++
 extensions/tab-groups/.cvsignore                   |    1 +
 extensions/tab-groups/Makefile.am                  |   18 +++++++
 extensions/tab-groups/tab-groups.xml.in.in         |   13 +++++
 extensions/tabsmenu/.cvsignore                     |    1 +
 extensions/tabsmenu/Makefile.am                    |   18 +++++++
 extensions/tabsmenu/tabsmenu.xml.in.in             |   13 +++++
 extensions/toolbar-extras/.cvsignore               |    1 +
 extensions/toolbar-extras/Makefile.am              |   18 +++++++
 extensions/toolbar-extras/toolbar-extras.xml.in.in |   13 +++++
 po/POTFILES.skip                                   |   16 ++++++
 46 files changed, 516 insertions(+), 15 deletions(-)

commit 70592fcda193e4b8d39717999d3991f549d66cf9
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sat Oct 9 15:09:45 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   36 ++++++++++++++++++++----------------
 2 files changed, 24 insertions(+), 16 deletions(-)

commit 8635e6eea7010a88a913de4666e14a3aedf0aa3b
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Oct 9 00:01:21 2004 +0000

    Updated Spanish translation.
    
    2004-10-09  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  358 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 335 insertions(+), 27 deletions(-)

commit 9daa83311c2fbb5b68bf0295ce99ceb277d1016e
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Oct 8 20:51:34 2004 +0000

    extensions/sidebar/mozilla/Sidebar.cpp
    
    2004-10-08  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/sidebar/mozilla/Sidebar.cpp
    	* extensions/sidebar/mozilla/Sidebar.h:
    
    	Remove the SidebarProxy destructor, it avoids a one potential
    	crash after the extension has been unloaded

 ChangeLog                              |    8 ++++++++
 extensions/sidebar/mozilla/Sidebar.cpp |    6 ------
 extensions/sidebar/mozilla/Sidebar.h   |    1 -
 3 files changed, 8 insertions(+), 7 deletions(-)

commit 28a69bff56c937d300ba18145259194f8b2060f4
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Fri Oct 8 20:49:40 2004 +0000

    Hide the sidebar when in print preview mode.
    
    2004-10-08  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/sidebar/ephy-sidebar-extension.c: (cmd_view_sidebar),
    	(window_ppv_mode_notify_cb), (impl_attach_window),
    	(impl_detach_window):
    
    	Hide the sidebar when in print preview mode.

 ChangeLog                                   |    8 +++++
 extensions/sidebar/ephy-sidebar-extension.c |   44 +++++++++++++++++++++++----
 2 files changed, 46 insertions(+), 6 deletions(-)

commit 47b9af57e9b39fd5a893021378e514bf76b70818
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Oct 8 16:57:58 2004 +0000

    Implement context menu in "Links" tab.
    
    2004-10-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c:
    	(links_get_selected_link_url), (links_copy_link_address_cb),
    	(links_info_page_construct):
    
    	Implement context menu in "Links" tab.

 ChangeLog                                     |    9 +++++
 extensions/page-info/page-info-context-ui.xml |    1 +
 extensions/page-info/page-info-dialog.c       |   43 ++++++++++++++++++++++++-
 3 files changed, 52 insertions(+), 1 deletions(-)

commit c194e1bfe2a658412bb7630f42e31e75f41c1f6c
Author: Ole Laursen <olau@hardworking.dk>
Date:   Thu Oct 7 19:27:42 2004 +0000

    Updated Danish translation.
    
    2004-10-07  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  434 +++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 362 insertions(+), 76 deletions(-)

commit 63d7d3a8f729421f6d94a609eceb3cc81e1d95b1
Author: David Lodge <dave@cirt.net>
Date:   Tue Oct 5 22:02:13 2004 +0000

    Updated British English translation.
    
    2004-10-05  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  395 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 332 insertions(+), 67 deletions(-)

commit 28898455cfa735b7decf2a330c45b0fc868958b7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Oct 5 11:28:39 2004 +0000

    Set window icon.
    
    2004-10-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/error-viewer.c: (build_ui):
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_dialog_constructor):
    	* extensions/smart-bookmarks/smart-bookmarks-prefs-ui.c:
    	(smart_bookmarks_show_prefs_ui_cb):
    
    	Set window icon.

 ChangeLog                                          |   10 ++++++++++
 extensions/error-viewer/error-viewer.c             |   10 +++-------
 extensions/page-info/page-info-dialog.c            |    3 +++
 .../smart-bookmarks/smart-bookmarks-prefs-ui.c     |    8 ++++++++
 4 files changed, 24 insertions(+), 7 deletions(-)

commit 097b13799859bff4e5a06532b9209bf03e8f6bfe
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Oct 3 21:46:16 2004 +0000

    Updated French translation.

 po/ChangeLog |    5 +
 po/fr.po     |  448 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 371 insertions(+), 82 deletions(-)

commit 214ba18bf1f0480dbd5cb1c517535a3300e48ee2
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 2 21:11:18 2004 +0000

    	crispin: noda: btw, I think you want (PR_FALSE, PR_FALSE) in the the
    	AddCategoryEntry call, and PR_TRUE in the DeleteCategoryEntry call

 ChangeLog                                      |    7 +++++++
 extensions/adblock/mozilla/mozilla-helpers.cpp |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 67735a5861a1e717ac02ad26532f0db87ff0c72c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 2 17:32:30 2004 +0000

    	:s/        /^I/g

 ChangeLog                      |    6 ++++++
 extensions/adblock/extension.c |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 60f2902f919606a6e4866eba126661cc46202ef8
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Oct 2 16:26:57 2004 +0000

    	Actually register/unregister, and don't crash on Epiphany close.
    	However, we're forced to crash on page load after the extension is
    	unloaded. Obviously, this code isn't final. Thanks to Crispin for the
    	static-ness in MozAdBlocker.

 ChangeLog                                      |   14 +++++
 extensions/adblock/ephy-adblock-extension.c    |    7 +++
 extensions/adblock/mozilla/MozAdBlocker.cpp    |   12 +++-
 extensions/adblock/mozilla/MozAdBlocker.h      |    5 +-
 extensions/adblock/mozilla/mozilla-helpers.cpp |   69 ++++++++++-------------
 extensions/adblock/mozilla/mozilla-helpers.h   |    3 +
 6 files changed, 66 insertions(+), 44 deletions(-)

commit 7e862ad17b13a15df6ccbec011ecc2182d1ead64
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Sep 28 18:36:18 2004 +0000

    file .cvsignore was initially added on branch gnome-2-8.

commit ed181e31a01fe82d611fd64fd2250ee7efe38215
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Tue Sep 28 13:31:12 2004 +0000

    Updating pt_BR translation

 po/ChangeLog |    4 +
 po/pt_BR.po  |  392 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 348 insertions(+), 48 deletions(-)

commit b25ca0c833cda2ec87f10157f566913d373dd5d5
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Sep 27 21:57:52 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/en_CA.po |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit aeffa6dd6fc4705aa5aa697d85cb327b3c770e18
Author: Crispin Flowerday <crispin@src.gnome.org>
Date:   Mon Sep 27 17:23:56 2004 +0000

    Shut up CVS

 extensions/sidebar/.cvsignore         |   10 ++++++++++
 extensions/sidebar/mozilla/.cvsignore |    8 ++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

commit a13bb9153ff8a7938cf84d07229233d249c4f861
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Mon Sep 27 17:21:17 2004 +0000

    Remove unneeded signal
    
    2004-09-27  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* extensions/sidebar/ephy-sidebar-embed.c
    	(ephy_sidebar_embed_map):
    
    	Remove unneeded signal

 ChangeLog                               |    7 +++++++
 extensions/sidebar/ephy-sidebar-embed.c |   22 ----------------------
 2 files changed, 7 insertions(+), 22 deletions(-)

commit a9e5052c2d3bf264f8d778f9d33005f5ed9960a3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 27 16:58:21 2004 +0000

    A extensions/sidebar/Makefile.am: A
    
    2004-09-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* AUTHORS:
    	* configure.ac:
    	* extensions/Makefile.am:
    	A extensions/sidebar/Makefile.am:
    	A extensions/sidebar/ephy-sidebar-embed.c:
    	A extensions/sidebar/ephy-sidebar-embed.h:
    	A extensions/sidebar/ephy-sidebar-extension.c:
    	A extensions/sidebar/ephy-sidebar-extension.h:
    	A extensions/sidebar/ephy-sidebar-marshal.list:
    	A extensions/sidebar/ephy-sidebar.c:
    	A extensions/sidebar/ephy-sidebar.h:
    	A extensions/sidebar/epiphany-sidebar-ui.xml:
    	A extensions/sidebar/extension.c: (register_module):
    	A extensions/sidebar/mozilla/Makefile.am:
    	A extensions/sidebar/mozilla/Sidebar.cpp:
    	A extensions/sidebar/mozilla/Sidebar.h:
    	A extensions/sidebar/mozilla/register-component.cpp:
    	A extensions/sidebar/mozilla/register-component.h:
    	A extensions/sidebar/sidebar-commands.c: (get_event_info),
    	A extensions/sidebar/sidebar-commands.h:
    	* include/Makefile.am:
    	A include/ephy-prefs.h:
    	* po/POTFILES.in:
    	* po/POTFILES.skip:
    
    	Added "Sidebar" extension, written by Crispin Flowerday.

 AUTHORS                                           |   13 +-
 ChangeLog                                         |   29 +
 configure.ac                                      |   13 +-
 extensions/Makefile.am                            |    8 +-
 extensions/sidebar/Makefile.am                    |   59 ++
 extensions/sidebar/ephy-sidebar-embed.c           |  650 +++++++++++++++++++
 extensions/sidebar/ephy-sidebar-embed.h           |   71 +++
 extensions/sidebar/ephy-sidebar-extension.c       |  686 +++++++++++++++++++++
 extensions/sidebar/ephy-sidebar-extension.h       |   65 ++
 extensions/sidebar/ephy-sidebar-marshal.list      |    1 +
 extensions/sidebar/ephy-sidebar.c                 |  556 +++++++++++++++++
 extensions/sidebar/ephy-sidebar.h                 |   83 +++
 extensions/sidebar/epiphany-sidebar-ui.xml        |   62 ++
 extensions/sidebar/extension.c                    |   52 ++
 extensions/sidebar/mozilla/Makefile.am            |   25 +
 extensions/sidebar/mozilla/Sidebar.cpp            |  188 ++++++
 extensions/sidebar/mozilla/Sidebar.h              |   50 ++
 extensions/sidebar/mozilla/register-component.cpp |  113 ++++
 extensions/sidebar/mozilla/register-component.h   |   33 +
 extensions/sidebar/sidebar-commands.c             |  169 +++++
 extensions/sidebar/sidebar-commands.h             |   45 ++
 include/Makefile.am                               |    1 +
 include/ephy-prefs.h                              |   65 ++
 po/POTFILES.in                                    |    2 +
 po/POTFILES.skip                                  |    4 +
 25 files changed, 3033 insertions(+), 10 deletions(-)

commit fdb28613218dd73f5c1d6cd11cde3eacdf648df9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 27 12:13:22 2004 +0000

    Remove ephy-state, it's now installed by epiphany.
    
    2004-09-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	* include/Makefile.am:
    	* include/ephy-state.h:
    
    	Remove ephy-state, it's now installed by epiphany.

 ChangeLog                               |    8 ++++
 extensions/page-info/page-info-dialog.c |    2 +-
 include/Makefile.am                     |    3 +-
 include/ephy-state.h                    |   55 -------------------------------
 4 files changed, 10 insertions(+), 58 deletions(-)

commit 1279b8bfc86abc903a9b1e4e64f507da16a81a17
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Sep 27 04:27:19 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  342 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 302 insertions(+), 44 deletions(-)

commit 3f86fb14742979d78aac9d38162b5b59067b0e8c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 26 20:14:53 2004 +0000

    Fix crash.
    
    2004-09-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/smart-bookmarks/smart-bookmarks-prefs-ui.c:
    	(smart_bookmarks_show_prefs_ui_cb):
    
    	Fix crash.

 ChangeLog                                          |    7 +++++++
 .../smart-bookmarks/smart-bookmarks-prefs-ui.c     |    5 ++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit f50ab8d67ac7f28107344649a24f6971b525c7b7
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Sun Sep 26 19:57:21 2004 +0000

    updated Dutch translation
    
    2004-09-26  Reinout van Schouwen <reinouts@gnome.org>
    	* nl.po: updated Dutch translation

 po/ChangeLog |    8 +-
 po/nl.po     |  356 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 318 insertions(+), 46 deletions(-)

commit 1267ee64e2a01a30b244c08a01bf9849aa67afe8
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 26 16:07:59 2004 +0000

    Fix compiler warnings.
    
    2004-09-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/adblock/Makefile.am:
    	* extensions/adblock/ad-blocker.c: (ad_blocker_init),
    	(ad_blocker_finalize):
    	* extensions/adblock/extension.c:
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window):
    	* extensions/certificates/extension.c:
    	* extensions/dashboard/dashboard-frontend-xmlwriter.c:
    	(dashboard_connect_with_timeout):
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(impl_attach_window), (impl_detach_window),
    	(ephy_dashboard_extension_class_init):
    	* extensions/dashboard/ephy-dashboard-extension.h:
    	* extensions/dashboard/ephy-dashboard.c: (register_module):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	* extensions/error-viewer/error-viewer.c: (build_ui),
    	(error_viewer_finalize):
    	* extensions/error-viewer/error-viewer.h:
    	* extensions/error-viewer/extension.c:
    	* extensions/error-viewer/link-checker.c:
    	(link_checker_append_internal), (link_checker_init),
    	(link_checker_finalize):
    	* extensions/error-viewer/sgml-validator.c: (sgml_validator_init),
    	(sgml_validator_finalize), (save_source_completed_cb),
    	(sgml_validator_append_internal):
    	* extensions/gestures/ephy-gesture.c: (motion_cb):
    	* extensions/gestures/ephy-gestures-extension.c: (load_gestures),
    	(gesture_performed_cb), (dom_mouse_down_cb):
    	* extensions/gestures/gestures.c:
    	* extensions/page-info/ephy-page-info-extension.c:
    	(ephy_page_info_extension_finalize):
    	* extensions/page-info/extension.c:
    	* extensions/page-info/page-info-dialog.c:
    	(general_info_page_fill), (page_info_image_box_realize_cb),
    	(images_treeview_selection_changed_cb), (images_info_page_fill),
    	(links_info_page_construct), (links_info_page_fill),
    	(forms_info_page_construct), (forms_info_page_fill),
    	(page_info_dialog_init), (page_info_dialog_constructor):
    	* extensions/sample-mozilla/sample-mozilla.c:
    	* extensions/sample/sample.c: (register_module):
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	* extensions/select-stylesheet/extension.c:
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(search_gnome_dict_cb), (context_menu_cb), (tab_removed_cb),
    	(smart_bookmarks_extension_finalize):
    	* extensions/smart-bookmarks/smart-bookmarks-prefs-ui.c:
    	(smart_bookmarks_show_prefs_ui_cb):
    	* extensions/smart-bookmarks/smart-bookmarks.c:
    	* extensions/tab-groups/ephy-tab-grouper.c: (tab_added_cb):
    	* extensions/tab-groups/ephy-tab-groups-extension.c:
    	(ephy_tab_groups_extension_register_type):
    	* extensions/tab-groups/tab-groups.c:
    	* extensions/tabsmenu/ephy-tab-move-menu.c: (find_action_group),
    	(update_tab_move_menu_cb):
    	* extensions/tabsmenu/ephy-tabs-menu-extension.c:
    	(ephy_tabs_menu_extension_finalize):
    	* extensions/tabsmenu/tabs-menu.c:
    
    	Fix compiler warnings.

 ChangeLog                                          |   63 ++++++++++++++++++++
 extensions/adblock/Makefile.am                     |    3 +-
 extensions/adblock/ad-blocker.c                    |    4 +-
 extensions/adblock/extension.c                     |    6 ++
 .../certificates/ephy-certificates-extension.c     |    2 +-
 extensions/certificates/extension.c                |    6 ++
 .../dashboard/dashboard-frontend-xmlwriter.c       |    3 +-
 extensions/dashboard/ephy-dashboard-extension.c    |   14 ++++-
 extensions/dashboard/ephy-dashboard-extension.h    |    2 +-
 extensions/dashboard/ephy-dashboard.c              |    7 ++-
 .../error-viewer/ephy-error-viewer-extension.c     |    2 +
 extensions/error-viewer/error-viewer.c             |    9 ++-
 extensions/error-viewer/error-viewer.h             |    4 +
 extensions/error-viewer/extension.c                |    4 +
 extensions/error-viewer/link-checker.c             |   15 +++--
 extensions/error-viewer/sgml-validator.c           |    9 ++-
 extensions/gestures/ephy-gesture.c                 |    2 -
 extensions/gestures/ephy-gestures-extension.c      |   15 ++---
 extensions/gestures/gestures.c                     |    6 ++
 extensions/page-info/ephy-page-info-extension.c    |    2 +-
 extensions/page-info/extension.c                   |    2 +
 extensions/page-info/page-info-dialog.c            |   15 +----
 extensions/sample-mozilla/sample-mozilla.c         |    4 +
 extensions/sample/sample.c                         |   13 ++++
 extensions/select-stylesheet/ephy-css-menu.c       |    2 +
 extensions/select-stylesheet/extension.c           |    2 +
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    9 ++-
 .../smart-bookmarks/smart-bookmarks-prefs-ui.c     |    2 +-
 extensions/smart-bookmarks/smart-bookmarks.c       |    6 ++
 extensions/tab-groups/ephy-tab-grouper.c           |    1 -
 extensions/tab-groups/ephy-tab-groups-extension.c  |    2 +-
 extensions/tab-groups/tab-groups.c                 |    2 +
 extensions/tabsmenu/ephy-tab-move-menu.c           |    6 +-
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    2 -
 extensions/tabsmenu/tabs-menu.c                    |    2 +
 36 files changed, 191 insertions(+), 59 deletions(-)

commit b067fa98bbc2d9a8a416b05a69aa1d595dfa940f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 26 13:38:09 2004 +0000

    Add warnings to CFLAGS and CXXFLAGS.
    
    2004-09-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add warnings to CFLAGS and CXXFLAGS.

 ChangeLog    |    6 ++++++
 configure.ac |    7 ++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 4a2bcd77054f70d68120ca8c2358e47827d28930
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 25 21:49:04 2004 +0000

    Fix a stupid bug.
    
    2004-09-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c:
    	(impl_attach_window):
    
    	Fix a stupid bug.

 ChangeLog                                     |    7 +++++++
 extensions/gestures/ephy-gestures-extension.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit edd87f8c7a438a8151b008b209e67101807219bb
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Sep 25 20:47:36 2004 +0000

    	Don't block stylesheets without "media" attribute. Shorten menu
    	entries to 32 chars max. Fixes bug #153710.

 ChangeLog                                          |    9 +++++++++
 extensions/select-stylesheet/ephy-css-menu.c       |    7 +++++--
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    4 +++-
 3 files changed, 17 insertions(+), 3 deletions(-)

commit 0e310eb1cfd296a053b4c0dceb4db02f6c7607f4
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Sep 25 20:16:36 2004 +0000

    	Always load unnamed stylesheets. (Bug #153739, misunderstanding when
    	porting from Galeon).

 ChangeLog                                          |    7 +++++++
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |    6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 2c4db5a136fa160d0c6cf92bec4922646dc2ca01
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 25 20:08:39 2004 +0000

    Make all extensions unload-proof.
    
    2004-09-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window), (impl_detach_window):
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(impl_detach_window):
    	* extensions/gestures/ephy-gestures-extension.c:
    	(impl_attach_window), (impl_detach_window):
    	* extensions/page-info/ephy-page-info-extension.c:
    	(impl_attach_window), (impl_detach_window):
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(ephy_css_menu_set_embed), (sync_active_tab_cb),
    	(ephy_css_menu_set_window), (ephy_css_menu_finalize),
    	(ephy_css_menu_set_property):
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(impl_attach_window), (impl_detach_window):
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(ephy_tab_move_menu_finalize):
    
    	Make all extensions unload-proof.

 ChangeLog                                          |   21 ++++++++++++++++++
 .../certificates/ephy-certificates-extension.c     |    4 ++-
 extensions/dashboard/ephy-dashboard-extension.c    |    8 +++++++
 extensions/gestures/ephy-gestures-extension.c      |   18 +++++++-------
 extensions/page-info/ephy-page-info-extension.c    |    4 +-
 extensions/select-stylesheet/ephy-css-menu.c       |   11 +++++++--
 .../smart-bookmarks/smart-bookmarks-extension.c    |   19 +++++++++++++++-
 extensions/tabsmenu/ephy-tab-move-menu.c           |   23 ++++++++++---------
 8 files changed, 81 insertions(+), 27 deletions(-)

commit 372b12f699bdc7ac86f0b6146306828c3289b584
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 25 10:54:24 2004 +0000

    Fix crash after unloading the error-viewer extension. Fixes bug #153712.
    
    2004-09-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(impl_detach_window):
    
    	Fix crash after unloading the error-viewer extension.
    	Fixes bug #153712.

 ChangeLog                                          |    8 ++++++++
 .../error-viewer/ephy-error-viewer-extension.c     |    8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit e2ce51d3f2a80c27e596ca820d9a7623ae33ddae
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Sep 22 20:03:51 2004 +0000

    	Fix mem leaks reported by chpe. Bugs #153470, 153471, 153473.

 ChangeLog                                        |    9 +++++++++
 extensions/error-viewer/opensp/validate.cpp      |    1 +
 extensions/error-viewer/sgml-validator.c         |    3 +--
 extensions/page-info/mozilla/mozilla-helpers.cpp |    1 -
 4 files changed, 11 insertions(+), 3 deletions(-)

commit 966f359ab0e8d685b5ed3ef318478471efafd007
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Sep 22 13:01:25 2004 +0000

    Make API checks really work.
    
    2004-09-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Make API checks really work.
    
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    
    	Remove obsolete include.

 ChangeLog                                   |   10 ++++++++++
 configure.ac                                |    2 ++
 extensions/adblock/mozilla/MozAdBlocker.cpp |    2 --
 3 files changed, 12 insertions(+), 2 deletions(-)

commit e2a0e60ee52ad31cf730e8658f45ecfaf9594995
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 21 12:44:07 2004 +0000

    Remove obsolete mozilla version checks.
    
    2004-09-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Remove obsolete mozilla version checks.

 ChangeLog    |    6 ++++
 configure.ac |   92 ++-------------------------------------------------------
 2 files changed, 10 insertions(+), 88 deletions(-)

commit 0e2027de5d9ddd22ddb2abccf2ae4f18f1919764
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 21 12:09:19 2004 +0000

    Simplified nsIContentPolicy API check.
    
    2004-09-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    
    	Simplified nsIContentPolicy API check.

 ChangeLog                                   |    7 +++++++
 configure.ac                                |    8 +++++---
 extensions/adblock/mozilla/MozAdBlocker.cpp |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

commit 0a95d0ce670b5bdb216d7a3301dd259a2342f825
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 21 12:01:20 2004 +0000

    New-style mozilla API checks.
    
    2004-09-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/adblock/mozilla/MozAdBlocker.cpp:
    	* include/Makefile.am:
    	* include/mozilla-version.h:
    
    	New-style mozilla API checks.

 ChangeLog                                   |    9 ++++
 configure.ac                                |   63 ++++++++++++++++++++++++---
 extensions/adblock/mozilla/MozAdBlocker.cpp |   13 +-----
 include/Makefile.am                         |    4 +-
 include/mozilla-version.h                   |   60 -------------------------
 5 files changed, 69 insertions(+), 80 deletions(-)

commit 540fcd25a2f39e3a3b0d6d388e216530d170c8cb
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Sep 19 19:42:54 2004 +0000

    	Added README note about adblock

 ChangeLog |    6 ++++++
 README    |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 786cd8961095024be817d403e63fb6fe96fb1e07
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Sep 19 19:38:35 2004 +0000

    	Created preliminary "adblock" extension.

 ChangeLog                                      |   31 ++++
 configure.ac                                   |   18 ++-
 extensions/Makefile.am                         |    4 +
 extensions/adblock/.cvsignore                  |    8 +
 extensions/adblock/Makefile.am                 |   33 ++++
 extensions/adblock/ad-blocker.c                |  219 ++++++++++++++++++++++++
 extensions/adblock/ad-blocker.h                |   63 +++++++
 extensions/adblock/adblock-patterns            |   18 ++
 extensions/adblock/ephy-adblock-extension.c    |  151 ++++++++++++++++
 extensions/adblock/ephy-adblock-extension.h    |   59 +++++++
 extensions/adblock/extension.c                 |   42 +++++
 extensions/adblock/mozilla/.cvsignore          |    8 +
 extensions/adblock/mozilla/Makefile.am         |   25 +++
 extensions/adblock/mozilla/MozAdBlocker.cpp    |  137 +++++++++++++++
 extensions/adblock/mozilla/MozAdBlocker.h      |   62 +++++++
 extensions/adblock/mozilla/mozilla-helpers.cpp |  135 +++++++++++++++
 extensions/adblock/mozilla/mozilla-helpers.h   |   35 ++++
 17 files changed, 1041 insertions(+), 7 deletions(-)

commit 2f30fce7d45660c23582c11433a16bf648c21ee8
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Sep 18 21:11:37 2004 +0000

    	Created copy-template script.
    	Renamed a 'Sample' to 'Sample2' in the sample-mozilla extension.

 ChangeLog                                  |    8 ++
 extensions/sample-mozilla/sample-mozilla.c |    2 +-
 tools/copy-template                        |  141 ++++++++++++++++++++++++++++
 3 files changed, 150 insertions(+), 1 deletions(-)

commit d613c2f1f11d29492b0857cf48ba3df0c7c6637a
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Wed Sep 15 21:19:05 2004 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  352 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 307 insertions(+), 50 deletions(-)

commit 35ced8801bfd8fdccb98dd78c9759b1ae165f459
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 14 21:38:36 2004 +0000

    Fix context menu positioning.
    
    2004-09-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(treeview_info_page_show_popup),
    	(treeview_info_page_button_pressed_cb):
    
    	Fix context menu positioning.
    
    	* include/ephy-gui.h:
    
    	Update from Epiphany.

 ChangeLog                               |   12 ++++++++++++
 extensions/page-info/page-info-dialog.c |   15 +++++++++++++--
 include/ephy-gui.h                      |    6 ++++++
 3 files changed, 31 insertions(+), 2 deletions(-)

commit ebd2e25bd886e76589c38bec895942a6cd3bcb76
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Sep 13 21:45:12 2004 +0000

    	Typo fix in README, and add tab-groups to default_extensions

 ChangeLog    |    7 +++++++
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

commit be4cb09ad2d06620620656c336fa03458d0ee4a4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 20:46:48 2004 +0000

    Use ephy_window_get_ui_manager() instead of the struct member.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(sync_security_status), (impl_attach_window), (impl_detach_window):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(update_actions), (impl_attach_window), (impl_detach_window):
    	* extensions/gestures/ephy-gestures-extension.c:
    	(gesture_performed_cb):
    	* extensions/page-info/ephy-page-info-extension.c: (update_action),
    	(impl_attach_window), (impl_detach_window):
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(ephy_css_menu_set_window):
    	* extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	(impl_attach_window):
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(ephy_tab_move_menu_set_window):
    	* extensions/toolbar-extras/ephy-toolbar-extras-extension.c:
    	(find_action_group):
    
    	Use ephy_window_get_ui_manager() instead of the struct member.

 ChangeLog                                          |   21 ++++++++++++++++++++
 .../certificates/ephy-certificates-extension.c     |    6 ++--
 .../error-viewer/ephy-error-viewer-extension.c     |    8 +++---
 extensions/gestures/ephy-gestures-extension.c      |    2 +-
 extensions/page-info/ephy-page-info-extension.c    |    6 ++--
 extensions/select-stylesheet/ephy-css-menu.c       |    2 +-
 .../smart-bookmarks/smart-bookmarks-extension.c    |    2 +-
 extensions/tabsmenu/ephy-tab-move-menu.c           |    2 +-
 .../toolbar-extras/ephy-toolbar-extras-extension.c |    2 +-
 9 files changed, 36 insertions(+), 15 deletions(-)

commit aa41144a4cd56b64459842cb5e0ab50ccaac1923
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 18:34:52 2004 +0000

    Remove debugging aid.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    
    	Remove debugging aid.

 ChangeLog                                          |    6 ++++++
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |   15 ---------------
 2 files changed, 6 insertions(+), 15 deletions(-)

commit 3d7d946d51993c805043cb783834d47da5d3d285
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 18:21:30 2004 +0000

    Skip style sheets not for "screen" or "all" media.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    
    	Skip style sheets not for "screen" or "all" media.

 ChangeLog                                          |    6 ++++++
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |   17 +++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

commit 52a0cd63b75179a301059da8f4c105feb57e3fab
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 18:11:32 2004 +0000

    Include gi18n-lib.h, not gi18n.h.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    
    	Include gi18n-lib.h, not gi18n.h.

 ChangeLog                               |    6 ++++++
 extensions/page-info/page-info-dialog.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 74fcdc887c7b9ec4b0bd1292ab60acb949495fb7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 18:11:03 2004 +0000

    Cleanup of mozilla stylesheet handling.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(activate_stylesheet_cb), (create_stylesheet_action),
    	(ephy_css_menu_rebuild):
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:
    	* extensions/select-stylesheet/mozilla/mozilla-helpers.h:
    
    	Cleanup of mozilla stylesheet handling.

 ChangeLog                                          |   10 +
 extensions/select-stylesheet/ephy-css-menu.c       |   40 ++--
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |  235 ++++++++++----------
 .../select-stylesheet/mozilla/mozilla-helpers.h    |   33 ++--
 4 files changed, 168 insertions(+), 150 deletions(-)

commit 066e925838dcb6b763ba8be2f40391ec5635f08a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 13:15:18 2004 +0000

    Don't ref the UI manager.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(ephy_css_menu_set_window):
    
    	Don't ref the UI manager.

 ChangeLog                                    |    7 +++++++
 extensions/select-stylesheet/ephy-css-menu.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 80eb5252868bc1e22d159bda19dfa3e3fb018ebc
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 13:07:33 2004 +0000

    Converted to UTF-8. s/EphyCssMenu/EphyCSSMenu/g. Misc cleanups,
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/select-stylesheet/ephy-css-menu.c:
    	(ephy_css_menu_register_type), (activate_stylesheet_cb),
    	(create_stylesheet_action), (ephy_css_menu_rebuild),
    	(ephy_css_menu_set_embed), (sync_active_tab_cb),
    	(ephy_css_menu_set_window), (ephy_css_menu_finalize),
    	(ephy_css_menu_init), (ephy_css_menu_get_property),
    	(ephy_css_menu_set_property), (ephy_css_menu_class_init),
    	(ephy_css_menu_new):
    	* extensions/select-stylesheet/ephy-css-menu.h:
    	* extensions/select-stylesheet/ephy-select-stylesheet-extension.c:
    	(ephy_select_stylesheet_extension_init),
    	(ephy_select_stylesheet_extension_class_init),
    	(impl_attach_window):
    	* extensions/select-stylesheet/ephy-select-stylesheet-extension.h:
    
    	Converted to UTF-8. s/EphyCssMenu/EphyCSSMenu/g. Misc cleanups,
    	simplifications and fixes.

 ChangeLog                                          |   20 ++
 extensions/select-stylesheet/ephy-css-menu.c       |  307 +++++++++-----------
 extensions/select-stylesheet/ephy-css-menu.h       |   55 ++--
 .../ephy-select-stylesheet-extension.c             |   35 +--
 .../ephy-select-stylesheet-extension.h             |    2 +-
 5 files changed, 196 insertions(+), 223 deletions(-)

commit 13e7ff7ca098d4f7639bbc9577f043fa7eb89259
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 11:08:21 2004 +0000

    Fix installation directory.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix installation directory.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit fe5aa16f35c50b2c092d9e4cf8908dfa06e155e0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 11:02:16 2004 +0000

    Check for epiphany-1.6, not -1.4.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Check for epiphany-1.6, not -1.4.
    
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(load_status_cb):
    	* extensions/error-viewer/sgml-validator.c:
    	(sgml_validator_validate):
    	* extensions/page-info/page-info-dialog.c: (images_save_image_cb),
    	(images_set_image_as_background_cb),
    	(page_info_image_box_realize_cb):
    
    	Include ephy-embed-factory.h, and adapt to epiphany API change.

 ChangeLog                                       |   16 ++++++++++++++++
 configure.ac                                    |    2 +-
 extensions/dashboard/ephy-dashboard-extension.c |    3 ++-
 extensions/error-viewer/sgml-validator.c        |    4 +++-
 extensions/page-info/page-info-dialog.c         |    6 +++---
 5 files changed, 25 insertions(+), 6 deletions(-)

commit 1a9b6235759b1ea3ba4391672e3ba4866d0856b3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 10:54:32 2004 +0000

    Updated for Epiphany 1.5.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Updated for Epiphany 1.5.

 ChangeLog    |    6 ++++++
 configure.ac |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 2576cb3fd3584129ed526fd45c5557dabc684f23
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 09:55:14 2004 +0000

    === Release 1.4.0 ===
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.4.0 ===
    
    	* extensions/Makefile.am:
    	* include/Makefile.am:
    
    	Make distcheck succeed.

 ChangeLog              |    9 +++++++++
 extensions/Makefile.am |    2 +-
 include/Makefile.am    |    1 +
 3 files changed, 11 insertions(+), 1 deletions(-)

commit fd1c9567ef9cd7c40ac3078d2a24a822b3d3cb18
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Sep 13 09:48:28 2004 +0000

    Version 1.4.0.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	Version 1.4.0.

 ChangeLog                               |    7 +++++++
 NEWS                                    |   15 +++++++++++++++
 configure.ac                            |    6 +++---
 extensions/page-info/page-info-dialog.c |    7 +------
 4 files changed, 26 insertions(+), 9 deletions(-)

commit 89e95ca76826a5934a3ccb9c8e450861cd3526ac
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Sep 13 04:18:12 2004 +0000

    	Created Select Stylesheet extension (port from galeon-css-menu.c)
    	Updated README

 ChangeLog                                          |   35 ++
 README                                             |   22 +-
 configure.ac                                       |   15 +-
 extensions/Makefile.am                             |    4 +
 extensions/select-stylesheet/.cvsignore            |    9 +
 extensions/select-stylesheet/Makefile.am           |   29 ++
 extensions/select-stylesheet/ephy-css-menu.c       |  457 ++++++++++++++++++++
 extensions/select-stylesheet/ephy-css-menu.h       |   62 +++
 .../ephy-select-stylesheet-extension.c             |  152 +++++++
 .../ephy-select-stylesheet-extension.h             |   61 +++
 extensions/select-stylesheet/extension.c           |   46 ++
 extensions/select-stylesheet/mozilla/.cvsignore    |    8 +
 extensions/select-stylesheet/mozilla/Makefile.am   |   31 ++
 .../select-stylesheet/mozilla/mozilla-helpers.cpp  |  276 ++++++++++++
 .../select-stylesheet/mozilla/mozilla-helpers.h    |   58 +++
 po/POTFILES.in                                     |    2 +
 16 files changed, 1256 insertions(+), 11 deletions(-)

commit 26680b50c0309fb99f24eac03ba5db37dced063b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 22:22:13 2004 +0000

    Misc cleanups.
    
    2004-09-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/page-info-dialog.c:
    
    	Misc cleanups.

 ChangeLog                                        |    7 +++++++
 extensions/page-info/mozilla/mozilla-helpers.cpp |   13 +++++--------
 extensions/page-info/page-info-dialog.c          |    6 ------
 3 files changed, 12 insertions(+), 14 deletions(-)

commit 478690948cb0905642c74b5f6a1f1a290879471c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 16:48:16 2004 +0000

    Comment out private-data stuff since it's empty. Noticed by Crispin.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(ephy_dashboard_extension_init),
    	(ephy_dashboard_extension_class_init):
    
    	Comment out private-data stuff since it's empty.
    	Noticed by Crispin.

 ChangeLog                                       |    9 +++++++++
 extensions/dashboard/ephy-dashboard-extension.c |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit c07050d34f13415aa0197bcdf27552c4bb08158e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 16:46:04 2004 +0000

    Comment out call to GET_PRIVATE too.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/ephy-page-info-extension.c:
    	(ephy_page_info_extension_init):
    
    	Comment out call to GET_PRIVATE too.

 ChangeLog                                       |    7 +++++++
 extensions/page-info/ephy-page-info-extension.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit f68bb15fbd98fd3c921391fd2b0b9ccffc7c7970
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Sep 12 16:09:58 2004 +0000

    	Move "Source" to "Source File" section and underline "P" instead of
    	"I" in menu entry

 ChangeLog                                       |    8 ++
 extensions/page-info/ephy-page-info-extension.c |    2 +-
 extensions/page-info/page-info.glade            |  124 +++++++++++-----------
 3 files changed, 71 insertions(+), 63 deletions(-)

commit 41c0997d23f12debdd4bbb020ea3f78a40409435
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 15:54:51 2004 +0000

    Unify code for context menu save-as and button save-as.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (images_save_image_cb),
    	(page_info_image_box_realize_cb), (images_info_page_construct):
    	* extensions/page-info/page-info.glade:
    
    	Unify code for context menu save-as and button save-as.

 ChangeLog                               |    8 +++++++
 extensions/page-info/page-info-dialog.c |   32 +++---------------------------
 extensions/page-info/page-info.glade    |    3 +-
 3 files changed, 14 insertions(+), 29 deletions(-)

commit c2517ee2ae4f4d8cec6f197eeca29ce6917ece59
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 14:24:05 2004 +0000

    Implement context menu for the images embed.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (images_save_image_cb),
    	(images_set_image_as_background_cb),
    	(images_copy_image_address_cb), (page_info_image_box_realize_cb):
    
    	Implement context menu for the images embed.

 ChangeLog                               |    8 ++++++++
 extensions/page-info/page-info-dialog.c |   12 +++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)

commit 893db1bb9003664a99fd9ca60b1ce26e9e3314db
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 14:17:52 2004 +0000

    Implement context menu actions for "Images" page.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c:
    	(images_get_selected_image_url), (images_open_image_cb),
    	(images_save_image_cb), (background_download_completed_cb),
    	(images_set_image_as_background_cb),
    	(images_copy_image_address_cb),
    	(images_treeview_selection_changed_cb),
    	(images_info_page_construct), (links_info_page_construct),
    	(forms_info_page_construct):
    
    	Implement context menu actions for "Images" page.

 ChangeLog                                     |   14 ++
 extensions/page-info/page-info-context-ui.xml |    9 ++
 extensions/page-info/page-info-dialog.c       |  171 +++++++++++++++++++++++--
 3 files changed, 181 insertions(+), 13 deletions(-)

commit 0289f1110a4978cf4f1293d9967eddf58934bcf2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 13:32:22 2004 +0000

    Misc cleanup and simplifications.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/ephy-page-info-extension.c:
    	(ephy_page_info_extension_class_init),
    	(ephy_page_info_extension_display_cb), (update_action),
    	(load_status_cb), (switch_page_cb), (tab_added_cb),
    	(tab_removed_cb), (free_window_data), (impl_attach_window),
    	(impl_detach_window):
    	* extensions/page-info/page-info-dialog.c: (page_info_set_text),
    	(general_info_page_fill):
    
    	Misc cleanup and simplifications.

 ChangeLog                                       |   13 ++++
 extensions/page-info/ephy-page-info-extension.c |   74 +++++++----------------
 extensions/page-info/page-info-dialog.c         |   13 ++---
 3 files changed, 41 insertions(+), 59 deletions(-)

commit 144204e7ca6be88bf043b26c5cc3e91f32efb784
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 12:37:10 2004 +0000

    Misc. cleanup. Free the info pages in finalize.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_image_box_realize_cb), (links_info_page_construct),
    	(page_info_dialog_finalize):
    
    	Misc. cleanup. Free the info pages in finalize.

 ChangeLog                               |    8 ++++++++
 extensions/page-info/page-info-dialog.c |   10 ++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit cc7c557ea7da5a41a2b86b7da5b1c34dc000955c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 12:29:09 2004 +0000

    Make default VPaned position a #define.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c: (images_save_image_cb),
    	(images_info_page_construct):
    
    	Make default VPaned position a #define.

 ChangeLog                               |    7 +++++++
 extensions/page-info/page-info-dialog.c |   14 ++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 537f30169cb478c87446abd71f2d8f95599866ab
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 12:25:53 2004 +0000

    A include/ephy-state.h:
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(images_info_page_construct), (images_info_page_fill),
    	(links_info_page_construct), (forms_info_page_construct),
    	(forms_info_page_fill), (page_info_dialog_init):
    	A include/ephy-state.h:
    
    	Misc cleanups. Remember the posistion of the VPaned on the
    	images page.

 ChangeLog                               |   11 ++++++
 extensions/page-info/page-info-dialog.c |   45 +++++++++++++------------
 include/ephy-state.h                    |   55 +++++++++++++++++++++++++++++++
 3 files changed, 90 insertions(+), 21 deletions(-)

commit ae7776213ff93da61dfb578d7fc02eb4e3e6b255
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 12:09:41 2004 +0000

    Factor out a generic treeview info page, and make the images, links and
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(treeview_info_page_show_popup),
    	(treeview_info_page_button_pressed_cb),
    	(treeview_info_page_construct), (general_info_page_new),
    	(page_info_image_box_realize_cb), (images_info_page_construct),
    	(images_info_page_fill), (images_info_page_new),
    	(links_info_page_construct), (links_info_page_fill),
    	(links_info_page_new), (forms_info_page_construct),
    	(forms_info_page_fill), (forms_info_page_new),
    	(page_info_dialog_init), (page_info_dialog_constructor):
    
    	Factor out a generic treeview info page, and make the images,
    	links and forms pages use that.

 ChangeLog                               |   16 ++
 extensions/page-info/page-info-dialog.c |  327 +++++++++++++++++++------------
 2 files changed, 218 insertions(+), 125 deletions(-)

commit a363a0d86ac902c231b2807c36a79c43f0dfab11
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Sep 12 11:41:12 2004 +0000

    A extensions/page-info/page-info-context-ui.xml:
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/Makefile.am:
    	A extensions/page-info/page-info-context-ui.xml:
    	* extensions/page-info/page-info-dialog.c: (images_save_image_cb),
    	(images_page_show_popup), (images_treeview_button_pressed_cb),
    	(images_treeview_popup_menu_cb), (images_info_page_construct),
    	(images_info_page_fill), (forms_info_page_fill),
    	(page_info_dialog_constructor), (page_info_dialog_set_property),
    	(page_info_dialog_class_init), (page_info_dialog_new):
    	* extensions/page-info/page-info-dialog.h:
    
    	Add context menu for "Images" page.

 ChangeLog                                     |   14 ++
 extensions/page-info/Makefile.am              |    6 +-
 extensions/page-info/page-info-context-ui.xml |   10 ++
 extensions/page-info/page-info-dialog.c       |  162 +++++++++++++++++++++---
 extensions/page-info/page-info-dialog.h       |    3 +-
 5 files changed, 172 insertions(+), 23 deletions(-)

commit d672ca09464cb60ba9599ad6f886b1da3561de46
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Sep 12 05:59:50 2004 +0000

    	Added "Forms" tab. Also removed unported, commented-out context menu
    	code.

 ChangeLog                                        |   12 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |  100 +++++
 extensions/page-info/mozilla/mozilla-helpers.h   |   12 +-
 extensions/page-info/page-info-dialog.c          |  499 ++++++----------------
 extensions/page-info/page-info.glade             |   79 ++++
 5 files changed, 324 insertions(+), 378 deletions(-)

commit ec218575c16198eab5aa657a15bddc1f85b37a3d
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Sep 12 02:12:47 2004 +0000

    	Added "Links" tab.

 ChangeLog                                        |   11 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |  144 ++++++++++++-
 extensions/page-info/mozilla/mozilla-helpers.h   |   13 +-
 extensions/page-info/page-info-dialog.c          |  254 +++++++++++-----------
 extensions/page-info/page-info.glade             |   79 +++++++
 5 files changed, 362 insertions(+), 139 deletions(-)

commit f6464e1586a1316ad73f430c27e323180a914813
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 11 23:40:25 2004 +0000

    Minor cleanup.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    
    	Minor cleanup.
    
    	* extensions/page-info/page-info.glade:
    
    	Set "expand" to false on the general page's frames.

 ChangeLog                                        |   10 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |  227 +++++++++++-----------
 extensions/page-info/page-info-dialog.c          |    3 +-
 extensions/page-info/page-info.glade             |    6 +-
 4 files changed, 128 insertions(+), 118 deletions(-)

commit f4072f6e204bc6dd7cc1a388585015800b0e6df9
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 11 23:23:57 2004 +0000

    More code restructuring.
    
    2004-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/page-info-dialog.c:
    	(page_info_dialog_close_button_clicked_cb),
    	(page_info_dialog_view_cert_button_clicked_cb),
    	(page_info_set_text), (general_info_page_fill),
    	(page_info_image_box_realize_cb),
    	(page_info_dialog_imagesave_button_clicked_cb),
    	(images_treeview_selection_changed_cb),
    	(images_info_page_construct), (images_info_page_fill),
    	(page_info_dialog_init), (page_info_dialog_constructor),
    	(page_info_dialog_finalize), (page_info_dialog_class_init):
    	* extensions/page-info/page-info-dialog.h:
    
    	More code restructuring.

 ChangeLog                               |   16 +
 extensions/page-info/page-info-dialog.c |  982 ++++++++++++++++---------------
 extensions/page-info/page-info-dialog.h |   12 -
 3 files changed, 539 insertions(+), 471 deletions(-)

commit e019fc7ddf0137989b82fc28a2bb7edd43776dd3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 11 21:38:50 2004 +0000

    Modernise GObject usage. Install an embed property, use GObject
    
    2004-09-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/page-info-dialog.c: (setup_page_images),
    	(setup_page_general), (page_info_image_box_realize_cb),
    	(page_info_dialog_init), (page_info_dialog_constructor),
    	(page_info_dialog_finalize), (page_info_dialog_get_property),
    	(page_info_dialog_set_property), (page_info_dialog_class_init),
    	(page_info_dialog_new):
    	* extensions/page-info/page-info-dialog.h:
    
    	Modernise GObject usage. Install an embed property, use GObject constructor.

 ChangeLog                                        |   13 ++
 extensions/page-info/mozilla/mozilla-helpers.cpp |    4 +-
 extensions/page-info/page-info-dialog.c          |  193 ++++++++++++++--------
 extensions/page-info/page-info-dialog.h          |    4 +-
 4 files changed, 141 insertions(+), 73 deletions(-)

commit c1ae19193354e694127b09de7ad487efba9197c8
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 11 21:13:56 2004 +0000

    Don't use the pre-historic gtk type check macros.
    
    2004-09-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/ephy-page-info-extension.c:
    	* extensions/page-info/ephy-page-info-extension.h:
    	* extensions/page-info/page-info-dialog.c:
    	* extensions/page-info/page-info-dialog.h:
    
    	Don't use the pre-historic gtk type check macros.

 ChangeLog                                       |    9 +++++++
 extensions/page-info/ephy-page-info-extension.c |    2 +-
 extensions/page-info/ephy-page-info-extension.h |   29 ++++++++++++-----------
 extensions/page-info/page-info-dialog.c         |    2 +-
 extensions/page-info/page-info-dialog.h         |   28 ++++++++++++----------
 5 files changed, 41 insertions(+), 29 deletions(-)

commit 74b9cd233fb9c19f8bb2827585a02aa4489a9f3a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 11 21:04:41 2004 +0000

    Shut up

 extensions/page-info/.cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 690c9d05a72427ba6d85694440f6d9a19ed1c836
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Sep 11 21:04:06 2004 +0000

    Distinguish full std. compliance, almost std. compliance and quirks
    
    2004-09-11  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/page-info/ephy-page-info-extension.c:
    	(impl_attach_window):
    	* extensions/page-info/mozilla/Makefile.am:
    	* extensions/page-info/mozilla/mozilla-helpers.cpp:
    	* extensions/page-info/mozilla/mozilla-helpers.h:
    	* extensions/page-info/page-info-dialog.c: (setup_page_general):
    	* extensions/page-info/page-info-dialog.h:
    
    	Distinguish full std. compliance, almost std. compliance and quirks
    	rendering mode.

 ChangeLog                                        |   13 +++++++++++
 extensions/page-info/ephy-page-info-extension.c  |    2 +-
 extensions/page-info/mozilla/Makefile.am         |    3 +-
 extensions/page-info/mozilla/mozilla-helpers.cpp |   14 +++++-------
 extensions/page-info/mozilla/mozilla-helpers.h   |   11 +++++----
 extensions/page-info/page-info-dialog.c          |   24 ++++++++++++++++++---
 extensions/page-info/page-info-dialog.h          |    3 +-
 7 files changed, 50 insertions(+), 20 deletions(-)

commit 7f278ae8ca297b156a92a57d70d0abf085887d2c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Sep 11 17:01:19 2004 +0000

    	HIGified Page Info dialog and put a separator after the menu entry.

 ChangeLog                                       |    8 +
 extensions/page-info/ephy-page-info-extension.c |    3 +
 extensions/page-info/page-info.glade            | 1692 ++++++++---------------
 3 files changed, 623 insertions(+), 1080 deletions(-)

commit 950fe4f8bf00e20da42932f8d45838a7a6cbfeec
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Sep 11 16:18:25 2004 +0000

    	Add Images tab to page-info dialog.

 ChangeLog                                        |   16 +++
 extensions/page-info/ephy-page-info-extension.c  |    4 -
 extensions/page-info/mozilla/mozilla-helpers.cpp |   90 ++++++++++++++++-
 extensions/page-info/mozilla/mozilla-helpers.h   |   13 +++
 extensions/page-info/page-info-dialog.c          |  119 ++++++++++------------
 extensions/page-info/page-info.glade             |    2 -
 6 files changed, 173 insertions(+), 71 deletions(-)

commit f5eeba522a71b287f5e4b2ff06a8851cdac329fe
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Sep 11 14:21:49 2004 +0000

    	Initial work on Page Info extension. It has the "General" tab but no
    	others yet.

 ChangeLog                                        |   39 +
 configure.ac                                     |   11 +-
 extensions/Makefile.am                           |    4 +
 extensions/page-info/.cvsignore                  |    8 +
 extensions/page-info/Makefile.am                 |   35 +
 extensions/page-info/ephy-page-info-extension.c  |  354 +++++
 extensions/page-info/ephy-page-info-extension.h  |   60 +
 extensions/page-info/extension.c                 |   46 +
 extensions/page-info/mozilla/.cvsignore          |    8 +
 extensions/page-info/mozilla/Makefile.am         |   30 +
 extensions/page-info/mozilla/mozilla-helpers.cpp |  220 ++++
 extensions/page-info/mozilla/mozilla-helpers.h   |   80 ++
 extensions/page-info/page-info-dialog.c          | 1392 ++++++++++++++++++++
 extensions/page-info/page-info-dialog.h          |   81 ++
 extensions/page-info/page-info.glade             | 1513 ++++++++++++++++++++++
 po/POTFILES.in                                   |    3 +
 16 files changed, 3880 insertions(+), 4 deletions(-)

commit a556c8629883acedf031400822ddd9a614a03453
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Sep 9 23:32:27 2004 +0000

    	Allow load/unload. Christian, you may want to double-check this.
    
    	Note: after loading, any pages with SSL certificates will have to be
    	reloaded before their certificates can be viewed -- the certificates
    	are only found on page load.

 ChangeLog                                          |   14 +++
 .../certificates/ephy-certificates-extension.c     |   93 +++++++++++++++++++-
 .../mozilla/mozilla-embed-certificate.cpp          |   22 ++++-
 .../mozilla/mozilla-embed-certificate.h            |    2 +
 4 files changed, 125 insertions(+), 6 deletions(-)

commit 84120a5449f6582c8cee4dc35662a39d9cb0cecc
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Sep 9 22:05:53 2004 +0000

    	Fix mem leak with Christian's latest fix ;)

 ChangeLog                                          |    7 +++++++
 .../error-viewer/ephy-error-viewer-extension.c     |   14 ++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

commit c12c854732c50a815255f4740a9c44a70721b119
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Sep 8 12:52:47 2004 +0000

    Updated. Ü
    
    2004-09-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Updated.
    Ü

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 57ba48099c071ed6c0809e42cbc31b0626740eb6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 8 12:40:12 2004 +0000

    Shut up

 extensions/smart-bookmarks/.cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 583c41e6f2dc1b38b7fe295f9eed5c74b56e780d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Sep 8 12:39:37 2004 +0000

    Updating AUTHORS

 AUTHORS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 1374dede972e7ebfb669058415c496603dfebb40
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Sep 8 12:39:12 2004 +0000

    A extensions/smart-bookmarks/.cvsignore: A
    
    2004-09-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* AUTHORS:
    	* configure.ac:
    	* extensions/Makefile.am:
    	A extensions/smart-bookmarks/.cvsignore:
    	A extensions/smart-bookmarks/Makefile.am:
    	A extensions/smart-bookmarks/mozilla/.cvsignore:
    	A extensions/smart-bookmarks/mozilla/Makefile.am:
    	A extensions/smart-bookmarks/mozilla/mozilla-selection.cpp:
    	A extensions/smart-bookmarks/mozilla/mozilla-selection.h:
    	A extensions/smart-bookmarks/smart-bookmarks-extension.c:
    	A extensions/smart-bookmarks/smart-bookmarks-extension.h:
    	A extensions/smart-bookmarks/smart-bookmarks-prefs-ui.c:
    	A extensions/smart-bookmarks/smart-bookmarks-prefs-ui.h:
    	A extensions/smart-bookmarks/smart-bookmarks-prefs.h:
    	A extensions/smart-bookmarks/smart-bookmarks.c:
    	A extensions/smart-bookmarks/smart-bookmarks.glade:
    
    	New "smart-bookmarks" extension: search for the selected text
    	using a smart bookmark.
    	Written by Jean-François Rameau, with a bit of code refactoring
    	by me.

 ChangeLog                                          |   24 +
 configure.ac                                       |   11 +-
 extensions/Makefile.am                             |    6 +-
 extensions/smart-bookmarks/.cvsignore              |    8 +
 extensions/smart-bookmarks/Makefile.am             |   35 +
 extensions/smart-bookmarks/mozilla/.cvsignore      |    8 +
 extensions/smart-bookmarks/mozilla/Makefile.am     |   23 +
 .../smart-bookmarks/mozilla/mozilla-selection.cpp  |   69 ++
 .../smart-bookmarks/mozilla/mozilla-selection.h    |   38 ++
 .../smart-bookmarks/smart-bookmarks-extension.c    |  699 ++++++++++++++++++++
 .../smart-bookmarks/smart-bookmarks-extension.h    |   61 ++
 .../smart-bookmarks/smart-bookmarks-prefs-ui.c     |   81 +++
 .../smart-bookmarks/smart-bookmarks-prefs-ui.h     |   34 +
 extensions/smart-bookmarks/smart-bookmarks-prefs.h |   30 +
 extensions/smart-bookmarks/smart-bookmarks.c       |   39 ++
 extensions/smart-bookmarks/smart-bookmarks.glade   |  113 ++++
 16 files changed, 1274 insertions(+), 5 deletions(-)

commit b55030a64c8d7c82a41b76dfde9c2a1d227493d5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 7 19:50:39 2004 +0000

    Allocate a struct to store action group and merge ID on the window.
    
    2004-09-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(impl_attach_window), (impl_detach_window):
    
    	Allocate a struct to store action group and merge ID
    	on the window.

 ChangeLog                                          |    8 +++
 .../error-viewer/ephy-error-viewer-extension.c     |   52 +++++++++-----------
 2 files changed, 31 insertions(+), 29 deletions(-)

commit f4794435e3705325c535317d6a979f93a9db68ea
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 7 13:02:49 2004 +0000

    Fix mem leak.
    
    2004-09-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/mozilla-link-checker.cpp:
    
    	Fix mem leak.

 ChangeLog                                          |    6 ++++++
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 9ad26cacb3734cb268bfcc46dddba449dc436fe5
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Sep 7 04:17:48 2004 +0000

    	Allow load/unload of Tabs Menu extension.

 ChangeLog                                      |    9 +++++++++
 extensions/tabsmenu/ephy-tab-move-menu.c       |    6 ++++++
 extensions/tabsmenu/ephy-tabs-menu-extension.c |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)

commit b8f6a27ef7faaad9dbd0f69fd59d8f8ccb622729
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Sep 7 04:06:13 2004 +0000

    	Allow load/unload of Error Viewer extension.

 ChangeLog                                          |    7 +++
 .../error-viewer/ephy-error-viewer-extension.c     |   40 +++++++++++++++++++-
 2 files changed, 46 insertions(+), 1 deletions(-)

commit d5a1e953538a802947c8f3fd1befe821dfd95440
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Thu Sep 2 01:41:29 2004 +0000

    Updated Korean translation.
    
            * ko.po: Updated Korean translation.

 po/ChangeLog |    4 ++++
 po/ko.po     |   25 +++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit e49596ad2ba04438fd239cf3835272a0963f9e5d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 30 09:07:51 2004 +0000

    Post-release version bump.
    
    2004-08-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 1b5943856acb65ec3d54780eb2591d50ce6268cd
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 30 09:06:49 2004 +0000

    === Release 1.1.4 ===
    
    2004-08-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.ac:
    
    	=== Release 1.1.4 ===

 ChangeLog    |    7 +++++++
 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 2 deletions(-)

commit aa7f02502d46b4449005251ddc32935bf099c045
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 30 08:51:42 2004 +0000

    Update from Epiphany.
    
    2004-08-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/eel-gconf-extensions.h:
    	* include/egg-editable-toolbar.h:
    	* include/ephy-debug.h:
    	* include/ephy-embed-dialog.h:
    	* include/ephy-favicon-cache.h:
    	* include/ephy-file-helpers.h:
    	* include/ephy-gui.h:
    	* include/ephy-string.h:
    	* include/mozilla-version.h:
    
    	Update from Epiphany.

 ChangeLog                      |   14 ++++++++++++++
 include/egg-editable-toolbar.h |   18 +++++++++++++-----
 include/ephy-embed-dialog.h    |    4 ++--
 include/ephy-file-helpers.h    |    2 +-
 include/ephy-gui.h             |   11 ++++++++++-
 include/ephy-string.h          |    2 ++
 include/mozilla-version.h      |    3 +++
 7 files changed, 45 insertions(+), 9 deletions(-)

commit 4bb27c588f92bd7804c3ae5191701cd8ecfc8c49
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Aug 26 19:51:45 2004 +0000

    Initialise i18n.
    
    2004-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/Makefile.am:
    	* extensions/certificates/extension.c: (register_module):
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample-mozilla/sample-mozilla.c: (register_module):
    	* extensions/sample/Makefile.am:
    	* extensions/tabsmenu/tabs-menu.c: (register_module):
    
    	Initialise i18n.

 ChangeLog                                  |   11 +++++++++++
 extensions/certificates/Makefile.am        |    1 +
 extensions/certificates/extension.c        |    7 +++++++
 extensions/sample-mozilla/Makefile.am      |    1 +
 extensions/sample-mozilla/sample-mozilla.c |    7 +++++++
 extensions/sample/Makefile.am              |    1 +
 extensions/tabsmenu/tabs-menu.c            |    2 +-
 7 files changed, 29 insertions(+), 1 deletions(-)

commit f358bc20f3bd12a09c8ccf0aa75a24a4808417ce
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Aug 26 19:40:08 2004 +0000

    Add Tab Grouper extension, written by Justin Wake.
    
    2004-08-26  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* AUTHORS:
    	* extensions/Makefile.am:
    	* extensions/tab-groups/.cvsignore:
    	* extensions/tab-groups/Makefile.am:
    	* extensions/tab-groups/ephy-tab-grouper.c:
    	(ephy_tab_grouper_get_type), (ephy_tab_grouper_register_type),
    	(reset_last_tab), (tab_added_cb), (ephy_tab_grouper_set_notebook),
    	(ephy_tab_grouper_init), (ephy_tab_grouper_finalize),
    	(ephy_tab_grouper_set_property), (ephy_tab_grouper_get_property),
    	(ephy_tab_grouper_class_init), (ephy_tab_grouper_new):
    	* extensions/tab-groups/ephy-tab-grouper.h:
    	* extensions/tab-groups/ephy-tab-groups-extension.c:
    	(ephy_tab_groups_extension_get_type),
    	(ephy_tab_groups_extension_register_type), (impl_attach_window),
    	(impl_detach_window), (ephy_tab_groups_extension_init),
    	(ephy_tab_groups_extension_iface_init),
    	(ephy_tab_groups_extension_class_init):
    	* extensions/tab-groups/ephy-tab-groups-extension.h:
    	* extensions/tab-groups/tab-groups.c: (register_module):
    
    	Add Tab Grouper extension, written by Justin Wake.

 AUTHORS                                           |    4 +
 ChangeLog                                         |   25 +++
 configure.ac                                      |   10 +-
 extensions/Makefile.am                            |    6 +-
 extensions/tab-groups/.cvsignore                  |    9 +
 extensions/tab-groups/Makefile.am                 |   21 ++
 extensions/tab-groups/ephy-tab-grouper.c          |  239 +++++++++++++++++++++
 extensions/tab-groups/ephy-tab-grouper.h          |   64 ++++++
 extensions/tab-groups/ephy-tab-groups-extension.c |  121 +++++++++++
 extensions/tab-groups/ephy-tab-groups-extension.h |   58 +++++
 extensions/tab-groups/tab-groups.c                |   49 +++++
 11 files changed, 601 insertions(+), 5 deletions(-)

commit cfd0d094d5368b76859d71ebb5d840baef9233da
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sat Aug 21 17:26:21 2004 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +++
 po/ca.po     |   68 +++++++++++++++++++++++++--------------------------------
 2 files changed, 34 insertions(+), 38 deletions(-)

commit 679660e2ffdf347389d841972362679984d75aaf
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Aug 20 16:40:58 2004 +0000

    Updated Albanian translation.
    
    2004-08-20  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d022925173f5cbf5818dbaa21d8661846bfbb1ce
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Aug 18 10:48:11 2004 +0000

    Updated Albanian translation.
    
    2004-08-18  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b0563fe89884376e9aaab74e19c2deb6dbd50a72
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 16 10:59:18 2004 +0000

    Post-release version bump.
    
    2004-08-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 8cf8acf05f6469746ce6b3a687e05527228d69fe
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 16 10:58:33 2004 +0000

    === Release 1.1.3 ===
    
    2004-08-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    
    	=== Release 1.1.3 ===

 ChangeLog |    6 ++++++
 NEWS      |   16 +++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit c185356b9f93cf96fe3ef944b4c42b3ad7796cc3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 16 10:41:17 2004 +0000

    Version 1.1.3, depends on Epiphany 1.3.5. Make dist produce a .tar.bz2
    
    2004-08-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Version 1.1.3, depends on Epiphany 1.3.5.
    	Make dist produce a .tar.bz2 too.

 ChangeLog    |    7 +++++++
 configure.ac |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit d476ee895d7af0b37fd254f545b5789cdf7e5824
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 8 11:34:12 2004 +0000

    Depend on Epiphany latest cvs version.
    
    2004-08-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Depend on Epiphany latest cvs version.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit ffae23a1deff40e80fd7b361c9c7b70964cbb715
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 8 11:33:30 2004 +0000

    Use ephy_embed_single_open_window() to open the certificates manager
    
    2004-08-08  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(manage_certificates_cb):
    
    	Use ephy_embed_single_open_window() to open the certificates
    	manager chrome url, instead of copying all that code from
    	mozilla-embed.

 ChangeLog                                          |    9 ++++
 .../certificates/ephy-certificates-extension.c     |   47 +++++---------------
 2 files changed, 21 insertions(+), 35 deletions(-)

commit 352699b645596cf9d36cf54932d12f36489ceb30
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Fri Aug 6 03:59:58 2004 +0000

    Added "ko" to ALL_LINGUAS

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 46fc8c0a2d41bc8e9bdfea175739e0c8d0c3f293
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Fri Aug 6 03:59:08 2004 +0000

    Added Korean translation

 po/ChangeLog |    4 +
 po/ko.po     |  193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 197 insertions(+), 0 deletions(-)

commit 0fc5603f716b65e7e1a71e5d0d8f1f0b1d0f78b2
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Aug 6 02:02:08 2004 +0000

    	Make the extension support loading/unloading. (Yeah, this is
    	pre-emtive to Epiphany's actually supporting it, but I can't be
    	bothered to keep a diff until that happens.)

 ChangeLog                                     |    9 +++++++++
 extensions/gestures/ephy-gestures-extension.c |   22 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

commit a00e614df230249cc25e189a57e39c9775bc293a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 1 11:53:51 2004 +0000

    Post-release version bump.
    
    2004-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 06516f16e93bfb9f068f6b9eb78ca3f997f3c3f2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 1 11:51:56 2004 +0000

    === Release 1.1.2 ===
    
    2004-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	=== Release 1.1.2 ===

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3baa59b116f9db76e2250495811388b4b6cbb422
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 1 11:45:59 2004 +0000

    *** empty log message ***

 ChangeLog    |   10 ++++++++++
 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)

commit 8dcce54ca7924d773b9906728b5b77fcf995ae9d
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Sat Jul 31 12:04:10 2004 +0000

    Updated Hungarian translation by Gabor Kelemen.
    
    2004-07-31  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Updated Hungarian translation by Gabor Kelemen.

 po/ChangeLog |    4 ++++
 po/hu.po     |   41 ++++++++++++++++++-----------------------
 2 files changed, 22 insertions(+), 23 deletions(-)

commit 1f0d889406b64154175090891db6c8308926c4f9
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Jul 29 09:50:34 2004 +0000

    Updated Albanian translation.
    
    2004-07-29  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit de733ec6df0fd62ee2eecd28053e3fcb2bba4f4e
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Tue Jul 20 10:26:59 2004 +0000

    update

 po/pa.po |  108 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 55 insertions(+), 53 deletions(-)

commit 12654d7aa2d63747edc9fbe03ef8af9515bf917a
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Tue Jul 13 19:17:32 2004 +0000

    Updated Spanish translation.
    
    2004-07-13  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   55 ++++++++++++++++++++++++-------------------------------
 2 files changed, 28 insertions(+), 31 deletions(-)

commit e160d13d9ce8d22c3bc7e76a1ece7f0d64fefcbc
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Jul 12 11:15:07 2004 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2004-07-12  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +++++
 po/bg.po     |   35 +++++++++++++++++------------------
 2 files changed, 22 insertions(+), 18 deletions(-)

commit 8be7753bcee52d779756d864ec9912156a48ad4c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 6 15:07:26 2004 +0000

    Post-release version bump.
    
    2004-07-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0180205b1ad548d2874faa4ee70d14ab2eb2ee1e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 6 15:06:51 2004 +0000

    === Release 1.1.1 ===
    
    2004-07-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    
    	=== Release 1.1.1 ===

 ChangeLog              |    7 +++++++
 configure.ac           |    1 -
 extensions/Makefile.am |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 86cca591390f390c886496c90fcc05cea590924d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jul 6 14:49:53 2004 +0000

    Fix for removed extension

 extensions/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 52913bbdb52233f020d76158a90ae3ce5bff5e7c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jul 6 14:45:57 2004 +0000

    Version 1.1.1. Depend on Epiphany 1.3.1.
    
    2004-07-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Version 1.1.1. Depend on Epiphany 1.3.1.
    
    	* NEWS:
    
    	Updated for 1.1.1.

 ChangeLog    |   10 ++++++++++
 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |   14 ++++++--------
 3 files changed, 45 insertions(+), 8 deletions(-)

commit 35b2c6bc807de4bc252b348081730edc690c5968
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jul 3 21:20:49 2004 +0000

    Removed popup-blocker from po/

 ChangeLog      |    6 ++++++
 po/POTFILES.in |    2 --
 2 files changed, 6 insertions(+), 2 deletions(-)

commit df15dc76c329e83cd2f8670ca9893399ff70588a
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Jul 1 17:37:58 2004 +0000

    Translation updated.
    
    2004-07-01  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/sq.po     |   28 ++++++++++------------------
 2 files changed, 14 insertions(+), 18 deletions(-)

commit f1c355ad6ce07bf6fbbe719cf0cccd2e887f56c8
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jul 1 02:01:26 2004 +0000

            Removed the popup blocker extension: it's now part of Epiphany

 ChangeLog                                          |   24 +
 README                                             |    1 -
 configure.ac                                       |    5 +-
 extensions/Makefile.am                             |    4 -
 extensions/popup-blocker/.cvsignore                |    8 -
 extensions/popup-blocker/Makefile.am               |   36 --
 .../popup-blocker/ephy-popup-blocker-extension.c   |  641 --------------------
 .../popup-blocker/ephy-popup-blocker-extension.h   |   66 --
 extensions/popup-blocker/ephy-popup-blocker-icon.c |  266 --------
 extensions/popup-blocker/ephy-popup-blocker-icon.h |   67 --
 extensions/popup-blocker/ephy-popup-blocker-list.c |  439 --------------
 extensions/popup-blocker/ephy-popup-blocker-list.h |   76 ---
 extensions/popup-blocker/mozilla/.cvsignore        |    8 -
 extensions/popup-blocker/mozilla/Makefile.am       |   34 -
 .../popup-blocker/mozilla/PopupBlockerListener.cpp |   87 ---
 .../popup-blocker/mozilla/PopupBlockerListener.h   |   40 --
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |  197 ------
 extensions/popup-blocker/mozilla/mozilla-helpers.h |   55 --
 extensions/popup-blocker/popup-blocker.c           |   48 --
 extensions/popup-blocker/popup-blocker.svg         |  218 -------
 20 files changed, 25 insertions(+), 2295 deletions(-)

commit df0279a58639aea8e5f8c5dc933c23c80919ceb9
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Mon Jun 28 15:04:16 2004 +0000

    Translation updated.
    
    2004-06-28  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Translation updated.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 42af00513b13508a2129f8d10ce22ecde8b4db92
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jun 23 22:04:08 2004 +0000

    Remove the popup-blocker extension from the build, since it's not ported
    
    2004-06-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    
    	Remove the popup-blocker extension from the build, since it's
    	not ported to embed strings and we're integrating it into
    	Epiphany.

 ChangeLog              |    9 +++++++++
 configure.ac           |    8 ++++----
 extensions/Makefile.am |    6 +++---
 3 files changed, 16 insertions(+), 7 deletions(-)

commit 9c5ec62a6ccf92e173e4f49003b48773cc7e4f2e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jun 23 22:01:06 2004 +0000

    *** empty log message ***

 extensions/toolbar-extras/galago-gtk-icon-entry.c |  781 +++++++++++++++++++++
 extensions/toolbar-extras/galago-gtk-icon-entry.h |   83 +++
 2 files changed, 864 insertions(+), 0 deletions(-)

commit de7cb034dce86987d6e6d1f4fbea51058262de87
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jun 23 21:16:34 2004 +0000

    Destroy our helper class on ::destroy on the embed, not on ::finalize.
    
    2004-06-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/mozilla/mozilla-embed-certificate.cpp:
    
    	Destroy our helper class on ::destroy on the embed, not on
    	::finalize. Fixes a crash when closing the last window.
    	Fixes bug #144850.

 ChangeLog                                          |    8 +++++
 .../mozilla/mozilla-embed-certificate.cpp          |   30 ++++++++++----------
 2 files changed, 23 insertions(+), 15 deletions(-)

commit f81befa91acc6e687781b63c1f6c2b2fae321c42
Author: Gustavo Noronha Silva <gns@src.gnome.org>
Date:   Mon Jun 21 18:15:54 2004 +0000

    translation update by "Raphael Higino" <raphaelh@uai.com.br>
    
    	* pt_BR.po: translation update by
    	  "Raphael Higino" <raphaelh@uai.com.br>

 po/ChangeLog |    5 +++++
 po/pt_BR.po  |   57 +++++++++++++++++++++++----------------------------------
 2 files changed, 28 insertions(+), 34 deletions(-)

commit bacd112ec2456daf152b460906b247754a507cd5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jun 17 18:37:15 2004 +0000

    Sync'd from epiphany

 include/mozilla-version.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f4551a54da8ffc4d4b4916eea4bb03f3ae5c516a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Jun 14 11:56:28 2004 +0000

    Port error viewer to embed strings. Fixes bug #144237.
    
    2004-06-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.h:
    	* extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:
    	* extensions/error-viewer/mozilla/mozilla-helpers.cpp:
    
    	Port error viewer to embed strings. Fixes bug #144237.
    
    	* include/EphyUtils.h:
    	* include/Makefile.am:
    
    	Include EphyUtils from epiphany.

 ChangeLog                                          |   14 +++
 .../mozilla/ErrorViewerConsoleListener.cpp         |  111 ++++++++++++--------
 .../mozilla/ErrorViewerConsoleListener.h           |   23 +++--
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |   40 +++----
 .../error-viewer/mozilla/mozilla-helpers.cpp       |   22 +++--
 include/EphyUtils.h                                |   35 ++++++
 include/Makefile.am                                |    1 +
 7 files changed, 168 insertions(+), 78 deletions(-)

commit 9ccbf9f972dd9149bf3731b23f5260cc64b9aa4f
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Jun 13 07:51:23 2004 +0000

    Updated Slovak translation.
    
    2004-06-13  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |   95 ++++++++++++++++++++++++----------------------------------
 2 files changed, 43 insertions(+), 56 deletions(-)

commit 38650d72281a08bae3931b2f4bdea438d049210b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jun 10 21:36:21 2004 +0000

    Cleanup, still not ready for production use.
    
    2004-06-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    	* extensions/toolbar-extras/Makefile.am:
    	* extensions/toolbar-extras/ephy-multi-smart-action.c:
    	(ephy_multi_smart_action_get_type),
    	(ephy_multi_smart_action_register_type), (menu_activate_find_cb),
    	(menu_case_sensitive_toggled_cb),
    	(menu_clean_after_use_toggled_cb), (menu_activate_node_cb),
    	(sort_bookmarks), (build_menu), (create_tool_item),
    	(create_menu_item), (sync_smartbookmark_id), (sync_mode),
    	(create_menu_proxy), (icon_clicked_cb), (entry_activate_cb),
    	(connect_proxy), (disconnect_proxy),
    	(ephy_multi_smart_action_finalize), (smart_address_notifier),
    	(ephy_multi_smart_action_class_init):
    	* extensions/toolbar-extras/ephy-toolbar-extras-extension.c:
    	(ephy_toolbar_extras_extension_get_type),
    	(ephy_toolbar_extras_extension_register_type),
    	(ephy_toolbar_extras_extension_init),
    	(ephy_toolbar_extras_extension_finalize), (action_request_cb),
    	(impl_attach_window), (impl_detach_window),
    	(ephy_toolbar_extras_extension_class_init):
    	* extensions/toolbar-extras/toolbar-extras.c: (register_module):
    
    	Cleanup, still not ready for production use.

 ChangeLog                                          |   27 ++
 configure.ac                                       |    9 +-
 extensions/Makefile.am                             |    8 +-
 extensions/toolbar-extras/Makefile.am              |    4 +-
 .../toolbar-extras/ephy-multi-smart-action.c       |  253 ++++++++------------
 .../toolbar-extras/ephy-toolbar-extras-extension.c |   92 +++-----
 extensions/toolbar-extras/toolbar-extras.c         |   10 +
 7 files changed, 181 insertions(+), 222 deletions(-)

commit 27ab49d67da2fc85e07f8a4b1c8a0b25314f3205
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jun 10 01:28:52 2004 +0000

    Fix C99-ism mentioned in bug #144053

 ChangeLog                                |    7 +++++++
 extensions/error-viewer/sgml-validator.c |    5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit c6730cafc219b430b834dd76992d253fa06f337c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Jun 6 19:54:52 2004 +0000

    #include <string>: fixes bug #143818

 ChangeLog                                   |    6 ++++++
 extensions/error-viewer/opensp/validate.cpp |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit aa5810687a1bd7fc0a2c0cff26e7dc8667c6ab17
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Jun 6 13:17:48 2004 +0000

    Added Bulgarian translation by Rostislav Raikov <zbrox@i-space.org>
    
    2004-06-06  Alexander Shopov <ash@contact.bg>
    	* bg.po: Added Bulgarian translation by
    	Rostislav Raikov <zbrox@i-space.org>

 ChangeLog    |    3 +
 configure.ac |    2 +-
 po/ChangeLog |    4 +
 po/bg.po     |  222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 230 insertions(+), 1 deletions(-)

commit 7cafded082db8e2a93a146b3ab5eac908e0330c5
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Sat Jun 5 04:15:23 2004 +0000

    2004-06-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++
 po/ja.po     |  127 ++++++++++++++++++++++++----------------------------------
 2 files changed, 57 insertions(+), 74 deletions(-)

commit da614ef49e6f11054b57d6eef322bcacadc7ea8d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon May 31 16:48:34 2004 +0000

    A include/mozilla-version.h:
    
    2004-05-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/popup-blocker/mozilla/PopupBlockerListener.cpp:
    	* extensions/popup-blocker/mozilla/mozilla-helpers.cpp:
            * include/Makefile.am:
    	A include/mozilla-version.h:
    
    	Better mozilla version check macros, ported from Epiphany.
    	Drop mozilla < 1.7 support.
    
    	* include/eel-gconf-extensions.h:
    	* include/egg-editable-toolbar.h:
    	* include/ephy-debug.h:
    	* include/ephy-favicon-cache.h:
    	* include/ephy-file-helpers.h:
    	* include/ephy-gui.h:
    	* include/ephy-string.h:
    
    	Sync'd with Epiphany.

 ChangeLog                                          |   21 ++++
 configure.ac                                       |  108 ++++++++++++++------
 .../popup-blocker/mozilla/PopupBlockerListener.cpp |    5 -
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |   10 +--
 include/Makefile.am                                |    3 +-
 include/eel-gconf-extensions.h                     |    4 +
 include/egg-editable-toolbar.h                     |    1 +
 include/ephy-debug.h                               |    2 +
 include/ephy-favicon-cache.h                       |   41 ++++----
 include/ephy-file-helpers.h                        |    1 -
 include/ephy-gui.h                                 |    2 +
 include/mozilla-version.h                          |   53 ++++++++++
 12 files changed, 185 insertions(+), 66 deletions(-)

commit ef84240d99bba085f9a2a2c874fcca6ed9aa0d0f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon May 31 12:22:42 2004 +0000

    Post-release version bump.
    
    2004-05-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Post-release version bump.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 982a0f477fd78f1c3177bc8ed1d5d40b11dc67d7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon May 31 11:27:39 2004 +0000

    Release 1.1.0

 ChangeLog                                     |   35 +++++
 extensions/sample-mozilla/mozilla/Makefile.am |    1 +
 po/ca.po                                      |   46 ++++--
 po/cs.po                                      |    4 +-
 po/da.po                                      |  181 +++++++++++++++++++-----
 po/de.po                                      |   39 ++++--
 po/el.po                                      |   68 ++++++---
 po/en_CA.po                                   |    5 +-
 po/en_GB.po                                   |   10 +-
 po/es.po                                      |   43 ++++--
 po/fr.po                                      |  187 +++++++++++++++++++++++--
 po/hr.po                                      |   53 ++++---
 po/hu.po                                      |   69 +++++++---
 po/it.po                                      |   41 ++++--
 po/ja.po                                      |  180 ++++++++++++++++++------
 po/lt.po                                      |    5 +-
 po/nl.po                                      |    2 +-
 po/no.po                                      |   63 ++++++---
 po/pa.po                                      |   63 ++++++---
 po/pl.po                                      |    4 +-
 po/pt.po                                      |   12 +-
 po/pt_BR.po                                   |   63 ++++++---
 po/ru.po                                      |   41 ++++--
 po/sk.po                                      |  184 ++++++++++++++++++------
 po/sq.po                                      |   66 ++++++---
 po/sr.po                                      |   67 ++++++---
 po/sr@Latn.po                                 |   67 ++++++---
 po/sv.po                                      |   44 ++++--
 po/uk.po                                      |   41 ++++--
 po/wa.po                                      |   47 +++++--
 po/zh_CN.po                                   |    5 +-
 31 files changed, 1274 insertions(+), 462 deletions(-)

commit e139c76a3787dfb1e464282adff849dabc02207e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon May 31 09:59:34 2004 +0000

    Updating NEWS

 NEWS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6c74a81a60b136ab61c7abd14709f6e54a1e45dd
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Mon May 31 07:32:37 2004 +0000

    Updated Lithuanian translation.
    
    2004-05-31  Žygimantas Beručka  <uid0@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +++
 po/lt.po     |   60 +++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 45 insertions(+), 19 deletions(-)

commit 1d42091298d01bebc13605822b482b81c957852f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 30 17:19:44 2004 +0000

    Don't use AC_CONFIG_MACRO_DIR(m4). Fixes bug #143399.
    
    2004-05-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Don't use AC_CONFIG_MACRO_DIR(m4). Fixes bug #143399.

 ChangeLog    |    6 ++++++
 configure.ac |    2 --
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 7107dd7e0fbb53dc3614716c81e889444e4d9296
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 30 12:23:13 2004 +0000

    Don't consume the event.
    
    2004-05-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(dom_mouse_down_cb):
    
    	Don't consume the event.

 ChangeLog                                          |    7 +++++++
 extensions/sample-mozilla/ephy-sample2-extension.c |    4 +++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit c9f2688c117e1e83a31c30d5b131e42fb5d5c107
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 30 09:00:11 2004 +0000

    Fix ACLOCAL flags.
    
    2004-05-30  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix ACLOCAL flags.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 7e07d4b9c86c16e4882eb1758f062750c5515666
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 29 16:32:51 2004 +0000

    Recognise mozilla 1.8a1 and 1.8a2 too.
    
    2004-05-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Recognise mozilla 1.8a1 and 1.8a2 too.

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 1be266b4ec5056fa2cd49d9ff75236822a48e13e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 29 15:38:27 2004 +0000

    Change GETTEXT_PACKAGE name to epiphany-extensions-1.2
    
    2004-05-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Change GETTEXT_PACKAGE name to epiphany-extensions-1.2

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit bb4a0f6b6139b12eef53e0a3a51cfc7a5f45fcd7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 29 15:37:00 2004 +0000

    Updated for 1.1.0.
    
    2004-05-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    
    	Updated for 1.1.0.

 ChangeLog |    6 ++++++
 NEWS      |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

commit a03bd81bce2345df469bad20976fc81efa42d90b
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat May 22 23:20:14 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-05-23  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   39 ++++++++++++++++++++++++++-------------
 2 files changed, 30 insertions(+), 13 deletions(-)

commit 175cce27e0085b0f93220260de2155241298a648
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sat May 22 20:30:37 2004 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 ++++
 po/zh_CN.po  |   46 ++++++++++++++++++++++++++++++----------------
 2 files changed, 34 insertions(+), 16 deletions(-)

commit eba27d22ab5907e59e81a33ff617f057a32bd192
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed May 19 18:12:45 2004 +0000

    Connect the tab_removed_cb callback to "tab-removed" signal, duh :P
    
    2004-05-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(sync_active_tab_cb), (impl_attach_window):
    
    	Connect the tab_removed_cb callback to "tab-removed" signal, duh :P

 ChangeLog                                          |    7 +++++
 .../certificates/ephy-certificates-extension.c     |   13 ++++-----
 .../mozilla/mozilla-embed-certificate.cpp          |   28 ++++++++++++--------
 3 files changed, 30 insertions(+), 18 deletions(-)

commit f51ac241d4b2bfd4d40381e1f67f8886facd5b06
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun May 16 17:00:23 2004 +0000

    Updated Portuguese translation.
    
    2004-05-16  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |   51 ++++++++++++++++++++++++++++++++-------------------
 2 files changed, 36 insertions(+), 19 deletions(-)

commit 9a4a043e1becfe61c4c0fd28b2c11271e700949e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 15 10:57:20 2004 +0000

    Fix typo.
    
    2004-05-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Fix typo.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 4066d5491815707d6dc369712d11ca1ff84ff46f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri May 7 14:34:27 2004 +0000

    Adjust a MOZILLA_SNAPSHOT check for changed snapshot levels.
    
    2004-05-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/popup-blocker/mozilla/mozilla-helpers.cpp:
    
    	Adjust a MOZILLA_SNAPSHOT check for changed snapshot levels.

 ChangeLog                                          |    6 ++++++
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 003c0c39e3a5fcfc387af10f4def3be9b6e9900b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri May 7 14:02:09 2004 +0000

    Recognise 1.7rc* and adjust MOZILLA_SNAPSHOT levels for 1.8*.
    
    2004-05-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Recognise 1.7rc* and adjust MOZILLA_SNAPSHOT levels for 1.8*.

 ChangeLog    |    6 ++++++
 configure.ac |   17 ++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 89e779d270b83bbe319965ca07a4f414d5f51140
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu May 6 13:47:45 2004 +0000

    Adapt to changed mozilla API.
    
    2004-05-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/popup-blocker/mozilla/mozilla-helpers.cpp:
    
    	Adapt to changed mozilla API.

 ChangeLog                                          |    6 ++++++
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 13050702dbf91c2861a8e636871a35d964303886
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Sun May 2 20:11:07 2004 +0000

    Updated British English translation

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   47 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 34 insertions(+), 17 deletions(-)

commit ea0ed890e7b6b7645fc74ef4426724e4e5be4e64
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun May 2 11:37:56 2004 +0000

    Fix for changed epiphany API.
    
    2004-05-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/sgml-validator.c: (convert_to_utf8):
    
    	Fix for changed epiphany API.

 ChangeLog                                |    6 ++++++
 extensions/error-viewer/sgml-validator.c |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit c1ee15726334585d64828a9cee14e599243874c4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 1 14:52:02 2004 +0000

    Use EphyStatusbar to find the security frame.
    
    2004-05-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window):
    
    	Use EphyStatusbar to find the security frame.

 ChangeLog                                          |    7 +++++++
 .../certificates/ephy-certificates-extension.c     |   16 ++--------------
 2 files changed, 9 insertions(+), 14 deletions(-)

commit 52f106f9c58a8481f51d63efccc62bcb2533dc1e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat May 1 14:21:51 2004 +0000

    Add support for mozilla 1.8a.
    
    2004-05-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Add support for mozilla 1.8a.

 ChangeLog    |    6 ++++++
 configure.ac |    7 ++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit d5dc6ed713b63fc41fb2be281a98868c37a9f576
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Apr 27 08:00:07 2004 +0000

    Updated Polish translation by GNOME PL Team.
    
    2004-04-27  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 ++++
 po/pl.po     |   37 +++++++++++++++++++++++++------------
 2 files changed, 29 insertions(+), 12 deletions(-)

commit 58c8465ad23b072bd188549b64e4c1e42aa41e52
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Apr 26 20:11:38 2004 +0000

    Added en_CA to ALL_LINGUAS. Added Canadian English translation.
    
    
    	* configure.ac: Added en_CA to ALL_LINGUAS.
    	* po/en_CA.po: Added Canadian English translation.

 ChangeLog    |    4 +
 configure.ac |    2 +-
 po/ChangeLog |    4 +
 po/en_CA.po  |  221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 230 insertions(+), 1 deletions(-)

commit 7bf9f81680d9f848401c9e196145b671918d6eb1
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Apr 26 13:16:36 2004 +0000

    Updated Czech translation.
    
    2004-04-26  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   39 ++++++++++++++++++++++++++-------------
 2 files changed, 30 insertions(+), 13 deletions(-)

commit 7ed196a74be4cfc64a782ab6d6d0b4cbec6551a4
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Apr 25 05:19:49 2004 +0000

    Fix charset error handling and reset column width when clearing error viewer window

 ChangeLog                                |   11 ++++
 extensions/error-viewer/error-viewer.c   |    2 +
 extensions/error-viewer/sgml-validator.c |   92 +++++++++++++++++++++++------
 3 files changed, 86 insertions(+), 19 deletions(-)

commit 7e9015a6582e59ecc2bf4c068b76b77810f8765b
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Apr 19 04:00:43 2004 +0000

    Fixed link checker

 ChangeLog                                          |   12 ++
 extensions/error-viewer/link-checker.c             |   28 -----
 extensions/error-viewer/link-checker.h             |    6 -
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |  121 ++++++++++++++++++--
 .../mozilla/ErrorViewerURICheckerObserver.h        |    8 +-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   96 ++--------------
 po/POTFILES.in                                     |    1 -
 7 files changed, 140 insertions(+), 132 deletions(-)

commit 3d77ab2d852689317e8b16c0f1b295c1d343dcfa
Author: Artur Flinta <aflinta@src.gnome.org>
Date:   Sat Apr 17 22:01:43 2004 +0000

    - merged PL from gnome-2-6 branch

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 po/ChangeLog |    4 ++++
 3 files changed, 9 insertions(+), 1 deletions(-)

commit 8992770053a691aeff3d13bd6d9a817564d3be46
Author: Artur Flinta <aflinta@src.gnome.org>
Date:   Sat Apr 17 21:58:18 2004 +0000

    - merged Polish translatian from gnome-2-6 branch

 po/pl.po |  215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 215 insertions(+), 0 deletions(-)

commit 5361f0e80574f38b107a4de542069be15a4fe23e
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Apr 17 17:26:16 2004 +0000

    Fix busy-cursor-forever bug

 ChangeLog                                          |   18 ++++++++
 extensions/error-viewer/error-viewer.c             |    4 ++
 extensions/error-viewer/link-checker.c             |   45 ++++++++++++-------
 extensions/error-viewer/link-checker.h             |    4 ++
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |   21 +++++++--
 .../mozilla/ErrorViewerURICheckerObserver.h        |    9 +++-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   40 +++++++++++-------
 7 files changed, 103 insertions(+), 38 deletions(-)

commit d149a6c6757d1e1d135f73dc6faa46e1a0df4bf0
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Apr 10 19:50:35 2004 +0000

    Added include path

 ChangeLog                                    |    7 +++++++
 extensions/error-viewer/mozilla/Makefile.am  |    1 +
 extensions/popup-blocker/mozilla/Makefile.am |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)

commit af6852e6cacd88d92b131c381f9c4b7e53572a80
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Apr 5 18:18:41 2004 +0000

    Fix compilation with gcc 2.95 (patch taken from FreeBSD ports).
    
    2004-04-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/link-checker.c:
    	(link_checker_append_internal):
    
    	Fix compilation with gcc 2.95 (patch taken from FreeBSD ports).

 ChangeLog                              |    7 +++++++
 extensions/error-viewer/link-checker.c |    5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 0379c76627e84acbdc803c8b0a6da95d06498d0c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Apr 5 18:10:48 2004 +0000

    Include sys/time.h (patch taken from FreeBSD ports).
    
    2004-04-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/dashboard-frontend-xmlwriter.c:
    
    	Include sys/time.h (patch taken from FreeBSD ports).

 ChangeLog                                          |    6 ++++++
 .../dashboard/dashboard-frontend-xmlwriter.c       |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 2263a73dbdf0e5b227fd8393356d76b36b75154b
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Apr 5 08:41:07 2004 +0000

    Add Ukrainian translation

 ChangeLog    |    4 +
 configure.ac |    2 +-
 po/ChangeLog |    4 +
 po/uk.po     |  213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 222 insertions(+), 1 deletions(-)

commit b6b52e882bb9fbd1310a51e65d4582665286a1e6
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Fri Apr 2 15:39:13 2004 +0000

    Added Walloon file

 ChangeLog    |    4 +
 configure.ac |    2 +-
 po/ChangeLog |    4 +
 po/wa.po     |  206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 215 insertions(+), 1 deletions(-)

commit a7b8ba24daaa31dcddc9e7aac8a67d57fbf0981f
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Thu Apr 1 03:20:13 2004 +0000

    configure.ac: Added Russian to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit c314728855bbc08edb0a3e12909d4f1f9703c9b3
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Thu Apr 1 03:13:14 2004 +0000

    ru.po: Added Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |    5 ++
 po/ru.po     |  213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 218 insertions(+), 0 deletions(-)

commit 7a359b3292ffa9d91d5f7d3afa5ced003ddb0831
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Mar 29 13:59:14 2004 +0000

    Updated British English translation.
    
    2004-03-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   41 +++++++++++++++++++++++++++--------------
 2 files changed, 31 insertions(+), 14 deletions(-)

commit 7b845edf19fe66eea9700824cd4fd59d53f3e592
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Wed Mar 24 21:33:29 2004 +0000

    Added Italian translation.

 ChangeLog    |    4 +
 configure.ac |    2 +-
 po/ChangeLog |    5 ++
 po/it.po     |  211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 221 insertions(+), 1 deletions(-)

commit 2dab9b25ebe94a9099652c1127ad0a153013d5df
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Mar 24 15:49:45 2004 +0000

    file spinner-ex-extension.diff was initially added on branch gnome-2-6.

commit 049ffb8a4ceac48e1c19182c352c98941a348393
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Mar 23 22:08:27 2004 +0000

    Replace calls to ephy_tab_get_window() which doesn't exist anymore. Fix a
    
    2004-03-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(update_action), (update_all_actions), (clear_one_permission_info),
    	(clear_popup_permissions), (action_activate_cb),
    	(unregister_mozilla), (register_mozilla), (new_window_cb),
    	(tab_added_cb), (sync_active_tab_cb), (impl_attach_window),
    	(impl_detach_window):
    
    	Replace calls to ephy_tab_get_window() which doesn't exist anymore.
    	Fix a mem leak, and do some misc cleanups.

 ChangeLog                                          |   12 +++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   79 +++++++++-----------
 2 files changed, 46 insertions(+), 45 deletions(-)

commit 6a34774b97ceaae63d4af0588ca81170f5726a56
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Mar 23 21:34:56 2004 +0000

    Replace calls to ephy_tab_get_window() which was removed from Epiphany
    
    2004-03-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c:
    	(dom_mouse_down_cb):
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(get_icon_for_window), (location_cb), (new_window_cb),
    	(tab_added_cb), (tab_removed_cb), (switch_page_cb):
    
    	Replace calls to ephy_tab_get_window() which was removed from Epiphany
    	API.

 ChangeLog                                          |   11 +++++
 extensions/gestures/ephy-gestures-extension.c      |    8 ++--
 .../popup-blocker/ephy-popup-blocker-extension.c   |   42 ++++++--------------
 3 files changed, 27 insertions(+), 34 deletions(-)

commit 23694bf4d6af04b5bf2689c5b098d2b9c44f2a96
Author: Wang Jian <lark@src.gnome.org>
Date:   Mon Mar 22 12:36:08 2004 +0000

    *** empty log message ***

 ChangeLog    |    4 ++
 configure.ac |    2 +-
 po/ChangeLog |    5 ++
 po/zh_CN.po  |  165 +++++++++++++++++++++++++++++++++++++++-------------------
 4 files changed, 122 insertions(+), 54 deletions(-)

commit 7d132a9bab638ace5633d855dab84f0edc1510d6
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Mar 21 14:14:41 2004 +0000

    Updated and revised Portuguese translation.
    
    2004-03-21  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated and revised Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  194 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 180 insertions(+), 18 deletions(-)

commit fd38d2b35e06aaa377533f47e9c2d51d6ced4178
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Mar 21 12:08:16 2004 +0000

    Updated Swedish translation.
    
    2004-03-21  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  252 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 208 insertions(+), 48 deletions(-)

commit 44dd33e8670c8c9e3823281952b86b14385dbec9
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sun Mar 21 11:59:40 2004 +0000

    Added "ca" (Catalan) to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 7280502d9a470fe576aa577c7c4c5cb9329a9056
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sun Mar 21 11:52:03 2004 +0000

    Added Catalan translation by Xavi Conde <xaviconde@eresmas.com>.

 po/ChangeLog |    5 ++
 po/ca.po     |  206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 211 insertions(+), 0 deletions(-)

commit fc03cf87d9d92c21bdee311292ad003b59fb4bdf
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 21 00:37:24 2004 +0000

    Use pkg-config to get the location to install the extensions into.
    
    2004-03-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/certificates/Makefile.am:
    	* extensions/dashboard/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/gestures/Makefile.am:
    	* extensions/popup-blocker/Makefile.am:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample/Makefile.am:
    	* extensions/tabsmenu/Makefile.am:
    	* extensions/toolbar-extras/Makefile.am:
    
    	Use pkg-config to get the location to install the extensions into.

 ChangeLog                             |   15 +++++++++++++++
 configure.ac                          |   12 +++++++++---
 extensions/certificates/Makefile.am   |    2 +-
 extensions/dashboard/Makefile.am      |    2 +-
 extensions/error-viewer/Makefile.am   |    2 +-
 extensions/gestures/Makefile.am       |    2 +-
 extensions/popup-blocker/Makefile.am  |    2 +-
 extensions/sample-mozilla/Makefile.am |    2 +-
 extensions/sample/Makefile.am         |    2 +-
 extensions/tabsmenu/Makefile.am       |    2 +-
 extensions/toolbar-extras/Makefile.am |    2 +-
 11 files changed, 33 insertions(+), 12 deletions(-)

commit cde8a8b33ee5bc5b348d6a6c6e0c4ba97d3a9775
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Mar 20 23:37:33 2004 +0000

    Version 1.1.0. Update Epiphany dependency to >= 1.3.0, and glib/gtk+
    
    2004-03-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Version 1.1.0.
    	Update Epiphany dependency to >= 1.3.0, and glib/gtk+ dependency
    	to >= 2.4.0.

 ChangeLog    |    8 ++++++++
 configure.ac |   10 +++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit b2cf67ce2239711c613c03ef8eb0cc4f0676c4ee
Author: Anders Carlsson <andersca@gnome.org>
Date:   Sat Mar 20 22:54:51 2004 +0000

    Build fix.
    
    2004-03-20  Anders Carlsson  <andersca@gnome.org>
    
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(new_window_cb):
    	Build fix.

 ChangeLog                                          |    6 ++++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit e3840dd882670af53670f9e0ee4b66544d79241a
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sat Mar 20 14:40:10 2004 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++
 po/hr.po     |  153 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 117 insertions(+), 40 deletions(-)

commit 89773ead0168bfd0474f2751a9b98f6b89813023
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sat Mar 20 14:18:16 2004 +0000

    Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  194 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 160 insertions(+), 38 deletions(-)

commit ef1e31a89eff0965422e30087e6b818a1f95419b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Mar 19 00:02:42 2004 +0000

    Connect to "realize" signal with g_signal_connect_after.
    
    2004-03-19  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(manage_certificates_cb):
    
    	Connect to "realize" signal with g_signal_connect_after.

 ChangeLog                                          |    7 +++++++
 .../certificates/ephy-certificates-extension.c     |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit f5376bc67c387ce34ec37a7d5b5990d96616ff51
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Mar 18 21:57:33 2004 +0000

    Updated Spanish translation.
    
    2004-03-18  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   41 +++++++++++++++++++++++++++--------------
 2 files changed, 31 insertions(+), 14 deletions(-)

commit 87fd6b016a0996a0c28f67eb10967b68ce4ec0cf
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Mar 17 21:26:06 2004 +0000

    Remove link checker timeout

 ChangeLog                                          |    6 +++
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   36 --------------------
 2 files changed, 6 insertions(+), 36 deletions(-)

commit cf063d6e96cfbe6992a0e90e9e31f502a0761545
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Mar 17 20:28:29 2004 +0000

    Don't forget popups when moving tabs

 ChangeLog                                          |    7 +++++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   19 +++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

commit 7550e835b55564e60806b0d401ef2da626190158
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Mar 17 20:09:40 2004 +0000

    Notify "count" when closing windows

 ChangeLog                                          |    7 +++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 1dd2f55ba3f622f4d26d2edd4022ce8e72106657
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Mar 15 23:58:02 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-03-16  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   32 ++++++++++++++++++--------------
 2 files changed, 22 insertions(+), 14 deletions(-)

commit b1ae5313bf2d1332abc78a7af7c3e98cdb60fd66
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 15 22:16:55 2004 +0000

    Keep in sync with the gtkwidget "visible" property

 ChangeLog                                          |   13 +++++++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |   20 ++++++++++++++++----
 2 files changed, 29 insertions(+), 4 deletions(-)

commit f1b1ec6aa7f42181a9dd6207560509678c5e36d9
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 15 22:07:05 2004 +0000

    Use gtk_moz_embed_get_location

 ChangeLog                                          |   12 ++++++++++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   19 ++++++++-----------
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |    9 ++++++++-
 extensions/popup-blocker/mozilla/mozilla-helpers.h |    2 ++
 4 files changed, 30 insertions(+), 12 deletions(-)

commit 2d396dbc984eb0adacfe45c5f0201b1221e8c03e
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 15 21:44:33 2004 +0000

    s/is_visible/GTK_WIDGET_VISIBLE/

 ChangeLog                                          |    9 +++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |   16 +++-------------
 2 files changed, 12 insertions(+), 13 deletions(-)

commit e74df9c5585a52e7dcdc927eeb8d7101e0a38bdb
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 15 20:59:13 2004 +0000

    Display "no links to check" instead of "0 links..."

 ChangeLog                                          |    8 +++++++
 extensions/error-viewer/link-checker.c             |    6 +++-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   21 ++++++++++++++++---
 3 files changed, 29 insertions(+), 6 deletions(-)

commit 094bb50a8138b20f41ce0832eed67c336ca98c79
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 15 20:39:38 2004 +0000

    Do not destroy the error viewer on dialog close

 ChangeLog                              |    7 +++++++
 extensions/error-viewer/error-viewer.c |   13 +++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

commit 7ab2c73773fbb86da66e4713a5e85a097472d8b9
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 15 20:07:52 2004 +0000

    Persist error viewer position

 ChangeLog                              |    6 ++++++
 extensions/error-viewer/error-viewer.c |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 754317add7e85d7e49e5a4ca352f2562eba8cf16
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Mar 15 10:54:02 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   26 ++++++++++++--------------
 2 files changed, 16 insertions(+), 14 deletions(-)

commit da67a9049b5de21b81c60eea288cb40b71b463ac
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 18:53:05 2004 +0000

    Connect to destroy-event, not delete-event

 ChangeLog                                          |   10 ++++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |   11 +++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

commit b5fba9d4a4dc9ab20fb53e10cb6d1db6c50c2fd1
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 16:51:57 2004 +0000

    Remember popup window locations

 ChangeLog                                          |    9 +++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |   11 +++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

commit edbbebaeadbdf685544c6c148ca5d6a1b3b40887
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 16:06:59 2004 +0000

    Fix infinite loop

 ChangeLog                                          |    7 +++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |    4 ++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit fba62f3c5d9c7b77fcf0563e8e3d13bdf628af28
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 15:56:06 2004 +0000

    Fix infinite loop properly

 ChangeLog                                          |    9 +++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   52 +++----------------
 2 files changed, 18 insertions(+), 43 deletions(-)

commit 72036a20da7f0e61132adb7538abe329005ceccd
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 06:54:53 2004 +0000

    Workaround for a crasher

 ChangeLog                                          |   13 ++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   74 ++++++++++++++++----
 2 files changed, 72 insertions(+), 15 deletions(-)

commit 1bc1530123502c9d5621af61d4877f6474470c44
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 03:42:05 2004 +0000

    Emit count signal when showing/hiding popups

 ChangeLog                                          |    9 +++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |    4 ++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 9f24b27791775f85c70c3d6d3aaa8d4c833a4252
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Mar 14 03:33:28 2004 +0000

    Popup-blocker bugfixes

 ChangeLog                                          |   16 +++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   20 +-----
 extensions/popup-blocker/ephy-popup-blocker-icon.c |    3 -
 extensions/popup-blocker/ephy-popup-blocker-list.c |   68 ++++++++++++++++----
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |    1 -
 5 files changed, 74 insertions(+), 34 deletions(-)

commit f3a7820810e73189c8bffaab8cfdf52a0a9b6c9c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Mar 13 22:38:33 2004 +0000

    Make the popup blocker behave like one would expect from reading the tooltip of the action in the "View" menu.

 ChangeLog                                          |   25 +++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   77 +++++---
 extensions/popup-blocker/ephy-popup-blocker-icon.c |    6 +-
 extensions/popup-blocker/ephy-popup-blocker-list.c |  204 +++++++++++++++++---
 extensions/popup-blocker/ephy-popup-blocker-list.h |    8 +-
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |   26 +++
 extensions/popup-blocker/mozilla/mozilla-helpers.h |    3 +
 po/POTFILES.in                                     |    1 +
 8 files changed, 289 insertions(+), 61 deletions(-)

commit 40865205a62042d5f54dd4a4a302ecf2ea6950a2
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Sat Mar 13 20:22:21 2004 +0000

    CVS_SILENT

 po/tr.po |  124 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 95 insertions(+), 29 deletions(-)

commit 5fde5e02f6a7bb8a8f50745032cfb1fd943ebc72
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Mar 13 17:20:48 2004 +0000

    Forget about opening individual popup windows. Nobody wants to do that.

 ChangeLog                                          |   20 ++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   25 ++-
 extensions/popup-blocker/ephy-popup-blocker-icon.c |  202 +-------------------
 extensions/popup-blocker/ephy-popup-blocker-icon.h |    3 +-
 extensions/popup-blocker/ephy-popup-blocker-list.c |   36 +---
 extensions/popup-blocker/ephy-popup-blocker-list.h |   25 +--
 po/POTFILES.in                                     |    1 -
 7 files changed, 57 insertions(+), 255 deletions(-)

commit 46a35034cb43476c4b9bbffb010002d5fb23a20c
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Mar 12 23:25:47 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-03-13  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   23 +++++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

commit d33098713033a051c6dc86a8f3f0346401be01f4
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Mar 12 22:48:51 2004 +0000

    Change label to [ ] Popup _Windows

 ChangeLog                                          |   10 ++++++++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   15 +++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)

commit 9d12e965f1db16ecfec72811c4c4d4ef20157192
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Fri Mar 12 13:57:28 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   24 ++++++++++--------------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit ade14e8ad6b76d0ad15b54bac55d892e5e9045a8
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Mar 11 20:55:55 2004 +0000

    Open popups properly

 ChangeLog                                          |   22 ++++++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |    2 +-
 extensions/popup-blocker/ephy-popup-blocker-icon.c |    2 +-
 extensions/popup-blocker/ephy-popup-blocker-list.c |   14 +++---
 extensions/popup-blocker/ephy-popup-blocker-list.h |    4 +-
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |   52 ++++++++++++++++++++
 extensions/popup-blocker/mozilla/mozilla-helpers.h |    4 ++
 7 files changed, 90 insertions(+), 10 deletions(-)

commit 6c0a96c850e64f109f5c91a4860d429b4e8118fd
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Mar 11 20:23:34 2004 +0000

    Avoid freeing the GtkMenu

 ChangeLog                                          |    8 ++++++++
 extensions/popup-blocker/ephy-popup-blocker-icon.c |   17 ++++++-----------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit dbf9658b522cc595aae27ec76327bc9eb41c5dd4
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Mar 11 20:12:04 2004 +0000

    Fix mem leaks

 ChangeLog                                          |    7 +++++++
 extensions/popup-blocker/ephy-popup-blocker-icon.c |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 0ead42e143422e2769b9af977102657adb9a5ae6
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Mar 11 19:36:20 2004 +0000

    Working on bug #134320

 ChangeLog                                          |   20 ++
 .../popup-blocker/ephy-popup-blocker-extension.c   |    5 +-
 extensions/popup-blocker/ephy-popup-blocker-icon.c |  230 +++++++++++++++++++-
 extensions/popup-blocker/ephy-popup-blocker-icon.h |    3 +-
 extensions/popup-blocker/ephy-popup-blocker-list.c |   41 +++-
 extensions/popup-blocker/ephy-popup-blocker-list.h |   13 +-
 po/POTFILES.in                                     |    1 +
 7 files changed, 287 insertions(+), 26 deletions(-)

commit e7a5c490ff7d8e89d39bcac22ce3157b31f5f517
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Mar 11 14:25:28 2004 +0000

    Update

 AUTHORS     |   19 ++++++++++++++++---
 HACKING     |    2 +-
 MAINTAINERS |   14 ++------------
 3 files changed, 19 insertions(+), 16 deletions(-)

commit 32b69fc5305343dad23bdf088357e44f750489f2
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Wed Mar 10 21:36:08 2004 +0000

    Added pt_BR to ALL_LINGUAS.
    
    2004-03-10  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>
    
            * configure.ac: Added pt_BR to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 60f55a432ce782a2f7e00b85a9b2ff86058754f0
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Wed Mar 10 21:29:26 2004 +0000

    Added pt_BR translation.
    
    2004-03-10  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>
    
            * pt_BR.po: Added pt_BR translation.

 po/ChangeLog |    4 +
 po/pt_BR.po  |  199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 203 insertions(+), 0 deletions(-)

commit 44b1c45d45dab17150e8e0156fa77b923b18e6dd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 10 16:27:41 2004 +0000

    Updated Norwegian translation.
    
    2004-03-10  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Updated Norwegian translation.

 po/ChangeLog |    4 ++
 po/no.po     |  139 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 100 insertions(+), 43 deletions(-)

commit 90ea7e5a806d7aa5e4c2ac9a522279434f491a2f
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Mar 9 20:15:22 2004 +0000

    Prepare for 0.7.91 release

 ChangeLog |    6 ++++++
 NEWS      |    7 +++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit e08f7d86da1420aca503b3435efb3de610844404
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Mar 9 20:04:21 2004 +0000

    Fix bug #136608

 ChangeLog                                          |    9 +++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.c |    5 ++++-
 .../popup-blocker/mozilla/PopupBlockerListener.cpp |    8 ++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)

commit 7bdafd2de3ea349874d6eeb4a4d76da9bcd89a94
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Mar 9 14:38:01 2004 +0000

    Version 0.7.91, and correct bug reports address.
    
    2004-03-09  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Version 0.7.91, and correct bug reports address.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 7cc3f45ca2f7b9c1a0121879177c6fa41718c64e
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 8 23:00:58 2004 +0000

    Restructure popup blocker icon

 ChangeLog                                          |   27 ++++
 .../popup-blocker/ephy-popup-blocker-extension.c   |   94 +++++--------
 extensions/popup-blocker/ephy-popup-blocker-icon.c |  139 ++++++++++++-------
 extensions/popup-blocker/ephy-popup-blocker-icon.h |    8 +-
 extensions/popup-blocker/ephy-popup-blocker-list.c |   66 ++++++++-
 extensions/popup-blocker/ephy-popup-blocker-list.h |    2 -
 6 files changed, 213 insertions(+), 123 deletions(-)

commit 16e7873ba7d73e3621d3d1105d46da5e4c0f183c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 8 22:55:55 2004 +0000

    Fix bug #136512

 ChangeLog                                          |    7 +++++++
 .../popup-blocker/mozilla/PopupBlockerListener.cpp |    5 +++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 9b3c1f1bde9f63c9b9e542b7212901a14e07c6d7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Mar 8 12:16:19 2004 +0000

    Update for 0.7.90

 ChangeLog                             |   11 +++++++
 Makefile.am                           |    2 +-
 NEWS                                  |   47 +++++++++++++++++++++++++++++++++
 extensions/sample-mozilla/Makefile.am |    2 +-
 4 files changed, 60 insertions(+), 2 deletions(-)

commit 8a63a8b74e025be28e2b6fd352b053bbf2d81c94
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Mon Mar 8 04:31:37 2004 +0000

    Replace popup class with popup LIST class

 ChangeLog                                          |   28 +++
 extensions/popup-blocker/Makefile.am               |    4 +-
 .../popup-blocker/ephy-popup-blocker-extension.c   |   56 ++++---
 extensions/popup-blocker/ephy-popup-blocker-icon.c |   12 +-
 extensions/popup-blocker/ephy-popup-blocker-icon.h |    4 +-
 extensions/popup-blocker/ephy-popup-blocker-list.c |  177 ++++++++++++++++++++
 extensions/popup-blocker/ephy-popup-blocker-list.h |   74 ++++++++
 .../popup-blocker/ephy-popup-blocker-popup.c       |  132 ---------------
 .../popup-blocker/ephy-popup-blocker-popup.h       |   65 -------
 extensions/popup-blocker/popup-blocker.c           |    4 +-
 10 files changed, 321 insertions(+), 235 deletions(-)

commit 6028ee0cf5b2ea8a40ab60b5d19dcbdf20c676eb
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Mar 7 18:53:45 2004 +0000

    Update Epiphany dependency to >= 1.1.11.
    
    2004-03-07  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Update Epiphany dependency to >= 1.1.11.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit dfb26752b89228b0394dcb1cafe3ba7b5fd43b35
Author: Zygimantas Berucka <uid0@akl.lt>
Date:   Sun Mar 7 15:43:20 2004 +0000

    Updated Lithuanian translation.
    
    2004-03-07  Zygimantas Berucka  <uid0@akl.lt>
    
    * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 ++
 po/lt.po     |  155 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 108 insertions(+), 51 deletions(-)

commit 52d5e6e307562ec73024ae0ac792cd5740980ae0
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Mar 6 19:11:55 2004 +0000

    Remove hard-coded popup blocker icon size

 ChangeLog                                          |    6 ++++++
 extensions/popup-blocker/ephy-popup-blocker-icon.c |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 5ac821eeb68ce9f747c6c81bb67245efd3692a98
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Mar 6 17:00:10 2004 +0000

    Fix popup-blocking icon size

 ChangeLog                                          |    7 +
 extensions/popup-blocker/ephy-popup-blocker-icon.c |    3 +-
 extensions/popup-blocker/popup-blocker.svg         |  361 +++++++++++---------
 3 files changed, 215 insertions(+), 156 deletions(-)

commit a626bd6f6e2b66fc83f4be2611423bf2c22a6046
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Mar 6 16:13:24 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit af153282f861e52a0d86c80c6c4cd9965ebdbbba
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Mar 6 16:11:57 2004 +0000

    Updated

 po/sq.po |  156 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 104 insertions(+), 52 deletions(-)

commit e1bfa161f22f3c6ae4a69165dbe9d73a50f1bd2a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Mar 6 14:59:48 2004 +0000

    Re-sync MOZILLA_SNAPSHOT with epiphany values for 1.7b.
    
    2004-03-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Re-sync MOZILLA_SNAPSHOT with epiphany values for 1.7b.

 ChangeLog    |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit f01380b1bb5ba5e1abae22b388dcd29ae3eebee6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Mar 6 14:58:24 2004 +0000

    Add .cvsignoe in extensions/popup-blocker/mozilla

 extensions/popup-blocker/mozilla/.cvsignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 7b65beea4ef3722158d0b76be737232cc6b965a4
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Mar 6 00:15:18 2004 +0000

    Made popup-blocking notification into a statusbar icon

 ChangeLog                                          |   40 ++++
 configure.ac                                       |    1 +
 extensions/popup-blocker/Makefile.am               |   17 ++
 .../popup-blocker/ephy-popup-blocker-extension.c   |  231 +++++++++++++-------
 .../popup-blocker/ephy-popup-blocker-extension.h   |    6 +
 extensions/popup-blocker/ephy-popup-blocker-icon.c |  224 +++++++++++++++++++
 extensions/popup-blocker/ephy-popup-blocker-icon.h |   65 ++++++
 .../popup-blocker/ephy-popup-blocker-popup.c       |  132 +++++++++++
 .../popup-blocker/ephy-popup-blocker-popup.h       |   65 ++++++
 extensions/popup-blocker/mozilla/Makefile.am       |   33 +++
 .../popup-blocker/mozilla/PopupBlockerListener.cpp |   79 +++++++
 .../popup-blocker/mozilla/PopupBlockerListener.h   |   40 ++++
 .../popup-blocker/mozilla/mozilla-helpers.cpp      |  113 ++++++++++
 extensions/popup-blocker/mozilla/mozilla-helpers.h |   46 ++++
 extensions/popup-blocker/popup-blocker.c           |    6 +
 extensions/popup-blocker/popup-blocker.svg         |  165 ++++++++++++++
 16 files changed, 1180 insertions(+), 83 deletions(-)

commit 77114d5d68675230a5c19f81556be9319d4b3f34
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Mar 5 02:35:26 2004 +0000

    Added Link Checking speedup tip

 extensions/error-viewer/README |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 4d68bf154011658ac02b0b6258978c3fd278eba8
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Thu Mar 4 16:35:09 2004 +0000

    Added the Greek translation

 ChangeLog    |    4 +
 configure.ac |    2 +-
 po/ChangeLog |    4 +
 po/el.po     |  208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 217 insertions(+), 1 deletions(-)

commit 8ebd5fe1b5206a3e4187487c5228f6c71bcf6fbb
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Mar 4 10:20:50 2004 +0000

    Added Punjabi translation

 ChangeLog    |    4 +
 configure.ac |    2 +-
 po/ChangeLog |    5 ++
 po/pa.po     |  190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 200 insertions(+), 1 deletions(-)

commit 7f5765e56ac2580fef8fff5a330447efaa1dd2ac
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Mon Mar 1 16:50:46 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++++
 po/sr.po      |   16 +++++++++++++---
 po/sr@Latn.po |   16 +++++++++++++---
 3 files changed, 30 insertions(+), 6 deletions(-)

commit 84e48dc0cca438d5acafacedb0c98ef0108b701e
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Mar 1 15:25:50 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   23 +++++++++++++++--------
 2 files changed, 19 insertions(+), 8 deletions(-)

commit 2bd6df0c3d0523194fd0583388f94246547cdc7b
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Mar 1 00:03:21 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-03-01  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |    4 ++
 po/nl.po     |  161 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 84 insertions(+), 81 deletions(-)

commit cd727ef5e7b392317d2dcaab3445171a4d0a0529
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Feb 29 05:05:44 2004 +0000

    Small improvements to Link Checker

 ChangeLog                                          |   14 +++++++
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   37 +++++++++++++++++--
 po/POTFILES.in                                     |    1 +
 3 files changed, 48 insertions(+), 4 deletions(-)

commit bda2894dfdf394e2644f529616165da7b9ce7ab8
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Feb 28 18:54:16 2004 +0000

    Updated Spanish translation.
    
    2004-02-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   17 ++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit 0a5c4a9a8028458daadfa8a3748250ab20386c1a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Feb 28 18:48:35 2004 +0000

    Updated British English translation.
    
    2004-02-28  Christian Persch  <chpe@cvs.gnome.org>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f7b67877f5aaf73a6f4d5e6fffea433e514512e8
Author: Andras Timar <timar@gnome.hu>
Date:   Sat Feb 28 17:12:15 2004 +0000

    Added "hu" to ALL_LINGUAS.
    
    2004-02-28  Andras Timar  <timar@gnome.hu>
    
    	* configure.ac: Added "hu" to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit e0e6e9ef126f5f88edb19607f175b76453f4890a
Author: Andras Timar <timar@gnome.hu>
Date:   Sat Feb 28 17:09:47 2004 +0000

    Added Hungarian translation.
    
    2004-02-28  Andras Timar  <timar@gnome.hu>
    
    	* hu.po: Added Hungarian translation.

 po/ChangeLog |    4 +
 po/hu.po     |  199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 203 insertions(+), 0 deletions(-)

commit af3a22764e43dad2718b51aae117e05de7544346
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Fri Feb 27 00:00:43 2004 +0000

    Updated Spanish translation.
    
    2004-02-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++
 po/es.po     |  134 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 101 insertions(+), 37 deletions(-)

commit 7523d1c96b4cb66ff2b97ff593fa96bfc2d6452e
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Feb 26 13:46:06 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-02-26  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++
 po/nl.po     |  122 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 99 insertions(+), 27 deletions(-)

commit 09bc76d9f5cd953d3f1edd94acfc3db14b84504e
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Feb 25 17:26:01 2004 +0000

    Updated Serbiant translation.

 po/ChangeLog  |    4 ++
 po/sr.po      |  130 ++++++++++++++++++++++++++++++++++++--------------------
 po/sr@Latn.po |  130 ++++++++++++++++++++++++++++++++++++--------------------
 3 files changed, 170 insertions(+), 94 deletions(-)

commit b35fd08ecded0df9098c23e2ace57de1032326ef
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Feb 25 10:58:22 2004 +0000

    Depend on gtk+ >= 2.3.4.
    
    2004-02-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Depend on gtk+ >= 2.3.4.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit e5c9d1e04828b4598c055525ebd5bc2ee8786896
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed Feb 25 06:42:31 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++
 po/cs.po     |   98 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 53 insertions(+), 49 deletions(-)

commit 4b23d2d93743cd89fd76d3b92c36a332c47ec4ed
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 24 18:41:11 2004 +0000

    Updated British English translation.
    
    2004-02-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++
 po/en_GB.po  |  155 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 141 insertions(+), 18 deletions(-)

commit 6e3fabd4f3d979db0516065ec9d970cfd7d2e5a7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 24 17:53:32 2004 +0000

    Use the right function to free the strings. Remove NS_INIT_ISUPPORTS(),
    
    2004-02-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    
    	Use the right function to free the strings.
    	Remove NS_INIT_ISUPPORTS(), it's unneeded since mozilla 1.3.

 ChangeLog                                          |    7 +++++++
 .../mozilla/ErrorViewerConsoleListener.cpp         |    5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit c74848ea58cf5caf55427dd3451266ee9c9863ce
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 24 17:51:56 2004 +0000

    Split some strings do reduce duplication in ngettext()ified strings.
    
    2004-02-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/link-checker.c:
    	(link_checker_update_progress):
    	* extensions/error-viewer/sgml-validator.c: (opensp_thread),
    	(check_doctype):
    
    	Split some strings do reduce duplication in ngettext()ified strings.

 ChangeLog                                |    9 +++++++
 extensions/error-viewer/link-checker.c   |   18 +++++++++------
 extensions/error-viewer/sgml-validator.c |   35 ++++++++++++++++++------------
 3 files changed, 41 insertions(+), 21 deletions(-)

commit c73d67bd6f38561b7a8c5995b9d14df24c97a744
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 24 17:47:23 2004 +0000

    Adapt to changed epiphany API wrt. EphyTab/EphyEmbed.
    
    2004-02-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(tab_added_cb), (tab_removed_cb):
    	* extensions/dashboard/ephy-dashboard-extension.c: (tab_added_cb),
    	(tab_removed_cb):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(tab_added_cb), (tab_removed_cb):
    	* extensions/gestures/ephy-gestures-extension.c: (tab_added_cb),
    	(tab_removed_cb):
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(tab_added_cb), (tab_removed_cb):
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(tab_added_cb), (tab_removed_cb):
    	* extensions/tabsmenu/ephy-tab-move-menu.c: (move_cb),
    	(ephy_tab_move_menu_set_window):
    	* extensions/tabsmenu/ephy-tabs-menu-extension.c:
    
    	Adapt to changed epiphany API wrt. EphyTab/EphyEmbed.
    
    	* doc/writing-epiphany-extensions.xml:
    
     	Change the tutorial accordingly.

 ChangeLog                                          |   24 ++++++++++++++++++++
 doc/writing-epiphany-extensions.xml                |   16 ++++++++-----
 .../certificates/ephy-certificates-extension.c     |   17 +++++--------
 extensions/dashboard/ephy-dashboard-extension.c    |   12 ++-------
 .../error-viewer/ephy-error-viewer-extension.c     |   10 +------
 extensions/gestures/ephy-gestures-extension.c      |   18 ++++++++++-----
 .../popup-blocker/ephy-popup-blocker-extension.c   |   18 ++++++++++-----
 extensions/sample-mozilla/ephy-sample2-extension.c |   18 +++++++++++++-
 extensions/tabsmenu/ephy-tab-move-menu.c           |   13 +++++-----
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    2 +-
 10 files changed, 93 insertions(+), 55 deletions(-)

commit ec281ea89fc9d909df4542d87b4c9770fbdfbae1
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue Feb 24 12:58:18 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 +++
 po/cs.po     |   66 ++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 55 insertions(+), 15 deletions(-)

commit 08b7e7abb5196dba8ebdbaec86d3cca319a0a7bd
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Feb 22 22:17:33 2004 +0000

    Display an "operation complete" message even when a page has 0 links

 ChangeLog                                          |   12 ++++++++++++
 extensions/error-viewer/link-checker.c             |   16 ++++++++++++++++
 extensions/error-viewer/link-checker.h             |    2 ++
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |   19 ++-----------------
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |    3 ++-
 po/POTFILES.in                                     |    1 +
 6 files changed, 35 insertions(+), 18 deletions(-)

commit 55e51ef6cc52bf015169952916966bafb7817aca
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Feb 22 21:06:25 2004 +0000

    Added timeout to URL checker

 ChangeLog                                          |   11 ++++++
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |    2 +-
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |   36 ++++++++++++++++++++
 3 files changed, 48 insertions(+), 1 deletions(-)

commit c29bb9a8b2ca563350385d15100daa5e97ef421d
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Feb 22 20:51:18 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-02-22  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   29 +++++++++++++++++++++--------
 2 files changed, 25 insertions(+), 8 deletions(-)

commit d4f255569c4f0b80b9f38416e434bbe36f4c9b75
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Feb 22 19:43:55 2004 +0000

    Fix link checker on link-free pages

 ChangeLog                                          |    6 ++++++
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |    8 +++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 1e6126c118d9e977caadf5a47c4532f6f56c041e
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Feb 22 18:54:34 2004 +0000

    Added Link Checker, other miscellaneous Error Viewer fixes

 ChangeLog                                          |   57 +++++
 extensions/error-viewer/Makefile.am                |    2 +
 .../error-viewer/ephy-error-viewer-extension.c     |   67 +++++-
 extensions/error-viewer/error-viewer.c             |   32 +++
 extensions/error-viewer/extension.c                |    4 +-
 extensions/error-viewer/link-checker.c             |  226 ++++++++++++++++++++
 extensions/error-viewer/link-checker.h             |   76 +++++++
 .../mozilla/ErrorViewerURICheckerObserver.cpp      |  110 ++++++++++
 .../mozilla/ErrorViewerURICheckerObserver.h        |   54 +++++
 extensions/error-viewer/mozilla/Makefile.am        |   18 +-
 extensions/error-viewer/mozilla/get-doctype.cpp    |   88 --------
 extensions/error-viewer/mozilla/get-doctype.h      |   40 ----
 .../error-viewer/mozilla/mozilla-helpers.cpp       |   89 ++++++++
 extensions/error-viewer/mozilla/mozilla-helpers.h  |   44 ++++
 .../error-viewer/mozilla/mozilla-link-checker.cpp  |  172 +++++++++++++++
 .../error-viewer/mozilla/mozilla-link-checker.h    |   40 ++++
 .../error-viewer/mozilla/register-listener.cpp     |    2 +
 extensions/error-viewer/sgml-validator.c           |   18 ++-
 po/POTFILES.in                                     |    1 +
 19 files changed, 986 insertions(+), 154 deletions(-)

commit d8ddc89949b7f7dd544b8c0c8c2b538f8fc5bb99
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Sun Feb 22 16:59:12 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   22 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

commit cb18bda40f2f390b20257a92f23e362c69f9da2a
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Feb 22 04:34:11 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++++
 po/sr.po      |   22 ++++++++++++++++++----
 po/sr@Latn.po |   22 ++++++++++++++++++----
 3 files changed, 40 insertions(+), 8 deletions(-)

commit 0968bbe1493c15075cb99725347b875113bfca85
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Feb 21 20:03:38 2004 +0000

    Depend on epiphany >= 1.1.10.
    
    2004-02-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Depend on epiphany >= 1.1.10.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 029f35b95a3d0e2282b97096ed2dac70b8a4b1f7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Feb 21 14:30:46 2004 +0000

    Since we don't have a native cert manager for 1.2, add a menu item to open
    
    2004-02-21  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(ephy_certificates_extension_finalize),
    	(cert_manager_visibility_cb), (manage_certificates_cb),
    	(view_certificate_cb), (impl_attach_window):
    
    	Since we don't have a native cert manager for 1.2, add a menu
    	item to open the XUL cert manager from the tools menu.

 ChangeLog                                          |   10 ++
 .../certificates/ephy-certificates-extension.c     |   95 ++++++++++++++++++--
 2 files changed, 98 insertions(+), 7 deletions(-)

commit 837ceb8a30ee303f12eecf12d8ef7dea6d0128bd
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Feb 20 08:07:42 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++++
 po/sr.po      |   25 +++++++++++++++++--------
 po/sr@Latn.po |   25 +++++++++++++++++--------
 3 files changed, 38 insertions(+), 16 deletions(-)

commit a3968a665206ea538ba1f8366cfaf343c15b5d58
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue Feb 17 15:55:23 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   25 +++++++++++++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)

commit 4870649a78fb93b3eeaee5d0173212c25932278e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Feb 17 12:07:32 2004 +0000

    s/EphyExtensionClass/EphyExtensionIface/g
    
    2004-02-17  Christian Persch  <chpe@cvs.gnome.org>
    
    	* doc/writing-epiphany-extensions.xml:
    	* extensions/certificates/ephy-certificates-extension.c:
    	(ephy_certificates_extension_iface_init):
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(ephy_dashboard_extension_iface_init):
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(ephy_error_viewer_extension_iface_init):
    	* extensions/gestures/ephy-gestures-extension.c:
    	(ephy_gestures_extension_iface_init):
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(ephy_popup_blocker_extension_iface_init):
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(ephy_sample2_extension_iface_init):
    	* extensions/sample/ephy-sample-extension.c:
    	(ephy_sample_extension_iface_init):
    	* extensions/tabsmenu/ephy-tabs-menu-extension.c:
    	(ephy_tabs_menu_extension_iface_init):
    	* extensions/toolbar-extras/ephy-toolbar-extras-extension.c:
    	(ephy_toolbar_extras_extension_iface_init):
    
    	s/EphyExtensionClass/EphyExtensionIface/g

 ChangeLog                                          |   24 ++++++++++++++++++++
 doc/writing-epiphany-extensions.xml                |    4 +-
 .../certificates/ephy-certificates-extension.c     |    4 +-
 extensions/dashboard/ephy-dashboard-extension.c    |    4 +-
 .../error-viewer/ephy-error-viewer-extension.c     |    4 +-
 extensions/gestures/ephy-gestures-extension.c      |    4 +-
 .../popup-blocker/ephy-popup-blocker-extension.c   |    4 +-
 extensions/sample-mozilla/ephy-sample2-extension.c |    4 +-
 extensions/sample/ephy-sample-extension.c          |    4 +-
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |    4 +-
 .../toolbar-extras/ephy-toolbar-extras-extension.c |    4 +-
 11 files changed, 44 insertions(+), 20 deletions(-)

commit 0c2f2b1bb16e2155984ebf1e3b576773a8cea008
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Feb 17 01:16:37 2004 +0000

    Don't label non-JS errors as Javascript

 ChangeLog                                          |    9 ++
 .../mozilla/ErrorViewerConsoleListener.cpp         |  143 ++++++++++++-------
 .../mozilla/ErrorViewerConsoleListener.h           |    2 +-
 .../error-viewer/mozilla/register-listener.cpp     |    2 +-
 4 files changed, 101 insertions(+), 55 deletions(-)

commit ba6c41d4a4ebe5b810f9cd0e98cfe22d0a1bdca6
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Feb 17 00:02:17 2004 +0000

    Added "sq" to ALL_LINGUAS
    
    * configure.ac: Added "sq" to ALL_LINGUAS

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit c6800c5ce8e244a2795fca896a19fe569c75b80e
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Feb 16 23:59:24 2004 +0000

    Added Albanian translation
    
    * sq.po: Added Albanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 928a07a2e169fdea58a540d943c8af37be3b3f61
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Feb 16 23:57:10 2004 +0000

    Added Albanian file

 po/sq.po |  148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 148 insertions(+), 0 deletions(-)

commit ac4e77071527103a5b05763f797474b08d1cedfd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Feb 15 13:22:30 2004 +0000

    Updated Norwegian translation.
    
    2004-02-15  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Updated Norwegian translation.

 po/ChangeLog |    4 ++++
 po/no.po     |   50 +++++++++++++++++++++++++++++++-------------------
 2 files changed, 35 insertions(+), 19 deletions(-)

commit 45bd8a0fa4a929b56eb6ca42a720d64e02fa69f6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 15 13:13:43 2004 +0000

    Bump epiphany dependency to version 1.1.8.
    
    2004-02-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Bump epiphany dependency to version 1.1.8.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit a76f3f20a3db3ac178bda44dc7b4158400d409f1
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Feb 13 12:57:44 2004 +0000

    Misc changes. Change epiphany-1.0 dependency to epiphany-1.2.
    
    2004-02-13  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Misc changes.
    	Change epiphany-1.0 dependency to epiphany-1.2.

 ChangeLog    |    7 +++++++
 configure.ac |   47 ++++++++++++++++++++++++++++-------------------
 2 files changed, 35 insertions(+), 19 deletions(-)

commit 28e0bbe2226efcf32cbc27b443ef0a23a2d5f42c
Author: Yukihiro Nakai <nakai@src.gnome.org>
Date:   Fri Feb 13 09:02:15 2004 +0000

    ja.po: Update Japanese translation.

 po/ChangeLog |    4 ++
 po/ja.po     |  137 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 119 insertions(+), 22 deletions(-)

commit 5d0f65ca8917b17f9604b51fa12408dd5dc8e057
Author: Funda Wang <fwang@src.gnome.org>
Date:   Thu Feb 12 10:32:46 2004 +0000

    Updated Simplified Chinese translation

 po/zh_CN.po |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit 7b1eefc17568ab0565196232981a2d1cb37789b9
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Thu Feb 12 05:30:17 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++
 po/sr.po      |  106 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 po/sr@Latn.po |  106 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 188 insertions(+), 28 deletions(-)

commit aedc20551a84629067723fa8ff13e5171a791203
Author: Funda Wang <fwang@src.gnome.org>
Date:   Wed Feb 11 15:11:58 2004 +0000

    Added Simplified Chinese translation

 po/ChangeLog |    4 ++
 po/zh_CN.po  |  140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 144 insertions(+), 0 deletions(-)

commit e3ec763c2b72aeb12599208d8cf524fc9de14a36
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Sun Feb 8 21:01:34 2004 +0000

    CVS_SILENT

 po/tr.po |  100 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 58 insertions(+), 42 deletions(-)

commit 6cb297b03c2a9237d366d9877ac05c32466633aa
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Fri Feb 6 23:05:47 2004 +0000

    Updated Spanish translation.
    
    2004-02-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++
 po/es.po     |  105 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 94 insertions(+), 15 deletions(-)

commit 017cebe10fa87191795d5a1463adfcf5b274afa0
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Feb 2 21:08:02 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-02-02  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   53 +++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 41 insertions(+), 16 deletions(-)

commit d3c054828556977b8a6cdbd70d5bb9408e8fe6bf
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Feb 2 18:17:49 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 +++
 po/cs.po     |   62 ++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 47 insertions(+), 19 deletions(-)

commit 645c83ff6efdcaf4db1e84d200439b79f25123c1
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sun Feb 1 19:26:34 2004 +0000

    *** empty log message ***

 ChangeLog    |    4 ++
 configure.ac |    2 +-
 po/ChangeLog |    4 ++
 po/hr.po     |  126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 135 insertions(+), 1 deletions(-)

commit 2f718066e6b833875347286fd1436b9be2edad40
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Feb 1 17:45:00 2004 +0000

    Sun compiler fixes, regex fix

 ChangeLog                                   |   15 ++++++
 extensions/error-viewer/error-viewer.c      |    2 +-
 extensions/error-viewer/opensp/validate.cpp |   73 ++++++++++++++++----------
 extensions/error-viewer/sgml-validator.c    |    6 ++-
 4 files changed, 65 insertions(+), 31 deletions(-)

commit 67036e2896502b11348fc2ecc3f8d34cb9c8e4d7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 1 16:30:40 2004 +0000

    Forgot this

 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 27d9eaaa0cd4b9356d8df735eef18ef0b49d0b9e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 1 16:30:21 2004 +0000

    Make ist pass make distcheck.
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    	* extensions/certificates/Makefile.am:
    	* extensions/error-viewer/Makefile.am:
    	* extensions/error-viewer/mozilla/Makefile.am:
    	* extensions/error-viewer/opensp/Makefile.am:
    
    	Make ist pass make distcheck.

 ChangeLog                                   |   11 +++++++++++
 extensions/certificates/Makefile.am         |    2 +-
 extensions/error-viewer/Makefile.am         |    4 +++-
 extensions/error-viewer/mozilla/Makefile.am |    2 ++
 extensions/error-viewer/opensp/Makefile.am  |    1 +
 5 files changed, 18 insertions(+), 2 deletions(-)

commit 8e0014244291c10b4d9559f435746802e9766a24
Author: Zygimantas Berucka <uid0@tuxfamily.org>
Date:   Sun Feb 1 15:59:45 2004 +0000

    Added Lithuanian translation. Added "lt" to ALL_LINGUAS.
    
    2004-02-01  Zygimantas Berucka  <uid0@tuxfamily.org>
    
    * po/lt.po: Added Lithuanian translation.
    * configure.ac: Added "lt" to ALL_LINGUAS.

 ChangeLog    |    4 ++
 configure.ac |    2 +-
 po/ChangeLog |    4 ++
 po/lt.po     |  150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 159 insertions(+), 1 deletions(-)

commit ebabe077a23cda1bf7510d0daa1986774118c76d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 1 15:55:23 2004 +0000

    Updating NEWS

 NEWS |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

commit 549e3e1b0505eecc6c2b4215791d3101593c3b3f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 1 14:32:41 2004 +0000

    Remove debug output.
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(impl_attach_window):
    
    	Remove debug output.

 ChangeLog                                          |    7 +++++++
 .../certificates/ephy-certificates-extension.c     |    1 -
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0b0befb2491fa6b858bb6823cc248d293c87a4d4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 1 14:23:23 2004 +0000

    Fix a silly bug, NULL terminate the argument list of g_object_set().
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(update_tab_move_menu_cb):
    
    	Fix a silly bug, NULL terminate the argument list of
    	g_object_set().

 ChangeLog                                |    8 ++++++++
 extensions/tabsmenu/ephy-tab-move-menu.c |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 7308a97c2e2a2be2e731bfa2c06773dbbae6477a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 1 13:51:42 2004 +0000

    Adding ephy-embed-dialog.h

 include/Makefile.am         |    1 +
 include/ephy-embed-dialog.h |   71 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 0 deletions(-)

commit 2887e1bafcc2a7b023c0746d13070c107254b196
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 1 13:34:53 2004 +0000

    Set the menu insensitive when there's only one window.
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(update_tab_move_menu_cb):
    
    	Set the menu insensitive when there's only one window.

 ChangeLog                                |    7 +++++++
 extensions/tabsmenu/ephy-tab-move-menu.c |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit cce1cf40b42b1f61f57b6fa00641bc5394b209bc
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Feb 1 09:03:46 2004 +0000

    Updated Slovak translation.
    
    2004-02-01  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 89 insertions(+), 12 deletions(-)

commit cff4292d6962b42995988c14429c6f3d70487a8e
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Feb 1 01:05:03 2004 +0000

    Make the padlock icon clickable in addition to having this available from
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/ephy-certificates-extension.c:
    	(padlock_button_press_cb), (impl_attach_window):
    
    	Make the padlock icon clickable in addition to having this available
    	from the View menu.

 ChangeLog                                          |    8 +++
 .../certificates/ephy-certificates-extension.c     |   47 ++++++++++++++++++++
 2 files changed, 55 insertions(+), 0 deletions(-)

commit 30f810b944785251154f3e32b3de14f4612da213
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Jan 31 23:41:09 2004 +0000

    Remove debug output.
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/certificates/mozilla/MozillaEmbedCertificate.cpp:
    
    	Remove debug output.

 ChangeLog                                          |    6 ++++++
 .../mozilla/MozillaEmbedCertificate.cpp            |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

commit cdfd1291f34ea7b7e65d7a88410d27e39071c094
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Jan 31 23:31:57 2004 +0000

    Updated.
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Updated.

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit d82aa3166670dad42f052c0f7df2d2079af09c7f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Jan 31 23:29:43 2004 +0000

    New extension: add a menu item for showing the server certificate on
    
    2004-02-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    	* extensions/certificates/.cvsignore:
    	* extensions/certificates/Makefile.am:
    	* extensions/certificates/ephy-certificates-extension.c:
    	(ephy_certificates_extension_get_type),
    	(ephy_certificates_extension_register_type),
    	(ephy_certificates_extension_init),
    	(ephy_certificates_extension_finalize),
    	(ephy_certificates_extension_view_certificate_cb),
    	(sync_security_status), (tab_added_cb), (tab_removed_cb),
    	(switch_page_cb), (impl_attach_window), (impl_detach_window),
    	(ephy_certificates_extension_iface_init),
    	(ephy_certificates_extension_class_init):
    	* extensions/certificates/ephy-certificates-extension.h:
    	* extensions/certificates/extension.c: (register_module):
    	* extensions/certificates/mozilla/.cvsignore:
    	* extensions/certificates/mozilla/Makefile.am:
    	* extensions/certificates/mozilla/MozillaEmbedCertificate.cpp:
    	* extensions/certificates/mozilla/MozillaEmbedCertificate.h:
    	* extensions/certificates/mozilla/mozilla-embed-certificate.cpp:
    	* extensions/certificates/mozilla/mozilla-embed-certificate.h:
    
    	New extension: add a menu item for showing the server certificate
    	on secure connections.

 ChangeLog                                          |   28 ++
 configure.ac                                       |   12 +-
 extensions/Makefile.am                             |    8 +-
 extensions/certificates/.cvsignore                 |    9 +
 extensions/certificates/Makefile.am                |   25 ++
 .../certificates/ephy-certificates-extension.c     |  265 ++++++++++++++++++++
 .../certificates/ephy-certificates-extension.h     |   59 +++++
 extensions/certificates/extension.c                |   33 +++
 extensions/certificates/mozilla/.cvsignore         |    8 +
 extensions/certificates/mozilla/Makefile.am        |   30 +++
 .../mozilla/MozillaEmbedCertificate.cpp            |   92 +++++++
 .../certificates/mozilla/MozillaEmbedCertificate.h |   43 ++++
 .../mozilla/mozilla-embed-certificate.cpp          |  101 ++++++++
 .../mozilla/mozilla-embed-certificate.h            |   37 +++
 14 files changed, 741 insertions(+), 9 deletions(-)

commit 747bf4f4e1ac33a73b7f9d0b4f421f448526d224
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 23:22:48 2004 +0000

    chpe noticed a GCallback with the wrong signature

 ChangeLog                                          |    9 +++++++++
 .../error-viewer/ephy-error-viewer-extension.c     |   12 +++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

commit c13968f63989230d3427f164c002854b8404aa46
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 19:45:53 2004 +0000

    Use a char[7] instead of a char*

 ChangeLog                                   |    6 ++++++
 extensions/error-viewer/opensp/validate.cpp |    8 ++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit f9a66f455c0737c4dae1c822d193e339d0624565
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 18:33:04 2004 +0000

    UTF-8-o-rama

 ChangeLog                                   |   14 ++
 extensions/error-viewer/opensp/validate.cpp |   12 ++-
 extensions/error-viewer/sgml-validator.c    |  215 +++++++++++++++++++-------
 3 files changed, 182 insertions(+), 59 deletions(-)

commit e315c06cbd1073634522880e1fe0d8718f81e4eb
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jan 31 12:39:23 2004 +0000

    Updated Norwegian translation.
    
    2004-01-31  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Updated Norwegian translation.

 po/ChangeLog |    4 ++
 po/no.po     |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 96 insertions(+), 6 deletions(-)

commit fd7af8bf24434d304edb72e3bd43eafc265b4104
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 31 11:21:24 2004 +0000

    Update

 HACKING |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 13133086755f62ae7b40d2b4eccef0accc0d6137
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Jan 31 11:11:46 2004 +0000

    Up gtk+ dependency to 2.3.2, and epiphany dependency to 1.1.5.
    
    2004-01-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Up gtk+ dependency to 2.3.2, and epiphany dependency to 1.1.5.

 ChangeLog    |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit a44a07f9e76e93fb2e56a82a7a3a6610b259c7f7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Jan 31 10:39:55 2004 +0000

    Fix a potential mem leak.
    
    2004-01-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(update_sgml_validator_action):
    
    	Fix a potential mem leak.

 ChangeLog                                          |    7 +++++++
 .../error-viewer/ephy-error-viewer-extension.c     |   17 ++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

commit e020980851a5e7e6d5f61c283111a72617edc57a
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Sat Jan 31 07:46:52 2004 +0000

    CVS_SILENT

 po/tr.po |  103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 103 insertions(+), 0 deletions(-)

commit 2c1a49f45d7c1dbb672ab24eb88b4dfd6e82e29a
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 05:47:01 2004 +0000

    Minor behavior tweaks to follow w3 standards.

 ChangeLog                                          |   12 ++++++
 .../error-viewer/ephy-error-viewer-extension.c     |    4 +-
 extensions/error-viewer/sgml-validator.c           |   41 +++++++++++++++-----
 3 files changed, 46 insertions(+), 11 deletions(-)

commit 2b7e0d59bc54b619930d476837134f77ba01fe44
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 05:05:49 2004 +0000

    Fixed Error Viewer README

 ChangeLog                      |    6 ++++++
 extensions/error-viewer/README |   23 +++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

commit 86ceb2c59b2a013f994449e1ee8f02df7440de64
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 03:19:19 2004 +0000

    Made validate sensitivity sane and added an icon to the Error Viewer window

 ChangeLog                                          |   14 ++
 extensions/error-viewer/README                     |    3 -
 .../error-viewer/ephy-error-viewer-extension.c     |  132 +++++++++++++++++++-
 extensions/error-viewer/error-viewer.c             |    7 +
 4 files changed, 152 insertions(+), 4 deletions(-)

commit 185bf8294106ec20f17a3c22c5b2607b645d9e55
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat Jan 31 01:46:27 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-01-31  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   57 ++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 48 insertions(+), 13 deletions(-)

commit 8d8846091317f2d98900b834624962c1db305747
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 31 00:53:25 2004 +0000

    Add one to the error count on doctype/mimetype mismatch

 ChangeLog                                |    8 ++++++++
 extensions/error-viewer/README           |    4 ----
 extensions/error-viewer/sgml-validator.c |   16 +++++++++-------
 3 files changed, 17 insertions(+), 11 deletions(-)

commit 7be9d80f0ede4a804dbd52350cede723deb75d29
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 30 23:26:50 2004 +0000

    Fixed use of threads in error-viewer

 ChangeLog                                   |   14 ++++
 extensions/error-viewer/README              |    2 -
 extensions/error-viewer/error-viewer.c      |   14 +---
 extensions/error-viewer/opensp/validate.cpp |  100 ++++++++++++++++----------
 extensions/error-viewer/opensp/validate.h   |    4 +-
 extensions/error-viewer/sgml-validator.c    |   71 +++++++++++++++++--
 extensions/error-viewer/sgml-validator.h    |    4 +
 7 files changed, 148 insertions(+), 61 deletions(-)

commit 0dcefa3dfad7b15815f5bd981524a8248bfae773
Author: Ole Laursen <olau@hardworking.dk>
Date:   Fri Jan 30 21:59:38 2004 +0000

    Added "da" (Danish) to ALL_LINGUAS.
    
    2004-01-30  Ole Laursen  <olau@hardworking.dk>
    
    	* configure.ac: Added "da" (Danish) to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 8c95d6b11eefd2da0d9c165fe1ff3109e7fb85db
Author: Ole Laursen <olau@hardworking.dk>
Date:   Fri Jan 30 21:57:27 2004 +0000

    Added Danish translation.
    
    2004-01-30  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Added Danish translation.

 po/ChangeLog |    4 ++
 po/da.po     |  124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 128 insertions(+), 0 deletions(-)

commit 4ea8d3afd5da67d75e9cf950cd71e5c3b956d0b0
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 30 21:45:56 2004 +0000

    Don't print out every line to the console. Whoops.

 extensions/error-viewer/opensp/validate.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit c65898ef175555a14a8c10ab2b228991c231efea
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Fri Jan 30 21:44:07 2004 +0000

    Fixed 200-character-limit bug and memory leak from GTK bug #132447

 ChangeLog                                          |   12 ++++++++++++
 extensions/error-viewer/README                     |    2 --
 .../error-viewer/ephy-error-viewer-extension.c     |    3 ---
 extensions/error-viewer/opensp/validate.cpp        |    8 +++++---
 4 files changed, 17 insertions(+), 8 deletions(-)

commit 0b0b44680f55d87008085e2a06f0985e083949ce
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Fri Jan 30 11:04:46 2004 +0000

    Update Czech translaiton

 po/ChangeLog |    4 +++
 po/cs.po     |   78 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 70 insertions(+), 12 deletions(-)

commit d1a8b3d93d7ce15348ec29290c3551415f1f37fc
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 29 11:27:37 2004 +0000

    Fix mem leak.
    
    2004-01-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    
    	Fix mem leak.

 ChangeLog                                          |    6 ++++++
 .../mozilla/ErrorViewerConsoleListener.cpp         |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit bc9fc4e7d7276a605457a315494a917fc3037e53
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed Jan 28 10:35:20 2004 +0000

    Fixed Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   15 ++++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

commit 8b1c6d7609ac9cb0da9f394a78311d0db321b613
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Jan 27 19:26:03 2004 +0000

    Tons of error-viewer stuff and a two-character change to the popup blocker

 ChangeLog                                          |   39 +++++++
 extensions/error-viewer/README                     |   12 +--
 .../error-viewer/ephy-error-viewer-extension.c     |    2 +-
 extensions/error-viewer/error-viewer.c             |   22 ++++-
 extensions/error-viewer/mozilla/Makefile.am        |    4 +
 extensions/error-viewer/mozilla/get-doctype.cpp    |   88 ++++++++++++++++
 extensions/error-viewer/mozilla/get-doctype.h      |   40 +++++++
 .../error-viewer/mozilla/register-listener.h       |    4 +-
 extensions/error-viewer/opensp/validate.cpp        |   40 ++++----
 extensions/error-viewer/opensp/validate.h          |    7 +-
 extensions/error-viewer/sgml-validator.c           |  107 +++++++++++++++++++-
 .../popup-blocker/ephy-popup-blocker-extension.c   |    2 +-
 po/ChangeLog                                       |    4 +
 po/POTFILES.in                                     |    1 +
 14 files changed, 336 insertions(+), 36 deletions(-)

commit a4b9abfbefb8d618a187e995f83aff2a6eb66574
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Jan 26 11:43:09 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-01-26  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   46 ++++++++++++++++++++++++++++++++++++----------
 2 files changed, 40 insertions(+), 10 deletions(-)

commit 2530e826b2545d9e30a7320fe31eccd96c58b706
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 25 20:14:32 2004 +0000

    Check if the window is an EphyWindow (it could also be the bme or the
    
    2004-01-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(add_action_and_menu_item):
    
    	Check if the window is an EphyWindow (it could also be the bme or
    	the history window).

 ChangeLog                                |    8 ++++++++
 extensions/tabsmenu/ephy-tab-move-menu.c |    3 +++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 52e89eef436080e73bb3ecb222a0f950e3f49314
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Jan 25 20:00:22 2004 +0000

    Next wave of enhancements to the HTML validator

 ChangeLog                                          |   18 +++
 extensions/error-viewer/README                     |   10 +-
 extensions/error-viewer/error-viewer.c             |    2 +-
 .../mozilla/ErrorViewerConsoleListener.cpp         |    2 +-
 extensions/error-viewer/opensp/validate.cpp        |  145 ++++++++++++++++----
 po/POTFILES.in                                     |    1 +
 6 files changed, 149 insertions(+), 29 deletions(-)

commit 6f6dbb566a0d07e161d7684df50b8f0f54dd196f
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 25 13:48:26 2004 +0000

    Double underscores in titles, otherwise the menu will display them as
    
    2004-01-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/tabsmenu/ephy-tab-move-menu.c:
    	(add_action_and_menu_item):
    
    	Double underscores in titles, otherwise the menu will
    	display them as mnemonics.

 ChangeLog                                |    8 ++++++++
 extensions/tabsmenu/ephy-tab-move-menu.c |    6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 33e6218201cb7a08d820541886602f5b3cf2fbcf
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 25 13:44:18 2004 +0000

    Update from Epiphany.
    
    2004-01-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/ephy-file-helpers.h:
    	* include/ephy-string.h:
    
    	Update from Epiphany.

 ChangeLog                   |    7 +++++++
 include/ephy-file-helpers.h |    5 ++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit 41073eefc0396415584c41c4738e8a504d2d2cf7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 25 10:35:43 2004 +0000

    Updated British English translation. Updated German translation.
    
    2004-01-24  Christian Persch  <chpe@cvs.gnome.org>
    
    	* en_GB.po: Updated British English translation.
    	* de.po: Updated German translation.

 po/ChangeLog |    5 +++++
 po/de.po     |   15 ++++++++++++---
 po/en_GB.po  |   15 ++++++++++++---
 3 files changed, 29 insertions(+), 6 deletions(-)

commit e7f592db288698ceff535f530fa70948dc864e52
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 25 10:07:56 2004 +0000

    Add .cvsignore

 extensions/error-viewer/opensp/.cvsignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 197265ac9ec295ab81c1b1fb2b730751f59af764
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Jan 25 10:07:12 2004 +0000

    Indentation fixes. Updated to changed epiphany API.
    
    2004-01-25  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/sgml-validator.c:
    	(sgml_validator_validate):
    	* extensions/error-viewer/sgml-validator.h:
    
    	Indentation fixes. Updated to changed epiphany API.
    
    	* include/ephy-file-helpers.h:
    
    	Update from Epiphany.

 ChangeLog                                |   12 ++++++++++++
 extensions/error-viewer/sgml-validator.c |    5 ++++-
 extensions/error-viewer/sgml-validator.h |   22 +++++++++++++---------
 3 files changed, 29 insertions(+), 10 deletions(-)

commit 484cc0fccbbc1310452fddc8e948732425d2de07
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sun Jan 25 06:28:51 2004 +0000

    HTML validation in the Error Viewer

 ChangeLog                                          |   37 +++++
 README                                             |    6 +-
 configure.ac                                       |   22 +++
 extensions/error-viewer/Makefile.am                |   16 ++
 extensions/error-viewer/README                     |   14 ++-
 .../error-viewer/ephy-error-viewer-extension.c     |   90 ++++++++++-
 extensions/error-viewer/extension.c                |    4 +
 extensions/error-viewer/opensp/Makefile.am         |   17 ++
 extensions/error-viewer/opensp/validate.cpp        |   95 +++++++++++
 extensions/error-viewer/opensp/validate.h          |   34 ++++
 extensions/error-viewer/sgml-validator.c           |  169 ++++++++++++++++++++
 extensions/error-viewer/sgml-validator.h           |   64 ++++++++
 include/ephy-file-helpers.h                        |   15 +-
 13 files changed, 562 insertions(+), 21 deletions(-)

commit b5ec56dd493423e6fdef9dab8dcb40d6a397b7ea
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat Jan 24 11:24:00 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-01-24  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   31 +++++++++++++++++++++++++++++--
 2 files changed, 33 insertions(+), 2 deletions(-)

commit 6f820d42e829f109f02e711fc736ab78e8c42f2a
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jan 24 01:01:02 2004 +0000

    Updated Spanish translation.
    
    2004-01-24  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   31 ++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 3 deletions(-)

commit d9d950818c9e905dce45543d9ffdf0a2c67dee67
Author: Marcel Telka <marcel@telka.sk>
Date:   Sat Jan 24 00:05:53 2004 +0000

    Updated Slovak translation.
    
    2004-01-24  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   30 ++++++++++++++++++++++++++++--
 2 files changed, 32 insertions(+), 2 deletions(-)

commit c765df6ac2068add9751c0c8bc3ea070bba64d42
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 23 22:12:25 2004 +0000

    Updated British English translation. Updated German translation.
    
    2004-01-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* en_GB.po: Updated British English translation.
    	* de.po: Updated German translation.

 po/ChangeLog |    5 +++++
 po/de.po     |   41 +++++++++++++++++++++++++++++++++--------
 po/en_GB.po  |   39 ++++++++++++++++++++++++++++++++-------
 3 files changed, 70 insertions(+), 15 deletions(-)

commit a9a1f516d1533e04b15809d9bbf8f8905b4f663c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 23 18:10:58 2004 +0000

    Updating README

 README |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit b1519699ffc6c174e7b2ff35dfa0f28c526d22e7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 23 18:10:17 2004 +0000

    Updating NEWS, AUTHORS and MAINTAINERS

 AUTHORS     |    3 ++-
 MAINTAINERS |    4 +++-
 NEWS        |   24 +++++++++++++++++++++++-
 3 files changed, 28 insertions(+), 3 deletions(-)

commit 63c207800ad655257c7a969d3154059de164beb8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 23 18:09:54 2004 +0000

    Commit ChangeLog too

 ChangeLog |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit 3bb05990711b1d54ee4034355a59dde8da622985
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 23 18:09:13 2004 +0000

    Minor global variable renaming.
    
    2004-01-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/error-viewer/ephy-error-viewer-extension.c:
    	(ephy_error_viewer_extension_get_type),
    	(ephy_error_viewer_extension_register_type),
    	(ephy_error_viewer_extension_finalize),
    	(ephy_error_viewer_extension_class_init):
    
    	Minor global variable renaming.
    
    	* extensions/error-viewer/error-viewer.c: (error_viewer_get_type),
    	(error_viewer_register_type), (error_viewer_append),
    	(error_viewer_init), (error_viewer_clear_cb):
    	* extensions/error-viewer/error-viewer.h:
    	* extensions/error-viewer/extension.c: (register_module):
    
    	Split error_viewer_get_type into the get_type part, and the
    	made the register part register using g_type_module_register_type(),
    	not g_type_register_static().
    
    	* extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:
    
    	Include config.h, otherwise the translation won't work.

 configure.ac                                       |    1 +
 .../error-viewer/ephy-error-viewer-extension.c     |   33 ++++---
 extensions/error-viewer/error-viewer.c             |   94 +++++++++++---------
 extensions/error-viewer/error-viewer.h             |   32 ++++---
 extensions/error-viewer/extension.c                |    7 ++
 .../mozilla/ErrorViewerConsoleListener.cpp         |    6 ++
 6 files changed, 101 insertions(+), 72 deletions(-)

commit e0c9ce747e8730f1ff0b5998aa6f8d9ed906387f
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Fri Jan 23 16:47:40 2004 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   24 +++++++++++++++++++++---
 2 files changed, 25 insertions(+), 3 deletions(-)

commit d9647063575a8ca2979b395cbe04e038f0b60c5a
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Fri Jan 23 11:06:36 2004 +0000

    Updated Serbian translation.
    
    2004-01-23  Danilo Šegan  <dsegan@gmx.net>
    
    	* sr.po, sr@Latn.po: Updated Serbian translation.
    
    	* POTFILES.in: Added
    	extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp.

 po/ChangeLog   |    7 +++++++
 po/POTFILES.in |    1 +
 po/sr.po       |   33 +++++++++++++++++++++++++++++++--
 po/sr@Latn.po  |   33 +++++++++++++++++++++++++++++++--
 4 files changed, 70 insertions(+), 4 deletions(-)

commit 8d718ae4ce6469d11fd43526861132b1438f3ff5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 23 00:08:56 2004 +0000

    Don't call gnome-autogen.sh with full path.
    
    2004-01-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* autogen.sh:
    
    	Don't call gnome-autogen.sh with full path.

 ChangeLog  |    6 ++++++
 autogen.sh |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 4cbb5f93791cab5a48059f5fbdfb99dd021fb36b
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jan 22 23:44:37 2004 +0000

    Lots of fixes to make the error viewer usable

 ChangeLog                                          |   23 +++++
 extensions/error-viewer/README                     |    2 -
 extensions/error-viewer/error-viewer.c             |   60 +++++++++---
 extensions/error-viewer/error-viewer.glade         |    4 +-
 .../mozilla/ErrorViewerConsoleListener.cpp         |  105 ++++++--------------
 5 files changed, 102 insertions(+), 92 deletions(-)

commit 3968a8118d2c23251a873bec7340fd3a1b1c3dc3
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jan 22 19:45:09 2004 +0000

    Fire up mozilla with ephy_embed_shell_get_embed_single()

 ChangeLog                                          |    9 ++++++
 .../error-viewer/ephy-error-viewer-extension.c     |   27 ++++++--------------
 2 files changed, 17 insertions(+), 19 deletions(-)

commit 0fd6101d37a08c41a31eb4c0a440adc3694ec4a5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 22 19:26:20 2004 +0000

    Added error-viewer glade file.
    
    2004-01-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.in: Added error-viewer glade file.

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 71da656e0896dba973009be82b2eb74160a840c7
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jan 22 19:20:19 2004 +0000

    Fix button spacing in Error Viewer

 ChangeLog                                  |   16 ++++++++++++++++
 extensions/error-viewer/README             |    8 +++++---
 extensions/error-viewer/error-viewer.glade |    3 +--
 3 files changed, 22 insertions(+), 5 deletions(-)

commit 474f491d91163b06a23a22560ffe10e41678a4a3
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Thu Jan 22 18:42:27 2004 +0000

    Added first draft of Error Viewer extension

 ChangeLog                                          |   42 ++++
 MAINTAINERS                                        |    3 +-
 README                                             |    1 +
 autogen.sh                                         |    2 +-
 configure.ac                                       |   14 +-
 extensions/Makefile.am                             |    6 +-
 extensions/error-viewer/.cvsignore                 |    8 +
 extensions/error-viewer/Makefile.am                |   34 +++
 extensions/error-viewer/README                     |    8 +
 .../error-viewer/ephy-error-viewer-extension.c     |  212 +++++++++++++++++++
 .../error-viewer/ephy-error-viewer-extension.h     |   60 ++++++
 extensions/error-viewer/error-viewer.c             |  220 ++++++++++++++++++++
 extensions/error-viewer/error-viewer.glade         |  147 +++++++++++++
 extensions/error-viewer/error-viewer.h             |   70 ++++++
 extensions/error-viewer/extension.c                |   41 ++++
 extensions/error-viewer/mozilla/.cvsignore         |    8 +
 .../mozilla/ErrorViewerConsoleListener.cpp         |  161 ++++++++++++++
 .../mozilla/ErrorViewerConsoleListener.h           |   34 +++
 extensions/error-viewer/mozilla/Makefile.am        |   30 +++
 .../error-viewer/mozilla/register-listener.cpp     |   65 ++++++
 .../error-viewer/mozilla/register-listener.h       |   37 ++++
 po/POTFILES.in                                     |    1 +
 22 files changed, 1196 insertions(+), 8 deletions(-)

commit 37de04ef0b48cc1342f3e91ab565169f5a435018
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jan 17 20:24:44 2004 +0000

    Added "no" to ALL_LINGUAS.
    
    2004-01-17  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.ac: Added "no" to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 3c2f64708c26e00c33c40c4e5fe52803ce354b5a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jan 17 20:24:07 2004 +0000

    Added Norwegian translation.
    
    2004-01-17  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Added Norwegian translation.

 po/ChangeLog |    4 ++++
 po/no.po     |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 0 deletions(-)

commit 6c3b043aa6b071b174f83d85db24463f61c60154
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 16 21:06:21 2004 +0000

    Always check for mozilla.
    
    2004-01-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Always check for mozilla.

 ChangeLog    |    6 ++++++
 configure.ac |   14 --------------
 2 files changed, 6 insertions(+), 14 deletions(-)

commit 9152bb8e9ffeb796390f5b8c876705fc61e23d2a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 15 23:04:04 2004 +0000

    Adapt to changed epiphany API.
    
    2004-01-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gesture.c: (ephy_gesture_class_init):
    	* extensions/gestures/ephy-gesture.h:
    
    	Adapt to changed epiphany API.

 ChangeLog                          |    7 +++++++
 extensions/gestures/ephy-gesture.c |    2 +-
 extensions/gestures/ephy-gesture.h |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 17e608147e6bd8819fc3d1bba204a0573b6fc9d0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 15 16:55:07 2004 +0000

    Forgot the Makefile.am

 extensions/sample-mozilla/mozilla/Makefile.am |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit fc9cd1592336b62da2f3d41f2629596a1dcf77a4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 15 16:54:41 2004 +0000

    A sample extension which uses mozilla apis.
    
    2004-01-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    	* extensions/sample-mozilla/.cvsignore:
    	* extensions/sample-mozilla/Makefile.am:
    	* extensions/sample-mozilla/ephy-sample2-extension.c:
    	(ephy_sample2_extension_get_type),
    	(ephy_sample2_extension_register_type),
    	(ephy_sample2_extension_init), (ephy_sample2_extension_finalize),
    	(dom_mouse_down_cb), (tab_added_cb), (tab_removed_cb),
    	(impl_attach_window), (impl_detach_window),
    	(ephy_sample2_extension_iface_init),
    	(ephy_sample2_extension_class_init):
    	* extensions/sample-mozilla/ephy-sample2-extension.h:
    	* extensions/sample-mozilla/mozilla/.cvsignore:
    	* extensions/sample-mozilla/mozilla/mozilla-sample.cpp:
    	* extensions/sample-mozilla/mozilla/mozilla-sample.h:
    	* extensions/sample-mozilla/sample-mozilla.c: (register_module):
    
    	A sample extension which uses mozilla apis.

 ChangeLog                                          |   22 +++
 configure.ac                                       |   30 +++-
 extensions/Makefile.am                             |    4 +
 extensions/sample-mozilla/.cvsignore               |    9 +
 extensions/sample-mozilla/Makefile.am              |   25 +++
 extensions/sample-mozilla/ephy-sample2-extension.c |  194 ++++++++++++++++++++
 extensions/sample-mozilla/ephy-sample2-extension.h |   59 ++++++
 extensions/sample-mozilla/mozilla/.cvsignore       |    9 +
 .../sample-mozilla/mozilla/mozilla-sample.cpp      |   43 +++++
 extensions/sample-mozilla/mozilla/mozilla-sample.h |   33 ++++
 extensions/sample-mozilla/sample-mozilla.c         |   33 ++++
 11 files changed, 459 insertions(+), 2 deletions(-)

commit c8120c3c7e86da510c9f4218c5ace89b7d33b8c6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jan 15 11:25:54 2004 +0000

    Use the license text from dashboard/COPYING for the dashboard-frontend.
    
    2004-01-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/dashboard-frontend-xmlwriter.c:
    	* extensions/dashboard/dashboard-frontend-xmlwriter.h:
    
    	Use the license text from dashboard/COPYING for the
    	dashboard-frontend.

 ChangeLog                                          |    8 ++++
 .../dashboard/dashboard-frontend-xmlwriter.c       |   39 ++++++++------------
 .../dashboard/dashboard-frontend-xmlwriter.h       |   39 ++++++++------------
 extensions/dashboard/ephy-dashboard-extension.c    |    2 +-
 4 files changed, 41 insertions(+), 47 deletions(-)

commit b5535e165fa7890f229e5a75620d94f7ec835cbe
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 20:25:43 2004 +0000

    The dashboard-frontend code is under MIT X11 license.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard:
    
    	The dashboard-frontend code is under MIT X11 license.

 ChangeLog                                          |    6 ++++
 .../dashboard/dashboard-frontend-xmlwriter.c       |   28 ++++++++++++++++++-
 .../dashboard/dashboard-frontend-xmlwriter.h       |   28 ++++++++++++++++++-
 3 files changed, 58 insertions(+), 4 deletions(-)

commit 3899525141b58da3b6c56ea6711c43c1a83180eb
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Wed Jan 14 20:16:02 2004 +0000

    Change links from Savannah to gnome.org

 ChangeLog                           |    6 ++++++
 doc/writing-epiphany-extensions.xml |   14 +++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)

commit 8af16e7ee28cb0b75b1b44f3f246e7edf002b9a4
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 16:48:17 2004 +0000

    Better dashboard frontend.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/Makefile.am:
    	* extensions/dashboard/dashboard-frontend-xmlwriter.c:
    	(dashboard_connect_with_timeout), (NewTextWriterDashboard),
    	(FreeTextWriterDashboard), (DashboardSendClue),
    	(DashboardSendCluePacket):
    	* extensions/dashboard/dashboard-frontend-xmlwriter.h:
    
    	Better dashboard frontend.
    
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(load_status_cb), (tab_added_cb), (tab_removed_cb),
    	(impl_attach_window), (impl_detach_window):
    
    	Use the new frontend.
    	General code cleanup & bugfix.

 ChangeLog                                          |   18 +
 extensions/dashboard/Makefile.am                   |   26 +-
 .../dashboard/dashboard-frontend-xmlwriter.c       |  255 +++++++++++
 .../dashboard/dashboard-frontend-xmlwriter.h       |   36 ++
 extensions/dashboard/dashboard-frontend.c          |  444 --------------------
 extensions/dashboard/ephy-dashboard-extension.c    |   96 ++---
 6 files changed, 367 insertions(+), 508 deletions(-)

commit 5de2dedf8ded135c9d0e2df4dc0042bf21b6f5b2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 12:29:17 2004 +0000

    Fix code style. Fix a huge mem leak.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(load_status_cb):
    
    	Fix code style.
    	Fix a huge mem leak.

 ChangeLog                                       |    8 ++++++++
 extensions/dashboard/ephy-dashboard-extension.c |   12 +++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

commit 792d2418687e349fdf34836ccf5beecb6272b45a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 12:24:18 2004 +0000

    Don't disconnect from non-existing signals.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(impl_detach_window):
    
    	Don't disconnect from non-existing signals.

 ChangeLog                                       |    7 +++++++
 extensions/dashboard/ephy-dashboard-extension.c |    4 +---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit b66877ef9dbe8c4534b280a245ebe2d48b4d6fbc
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 12:20:40 2004 +0000

    Misc cleanups.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(ephy_dashboard_extension_get_type),
    	(ephy_dashboard_extension_register_type), (load_status_cb),
    	(tab_added_cb), (tab_removed_cb), (impl_attach_window),
    	(impl_detach_window), (ephy_dashboard_extension_init),
    	(ephy_dashboard_extension_class_init):
    	* extensions/dashboard/ephy-dashboard-extension.h:
    	* extensions/dashboard/ephy-dashboard.c:
    
    	Misc cleanups.

 ChangeLog                                       |   13 ++
 extensions/dashboard/ephy-dashboard-extension.c |  188 ++++++++++-------------
 extensions/dashboard/ephy-dashboard-extension.h |   47 ++++--
 extensions/dashboard/ephy-dashboard.c           |    4 +-
 4 files changed, 127 insertions(+), 125 deletions(-)

commit c94d209fe17edc8fe73dbdf0e2dea2607f3c778d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 11:44:56 2004 +0000

    Added "nl" to ALL_LINGUAS.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    
    	Added "nl" to ALL_LINGUAS.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 366d0aa5e52e99f8c2a19ff4faef5ae2aba816e5
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jan 14 11:39:43 2004 +0000

    Add dashboard extension, from Lee Willis <lee@leewillis.co.uk>.
    
    2004-01-14  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.ac:
    	* extensions/Makefile.am:
    	* extensions/dashboard/.cvsignore:
    	* extensions/dashboard/Makefile.am:
    	* extensions/dashboard/dashboard-frontend.c:
    	(dashboard_connect_with_timeout), (cluepacket_write_cb),
    	(dashboard_send_raw_cluepacket),
    	(dashboard_send_raw_cluepacket_sync), (lame_xml_quote),
    	(dashboard_xml_quote), (dashboard_build_clue),
    	(dashboard_build_cluepacket_from_cluelist),
    	(dashboard_build_cluepacket_v), (dashboard_build_cluepacket),
    	(dashboard_build_cluepacket_then_free_clues):
    	* extensions/dashboard/ephy-dashboard-extension.c:
    	(ephy_dashboard_extension_get_type),
    	(ephy_dashboard_extension_register_type),
    	(ephy_dashboard_extension_init),
    	(ephy_dashboard_extension_finalize),
    	(ephy_dashboard_extension_set_property),
    	(ephy_dashboard_extension_get_property),
    	(ephy_dashboard_extension_class_init), (load_status_cb),
    	(tab_added_cb), (tab_removed_cb), (impl_attach_window),
    	(impl_detach_window), (ephy_dashboard_extension_iface_init):
    	* extensions/dashboard/ephy-dashboard-extension.h:
    	* extensions/dashboard/ephy-dashboard.c: (register_module):
    
    	Add dashboard extension, from Lee Willis <lee@leewillis.co.uk>.

 ChangeLog                                       |   29 ++
 configure.ac                                    |  108 +++++-
 extensions/Makefile.am                          |   18 +-
 extensions/dashboard/.cvsignore                 |    9 +
 extensions/dashboard/Makefile.am                |   18 +
 extensions/dashboard/dashboard-frontend.c       |  444 +++++++++++++++++++++++
 extensions/dashboard/ephy-dashboard-extension.c |  290 +++++++++++++++
 extensions/dashboard/ephy-dashboard-extension.h |   39 ++
 extensions/dashboard/ephy-dashboard.c           |   35 ++
 9 files changed, 976 insertions(+), 14 deletions(-)

commit 298eb456bbec79aa755942dc25f3d792f1f5dd1c
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Tue Jan 13 17:01:42 2004 +0000

    s/Firdbird/Firebird/

 ChangeLog                           |    6 ++++++
 doc/writing-epiphany-extensions.xml |   10 +++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)

commit b0701072c907f27935fb4146c8d06b9daa8fb21a
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Jan 9 23:04:38 2004 +0000

    Translation added by Tino Meinen.
    
    2004-01-10  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation added by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

commit a7a5681287032e1d6b383994bc8841f4cd5e33d2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Jan 6 14:47:26 2004 +0000

    Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, and
    
    2004-01-06  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am:
    	* configure.ac:
    
    	Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST,
    	and depend on intltool >= 0.29.

 ChangeLog    |    8 ++++++++
 Makefile.am  |    3 +--
 configure.ac |    2 ++
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 51920cf42364f4fe28f24e89ff1dd0757afc5a41
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Jan 5 12:07:33 2004 +0000

    Added sk.
    
    2004-01-05  Marcel Telka  <marcel@telka.sk>
    
    	* configure.ac (ALL_LINGUAS): Added sk.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 752531ac12a520d8bbdc34f16bc0fe5826c4725c
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Jan 5 12:05:00 2004 +0000

    Added Slovak translation.
    
    2004-01-05  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Added Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 0 deletions(-)

commit 916995c65cd6d6fdb930bbfbed3681a0ea0e8901
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Jan 4 09:05:19 2004 +0000

    Updated French translation.

 po/ChangeLog |    5 +++++
 po/fr.po     |   34 ++++++++++++++++++----------------
 2 files changed, 23 insertions(+), 16 deletions(-)

commit 0a927ede6d672417f5a0fe349a5e2929319f12ec
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Sat Jan 3 23:12:15 2004 +0000

    Add Czech translation
    Add cs to ALL_LINGUAS in configure.in

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 po/ChangeLog |    4 ++++
 po/cs.po     |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 1 deletions(-)

commit 13ba0e73eb4da590ca632278c186e5b8eba248e6
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jan 3 22:32:27 2004 +0000

    Added Spanish translation.
    
    2004-01-03  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
       	* es.po: Added Spanish translation.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 po/ChangeLog |    4 ++++
 po/es.po     |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 1 deletions(-)

commit 7d23d7706d7d3d7c7b7fbb6341650bc032bab332
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 3 16:00:53 2004 +0000

    Follow API change like Christian

 ChangeLog                           |    6 ++++++
 doc/writing-epiphany-extensions.xml |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit b3b75f2e6424cf58283f9568ad04a468c885f122
Author: Adam Hooper <adamh@src.gnome.org>
Date:   Sat Jan 3 15:45:34 2004 +0000

    Tiny changes to writing-epiphany-extensions, and changed my email address (and added popup-blocker) in AUTHORS and MAINTAINERS

 AUTHORS                             |    2 +-
 ChangeLog                           |   12 ++++++++++++
 MAINTAINERS                         |    3 ++-
 doc/writing-epiphany-extensions.xml |   23 ++++++++++++++++-------
 4 files changed, 31 insertions(+), 9 deletions(-)

commit 38fc5c400de96ff7c18fabb0a978590c9e4c2ea1
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Jan 3 02:36:50 2004 +0000

    Added Portuguese (pt) to ALL_LINGUAS.
    
    2004-01-03  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit c3a661e2e79de33dfcdea939defc2f2c6f125084
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Jan 3 02:35:51 2004 +0000

    Added Portuguese translation.
    
    2004-01-03  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Added Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 0 deletions(-)

commit 49a1bd370d962d938d6e71970a3873d6ab58153d
Author: Christian Rose <menthos@src.gnome.org>
Date:   Fri Jan 2 18:46:47 2004 +0000

    Bah, added a proper plural forms line :)
    
    ----------------------------------------------------------------------

 po/sv.po |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 9d583088bd617b19acac361b824e76060b3a5790
Author: Christian Rose <menthos@menthos.com>
Date:   Fri Jan 2 18:44:39 2004 +0000

    Updated Swedish translation.
    
    2004-01-02  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |   58 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 37 insertions(+), 25 deletions(-)

commit ac38f28d74e4ddf4ab5afb3d029158a3e75a5d8f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 2 17:45:46 2004 +0000

    Updated README

 ChangeLog |    7 +++++++
 README    |    3 ---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit b86756d1d3155c9209f21976f3959fe8e62b64f2
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Jan 2 16:57:01 2004 +0000

    Added Serbian translation.

 ChangeLog     |    4 ++++
 configure.ac  |    2 +-
 po/ChangeLog  |    4 ++++
 po/sr.po      |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr@Latn.po |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 109 insertions(+), 1 deletions(-)

commit 27f6d0eee46d7afc0560feea5ff7ad8f097baa3b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 2 13:40:56 2004 +0000

    Make it compile from the last change.
    
    2004-01-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c: (tab_added_cb),
    	(tab_removed_cb):
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(tab_added_cb), (tab_removed_cb):
    
    	Make it compile from the last change.

 ChangeLog                                          |    9 +++++++++
 extensions/gestures/ephy-gestures-extension.c      |    4 ++--
 .../popup-blocker/ephy-popup-blocker-extension.c   |    8 ++++----
 3 files changed, 15 insertions(+), 6 deletions(-)

commit 1921cbf6179e6e1be13e6303ee3956a67880b652
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 2 07:31:11 2004 +0000

    Adapt to epiphany API change.
    
    2004-01-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* extensions/gestures/ephy-gestures-extension.c:
    	(dom_mouse_down_cb), (tab_added_cb), (tab_removed_cb):
    	* extensions/popup-blocker/ephy-popup-blocker-extension.c:
    	(tab_added_cb), (tab_removed_cb):
    
    	Adapt to epiphany API change.

 ChangeLog                                          |    9 +++++++++
 extensions/gestures/ephy-gestures-extension.c      |   10 +++++-----
 .../popup-blocker/ephy-popup-blocker-extension.c   |    9 ++++-----
 3 files changed, 18 insertions(+), 10 deletions(-)

commit 4fbda9b2144c5fac1854a9d2e7a42117310c3f1d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 2 07:25:19 2004 +0000

    More merging

 doc/writing-epiphany-extensions.xml |  672 +++++++++++++++++++++++++++++++++++
 1 files changed, 672 insertions(+), 0 deletions(-)

commit 1c6b9152ced413f598db4e6d4ad3c0a8bf14ad3c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jan 2 07:16:34 2004 +0000

    Added files.
    
    2004-01-02  Christian Persch  <chpe@cvs.gnome.org>
    
    	* POTFILES.skip: Added files.

 po/ChangeLog     |    4 ++++
 po/POTFILES.skip |    5 +++++
 po/de.po         |   46 +++++++++++++++++++++++++++++++---------------
 po/en_GB.po      |   46 +++++++++++++++++++++++++++++++---------------
 po/fr.po         |   46 +++++++++++++++++++++++++++++++---------------
 po/ja.po         |   46 +++++++++++++++++++++++++++++++---------------
 6 files changed, 133 insertions(+), 60 deletions(-)

commit 0ac4b5526bdc06d4d713343d8e6bbb36d0604b88
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 2 07:12:07 2004 +0000

    Merge with cvs from savannah

 ChangeLog                                          |  231 +++++
 Makefile.am                                        |    3 +-
 README                                             |    3 +-
 autogen.sh                                         |    2 +-
 configure.ac                                       |   22 +-
 extensions/Makefile.am                             |   15 +-
 extensions/gestures/ephy-gestures-extension.c      |   30 +-
 extensions/popup-blocker/.cvsignore                |    8 +
 extensions/popup-blocker/Makefile.am               |   19 +
 .../popup-blocker/ephy-popup-blocker-extension.c   |  576 +++++++++++
 .../popup-blocker/ephy-popup-blocker-extension.h   |   60 ++
 extensions/popup-blocker/popup-blocker.c           |   42 +
 extensions/sample/ephy-sample-extension.c          |   23 +-
 extensions/tabsmenu/Makefile.am                    |    4 +-
 extensions/tabsmenu/ephy-tab-move-menu.c           |  387 ++++++++
 extensions/tabsmenu/ephy-tab-move-menu.h           |   62 ++
 extensions/tabsmenu/ephy-tabs-menu-extension.c     |  318 +------
 extensions/tabsmenu/ephy-tabs-menu-extension.h     |    3 -
 extensions/tabsmenu/ephy-window-action.c           |  297 ------
 extensions/tabsmenu/ephy-window-action.h           |   63 --
 extensions/tabsmenu/tabs-menu.c                    |    4 +-
 extensions/toolbar-extras/.cvsignore               |    9 +
 extensions/toolbar-extras/Makefile.am              |   21 +
 .../toolbar-extras/ephy-multi-smart-action.c       | 1000 ++++++++++++++++++++
 .../toolbar-extras/ephy-multi-smart-action.h       |   59 ++
 .../toolbar-extras/ephy-toolbar-extras-extension.c |  252 +++++
 .../toolbar-extras/ephy-toolbar-extras-extension.h |   59 ++
 extensions/toolbar-extras/toolbar-extras.c         |   36 +
 include/Makefile.am                                |    6 +-
 include/eel-gconf-extensions.h                     |   78 ++
 include/egg-editable-toolbar.h                     |   83 ++
 include/egg-toolbars-model.h                       |  138 +++
 include/ephy-favicon-cache.h                       |   69 ++
 include/ephy-gui.h                                 |   43 +
 include/ephy-string.h                              |   13 +-
 po/POTFILES.in                                     |    5 +-
 36 files changed, 3332 insertions(+), 711 deletions(-)

commit 589744e00573d97c835e67bea2f8e95674cbed5f
Author: Christian Rose <menthos@menthos.com>
Date:   Fri Jan 2 01:01:59 2004 +0000

    Added "sv" to ALL_LINGUAS. Added Swedish translation.
    
    2004-01-02  Christian Rose  <menthos@menthos.com>
    
    	* configure.ac: Added "sv" to ALL_LINGUAS.
    	* po/sv.po: Added Swedish translation.

 ChangeLog    |    6 +-
 configure.ac |    2 +-
 po/ChangeLog |    4 +
 po/sv.po     | 8467 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 8477 insertions(+), 2 deletions(-)

commit 89c7711c3dd0b0047e5a879b211f45bcd15fcaa4
Author: Christian Rose <menthos@menthos.com>
Date:   Fri Jan 2 00:55:20 2004 +0000

    Added an entry for "notexist". Removed missing files and added one that
    
    2004-01-02  Christian Rose  <menthos@menthos.com>
    
    	* .cvsignore: Added an entry for "notexist".
    	* POTFILES.in: Removed missing files and added one that wasn't
    	listed.
    	* POTFILES.skip: Removed missing files.

 po/.cvsignore    |    1 +
 po/ChangeLog     |    9 ++++++++-
 po/POTFILES.in   |    6 +-----
 po/POTFILES.skip |    5 -----
 4 files changed, 10 insertions(+), 11 deletions(-)

commit 990f15df89370ae82a96e4e965e46e0463fd1b12
Author: noda <noda>
Date:   Thu Nov 20 23:16:58 2003 +0000

    Reverted the "avoid activating insensitive actions" fix

 ChangeLog                                     |    5 +++++
 extensions/gestures/ephy-gestures-extension.c |   10 ++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

commit aa00b49b0ed40a8d3b9caa69a27dd21121ff96e9
Author: noda <noda>
Date:   Mon Nov 17 18:38:23 2003 +0000

    Added ChangeLog entry from last night, whoops

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit fdc62bc5306a22802e674174675c6e98f40faaf8
Author: noda <noda>
Date:   Mon Nov 17 04:02:00 2003 +0000

    Avoid activating actions if they are not sensitive.

 extensions/gestures/ephy-gestures-extension.c |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit 116f20e157ecff28fd45a267b1f991d647d65521
Author: noda <noda>
Date:   Mon Nov 17 03:25:10 2003 +0000

    Made autogen work by commenting out ENABLE_TABSMENU_EXTENSION (since it was already commented from configure.ac).

 extensions/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 3e24f3f90d309baafae1c7d2b8f709def517e4d9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Nov 13 22:33:03 2003 +0000

    Temporarilty disabling tabsmenu extension

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2a7b58cfeb099b45a355aca052acc7c471a5e1c8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:17:30 2003 +0000

    Updating

 ChangeLog    |  160 +-----------------------------------------------
 HACKING      |   10 ++--
 MAINTAINERS  |    6 +-
 Makefile.am  |    2 +-
 NEWS         |    8 +++
 README       |    9 +--
 TODO         |    4 -
 autogen.sh   |    4 +-
 configure.ac |  191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |  169 ---------------------------------------------------
 10 files changed, 215 insertions(+), 348 deletions(-)

commit 74338d1aad4f73def7405c4765c83935b41d2f2f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:16:42 2003 +0000

    Forgot to add those files

 extensions/gestures/.cvsignore        |    9 ++
 extensions/gestures/ephy-gestures.xml |  162 +++++++++++++++++++++++++++++++++
 2 files changed, 171 insertions(+), 0 deletions(-)

commit 9bdeb66d754424750dd3f5786fed2f9c90f0dfd7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:15:27 2003 +0000

    Removing plugins/

 plugins/.cvsignore  |    2 --
 plugins/Makefile.am |   17 -----------------
 2 files changed, 0 insertions(+), 19 deletions(-)

commit 3b7049427c43c6fa4aefdd33132d2ae3b687be3d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:14:22 2003 +0000

    Removing plugins/tabsmenu/

 plugins/tabsmenu/.cvsignore              |    9 -
 plugins/tabsmenu/ChangeLog               |   84 ------
 plugins/tabsmenu/Makefile.am             |   24 --
 plugins/tabsmenu/README                  |    9 -
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |  481 ------------------------------
 plugins/tabsmenu/ephy-tabs-plugin-menu.h |   61 ----
 plugins/tabsmenu/ephy-tabs-plugin.c      |   73 -----
 plugins/tabsmenu/ephy-window-action.c    |  293 ------------------
 plugins/tabsmenu/ephy-window-action.h    |   59 ----
 plugins/tabsmenu/epiphany.diff           |   15 -
 10 files changed, 0 insertions(+), 1108 deletions(-)

commit dbc3504e19a99a8a56027a3188d42395e4f24982
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:13:11 2003 +0000

    Removing plugins/sample/

 plugins/sample/.cvsignore  |    9 ---
 plugins/sample/ChangeLog   |    9 ---
 plugins/sample/Makefile.am |   17 ------
 plugins/sample/sample.c    |  122 --------------------------------------------
 4 files changed, 0 insertions(+), 157 deletions(-)

commit b5c85e04d0310d3dbd4b22eab7004b65bc6c4410
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:09:52 2003 +0000

    Removing plugins/gestures/

 plugins/gestures/.cvsignore        |    9 -
 plugins/gestures/ChangeLog         |   81 --------
 plugins/gestures/Makefile.am       |   26 ---
 plugins/gestures/ephy-gestures.c   |  361 ------------------------------------
 plugins/gestures/ephy-gestures.h   |   80 --------
 plugins/gestures/ephy-gestures.xml |  159 ----------------
 plugins/gestures/gestures.c        |  359 -----------------------------------
 plugins/gestures/stroke.c          |  308 ------------------------------
 plugins/gestures/stroke.h          |   77 --------
 9 files changed, 0 insertions(+), 1460 deletions(-)

commit eae104d358640cb6a4d1051e54eadd28cc973684
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Nov 12 20:04:01 2003 +0000

    Adding extensions/

 extensions/.cvsignore                          |    2 +
 extensions/Makefile.am                         |   17 +
 extensions/gestures/Makefile.am                |   28 ++
 extensions/gestures/ephy-gesture.c             |  337 +++++++++++++++++++
 extensions/gestures/ephy-gesture.h             |   74 +++++
 extensions/gestures/ephy-gestures-extension.c  |  407 +++++++++++++++++++++++
 extensions/gestures/ephy-gestures-extension.h  |   60 ++++
 extensions/gestures/gestures.c                 |   41 +++
 extensions/gestures/stroke.c                   |  308 ++++++++++++++++++
 extensions/gestures/stroke.h                   |   77 +++++
 extensions/sample/.cvsignore                   |    9 +
 extensions/sample/Makefile.am                  |   18 +
 extensions/sample/ephy-sample-extension.c      |  177 ++++++++++
 extensions/sample/ephy-sample-extension.h      |   59 ++++
 extensions/sample/sample.c                     |   33 ++
 extensions/tabsmenu/.cvsignore                 |    9 +
 extensions/tabsmenu/Makefile.am                |   21 ++
 extensions/tabsmenu/ephy-tabs-menu-extension.c |  409 ++++++++++++++++++++++++
 extensions/tabsmenu/ephy-tabs-menu-extension.h |   59 ++++
 extensions/tabsmenu/ephy-window-action.c       |  297 +++++++++++++++++
 extensions/tabsmenu/ephy-window-action.h       |   63 ++++
 extensions/tabsmenu/tabs-menu.c                |   50 +++
 22 files changed, 2555 insertions(+), 0 deletions(-)

commit 611e2452791752f55340d78be13a725557fd6e82
Author: Andrew Graeme Ruthven <puck@src.gnome.org>
Date:   Thu Nov 6 10:07:56 2003 +0000

    file dashboard-frontend.c was initially added on branch gnome-2-4.

commit e196cdd3edf5b1e0d675a32369f603aaf2a42d50
Author: Andrew Graeme Ruthven <puck@src.gnome.org>
Date:   Thu Nov 6 10:07:56 2003 +0000

    file Makefile.am was initially added on branch gnome-2-4.

commit 7be9c0d6205d54de15af8253009ff5a53589a2ee
Author: Andrew Graeme Ruthven <puck@src.gnome.org>
Date:   Thu Nov 6 10:07:56 2003 +0000

    file README was initially added on branch gnome-2-4.

commit 55cc3f8a3f0d42703fcde116aad52149ba8a19f5
Author: Andrew Graeme Ruthven <puck@src.gnome.org>
Date:   Thu Nov 6 10:07:56 2003 +0000

    file epiphany-1.0.3.diff was initially added on branch gnome-2-4.

commit da8ddb5c81cdec2e0af30730a2ffbeb408b4b325
Author: Andrew Graeme Ruthven <puck@src.gnome.org>
Date:   Thu Nov 6 10:07:56 2003 +0000

    file dashboard.c was initially added on branch gnome-2-4.

commit af58423e75f7855c96111c4cb14bb9930b44d41c
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 5 22:25:14 2003 +0000

    Removed. We can now use glib's gi18n-lib.h header.
    
    2003-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/ephy-plugins-i18n.h:
    
    	Removed. We can now use glib's gi18n-lib.h header.

 ChangeLog                   |    6 +++++
 include/ephy-plugins-i18n.h |   46 -------------------------------------------
 2 files changed, 6 insertions(+), 46 deletions(-)

commit 1e611141289104c52d4454ab8870f574aee79102
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 5 22:24:20 2003 +0000

    Use glib i18n header.
    
    2003-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-tabs-plugin-menu.c:
    	* ephy-tabs-plugin.c:
    	* ephy-window-action.c:
    
    	Use glib i18n header.

 plugins/tabsmenu/ChangeLog               |    8 ++++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |    2 +-
 plugins/tabsmenu/ephy-tabs-plugin.c      |    5 +++++
 plugins/tabsmenu/ephy-window-action.c    |    2 +-
 4 files changed, 15 insertions(+), 2 deletions(-)

commit e00aeefa2589d90a7e1eab0fbf206b95b7fd3317
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 5 19:25:31 2003 +0000

    Adapt to epiphany API changes.
    
    2003-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gestures.c: (tab_gesture_performed_cb), (dom_mouse_down_cb):
    	* ephy-gestures.xml:
    
    	Adapt to epiphany API changes.

 plugins/gestures/ChangeLog         |    7 +++++++
 plugins/gestures/ephy-gestures.xml |    4 ++++
 plugins/gestures/gestures.c        |   12 ++++++++----
 3 files changed, 19 insertions(+), 4 deletions(-)

commit ab3afd42f5780d25d2dd5f60c0d6588f4f356175
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Nov 5 19:23:11 2003 +0000

    Adapt to epiphany API changes.
    
    2003-11-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-tabs-plugin-menu.c: (ephy_tabs_plugin_menu_clean):
    
    	Adapt to epiphany API changes.

 plugins/tabsmenu/ChangeLog               |    6 ++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |    6 +++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit 3910c7e0829e167ffc4f8cf1e48c78b3b2c8dbae
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 29 21:51:17 2003 +0000

    Updated TODO

 TODO |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 5477a56e972c2db1ad27bc477b4c654b7d8fae66
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 29 21:48:02 2003 +0000

    Removed plugins/zoom-persistence

 plugins/zoom-persistence/.cvsignore |    9 --------
 plugins/zoom-persistence/ChangeLog  |   38 -----------------------------------
 2 files changed, 0 insertions(+), 47 deletions(-)

commit b4762f6500bd03184f3e338d8f448f323ff1c642
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Oct 29 21:46:54 2003 +0000

    Removed the zoom persistence plugin; epiphany now includes this
    
    2003-10-29  Christian Persch  <chpe@cvs.gnome.org>
    
    	* MAINTAINERS:
    	* README:
    	* configure.in:
    	* plugins/Makefile.am:
    	* plugins/zoom-persistence/Makefile.am:
    	* plugins/zoom-persistence/zoom-persistence.c:
    
    	Removed the zoom persistence plugin; epiphany now includes
    	this functionality out-of-the-box.
    
    	If you had it installed, you _must_ uninstall it!

 ChangeLog                                   |   14 +
 MAINTAINERS                                 |    1 -
 README                                      |    4 +
 configure.in                                |   10 +-
 plugins/Makefile.am                         |    6 +-
 plugins/zoom-persistence/Makefile.am        |   16 -
 plugins/zoom-persistence/zoom-persistence.c |  493 ---------------------------
 7 files changed, 23 insertions(+), 521 deletions(-)

commit 5dfcb425d328ebb68ec16d599f9559a536650376
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Oct 28 11:02:36 2003 +0000

    Up libxml2 requirement to 2.6.0.
    
    2003-10-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Up libxml2 requirement to 2.6.0.

 ChangeLog    |    6 ++++++
 configure.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit e17bfc4737d1ef1db644c38f1d98aadd1c3025bf
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 27 18:54:28 2003 +0000

    Get rid of the dirty hacks, epiphany now works flawlessly.
    
    2003-10-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* zoom-persistence.c: (address_cb), (tab_added_cb):
    
    	Get rid of the dirty hacks, epiphany now works flawlessly.

 plugins/zoom-persistence/ChangeLog          |    6 +++
 plugins/zoom-persistence/zoom-persistence.c |   46 +++------------------------
 2 files changed, 11 insertions(+), 41 deletions(-)

commit d7d30860e08121a4a2c78d38d952d6c153bfee67
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Oct 27 15:30:40 2003 +0000

    Remove cloning of session history, epiphany does no longer support it.
    
    2003-10-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-tabs-plugin-menu.c: (clone_cb):
    
    	Remove cloning of session history, epiphany does no longer support it.

 plugins/tabsmenu/ChangeLog               |    6 ++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |   10 ----------
 2 files changed, 6 insertions(+), 10 deletions(-)

commit db1d946c10cf27e292c7d5bed0fcdc65f6636413
Author: noda <noda>
Date:   Sat Oct 25 23:09:35 2003 +0000

    Removed all references to this secret "msm" project...

 configure.in        |    5 ++---
 plugins/Makefile.am |    4 ----
 2 files changed, 2 insertions(+), 7 deletions(-)

commit e81007905ad14e275292830b01e4a790f232d3e2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Sep 23 16:48:24 2003 +0000

    Ported to epiphany 1.1
    
    2003-09-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* sample.c: (plugin_init):
    
    	Ported to epiphany 1.1

 plugins/sample/ChangeLog |    6 ++++++
 plugins/sample/sample.c  |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit a47174a58745e7aed11593fce4e2d2f7b947563a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Sep 12 18:29:07 2003 +0000

    Revert previous change; it caused crashes.
    
    2003-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-tabs-plugin-menu.c: (ephy_tabs_plugin_menu_finalize):
    
    	Revert previous change; it caused crashes.

 plugins/tabsmenu/ChangeLog               |    6 ++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |    7 +++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 80a6dcdf7b5fc4971182ccae586ec65a2fb79719
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Sep 11 22:04:18 2003 +0000

    No need to remove the action group from the ui manager on finalize.
    
    2003-09-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-tabs-plugin-menu.c: (ephy_tabs_plugin_menu_finalize):
    
    	No need to remove the action group from the ui manager on finalize.

 plugins/tabsmenu/ChangeLog               |    6 ++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |    7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 2941e55ef10fc7ceab96778bd6d48c6855bc7f7b
Author: noda <noda>
Date:   Fri Sep 5 20:26:23 2003 +0000

    added up-right-down --> "View Source" gesture

 plugins/gestures/ChangeLog         |    9 +++++++++
 plugins/gestures/ephy-gestures.xml |   10 ++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit 00e17f9b4c50b55824dbf9ebd26161f2d91c3b99
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Sep 5 12:37:58 2003 +0000

    Fixed --with-extensions detection.
    
    2003-09-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Fixed --with-extensions detection.
    
    	* NEWS:

 ChangeLog                           |   10 ++++++++++
 NEWS                                |   13 +++++++++++++
 configure.in                        |   17 +++++++++--------
 include/Makefile.am                 |    5 +----
 plugins/Makefile.am                 |    2 +-
 plugins/tabsmenu/ephy-tabs-plugin.c |    2 +-
 plugins/tabsmenu/epiphany.diff      |   22 +++++++++-------------
 po/POTFILES.skip                    |    5 ++++-
 po/de.po                            |   12 ++++++------
 po/en_GB.po                         |   12 ++++++------
 po/fr.po                            |   12 ++++++------
 po/ja.po                            |   12 ++++++------
 12 files changed, 72 insertions(+), 52 deletions(-)

commit 5bafcd2e193ed6463a5a34a0e6252c8db55c028a
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Sep 4 21:56:11 2003 +0000

    Bumped version to 0.4.0 for epiphany 1.1 branch.
    
    2003-09-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* Makefile.am:
    	* configure.in:
    
    	Bumped version to 0.4.0 for epiphany 1.1 branch.
    
    	* include/egg-action-group.h:
    	* include/egg-action.h:
    	* include/egg-menu-merge.h:
    
    	Removed.

 ChangeLog                                   |   13 ++
 Makefile.am                                 |    3 +
 configure.in                                |   39 +++--
 include/egg-action-group.h                  |   71 ---------
 include/egg-action.h                        |   83 -----------
 include/egg-menu-merge.h                    |  100 -------------
 plugins/Makefile.am                         |    6 +-
 plugins/gestures/ChangeLog                  |   11 ++
 plugins/gestures/ephy-gestures.c            |   22 ++--
 plugins/gestures/gestures.c                 |  133 ++++++++----------
 plugins/tabsmenu/ChangeLog                  |   18 +++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c    |  208 ++++++++++++---------------
 plugins/tabsmenu/ephy-tabs-plugin-menu.h    |   10 +-
 plugins/tabsmenu/ephy-tabs-plugin.c         |    2 +-
 plugins/tabsmenu/ephy-window-action.c       |   20 ++--
 plugins/tabsmenu/ephy-window-action.h       |    7 +-
 plugins/zoom-persistence/ChangeLog          |    7 +
 plugins/zoom-persistence/zoom-persistence.c |    6 +-
 18 files changed, 263 insertions(+), 496 deletions(-)

commit 9121fc62a1f1c2eca67abe4ac07330030f48a9fd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Aug 23 13:07:20 2003 +0000

    update configure.in

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3b54fc1da62f9dd0e86592b158973f2fde30a231
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Aug 23 12:41:22 2003 +0000

    Updated README.

 README |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit e134a09024030b22e1fa36127473c049306ae15d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 23 12:32:02 2003 +0000

    Work around a mozilla bug so we can set the zoom even for newly opened
    
    2003-08-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* zoom-persistence.c: (set_zoom), (net_state_cb), (address_cb),
    	(tab_added_cb):
    
    	Work around a mozilla bug so we can set the zoom even for newly opened
    	tabs (esp. on crash recovery).

 plugins/zoom-persistence/ChangeLog          |    8 ++++
 plugins/zoom-persistence/zoom-persistence.c |   54 +++++++++++++++++++++++++-
 2 files changed, 59 insertions(+), 3 deletions(-)

commit 7ea6bf703b8bdf3d6138522928680b6886b7ceab
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 23 12:29:01 2003 +0000

    Updated for 0.2.4 release.
    
    2003-08-23  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    	* NEWS:
    
    	Updated for 0.2.4 release.

 ChangeLog |    7 +++++++
 NEWS      |   12 ++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit 534dd27fe75f8963127e4e02860e83d8f9b5feef
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 22 23:09:38 2003 +0000

    Updated for 0.2.3 release.
    
    2003-08-22  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Updated for 0.2.3 release.

 ChangeLog                    |    6 ++++++
 configure.in                 |    2 +-
 plugins/tabsmenu/Makefile.am |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)

commit fa48b1a2a01a7a34acbc4d29027f6694a1654080
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Aug 16 10:40:42 2003 +0000

    Include ephy-plugins-i18n.h.

 include/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 36c7aeb6bf9d903b60b56e9d66d925a2b59f1194
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 16 10:12:41 2003 +0000

    Updated for 0.2.2 release.
    
    2003-08-16  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Updated for 0.2.2 release.

 ChangeLog               |    6 ++++++
 configure.in            |    2 +-
 plugins/tabsmenu/README |    3 +++
 po/de.po                |   12 ++++++------
 po/en_GB.po             |   12 ++++++------
 po/fr.po                |   12 ++++++------
 po/ja.po                |   12 ++++++------
 7 files changed, 34 insertions(+), 25 deletions(-)

commit 78df730e97ecbc117fc291a10397380db16ced76
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sat Aug 16 09:50:16 2003 +0000

    Updated for 0.2.1 release. Renamed project to "ephy-extensions".
    
    2003-08-15  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    	* NEWS:
    	* README:
    
    	Updated for 0.2.1 release. Renamed project to "ephy-extensions".

 ChangeLog           |   14 ++++++++++++
 NEWS                |   40 ++++++++++++++++++++++++++++++++++
 configure.in        |   60 +++++++++++++++++++++++++++++++++++++++------------
 include/Makefile.am |    2 +-
 plugins/Makefile.am |    2 +-
 5 files changed, 102 insertions(+), 16 deletions(-)

commit ffa26f693a0848bfc6abc3e4c1149bf9b0390a62
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Aug 12 10:56:37 2003 +0000

    Misc cleanups.

 configure.in                                |    4 +-
 include/ephy-plugins-i18n.h                 |    1 -
 plugins/gestures/ephy-gestures.c            |    8 ++----
 plugins/gestures/ephy-gestures.h            |    2 +-
 plugins/gestures/gestures.c                 |    4 +-
 plugins/tabsmenu/ephy-tabs-plugin-menu.c    |    1 -
 plugins/tabsmenu/ephy-tabs-plugin-menu.h    |    1 -
 plugins/tabsmenu/ephy-tabs-plugin.c         |    1 -
 plugins/tabsmenu/ephy-window-action.c       |    1 -
 plugins/tabsmenu/ephy-window-action.h       |    1 -
 plugins/zoom-persistence/zoom-persistence.c |   33 +++++++++++++++++++-------
 11 files changed, 32 insertions(+), 25 deletions(-)

commit 6c2cde69c7cffb77521786f5d2cd07c6a754f852
Author: noda <noda>
Date:   Sun Aug 10 14:47:35 2003 +0000

    Use g_slist_prepend instead of append

 plugins/gestures/gestures.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3faf4ef0a1e0abd4d7aedbd3358ad303b753ad81
Author: noda <noda>
Date:   Sun Aug 10 14:36:06 2003 +0000

    Perfected indenting, there was one line just slightly off

 plugins/gestures/ephy-gestures.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6903eec4d905b44586cc56ded6ce9b2acf958a90
Author: noda <noda>
Date:   Sun Aug 10 14:34:56 2003 +0000

    Changed XML format to be much simpler: multiple sequences associated to a single gesture

 plugins/gestures/ChangeLog         |   12 ++
 plugins/gestures/ephy-gestures.c   |    2 +
 plugins/gestures/ephy-gestures.xml |  381 ++++++++++++++----------------------
 plugins/gestures/gestures.c        |   17 +-
 4 files changed, 170 insertions(+), 242 deletions(-)

commit ddfa5cceb40ea470656a85ba8c4ce48c6c1268e3
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Aug 5 17:57:36 2003 +0000

    Clone tab session history too; until epiphany does this itself. (Bug
    
    2003-08-05  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-tabs-plugin-menu.c: (clone_cb):
    
    	Clone tab session history too; until epiphany does this itself.
    	(Bug  #113694)

 plugins/tabsmenu/ChangeLog               |    7 +++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |   22 +++++++++++++++++-----
 2 files changed, 24 insertions(+), 5 deletions(-)

commit 93d2810bc53e82c7d98cec8f5f2b247075888f8d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Aug 5 15:56:50 2003 +0000

    Fix mem leak. Ahem :)
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* zoom-persistence.c: (get_host_node):
    
    	Fix mem leak. Ahem :)

 plugins/zoom-persistence/ChangeLog          |    6 ++++++
 plugins/zoom-persistence/zoom-persistence.c |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 71da709cf8a48570da2c067b3978f535039afb8b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 20:18:51 2003 +0000

    Fixed mnemonic collision.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* de.po: Fixed mnemonic collision.

 po/ChangeLog |    4 ++++
 po/de.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit c69be51e28fc05822444c67bc9921d2bac5fab92
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 20:01:48 2003 +0000

    Added "ja" to ALL_LINGUAS.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Added "ja" to ALL_LINGUAS.

 ChangeLog    |    6 ++++++
 configure.in |    2 +-
 po/ChangeLog |    4 ++++
 po/ja.po     |   40 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 51 insertions(+), 1 deletions(-)

commit daac1f7017607a405533ff819e91450d50180619
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Aug 4 13:58:39 2003 +0000

    Added README.

 plugins/tabsmenu/README |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit feb113c47240b36bbac4fe537a18661eb4a383a5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Aug 4 13:55:18 2003 +0000

    Really add fr.po.

 po/fr.po |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

commit 202b0b9f62517ffd97a345b517b1c757b7be2758
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 13:52:55 2003 +0000

    Reworked to minimise the epiphany patch, which now solely consists of the
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-window-action.c: (sync_title), (tab_num_changed_cb),
    	(sync_active_tab), (set_active_tab), (switch_page_cb),
    	(ephy_window_action_set_window):
    
    	Reworked to minimise the epiphany patch, which now solely consists
    	of the ui file patch to add the necessary placeholders.
    
    	* epiphany.diff:
    
    	Updated.
    
    	* ephy-tabs-plugin-menu.c: (ephy_tabs_plugin_menu_update):
    
    	Changed position and order of menu entries.

 plugins/tabsmenu/ChangeLog               |   19 +++++-
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |   11 ++-
 plugins/tabsmenu/ephy-window-action.c    |   48 ++++++++------
 plugins/tabsmenu/epiphany.diff           |  100 ++----------------------------
 4 files changed, 59 insertions(+), 119 deletions(-)

commit 9916f8e8cf9502bafa8c73c3a1ba31d25f939000
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 13:48:35 2003 +0000

    Updated British English translation.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++++
 po/de.po     |    4 ++--
 po/en_GB.po  |    8 ++++----
 3 files changed, 10 insertions(+), 6 deletions(-)

commit 0bfc659de4c5488ba12953eb6bae0c9119d55469
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 11:57:53 2003 +0000

    Updated French translation.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* fr.po: Updated French translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ca12b276b756dd27cc54e9b2ae9f06b1d76618f7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 11:49:40 2003 +0000

    Added "fr" to ALL_LINGUAS.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Added "fr" to ALL_LINGUAS.

 ChangeLog                           |    6 ++++++
 configure.in                        |    2 +-
 plugins/tabsmenu/ephy-tabs-plugin.c |    4 ++--
 po/ChangeLog                        |    4 ++++
 4 files changed, 13 insertions(+), 3 deletions(-)

commit 77af1460061567d4f7b1c4ecf93fea90293e35c0
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 11:25:49 2003 +0000

    New. Enable i18n in plugins.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/ephy-plugins-i18n.h:
    
    	New. Enable i18n in plugins.

 ChangeLog                   |    6 +++++
 include/ephy-plugins-i18n.h |   47 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

commit 2e0f0062e3e94b0eea5fc305c009cef32d7157cb
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 11:25:15 2003 +0000

    Make i18n work really
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* ephy-window-action.c: (sync_title):
    	* ephy-tabs-plugin.c: (plugin_init):
    
    	Make i18n work really

 plugins/tabsmenu/ChangeLog               |    7 +++++++
 plugins/tabsmenu/Makefile.am             |   15 ++++++++-------
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |    2 +-
 plugins/tabsmenu/ephy-tabs-plugin.c      |    6 ++++++
 plugins/tabsmenu/ephy-window-action.c    |    5 +++--
 5 files changed, 25 insertions(+), 10 deletions(-)

commit c78bb90bb3842f944ec7af4d78d8e2e36615912b
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 10:39:15 2003 +0000

    Corrected translation of "current tab", thanks to Manny.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* de.po: Corrected translation of "current tab", thanks to Manny.

 po/ChangeLog |    6 +++++-
 po/de.po     |   17 +++++++++--------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 151281f50e1796f3c876bff35d2584bfb0e63e61
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 00:14:35 2003 +0000

    Fixed variable for the zoom plugin.
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Fixed variable for the zoom plugin.

 ChangeLog    |    6 ++++++
 configure.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 138e8df40ecd8a0a99248ec62e9761314e1d7ca2
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Mon Aug 4 00:13:37 2003 +0000

    Use ephy_tab_get_location() instead of ephy_embed_get_location(), because
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* zoom-persistence.c: (zoom_cb):
    
    	Use ephy_tab_get_location() instead of ephy_embed_get_location(), because
    	for some reason the embed still returns the old address even after the
    	ge_location signal delivered a new address.

 plugins/zoom-persistence/ChangeLog          |    8 ++++++++
 plugins/zoom-persistence/zoom-persistence.c |    5 ++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit dac2bc07c6bba1a80da8b06eff6f0f970f67065b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 3 23:53:15 2003 +0000

    Updated MAINTAINERS.

 MAINTAINERS |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 2fba3c3ab97401aa6f6ff0465cb7202026159972
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 3 23:50:20 2003 +0000

    Initial checkin of the tabs menu plugin.

 plugins/tabsmenu/.cvsignore              |    9 +
 plugins/tabsmenu/ChangeLog               |    3 +
 plugins/tabsmenu/Makefile.am             |   21 ++
 plugins/tabsmenu/ephy-tabs-plugin-menu.c |  501 ++++++++++++++++++++++++++++++
 plugins/tabsmenu/ephy-tabs-plugin-menu.h |   64 ++++
 plugins/tabsmenu/ephy-tabs-plugin.c      |   63 ++++
 plugins/tabsmenu/ephy-window-action.c    |  283 +++++++++++++++++
 plugins/tabsmenu/ephy-window-action.h    |   61 ++++
 plugins/tabsmenu/epiphany.diff           |  107 +++++++
 9 files changed, 1112 insertions(+), 0 deletions(-)

commit 5ff38701e8964a22dace63053e796e0139d8e3ee
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 3 23:32:26 2003 +0000

    Enabled gettext support, added "de" and "en_GB" translations to
    
    2003-08-04  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Enabled gettext support, added "de" and "en_GB" translations
    	to ALL_LINGUAS.

 ChangeLog      |    9 ++++++++-
 po/ChangeLog   |    6 ++++++
 po/POTFILES.in |    3 +++
 po/de.po       |   40 ++++++++++++++++++++++++++++++++++++++++
 po/en_GB.po    |   42 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 99 insertions(+), 1 deletions(-)

commit 9c936568d7adc647d75e4f45d1e6d5a0de365074
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Sun Aug 3 23:30:50 2003 +0000

    Added plugins.
    
    2003-08-03  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Added plugins.

 ChangeLog           |    6 ++++++
 Makefile.am         |    3 +--
 configure.in        |   29 ++++++++++++++++-------------
 plugins/Makefile.am |   12 ++++++++----
 4 files changed, 31 insertions(+), 19 deletions(-)

commit 691584ebe1100372a17e71efed175b2b4b47fe2e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 3 23:28:09 2003 +0000

    Initial checkin of zoom persistence plugin.

 plugins/zoom-persistence/.cvsignore         |    9 +
 plugins/zoom-persistence/ChangeLog          |    3 +
 plugins/zoom-persistence/Makefile.am        |   16 +
 plugins/zoom-persistence/zoom-persistence.c |  467 +++++++++++++++++++++++++++
 4 files changed, 495 insertions(+), 0 deletions(-)

commit 1ab2423b483f555bb558a149e1c845bc1f01884f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 3 23:20:35 2003 +0000

    Adding ephy-file-helpers.h

 include/Makefile.am         |   11 ++++----
 include/ephy-file-helpers.h |   55 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 5 deletions(-)

commit 68d8848a1be7a70069b4303c5fdae6259d6cb387
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 3 17:53:23 2003 +0000

    Release 0.1.2

 ChangeLog                        |    6 ++++++
 Makefile.am                      |    2 +-
 configure.in                     |    8 ++++++--
 plugins/Makefile.am              |    4 ++++
 plugins/gestures/ephy-gestures.c |    7 +++++--
 plugins/gestures/ephy-gestures.h |    3 +++
 plugins/gestures/gestures.c      |   11 +++++++----
 plugins/gestures/stroke.c        |    2 ++
 plugins/gestures/stroke.h        |    2 ++
 9 files changed, 36 insertions(+), 9 deletions(-)

commit ec8bf817270adffe234da8f6e27c534c72d88f61
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Aug 3 11:43:46 2003 +0000

    Added ephy-string.h

 include/Makefile.am   |    1 +
 include/ephy-string.h |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

commit 7bda50bcdd6bfa8bff85f116c245a819f8cb1f1e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 1 21:34:07 2003 +0000

    Added .cvsignore

 include/.cvsignore |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit f76ff53cbf707d3acb1f2b09b50390b7b8758688
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 1 21:33:09 2003 +0000

    Added Makefile.am to cvs.

 include/Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit fd9ffe2e3fe36c1857c1df432180917998c26ef7
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 1 21:32:30 2003 +0000

    Update for 0.1.0 release.
    
    2003-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* NEWS:
    	* configure.in:
    
    	Update for 0.1.0 release.

 ChangeLog                   |    7 +++++++
 Makefile.am                 |    3 ++-
 NEWS                        |    5 +++++
 README                      |    3 +++
 configure.in                |   20 ++++++++++----------
 plugins/gestures/gestures.c |    9 ++++-----
 plugins/sample/ChangeLog    |    3 +++
 po/POTFILES.skip            |    5 +++++
 8 files changed, 39 insertions(+), 16 deletions(-)

commit 66953d0d0d1b3b93e9c13d6ce2dfd5051b873c03
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 1 21:02:38 2003 +0000

    Call the EphyWindow's actions instead of duplicating the code here.
    
    2003-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gestures.c: (load_one_gesture), (find_action),
    	(tab_gesture_performed_cb), (dom_mouse_down_cb), (reload_bypass_cb),
    	(clone_window_cb), (clone_tab_cb), (setup_actions), (new_window_cb):
    
    	Call the EphyWindow's actions instead of duplicating the code here.

 plugins/gestures/ChangeLog         |   14 ++
 plugins/gestures/ephy-gestures.xml |  218 +++++++++++++-------------
 plugins/gestures/gestures.c        |  313 +++++++++++++++++++-----------------
 3 files changed, 288 insertions(+), 257 deletions(-)

commit 96355464bb30eeb4839a3a21f27b74f06c7cfb67
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 1 20:59:33 2003 +0000

    Include some egg headers from epiphany.
    
    2003-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* include/:
    
    	Include some egg headers from epiphany.

 ChangeLog                  |    6 +++
 include/egg-action-group.h |   71 +++++++++++++++++++++++++++++++
 include/egg-action.h       |   83 ++++++++++++++++++++++++++++++++++++
 include/egg-menu-merge.h   |  100 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 260 insertions(+), 0 deletions(-)

commit a8e2cd7acd8b5d4e235173261534c19c3d834ad8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 1 16:55:30 2003 +0000

    Whitespace corrections

 plugins/gestures/ChangeLog       |    6 +++++-
 plugins/gestures/ephy-gestures.c |   11 +++++++----
 plugins/gestures/gestures.c      |    4 +++-
 3 files changed, 15 insertions(+), 6 deletions(-)

commit 3eb120348250b0ea1a5d02035fe38d1255757c7d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 1 16:33:21 2003 +0000

    Load gestures from xml instead of hardcoding them.
    
    2003-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gestures.c: (load_gestures), (load_one_gestures),
    	(tab_update_gestures), (tab_gesture_performed_cb),
    	(plugin_init), (plugin_exit):
    
    	Load gestures from xml instead of hardcoding them.

 plugins/gestures/ChangeLog         |    8 ++
 plugins/gestures/Makefile.am       |    6 +
 plugins/gestures/ephy-gestures.xml |  236 ++++++++++++++++++++++++++++++++++++
 plugins/gestures/gestures.c        |  197 ++++++++++++-------------------
 4 files changed, 325 insertions(+), 122 deletions(-)

commit 1db246f3d3310b4fb0baec9e8baf594cf84c7cb6
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 1 16:30:35 2003 +0000

    Define share data dir.
    
    2003-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Define share data dir.

 ChangeLog    |    8 +++++++-
 configure.in |   18 +++++++++---------
 2 files changed, 16 insertions(+), 10 deletions(-)

commit abdf52407abff3bd8457f5a2dab69cc6b8230261
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 1 13:07:23 2003 +0000

    Commiting ephy-gestures.[ch]

 plugins/gestures/ephy-gestures.c |  357 ++++++++++++++++++++++++++++++++++++++
 plugins/gestures/ephy-gestures.h |   77 ++++++++
 2 files changed, 434 insertions(+), 0 deletions(-)

commit dfe7b4e7c685cf77126544f91cbbea4c9fce22ac
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 1 13:06:57 2003 +0000

    Forgot one gul_ func call.

 plugins/gestures/gestures.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d5971115d42058da252204274b5caf9317609125
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Aug 1 12:51:57 2003 +0000

    De-gul-ised gestures.
    
    2003-08-01  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gestures.c:
    	* ephy-gestures.h:
    	* ephy-gestures.c:
    	* gul-gestures.h:
    	* gul-gestures.c:
    
    	De-gul-ised gestures.

 plugins/gestures/ChangeLog      |   12 ++-
 plugins/gestures/Makefile.am    |    6 +-
 plugins/gestures/gestures.c     |   42 +++--
 plugins/gestures/gul-gestures.c |  354 ---------------------------------------
 plugins/gestures/gul-gestures.h |   76 ---------
 plugins/gestures/stroke.c       |   49 +++++-
 plugins/gestures/stroke.h       |   47 +++++-
 7 files changed, 128 insertions(+), 458 deletions(-)

commit b5587a1585762bbedcb1d2fa039a1a3924d8b329
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 1 12:51:25 2003 +0000

    Initial checkin.

 include/ephy-debug.h |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 74 insertions(+), 0 deletions(-)

commit e6bcf033234c02782d9cc7f346ea2b883e03fa44
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jul 31 22:46:41 2003 +0000

    Update cvsignores.

 .cvsignore                  |    6 ++++++
 plugins/gestures/.cvsignore |    9 +++++++++
 plugins/sample/.cvsignore   |   11 ++++-------
 3 files changed, 19 insertions(+), 7 deletions(-)

commit 3bf35398fe404d57cfa86edd596926a704a417fd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jul 31 18:13:29 2003 +0000

    2003-07-31  Christian Persch
    
    	* gul-gestures.h:
    	* gul-gestures.c:
    
    	Exorcised the gul-gobject-misc macros, cleaned up formatting a bit.

 plugins/gestures/ChangeLog          |    6 +++
 plugins/gestures/gul-gestures.c     |   67 ++++++++++++++++++++--------
 plugins/gestures/gul-gestures.h     |   53 +++++++++-------------
 plugins/gestures/gul-gobject-misc.h |   81 -----------------------------------
 4 files changed, 76 insertions(+), 131 deletions(-)

commit e376d3bc5e9e0a6cddf07bc2637ce8112238ba78
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jul 31 18:11:00 2003 +0000

    Added gconf dependency.
    
    2003-07-31  Christian Persch  <chpe@cvs.gnome.org>
    
    	* configure.in:
    
    	Added gconf dependency.

 ChangeLog    |    6 ++++++
 configure.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit d5257d860b9e73c4e44d63941a9effc660f79062
Author: noda <noda>
Date:   Wed Jul 30 23:45:50 2003 +0000

    Added gestures plugin

 configure.in                        |    7 +-
 plugins/Makefile.am                 |    8 +-
 plugins/gestures/Makefile.am        |   20 ++
 plugins/gestures/gestures.c         |  381 +++++++++++++++++++++++++++++++++++
 plugins/gestures/gul-gestures.c     |  325 +++++++++++++++++++++++++++++
 plugins/gestures/gul-gestures.h     |   85 ++++++++
 plugins/gestures/gul-gobject-misc.h |   81 ++++++++
 plugins/gestures/stroke.c           |  265 ++++++++++++++++++++++++
 plugins/gestures/stroke.h           |   34 +++
 9 files changed, 1199 insertions(+), 7 deletions(-)

commit 0568eda161e8c7971eabc57124f8c69885c1d398
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jul 30 20:41:07 2003 +0000

    Fix configure.in

 ChangeLog    |    8 +++++++-
 configure.in |    1 -
 2 files changed, 7 insertions(+), 2 deletions(-)

commit f8b6fed186710cced1b119ec7ed219322bd1bb48
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jul 30 16:31:25 2003 +0000

    Initial checkin, take 2

 .cvsignore                |   14 ++++++++++++++
 plugins/.cvsignore        |    2 ++
 plugins/sample/.cvsignore |   12 ++++++++++++
 po/.cvsignore             |   14 ++++++++++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

commit 66fd45623fac0b921c38ec319f57b5d4db54ccc4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jul 30 16:29:37 2003 +0000

    Initial checkin.

 AUTHORS                    |    3 +
 COPYING                    |  340 ++++++++++++++++++++++++++++++++++++++++++++
 COPYING.README             |   13 ++
 ChangeLog                  |    3 +
 HACKING                    |   36 +++++
 MAINTAINERS                |    7 +
 Makefile.am                |   17 +++
 README                     |    2 +
 autogen.sh                 |   19 +++
 configure.in               |  123 ++++++++++++++++
 plugins/Makefile.am        |   13 ++
 plugins/sample/Makefile.am |   17 +++
 plugins/sample/sample.c    |  122 ++++++++++++++++
 po/POTFILES.in             |    2 +
 14 files changed, 717 insertions(+), 0 deletions(-)
