Commit graph

8189 commits

Author SHA1 Message Date
snj
4aea2bb80d Update to 0.1.4. Changes:
v0.1.4:
 + Automatic inline find can be disabled
 + Implement an Encoding menu
 + Add Open all in Tabs for bookmarks and history
 + Bookmarks can be moved to other folders
 + Fix blank page 'loading' and HTTP authentication
 + Display history dates in the local format
 + Allow editing of completion items

v0.1.3:
 + Sidepanel can be aligned on the right
 + Bookmarks can be organized in folders
 + Support find as you type
 + Support international domain names
 + Tweak location completion
 + Provide default search engines
 + Integrate with Maemo if available
 + Implement Mouse Gestures extension
 + Implement a Plugins panel
 + Editing the toolbar via a context menu
 + Introduce Zoom Text and Images preference

v0.1.2:
 + Open new tabs by clicking on the tabbar
 + Refactor and speed up location completion
 + Show a Crash dialog after crashes
 + Dynamically save files when needed
 + Support Back/ Forward mouse buttons
 + Support javascript: bookmarklets
 + Implement Proxy and Identification string
 + Implement cookie storage on disk
 + Remove autotooled build system
 + Add a new Extensions panel
 + Implement opening of new windows
 + Display tooltips in Preferences
2009-03-18 03:14:11 +00:00
snj
4f909bd6e6 Update to 1.1.3. Changes:
2009-03-15  Xan Lopez  <xlopez@igalia.com>

        Bump version to 1.1.3 for release and fix soversion
        calculation (oops). Thanks to Frederik Himpe for pointing this
        out.

        * configure.ac:

2009-03-15  Xan Lopez  <xlopez@igalia.com>

        Bump version and libtool version for release.

        * configure.ac:

2009-03-14  Xan Lopez  <xlopez@igalia.com>

        No review, build fix.

        Split clean rules to make distcheck pass.

        * GNUmakefile.am:

2009-03-13  Mark Rowe  <mrowe@apple.com>

        Reviewed by Dan Bernstein.

        Remove rarely used Makefile targets from the Makefile.

        There are many situations in which the targets don't work as expected,
        and their primary use is addressed by having the build system default
        to building the appropriate architecture.

        * Makefile.shared:

2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Holger Freyther.

        [Gtk] Fix make clean targets
        https://bugs.webkit.org/show_bug.cgi?id=24450

        Fix 'make' clean targets. We shouldn't be removing DerivedSources
        if it's only clean. Only remove it if it's distclean or
        maintainer-clean. Also remove build-related auxillary files on
        dist/maintainer clean.

        * GNUmakefile.am:

2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Holger Freyther

        [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
        https://bugs.webkit.org/show_bug.cgi?id=2260

        pangoft2 is also used in directfb builds so use it for all targets

        * configure.ac:

2009-03-02  Xan Lopez  <xan@gnome.org>

        Reviewed by Mark Rowe.

        https://bugs.webkit.org/show_bug.cgi?id=24287
        [GTK] Move auth dialog feature to WebKit/

        Add WebKitSoupAuthDialog files to build.

        * GNUmakefile.am:

2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Alexey Proskuryakov.

        https://bugs.webkit.org/show_bug.cgi?id=16826
        [Gtk] Implement WebKitDownload

        Adding new files related to WebKitDownload to the GTK+ port.

        * GNUmakefile.am:

2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>

        Unreviewed build fix; adding missing files to EXTRA_DIST, so that
        they show up in the tarball.

        * GNUmakefile.am:

2009-03-01  Christian Dywan  <christian@twotoasts.de>

        * configure.ac: Bump GTK port version to 1.1.1.

2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>

        Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
        file to EXTRA_DIST to fix make dist.

        * GNUmakefile.am:

2009-02-26  Xan Lopez  <xan@gnome.org>

        Reviewed by Holger Freyther.

        https://bugs.webkit.org/show_bug.cgi?id=16947
        [GTK] Missing HTTP Auth challenge

        Add HTTP authentication dialog with optional GNOME Keyring
        storage.

        * GNUmakefile.am:
        * configure.ac:

2009-02-26  Xan Lopez  <xan@gnome.org>

        Reviewed by Holger Freyther.

        https://bugs.webkit.org/show_bug.cgi?id=16947
        [GTK] Missing HTTP Auth challenge

        Take marshallers to be built from a manually maintained list
        instead of grepping the sources.

        It's much faster, especially so now that we want to add
        marshallers from WebCore too. A system to only take into account
        the modified files when generating the marshallers from sources
        could be hacked, but I think it's overkill considering how rarely
        a new marshaller is added.

        * GNUmakefile.am:

2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Alexey Proskuryakov.

        [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
        https://bugs.webkit.org/show_bug.cgi?id=24072

        Add options for toggling 3D transforms and HTML5 channel messaging
        support on or off.

        Also fix the web-workers option. It should be web-workers and not workers.

        * configure.ac:

2009-02-23  Xan Lopez  <xan@gnome.org>

        Reviewed by Alexey Proskuryakov.

        https://bugs.webkit.org/show_bug.cgi?id=22624
        [SOUP][GTK] Need API to get SoupSession from WebKit.

        Remove CURL support, the only supported HTTP backend is SOUP now.

        * GNUmakefile.am:
        * configure.ac:

2009-02-19  Christian Dywan  <christian@twotoasts.de>

        Rubber-stamped by Holger Freyther.

        http://bugs.webkit.org/show_bug.cgi?id=22811
        Underlinking in Programs_UnitTests (GTK+ build)

        * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.

2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Holger Freyther.

        Fix symbols.filter location, and add other missing files to the
        autotools build, so that make dist works.

        * GNUmakefile.am:

2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Alexey Proskuryakov.

        https://bugs.webkit.org/show_bug.cgi?id=23939
        Release build being built with debugging symbols

        * configure.ac: Revert change done in revision 40790, since we
        already have a AC_PROG_CXX macro call as part of WEBKIT_INIT

2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Eric Seidel.

        * configure.ac: Make soup the default HTTP backend for the Gtk port.

2009-02-09  Calvin Walton  <calvin.walton@gmail.com>

        Reviewed by Holger Freyther.

        https://bugs.webkit.org/show_bug.cgi?id=23823

        [Gtk] Fix build with recent autotools

        Current versions of automake/libtool don't assume you want C++ enabled
        by default any more, so explicitly check for a C++ compiler.

        * configure.ac: Add AC_PROG_CXX macro

2009-02-02  Christian Dywan  <christian@twotoasts.de>

        Rubber-stamped by Holger Freyther.

        Don't require Geolocation by default.

        * configure.ac:

2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Nikolas Zimmermann.

        [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
        https://bugs.webkit.org/show_bug.cgi?id=22136

        * GNUmakefile.am:
        * acinclude.m4: Removed.
        * autogen.sh:
        * autotools/acinclude.m4: Added.
        * autotools/dolt.m4: Added.
        * autotools/symbols.filter: Renamed from symbols.filter.
        * autotools/webkit.m4: Added.
        * configure.ac:

2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>

        Reviewed by Nikolas Zimmermann.

        [GTK] Implement GeolocationService using the Geoclue library

        https://bugs.webkit.org/show_bug.cgi?id=22022

        Untested implementation of the GeolocationService using the geoclue
        library. Velocity handling is completely missing and the accuracy
        handling might be wrong.

        * GNUmakefile.am:
        * configure.ac:

2009-01-11  Xan Lopez  <xan@gnome.org>

        Reviewed by Holger Freyther.

        Bump version to 1.1.0 since we are breaking ABI and adding new
        major features.

        * configure.ac:

2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>

        Reviewed by Holger Freyther.

        http://bugs.webkit.org/show_bug.cgi?id=16562
        [gtk] Implement WebPolicyDelegate methods

        Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
        Noronha.

        This implements the delegates methods of WebPolicyDelegate.
        Since Gtk+/C doesn't have delegate methods, they are replaced with
        signals.

        A new object WebKitWebPolicyDecision allows the browser to delay its
        response in certain cases. WebKitWebNavigationAction contains the
        information about what caused a navigation request.

        * GNUmakefile.am: Add new files

2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Holger Freyther.

        Use ustar tar format for WebKit/GTK+'s make dist target, so that
        storing files whose filenames are > 99 is possible.

        * configure.ac:

2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>

        [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST

        Fix the jit compilation on i*686 on Linux by using the va_list
        to pass arguments to the CTI. This is done on the MAC as well
        and sunspider and javascriptcore seem to work with that.

        * configure.ac:

2008-12-18  Pamela Greene  <pam@chromium.org>

        Submitted without review.
        Right, remove the whole misplaced directory, not just the tests.

        * fast: Removed.
        * fast/dom: Removed.

2008-12-18  Pamela Greene  <pam@chromium.org>

        Submitted without review.
        Moving layout test into LayoutTests where it belongs.

        * fast/dom/setter-type-enforcement-expected.txt: Removed.
        * fast/dom/setter-type-enforcement.html: Removed.

2008-12-15  Daniel Macks  <dmacks@netspace.org>

        Reviewed by Darin Adler.

        Default to use external libicu-config if avail on all platforms.
        https://bugs.webkit.org/show_bug.cgi?id=22713

        * configure.ac:
2009-03-18 03:13:12 +00:00
abs
97df00a91a Unify all the mozilla projects into using a single Makefile.common and
INSTALL, and put it in seamonkey.
Ensure all build with USE_DESTDIR.
Bump PKGREVISIONs
2009-03-18 00:08:39 +00:00
taca
6cea2fffbc Prevent extra '*.orig' files to be installed.
Bump PKGREVISION.
2009-03-17 11:15:53 +00:00
jmcneill
52a545227b Update gtkhtml314 to 3.26.0.
GtkHTML-3.26.0 2009-03-16
--------------------------

This release has no major features, but just bug fixes & updated translations. See
the individual release NEWS entries for exact bug numbers and fixes.

GtkHTML-3.25.92 2009-03-02
--------------------------

Updated Translations:
	Alexander Shopov (bg)
	Andre Gondim (pt)
	Chao-Hsiung Liao (zh)
	Claude Paroz (fr)
	Clytie Siddall (vi)
	Daniel Nylander (sv)
	Duarte Loreto (pt)
	Gabor Kelemen (hu)
	Gil Forcada (ca)
	Ilkka Tuohela (fi)
	Inaki Larranaga Murgoitio (eu)
	Ivar Smolin (et)
	Jani Monoses (ro)
	Kenneth Nielsen (da)
	Milo Casagrande (it)
	Philip Withnall (en)
	Takeshi AIHANA (ja)
	Theppitak Karoonboonyanan (th)
	Wouter Bolsterlee (nl)

Bug Fixes:
	#549838 : Revert workarounds for HTML entities (Matt McCutchen)
	#569365 : Do not draw a cursor without a window (Milan Crha)
	#570276 : Change Word Wrap accelerator to CtrlK (Matthew Barnes)
	#570728 : Use gtk_show_uri in html-editor (Paweł Zembrzuski)
	#571621 : Replace a g_assert() with g_return_if_fail() (Matthew Barnes)
	#571654 : Clear also primary selection (Milan Crha)
	#571738 : Remove unused libart_lgpl includes (Andre Klapper)

GtkHTML-3.25.90 2009-02-02
--------------------------
Updated Translations:
	Changwoo Ryu (ko)

Bug Fixes:
	#464064 (BNC) : Evolution crashed - pressing ctrl+z (undo) in composer window  (Bharath Acharya)
	#465432 (BNC) : Deleting Text In Table Deletes To End Of String  (Bharath Acharya)
	#532165 : Do not crash when factory gone. (Milan Crha)
	#567697 : Do not strip invalid entities, rather return them back as text. (Denis Pauk)
	#567733 : Handle the "popup-menu" signal. (Matthew Barnes)

GtkHTML-3.25.5 2009-01-19
-------------------------

Updated Translations:
	Hendrik Richter (de)
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)

Bug Fixes:
	#564529 : Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	#565491 : Preserve up to one leading space when parsing HTML. Eliminates strange cut-and-paste behavior when the text segment has leading whitespace (Matthew Barnes)
	#565491 : Preserve leading space only when in the editing mode, otherwise strip it as before. (Milan Crha)
	#565493 : Ignore the action activation if 'ignore_style_change' is set. Means we're moving the cursor around and updating the toolbar. Set 'ignore_style_change' for the duration of the function. Add 'ignore_style_change' counter to the private struct. (Matthew Barnes)
	#566014 : New 'default-transparent' boolean property indicates the default color should be treated as transparent. Set the color swatch color to NULL if the default color was chosen and the 'default-transparent' property is TRUE. Allow color to be NULL. Treat the default color as transparent. Initialize the color combo. (Matthew Barnes)
	#567130 : Use the localization domain when initializing the Glade UI. (Takao Fujiwara)

Other contributions:
	 Bump gtk_minimum_version to 2.14.0 for gtk_show_uri(). (Matthew Barnes)
	 Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	 New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. Call gtkhtml_editor_show_uri() instead of gnome_url_show(). (Matthew Barnes)

GtkHTML-3.25.4 2009-01-05
-------------------------

Bug Fixes:
	#536625: Free the string returned by html_tokenizer_next_token() (Matthew Barnes)
	#552357: Fixes invalid reads and memory usage (Denis Pauk)

Updated Translations:
	Wadim Dziedzic (pl)
	Jorge Gonzalez (es)

GtkHTML-3.25.3 2008-12-15
-------------------------

Bug Fixes:
	#552357: Support http-equiv and set encoding if it exist in http - headers and re-coding resulted query from form (Denis Pauk)
	#553995: Check for NULL return (Matthew Barnes)
	#555388: Do not crash on undo of a table creation (Milan Crha)
	#563841: Refresh the pictogram parser. Use standard icon names for smiley faces and recognize more of them (Matthew Barnes)
	#563841: Replace "insert-face-menu" with "insert-face" and also add it to the HTML toolbar. (Matthew Barnes)

GtkHTML-3.25.2 2008-12-01
-------------------------

Bug Fixes:
       #330452: Automatic spell check suggestions should be first level menu option (Matthew Barnes)
       #338921: crash when the interest in the image left before it was loaded (Milan Crha)
       #555420: IM modules "commit" crash (Stanislav Brabec)
       #562323: Evolution inserts a link incorrectly (Matthew Barnes)
       #472517 (bugzilla.redhat.com): Fast double-click to select word followed by a right click to get
               context menu seems to use previous context (Matthew Barnes)

Updated Translations:
       Jorge Gonzalez (es)

GtkHTML-3.25.1 2008-11-03
-------------------------

Bug Fixes:
	#546155: Update correct index, otherwise it crashes (Milan Crha)
	#548540: Exclude apostrophies from the end of words before passing them to the dictionary. (Matthew Barnes)
	#554326: Ask for clipboard only when have something to store there. (Milan Crha)
	#554424: A word is correct if it's found in ANY dictionary, not ALL. (Matthew Barnes)
	#554849: Add bindtextdomain to set LOCALEDIR (Takao Fujiwara)
	#556239: Recheck spelling when the language selection changes (Matthew Barnes)

Updated Translations:
	Maxim Dziumanenko (uk)
	Gil Forcada (ca)
2009-03-16 11:36:03 +00:00
seb
dc1ca322fc Update from version 5.7018 to version 5.7020.
Approved by MAINTAINER.

Upstream changes:
5.7020  12 Mar 2009
        - Fix errors in FormFu chapter.

5.7019  11 Mar 2009
        - Change from the use of "part" to refer to each .pod file for the
            tutorial in favor of the more intuitive word "chapter."  "Part"
            was just to ambiguous (e.g., does "prior part" refer to the prior
            .pod file or the prior section in the current .pod file).
        - Move use of "load_namespaces" for DBIC from BasicCRUD to
            MoreCatalystBasics
        - Update the "Table of Contents" in Tutorial.pod to match the current
            sections
        - Fix a few typos
2009-03-15 22:00:45 +00:00
jmcneill
5b3b4e5783 Update epiphany-extensions to 2.26.0.
commit 11a007fe15782aa114672bb254d60f6efdcf4d23
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sun Mar 15 13:38:37 2009 +0000

    Really fix ChangeLog rule

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1832 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

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

commit 4cd07a343ac787d36d36d376f3fd7aaf95ccf958
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sun Mar 15 13:15:07 2009 +0000

    Fix ChangeLog generation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1831 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

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

commit ded3b974bb4126141e6a3ba94eff06520b37a807
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sun Mar 15 13:12:23 2009 +0000

    Remove SVN ChangeLog rule

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1830 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

 Makefile.am  |    9 +++------
 configure.ac |   11 -----------
 2 files changed, 3 insertions(+), 17 deletions(-)

commit 4cc417d66cedb8813eddbc561166e5460b484cdb
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sat Mar 14 15:29:19 2009 +0000

    Remove SVN ChangeLog rule; only keep the git one

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1829 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

 Makefile.am |    4 -
 svn2cl.xsl  |  295 -----------------------------------------------------------
 2 files changed, 0 insertions(+), 299 deletions(-)

commit e239c54a5617f43304aa25d31bef5290b2592e6c
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sat Mar 14 15:29:12 2009 +0000

    Version 2.26.0

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1828 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

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

commit 04b4b11165ca542ac72295853a04ab2aa05a75b9
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sat Mar 14 15:28:56 2009 +0000

    Remove filterset.G update button from the UI for now. Bug #565915

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1827 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

 extensions/adblock/adblock.glade |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit d57988bc122c2a3ecca06fc19d5649ba9d0bff4b
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Mon Feb 16 19:20:08 2009 +0000

    Restore ICONDIR variable

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1813 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

 m4/epiphany.m4 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 07011ba82e12ce83d7cbbe00f79b3ac1aa3f41b8
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Mon Feb 16 18:58:33 2009 +0000

    Version 2.25.91

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1812 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

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

commit 2bfd759c62879fd01fbec55c63db32cf1515be6d
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Sun Jan 25 15:48:38 2009 +0000

    Remove engine check.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1803 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

 configure.ac   |   13 -------------
 m4/epiphany.m4 |   14 +++-----------
 2 files changed, 3 insertions(+), 24 deletions(-)

commit a0014ac7281cdd681a16752133737e50435badd2
Author: chpe <chpe@8bf08bfc-de25-0410-bf0f-dff8bc4d630a>
Date:   Tue Jan 13 17:54:12 2009 +0000

    Version update

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany-extensions/branches/gnome-2-24@1799 8bf08bfc-de25-0410-bf0f-dff8bc4d630a

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
2009-03-15 19:16:58 +00:00
jmcneill
7d2cbe94fd Update epiphany to 2.26.0.
commit 12142f18afa611182ff62ae24ef87052ace45e67
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Mar 15 14:37:48 2009 +0100

    Really fix ChangeLog rule

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

commit aea213a5a846d861667ffbbb654df97aec572d80
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 15 13:29:05 2009 +0000

    Remove unauthorised commits

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8896 51c929da-ce25-0410-94ab-cff1d2748b70

 help/ChangeLog.pre-2-23 |    8 ------
 po/ChangeLog.pre-2-23   |   58 -----------------------------------------------
 2 files changed, 0 insertions(+), 66 deletions(-)

commit 127898fef36ce37a7ff05e258e85cb1535b0f07a
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 15 13:15:55 2009 +0000

    Fix ChangeLog generation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8895 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 494270a03f9e4e312410e795880097fcff320a9f
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 15 13:15:48 2009 +0000

    Remove SVN ChangeLog rule

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8894 51c929da-ce25-0410-94ab-cff1d2748b70

 Makefile.am  |   13 ++-----------
 configure.ac |   11 -----------
 2 files changed, 2 insertions(+), 22 deletions(-)

commit 2f316fd391dac79b1410ded654fab1e57c2247b5
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 15 13:15:43 2009 +0000

    Version 2.26.0.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8893 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 80c9a37310ac09fcb229bbadcad541482f49d0a5
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 15 13:15:37 2009 +0000

    Change gecko 1.9.1's weasel version to 3.5

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8892 51c929da-ce25-0410-94ab-cff1d2748b70

 configure.ac |    2 +-
 svn2cl.xsl   |  295 ----------------------------------------------------------
 2 files changed, 1 insertions(+), 296 deletions(-)

commit 4be2229483594caac7baf763dcabbc6661e3e209
Author: pkst <pkst@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 15 06:54:12 2009 +0000

    Updated Greek Translation by Jennie Petoumenou

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8891 51c929da-ce25-0410-94ab-cff1d2748b70

 po/el.po | 1085 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 506 insertions(+), 579 deletions(-)

commit 31e08252370f0b78a9605d80821dd2a3912cbea9
Author: pwithnall <pwithnall@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Mar 14 17:30:27 2009 +0000

    Updated British English translation by Bruce Cowan
    <bcowan@fastmail.co.uk>.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8889 51c929da-ce25-0410-94ab-cff1d2748b70

 po/en_GB.po |  131 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 66 insertions(+), 65 deletions(-)

commit 846326f8fa2cb646335723a9b4549ed50d3b36f8
Author: wadimd <wadimd@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Mar 13 23:23:20 2009 +0000

    Updated Polish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8887 51c929da-ce25-0410-94ab-cff1d2748b70

 po/pl.po | 1688 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 699 insertions(+), 989 deletions(-)

commit 39f430bb3ad9fac1e9a08d9dd9858bf4a521709d
Author: mgiri <mgiri@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Mar 13 13:54:54 2009 +0000

    Added entries for Oriya language Translation updation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8883 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 69e8846fad249bbb4e999000a24865d892dd3d94
Author: mgiri <mgiri@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Mar 13 13:52:55 2009 +0000

    Updated Oriya Translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8882 51c929da-ce25-0410-94ab-cff1d2748b70

 po/or.po | 1560 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 814 insertions(+), 746 deletions(-)

commit 092e44bcd40e463dba62e172fe76d6c75dfacaf2
Author: plaes <plaes@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Mar 13 09:53:00 2009 +0000

    2009-03-13  Priit Laes  <plaes at svn dot gnome dot org>

    	* et.po: Translation updated by Ivar Smolin

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8881 51c929da-ce25-0410-94ab-cff1d2748b70

 po/et.po | 1011 +-------------------------------------------------------------
 1 files changed, 4 insertions(+), 1007 deletions(-)

commit ca7186caa5789d7b894f203268f393f5e8055dab
Author: dnloreto <dnloreto@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Mar 12 23:01:52 2009 +0000

    Duarte Loreto <happyguy_pt@hotmail.com> Fixed an error on the Portuguese translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8879 51c929da-ce25-0410-94ab-cff1d2748b70

 po/pt.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 3d668e895c0862a907490bf049f9fa3780cda1ed
Author: kkrothap <kkrothap@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Mar 12 14:59:14 2009 +0000

    Updated Telugu Translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8875 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 8f7bb3163747c7e4ea6fd4b4da5e0358b65239b2
Author: kkrothap <kkrothap@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Mar 12 14:58:47 2009 +0000

    Updated Changelog entry

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8874 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 6ce1c1889e5c52cbdd3d5198123f77ab6e9f4399
Author: jorgegonz <jorgegonz@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 9 22:10:29 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8868 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    4 ++++
 po/es.po              |   40 ++++++++++++++++++++--------------------
 2 files changed, 24 insertions(+), 20 deletions(-)

commit cb000d2d1f31d5eec4884854a715b706d91d9fbe
Author: runab <runab@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 9 11:37:08 2009 +0000

    Added entry for Bengali India Translation fix

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8864 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 5b8339334420172804e072a357bb83de16435333
Author: runab <runab@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 9 11:36:43 2009 +0000

    Updating Bengali India Translations after an error fix

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8863 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 71041e5e03cf20fead834b9c788fa98682afb2a8
Author: runab <runab@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 9 11:33:55 2009 +0000

    Added entry for Bengali India Translation update

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8862 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit b6e1ea7abaac4d24f0a3bcd78b70223eaa6c164e
Author: runab <runab@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 9 11:33:07 2009 +0000

    Updated Bengali India Translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8861 51c929da-ce25-0410-94ab-cff1d2748b70

 po/bn_IN.po |  226 +++++++++++++++++++----------------------------------------
 1 files changed, 73 insertions(+), 153 deletions(-)

commit f2aa8848d4b26657016da26a6b00c4111d157b7c
Author: miloc <miloc@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 8 21:50:40 2009 +0000

    Updated Italian translation by Francesco Marletta

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8859 51c929da-ce25-0410-94ab-cff1d2748b70

 po/it.po |  172 +++++++++++++++++++-------------------------------------------
 1 files changed, 52 insertions(+), 120 deletions(-)

commit 224d9a1b412ac1d0a4bcd07d86a7da0685a062bc
Author: pmkovar <pmkovar@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 8 17:02:11 2009 +0000

    Updated Czech translation of manual by Lucas Lommer.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8858 51c929da-ce25-0410-94ab-cff1d2748b70

 help/cs/cs.po |   90 +++++++++++++++++++++++----------------------------------
 1 files changed, 36 insertions(+), 54 deletions(-)

commit e34243c1b8594c3e28647e7a617e33cb919c8664
Author: markkr <markkr@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Mar 7 16:04:27 2009 +0000

    Updated Hebrew translation by Yaron Shahrabani

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8856 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    4 +
 po/he.po              |  201 +++++++++++++++++++++++-------------------------
 2 files changed, 100 insertions(+), 105 deletions(-)

commit 55d5ff0cd463103e7635dfbc6defaf4756cb92c8
Author: miloc <miloc@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Mar 6 21:01:40 2009 +0000

    Updated Italian trasnaltion by Sergio Durzu

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8854 51c929da-ce25-0410-94ab-cff1d2748b70

 help/it/it.po | 3352 +++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 2410 insertions(+), 942 deletions(-)

commit 64e66ed0c9f34984e641ad7f594d3b1f06465d7c
Author: sprasad <sprasad@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Mar 5 04:29:10 2009 +0000

    Updated Kannada(kn.po) translations

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8850 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    4 +
 po/kn.po              |  977 +++++++++++++++++++++----------------------------
 2 files changed, 426 insertions(+), 555 deletions(-)

commit 27c388f5f743989d69171f6f13863d285318ec1b
Author: kkrothap <kkrothap@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Wed Mar 4 15:04:59 2009 +0000

    Updated Telugu Translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8847 51c929da-ce25-0410-94ab-cff1d2748b70

 po/te.po |  426 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 213 insertions(+), 213 deletions(-)

commit e72d390b34bc21d2f5def608ce300be61323ec0e
Author: kkrothap <kkrothap@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Wed Mar 4 15:04:29 2009 +0000

    Updated Changelog entry

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8846 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit b790f0a13a268db944de0863c0a880d42e9e543c
Author: kkrothap <kkrothap@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Wed Mar 4 13:53:50 2009 +0000

    Updated Telugu Translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8845 51c929da-ce25-0410-94ab-cff1d2748b70

 po/te.po | 2258 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1148 insertions(+), 1110 deletions(-)

commit df7d9c0de44debc8de1029f4980bfcf138d38eae
Author: kkrothap <kkrothap@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Wed Mar 4 13:53:19 2009 +0000

    Updated Changelog entry

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8844 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit a3329f1335b35e8fac97bd841bb3bddda92e69f5
Author: hendrikr <hendrikr@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 2 20:07:44 2009 +0000

    Updated German translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8839 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 8e666bc3dac293cf6612212ae73b9299d694a1f7
Author: mgiri <mgiri@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Mar 2 07:32:50 2009 +0000

    Updated Oriya Translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8834 51c929da-ce25-0410-94ab-cff1d2748b70

 po/or.po | 2177 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1229 insertions(+), 948 deletions(-)

commit aed1215a89fa0ba8128322faa9083784cf7ee3e6
Author: pwithnall <pwithnall@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Mar 1 16:50:40 2009 +0000

    Updated British English documentation translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8830 51c929da-ce25-0410-94ab-cff1d2748b70

 help/en_GB/en_GB.po | 3165 ++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 2250 insertions(+), 915 deletions(-)

commit d451f9726afe2b2350d8d5c03d20dd483c6647a4
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 28 00:18:59 2009 +0000

    Try again to fix gecko 1.9.1 build. Bug #565669

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8822 51c929da-ce25-0410-94ab-cff1d2748b70

 plugins/desktop-file/plugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 93292db56954d44ca229bd71e4efeed4c7b291dd
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Feb 23 13:28:08 2009 +0000

    Another NULL check for bug #572810

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8812 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 70bdf3646ec1963349c778c396ff71c21a5871d9
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Feb 22 18:59:37 2009 +0000

    Update year.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8804 51c929da-ce25-0410-94ab-cff1d2748b70

 src/window-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b97055ebe8cf8734b72a81275a1057cf7f132563
Author: pmkovar <pmkovar@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 21 23:49:03 2009 +0000

    Updated Czech translation of manual by Lucas Lommer.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8799 51c929da-ce25-0410-94ab-cff1d2748b70

 help/cs/cs.po |   68 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 33 insertions(+), 35 deletions(-)

commit c6210a443e17ee21235348dfc395bb4c33c55466
Author: aihana <aihana@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 21 15:59:50 2009 +0000

    2009-02-22  Takeshi AIHANA <takeshi.aihana@gmail.com>

            * ja.po: Fixed wrong translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8798 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    4 +
 po/ja.po              |  168 ++++++++++++++++++++++++-------------------------
 2 files changed, 86 insertions(+), 86 deletions(-)

commit f2b4802f4705c539f01ab4d9c9496ace703091c2
Author: dnylande <dnylande@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Feb 19 19:47:23 2009 +0000

    sv.po: Updated Swedish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8795 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 74d44897fbdcb39a8cbbf503ab39547101d00425
Author: dnylande <dnylande@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Feb 19 16:38:24 2009 +0000

    sv.po: Updated Swedish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8793 51c929da-ce25-0410-94ab-cff1d2748b70

 help/sv/sv.po | 1167 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 625 insertions(+), 542 deletions(-)

commit 57d5a39b4b1ffdd3ab53a0d418092050c1b4b94e
Author: dooteo <dooteo@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Feb 17 15:51:09 2009 +0000

    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

    	* eu/figures/: Added image in Basque language. Images are:
    		ephy-addressbar-smartbookmark-screenshot.png
    		ephy-bookmarkbar-smartbookmark-screenshot.png
    		ephy-history-window-screenshot.png
    		ephy-screenshot.png



    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8790 51c929da-ce25-0410-94ab-cff1d2748b70

 help/ChangeLog.pre-2-23                            |    8 ++++++++
 .../ephy-addressbar-smartbookmark-screenshot.png   |  Bin 0 -> 4323 bytes
 .../ephy-bookmarkbar-smartbookmark-screenshot.png  |  Bin 0 -> 1564 bytes
 help/eu/figures/ephy-history-window-screenshot.png |  Bin 59287 -> 23684 bytes
 help/eu/figures/ephy-screenshot.png                |  Bin 145670 -> 58773 bytes
 5 files changed, 8 insertions(+), 0 deletions(-)

commit 37e671c0c4ccc7d5a11cc027906b4625891dbcb6
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Feb 16 18:51:04 2009 +0000

    Explicitly set the API version

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8788 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 7ca028716df19274835725a62319560526bbae3e
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Feb 16 18:50:59 2009 +0000

    Version 2.25.91

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8787 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit ddd60614b45709060dbb5ae24f4e5b287e1a7585
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Feb 16 18:50:28 2009 +0000

    Add backward compat engine definition

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8786 51c929da-ce25-0410-94ab-cff1d2748b70

 data/epiphany.pc.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 872e076cb3b75623f67cdd0a0bc779c2e9b0cea3
Author: dooteo <dooteo@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Feb 16 12:05:28 2009 +0000

    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

    	* eu.po: Updated Basque translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8785 51c929da-ce25-0410-94ab-cff1d2748b70

 help/eu/eu.po | 2439 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1526 insertions(+), 913 deletions(-)

commit a7ebb77e38a7c378b0f2d39af98e992204d8393b
Author: jorgegonz <jorgegonz@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 14 13:47:27 2009 +0000

    Updated Spanish translation, fixes bug #569457


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8782 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    4 +
 po/es.po              |  278 ++++++++++++++++++++++++++-----------------------
 2 files changed, 150 insertions(+), 132 deletions(-)

commit ca192e8dabd82d7e265ca7528d9dbe9956087316
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 7 18:56:43 2009 +0000

    More 1.9.1 build fixes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8766 51c929da-ce25-0410-94ab-cff1d2748b70

 plugins/desktop-file/plugin.cpp |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 0daef0404298f487912c29bdb67a5d5b9ef26fd4
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 7 18:28:45 2009 +0000

    Fix gecko 1.9.1 check

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8765 51c929da-ce25-0410-94ab-cff1d2748b70

 m4/gecko.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 91a5eb6a8e8f3c940040c87e86a455cc79272599
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 7 18:06:20 2009 +0000

    Try to fix the build with gecko 1.9.1

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8764 51c929da-ce25-0410-94ab-cff1d2748b70

 embed/mozilla/EventContext.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cf89446f01ddcbcd4572186ffe9e2dcdcc1baead
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Feb 7 17:52:15 2009 +0000

    Yet another mozilla API change

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8763 51c929da-ce25-0410-94ab-cff1d2748b70

 plugins/desktop-file/plugin.cpp |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 08df712743bd919e0f71d03847f4a727ace8b3e7
Author: chliao <chliao@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Feb 3 06:28:37 2009 +0000

    2.25.5


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8748 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    5 +
 po/zh_HK.po           | 1238 ++++++++++++++++++++++++------------------------
 po/zh_TW.po           | 1236 ++++++++++++++++++++++++------------------------
 3 files changed, 1242 insertions(+), 1237 deletions(-)

commit 16545ae1c38bc330a52f397a05ad197fb20c1304
Author: dooteo <dooteo@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Thu Jan 29 11:45:15 2009 +0000

    2009-01-29  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

            * eu.po: Fixed [Bug 569546] New: wrong gconf key value translations in Epiphany.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8743 51c929da-ce25-0410-94ab-cff1d2748b70

 po/ChangeLog.pre-2-23 |    4 +
 po/eu.po              |  213 ++++++++++++++++++++++++++-----------------------
 2 files changed, 116 insertions(+), 101 deletions(-)

commit b631c5e31a99b303612b913dd310a2dc8be1265a
Author: jovanna <jovanna@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Wed Jan 28 23:31:34 2009 +0000

    2009-01-29 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Bug fix for #569552.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8738 51c929da-ce25-0410-94ab-cff1d2748b70

 po/mk.po |  130 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 74 insertions(+), 56 deletions(-)

commit e2339ee11e28957d554f7c25acc14b4ce9ca1df2
Author: gforcada <gforcada@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 26 07:35:43 2009 +0000

    Added Pashto translation on behalf of Zabeeh Khan

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8732 51c929da-ce25-0410-94ab-cff1d2748b70

 po/LINGUAS |    1 +
 po/ps.po   | 4342 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4343 insertions(+), 0 deletions(-)

commit 2252995b66f04b46f26c83f2f20e63a861c65da9
Author: aklapper <aklapper@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Jan 24 17:39:20 2009 +0000

    2009-01-24  Andre Klapper  <a9016009@gmx.de>

    	* help/de/de.po: Updated German translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8730 51c929da-ce25-0410-94ab-cff1d2748b70

 help/de/de.po |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 88fe83e39e77e2bfad8e1229cab305e11e06b90e
Author: aklapper <aklapper@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Jan 24 17:32:16 2009 +0000

    2009-01-24  Andre Klapper  <a9016009@gmx.de>

    	* de.po: Updated German translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8729 51c929da-ce25-0410-94ab-cff1d2748b70

 po/de.po |  141 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 69 insertions(+), 72 deletions(-)

commit a4e37b299092114e6d91785214e37e504e23debd
Author: xan <xan@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Jan 23 18:00:19 2009 +0000

    Update EggEditableToolbar from trunk.


    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8725 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/egg/egg-editable-toolbar.c |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

commit 64a0060a4b069e83c83450b40c8e0a08633ab6e9
Author: xan <xan@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Jan 23 17:32:42 2009 +0000

    Do not use 'gtk-action' object data to get the associated GtkAction
    for a widget.

    It's an implementation detail and will go away soon. Use documented
    APIs instead.



    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8724 51c929da-ce25-0410-94ab-cff1d2748b70

 src/bookmarks/ephy-bookmarks-ui.c |    8 ++++----
 src/bookmarks/ephy-topic-action.c |    6 +++---
 src/ephy-window.c                 |    4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 99e654a55101fa74fc8e92524e4dc5f18d274715
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Wed Jan 21 20:05:37 2009 +0000

    Remove obsolete variable

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8713 51c929da-ce25-0410-94ab-cff1d2748b70

 data/epiphany.pc.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 4a97c7b39bcb2ee06d6e9013b2f097bafac0937a
Author: gns <gns@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 20 15:46:58 2009 +0000

    Avoid adding problematic search terms with spaces

    Adding spaces to the end of the location bar was adding bad search
    terms. This fixes it.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8711 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 5a3a013b80753f5734cdfa63362613241f44b551
Author: gns <gns@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 20 15:46:46 2009 +0000

    Handle end of line correctly on location bar search

    This change fixes the last character of the last search term being cut
    off by special casing the end of the line.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8710 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit a977bc9a64ef6c9dbf8daab600d76d7c5f7b85c5
Author: gns <gns@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 20 00:35:13 2009 +0000

    Implement multiple keyword-based AND-search for the location bar

    Bug #568101

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8707 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |  154 ++++++++++++++++++++++++++++++-------
 lib/widgets/ephy-location-entry.h |    2 +-
 src/ephy-location-action.c        |   28 +++++--
 3 files changed, 148 insertions(+), 36 deletions(-)

commit c173c4f333cb2f911da9d955172eef961fc8ecb2
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 19 23:18:07 2009 +0000

    Include a bookmark indication in the woohoo bar

    If the result shown in the row is a bookmark, the epiphany bookmark icon
    will be drawn to the right of it.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8704 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |   42 ++++++++++++++++++++++++++++++++++++-
 src/ephy-completion-model.c       |   17 +++++---------
 src/ephy-location-action.c        |    2 -
 3 files changed, 47 insertions(+), 14 deletions(-)

commit 727ecab1e8658d72a345f64cee3a5e9e3b659b15
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 19 23:17:54 2009 +0000

    Bump GTK+ requirement to 2.15.1

    Otherwise the woohoo bar will fail horribly due to a bug in completion popup
    sizing in GTK+.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8703 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 8d81fa73015c99d9fc8e6b54e93da56508d3a6b3
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 19 23:17:41 2009 +0000

    Turn the location bar into the woohoo bar

    Enhance the completion popup by showing a two line cell containing the favicon,
    the title of the page and the url.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8702 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |  109 +++++++++++++++++++++++++------------
 src/ephy-completion-model.c       |   16 ++----
 2 files changed, 80 insertions(+), 45 deletions(-)

commit 2755deb401ac781f79d652c3cd9d30cbe843eea1
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 19 17:23:41 2009 +0000

    Remove invalid po files from LINGUAS

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8701 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 6f73edc5b8bd97fdafb3a50e081c0134e7292a21
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 13 21:55:24 2009 +0000

    Real fix for the previous commits. Urgh.

    Make ephy_location_entry_set_match_func directly pass the user_data received
    (as it should be), and pass an EphyLocationEntry to it in
    ephy-location-action.c

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8691 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |    2 +-
 src/ephy-location-action.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6f390c48677c00745af5c2c653f789d4c59eff03
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 13 21:48:50 2009 +0000

    Fix for previous commit

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8690 51c929da-ce25-0410-94ab-cff1d2748b70

 lib/widgets/ephy-location-entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 23d8ac6af44388445932763044eb398f0ab12278
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 13 21:40:53 2009 +0000

    Remove useless LocationEntryAction struct

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8689 51c929da-ce25-0410-94ab-cff1d2748b70

 src/ephy-location-action.c |   30 +++++-------------------------
 1 files changed, 5 insertions(+), 25 deletions(-)

commit a90ebe61b9f18a384107d20488b087b311dee6af
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 13 18:16:34 2009 +0000

    Check text_table for nullity before unrefing it in resolver_found_cb.

    Bug #565452

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8687 51c929da-ce25-0410-94ab-cff1d2748b70

 src/bookmarks/ephy-bookmarks.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 7a0066fa318e0d032404df00c8336db09532efe0
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 13 18:16:30 2009 +0000

    Version update after branch.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8686 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 665ead079f4d82231f4f77976292c6e5542f7e09
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Tue Jan 13 17:51:17 2009 +0000

    Branching for 2.26

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-26@8684 51c929da-ce25-0410-94ab-cff1d2748b70

commit 4bd661b8e8120d42c67c5559e53bab296270b7f5
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 12 19:30:17 2009 +0000

    More spring cleaning

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8681 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 331a4c3a1973b55e171c347e9f88c9af6d2f3919
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 12 19:22:58 2009 +0000

    Spring cleaning.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8679 51c929da-ce25-0410-94ab-cff1d2748b70

 Makefile.am                                        |    4 -
 configure.ac                                       |   77 +-
 doc/reference/Makefile.am                          |   16 -
 doc/reference/tmpl/ephy-embed.sgml                 |    1 -
 embed/Makefile.am                                  |   18 +-
 embed/ephy-embed-factory.c                         |   36 -
 embed/webkit/Makefile.am                           |   27 -
 embed/webkit/webkit-embed-find.c                   |  107 --
 embed/webkit/webkit-embed-find.h                   |   57 -
 embed/webkit/webkit-embed-persist.c                |   77 -
 embed/webkit/webkit-embed-persist.h                |   60 -
 embed/webkit/webkit-embed-prefs.c                  |  159 --
 embed/webkit/webkit-embed-prefs.h                  |   33 -
 embed/webkit/webkit-embed-single.c                 |  371 -----
 embed/webkit/webkit-embed-single.h                 |   55 -
 embed/webkit/webkit-embed.c                        |  600 -------
 embed/webkit/webkit-embed.h                        |   58 -
 embed/webkit/webkit-history-item.c                 |   97 --
 embed/webkit/webkit-history-item.h                 |   58 -
 embed/xulrunner/AUTHORS                            |    2 -
 embed/xulrunner/COPYRIGHT                          |    6 -
 embed/xulrunner/ChangeLog-preEphy                  |  548 -------
 embed/xulrunner/HACKING                            |   10 -
 embed/xulrunner/MAINTAINERS                        |    2 -
 embed/xulrunner/Makefile.am                        |   12 -
 embed/xulrunner/PLAN                               |   26 -
 embed/xulrunner/STATUS                             |    2 -
 embed/xulrunner/TODO                               |    1 -
 embed/xulrunner/bindings/Makefile.am               |    7 -
 embed/xulrunner/bindings/python/Makefile.am        |   62 -
 .../xulrunner/bindings/python/gnomegeckoembed.defs |  294 ----
 .../bindings/python/gnomegeckoembed.override       |   19 -
 .../bindings/python/gnomegeckoembedmodule.c        |   29 -
 embed/xulrunner/bindings/python/test.py            |   32 -
 embed/xulrunner/components/ContentHandler.cpp      |  481 ------
 embed/xulrunner/components/ContentHandler.h        |   81 -
 embed/xulrunner/components/EphyAboutModule.cpp     |  724 ---------
 embed/xulrunner/components/EphyAboutModule.h       |   65 -
 embed/xulrunner/components/EphyContentPolicy.cpp   |  244 ---
 embed/xulrunner/components/EphyContentPolicy.h     |   76 -
 embed/xulrunner/components/EphyHistoryListener.cpp |  170 --
 embed/xulrunner/components/EphyHistoryListener.h   |   49 -
 embed/xulrunner/components/EphyRedirectChannel.cpp |   32 -
 embed/xulrunner/components/EphyRedirectChannel.h   |   50 -
 embed/xulrunner/components/EphySidebar.cpp         |  161 --
 embed/xulrunner/components/EphySidebar.h           |   66 -
 embed/xulrunner/components/FilePicker.cpp          |  453 ------
 embed/xulrunner/components/FilePicker.h            |   62 -
 .../components/GeckoCookiePromptService.cpp        |  160 --
 .../components/GeckoCookiePromptService.h          |   43 -
 .../components/GeckoFormSigningDialog.cpp          |  158 --
 .../xulrunner/components/GeckoFormSigningDialog.h  |   42 -
 embed/xulrunner/components/GeckoPrintService.cpp   |  714 --------
 embed/xulrunner/components/GeckoPrintService.h     |   54 -
 embed/xulrunner/components/GeckoPrintSession.cpp   |  629 --------
 embed/xulrunner/components/GeckoPrintSession.h     |   94 --
 embed/xulrunner/components/GeckoPromptService.cpp  |  907 -----------
 embed/xulrunner/components/GeckoPromptService.h    |   48 -
 .../xulrunner/components/GeckoSpellCheckEngine.cpp |  200 ---
 embed/xulrunner/components/GeckoSpellCheckEngine.h |   52 -
 embed/xulrunner/components/GlobalHistory.cpp       |  221 ---
 embed/xulrunner/components/GlobalHistory.h         |   68 -
 .../components/GtkNSSClientAuthDialogs.cpp         |  284 ----
 .../xulrunner/components/GtkNSSClientAuthDialogs.h |   45 -
 embed/xulrunner/components/GtkNSSDialogs.cpp       | 1695 --------------------
 embed/xulrunner/components/GtkNSSDialogs.h         |   61 -
 .../xulrunner/components/GtkNSSKeyPairDialogs.cpp  |  216 ---
 embed/xulrunner/components/GtkNSSKeyPairDialogs.h  |   45 -
 .../components/GtkNSSSecurityWarningDialogs.cpp    |  285 ----
 .../components/GtkNSSSecurityWarningDialogs.h      |   83 -
 embed/xulrunner/components/Makefile.am             |  104 --
 embed/xulrunner/components/MozDownload.cpp         |  824 ----------
 embed/xulrunner/components/MozDownload.h           |  153 --
 .../xulrunner/components/MozRegisterComponents.cpp |  330 ----
 embed/xulrunner/components/MozRegisterComponents.h |   28 -
 embed/xulrunner/data/Makefile.am                   |    2 -
 embed/xulrunner/data/gnome-gecko-embed.pc.in       |   11 -
 embed/xulrunner/embed/EphyBrowser.cpp              | 1612 -------------------
 embed/xulrunner/embed/EphyBrowser.h                |  223 ---
 embed/xulrunner/embed/EphyDirectoryProvider.cpp    |  101 --
 embed/xulrunner/embed/EphyDirectoryProvider.h      |   37 -
 embed/xulrunner/embed/EphyFind.cpp                 |  222 ---
 embed/xulrunner/embed/EphyFind.h                   |   60 -
 embed/xulrunner/embed/EphyHeaderSniffer.cpp        |  441 -----
 embed/xulrunner/embed/EphyHeaderSniffer.h          |   95 --
 embed/xulrunner/embed/EphySingle.cpp               |  394 -----
 embed/xulrunner/embed/EphySingle.h                 |   67 -
 embed/xulrunner/embed/EventContext.cpp             | 1105 -------------
 embed/xulrunner/embed/EventContext.h               |   78 -
 embed/xulrunner/embed/Makefile.am                  |   57 -
 embed/xulrunner/embed/mozilla-download.cpp         |  313 ----
 embed/xulrunner/embed/mozilla-download.h           |   61 -
 embed/xulrunner/embed/mozilla-embed-event.cpp      |  221 ---
 embed/xulrunner/embed/mozilla-embed-event.h        |   74 -
 embed/xulrunner/embed/mozilla-embed-find.cpp       |  198 ---
 embed/xulrunner/embed/mozilla-embed-find.h         |   57 -
 embed/xulrunner/embed/mozilla-embed-persist.cpp    |  416 -----
 embed/xulrunner/embed/mozilla-embed-persist.h      |   63 -
 embed/xulrunner/embed/mozilla-embed-single.cpp     | 1389 ----------------
 embed/xulrunner/embed/mozilla-embed-single.h       |   57 -
 embed/xulrunner/embed/mozilla-embed.cpp            | 1271 ---------------
 embed/xulrunner/embed/mozilla-embed.h              |   66 -
 embed/xulrunner/embed/mozilla-notifiers.cpp        | 1257 ---------------
 embed/xulrunner/embed/mozilla-notifiers.h          |   58 -
 embed/xulrunner/src/EmbedContentListener.cpp       |  159 --
 embed/xulrunner/src/EmbedContentListener.h         |   63 -
 embed/xulrunner/src/EmbedEventListener.cpp         |  183 ---
 embed/xulrunner/src/EmbedEventListener.h           |  102 --
 embed/xulrunner/src/EmbedProgress.cpp              |  224 ---
 embed/xulrunner/src/EmbedProgress.h                |   63 -
 embed/xulrunner/src/EmbedStream.cpp                |  311 ----
 embed/xulrunner/src/EmbedStream.h                  |   79 -
 embed/xulrunner/src/EmbedWindow.cpp                |  467 ------
 embed/xulrunner/src/EmbedWindow.h                  |   97 --
 embed/xulrunner/src/EmbedWindowCreator.cpp         |  108 --
 embed/xulrunner/src/EmbedWindowCreator.h           |   51 -
 embed/xulrunner/src/GeckoBrowser.cpp               |  676 --------
 embed/xulrunner/src/GeckoBrowser.h                 |  159 --
 embed/xulrunner/src/GeckoSingle.cpp                |  122 --
 embed/xulrunner/src/GeckoSingle.h                  |   97 --
 embed/xulrunner/src/Makefile.am                    |  132 --
 embed/xulrunner/src/gecko-dom-event-internal.h     |   28 -
 embed/xulrunner/src/gecko-dom-event-private.h      |   38 -
 embed/xulrunner/src/gecko-dom-event.cpp            |   78 -
 embed/xulrunner/src/gecko-dom-event.h              |   40 -
 embed/xulrunner/src/gecko-embed-marshal.list       |   10 -
 embed/xulrunner/src/gecko-embed-private.h          |   54 -
 embed/xulrunner/src/gecko-embed-signals.h          |   82 -
 embed/xulrunner/src/gecko-embed-single-private.h   |   59 -
 embed/xulrunner/src/gecko-embed-single.cpp         |  182 ---
 embed/xulrunner/src/gecko-embed-single.h           |   88 -
 embed/xulrunner/src/gecko-embed-types.h            |  118 --
 embed/xulrunner/src/gecko-embed.cpp                | 1029 ------------
 embed/xulrunner/src/gecko-embed.h                  |  151 --
 embed/xulrunner/src/gecko-init-internal.h          |   30 -
 embed/xulrunner/src/gecko-init-private.h           |   33 -
 embed/xulrunner/src/gecko-init.cpp                 |  372 -----
 embed/xulrunner/src/gecko-init.h                   |   35 -
 embed/xulrunner/tests/Makefile.am                  |   30 -
 embed/xulrunner/tests/TestGtkEmbedNotebook.cpp     |   49 -
 embed/xulrunner/tests/testgeckoembed.cpp           | 1145 -------------
 embed/xulrunner/utils/AutoJSContextStack.cpp       |   48 -
 embed/xulrunner/utils/AutoJSContextStack.h         |   41 -
 embed/xulrunner/utils/AutoWindowModalState.cpp     |   43 -
 embed/xulrunner/utils/AutoWindowModalState.h       |   38 -
 embed/xulrunner/utils/EphyBadCertRejector.cpp      |   68 -
 embed/xulrunner/utils/EphyBadCertRejector.h        |   36 -
 embed/xulrunner/utils/EphyUtils.cpp                |  203 ---
 embed/xulrunner/utils/EphyUtils.h                  |   66 -
 embed/xulrunner/utils/GeckoUtils.cpp               |   87 -
 embed/xulrunner/utils/GeckoUtils.h                 |   34 -
 embed/xulrunner/utils/Makefile.am                  |   43 -
 embed/xulrunner/utils/ggeAutoModalDialog.cpp       |  189 ---
 embed/xulrunner/utils/ggeAutoModalDialog.h         |   70 -
 embed/xulrunner/utils/ggeAutoSurvivalArea.cpp      |   42 -
 embed/xulrunner/utils/ggeAutoSurvivalArea.h        |   44 -
 m4/gecko.m4                                        |    2 +-
 m4/libxul.m4                                       |  566 -------
 src/Makefile.am                                    |   31 +-
 xulapp/application.ini.in                          |   18 -
 160 files changed, 6 insertions(+), 31633 deletions(-)

commit 5c0236781adf5ea69ec0bcfa6f71d313a2c2680b
Author: tkaroonb <tkaroonb@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Mon Jan 12 08:47:50 2009 +0000

    2009-01-12  Theppitak Karoonboonyanan  <thep@linux.thai.net>

    	* th.po: Updated Thai translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8676 51c929da-ce25-0410-94ab-cff1d2748b70

 po/th.po |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

commit c18f11139525d4eecef3dee964681834ac29f3d1
Author: diegoe <diegoe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sun Jan 4 21:01:27 2009 +0000

    Fix bookmark import of ff3 files

    ff3 now has some extra stuff in their .html files, so the importer is not
    always working, the regexp has been improved to fix this.
    Patch by Wouter Bolsterlee. Fixes bug #552997.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8669 51c929da-ce25-0410-94ab-cff1d2748b70

 src/bookmarks/ephy-bookmarks-import.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 04cbfb27ab21cc16ae68e3f0911c26c15873134f
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Fri Jan 2 12:55:52 2009 +0000

    Set the weasel version to 3.1 when using gecko 1.9.1.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8660 51c929da-ce25-0410-94ab-cff1d2748b70

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

commit 2397b1c352e66eef998a3b4aa23217d942487190
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Dec 27 12:09:26 2008 +0000

    Be extra safe.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8646 51c929da-ce25-0410-94ab-cff1d2748b70

 embed/mozilla/EventContext.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a0f73f7b6b0bb43bbcab4002433875c1b6fe843c
Author: chpe <chpe@51c929da-ce25-0410-94ab-cff1d2748b70>
Date:   Sat Dec 27 12:06:02 2008 +0000

    More gecko 1.9.1 fixes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8645 51c929da-ce25-0410-94ab-cff1d2748b70

 embed/mozilla/EventContext.cpp |   27 ++++++++++++++++++++++-----
 m4/gecko.m4                    |   11 +++++++++++
 2 files changed, 33 insertions(+), 5 deletions(-)
2009-03-15 19:15:45 +00:00
taca
14765b1def Update www/typolight-translations package to 20090312.
Update French translation was updated.
2009-03-14 03:59:37 +00:00
taca
4eecbd943c Update www/typolight package to 2.6.7.
* pkgsrc change: add additional Japanese translations for tinyMCE.

* Quote from release announce:

The maintenance release fixes the issue with relative links in
newsletters not being converted correctly, the issue with ampersands
in square brackets not being decoded everywhere and two issues with
infinitely recurring events.  It also includes an important patch to
prevent protected pages with no groups assigned from showing up in
search results.

Searching protected pages

If your website contains protected pages that are not assigned to a
group (grant access to any authenticated user), these pages might show
up in search results if indexing of protected pages is allowed.  It is
not possible for unauthenticated users to access these pages, though.

See http://dev.typolight.org/query?milestone=TYPOlight+2.6.7 for fixed bugs.
2009-03-14 03:56:56 +00:00
hasso
a311fcc69b Make it compile on DragonFly (and probably on some other systems). 2009-03-12 13:31:48 +00:00
rhaen
c04563a0a6 - updated to 5.7018
ChangeLog:
5.7018  8 Mar 2009
        - Add a new section to BasicCRUD covering more advanced features of
            DBIC ("EXPLORING THE POWER OF DBIC")
        - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
            the tutorial (all code and examples updated and tested to match)
        - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
            in favor of a "chained and model-based" approach
        - More conversion to Chained dispatch
        - Suggestions and fixes with thanks to mintywalker@gmail.com
        - DBIC-related updates in MoreCatalystBasics
        - Fix misplaced "=over 4" in previous release
        - Reword warning about not using GET for delete based on input from kd
        - Lots of other small adjustments

5.7017  28 Feb 2009
        - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
        - Add some "getting started" links to the Catalyst::Manual page
        - Change FormFu tutorial to not use deprecated methods (Del Merritt)
        - MoreCatalystBasics - Additional clarification about TTSite
          (Del Merritt)
        - Tutorial::Authorization - Corrects the ACL for "/books/delete"
                                  - Additional comments
          (Del Merritt)
        - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
          might now proceed, having completed the Tutorial. (Del Merritt)
        - Fix typo in Authorization section (RT #42091)
        - Fix typo in BasicCRUD (RT #42034)
        - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
        - Fix DBIC create for MySQL in Appendix (Jarom)
        - Misc minor updates

5.7016  28 Dec 2008
        - Updates to make Parts 8 & 9 run correctly
        - Adjust URLs for final config tarballs
        - Add note about changes across different C::Devel on how plugins enabled
        - Misc minor updates

5.7015  15 Dec 2008
        - Remove TTSite from Tutorial (thanks to dhoss for the help)
        - Update Tutorial for Ubuntu 8.10 (therefore update to
          Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
        - Reorganize MoreCatalystBasics.pod so user is able to run
          the app the first time much earlier and build on it from
          there (running the app each time along the way)
        - Update URL for latest copy in SVN to match new location of repo
        - Misc typo fix
        - Change use of Class::C3 to MRO::Compat, as rafl tells me
          this is best practice, and gives you native next::method in
          5.10. (t0m)
2009-03-09 20:34:09 +00:00
rhaen
180f9895d5 - updated to 4.21
ChangeLog:
4.21 Sat Jan 3, 2009

    [FEATURES]
    - This now works:
            $webapp->query($new_query_object);
      Setting a new query object can be useful in combination with
      CGI::Application::Server.  (Jaldhar Vyas)

    [DOCUMENTATION]
    - More typo fixes (Lyle)

4.20 Sat Nov 1, 2008

    [DOCUMENTATION]
    - typo fix (Lyle)

4.19_1 Fri Sep 27, 2008

    [FEATURES]
    - New 'html_tmpl_class' method allows you to specify an alternative
      HTML::Template class. This technique will eliminate the need to use
      a plugin for HTML::Template-compatible classes. See the docs
      for load_tmpl() for details.

      Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for
      documentation refinements.

    [DOCUMENTATION]
    - typo fix (George Hartzell)
    - Revert back to documenting the use of "$self", not $c, after community
      feedback.

    [INTERNALS]
    - Change how default run modes are declared for better compatibility
      with AutoRunmode and RunmodeDeclare plugins. Thanks Rhesa via RT#39631.
2009-03-09 20:29:24 +00:00
uebayasi
96bad86d75 _EMACS_VERSION_NOREV is no more. Use _EMACS_VERSION_MAJOR.
Pointed out & patch submitted by Aleksey Cheusov.  Thanks!
2009-03-09 15:05:30 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
apb
78a4768bf4 Add share/squid to INSTALLATION_DIRS, so it gets created explicitly with
mode 755 instead of implicitly with whatever mode is implied by the
umask.

Bump PKGREVISION for squid27 and squid30 packages.
2009-03-08 11:39:23 +00:00
tnn
9ec7e2281b 26 is not valid for PYTHON_VERSIONS_ACCEPTED until Python 2.6 is added
to pkgsrc. (breaks bulk build)
2009-03-07 21:31:08 +00:00
tnn
765382e8fc Spell SUBDIR correctly. 2009-03-07 18:41:11 +00:00
tnn
e5580d67d3 fix invalid dependency patterns 2009-03-07 16:26:16 +00:00
jnemeth
93968b8b66 add and enable ap-scgi, ap2-auth-mellon, and py-scgi 2009-03-07 02:24:32 +00:00
ghen
5e31b9484a Fix PLIST: sqlite3 dir no longer installed since using pkgsrc sqlite. 2009-03-06 08:37:02 +00:00
snj
3c0adf2090 +PKG_DESTDIR_SUPPORT= user-destdir 2009-03-06 00:06:28 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00
tron
b7a073f47e Update "firefox" package to version 3.0.7. Changes since version 3.0.6:
- Fixed several security issues.
- Fixed several stability issues.
- Official releases for the Estonian, Kannada and Telugu languages are
  now available.
- Items in the "File" menu show as inactive after using the "Print" item
  from that menu - switching to a new tab restores them (bug 425844).
  This issue has been fixed.
- For some users, cookies would appear to go “missing” after a few days
  (bug 444600).
- Mac users of the Flashblock add-on, experienced an issue where sound
  from the Flash plug-in would continue to play for a short time after
  closing a tab or window (bug 474022).
- Fixed several issues related to accessibility features.
2009-03-05 15:44:02 +00:00
tron
7a9358a924 Update "curl" package to version 7.19.4. Changes since version 7.19.3:
Changes:
 - Added CURLOPT_NOPROXY and the corresponding --noproxy
 - the OpenSSL-specific code disables TICKET (rfc5077) which is enabled
   by default in openssl 0.9.8j
 - Added CURLOPT_TFTP_BLKSIZE
 - Added CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC -
   with the corresponding curl options --socks5-gssapi-service and
   --socks5-gssapi-nec
 - Improved IPv6 support when built with with c-ares >= 1.6.1
 - Added CURLPROXY_HTTP_1_0 and --proxy1.0
 - Added docs/libcurl/symbols-in-versions
 - Added CURLINFO_CONDITION_UNMET
 - Added support for Digest and NTLM authentication using GnuTLS
 - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 to retry the CWD
   even when MKD fails
 - GnuTLS initing moved to curl_global_init()
 - Added CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS
Bugfixes:
 - missing ssh.obj in VS makefiles
 - FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in
   Turkish locale
 - realms with quoted quotation marks in HTTP Digest headers
 - VC9 makefiles are now really included
 - multi interface memory leak with CURLMOPT_MAXCONNECTS set
 - CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
   CURLOPT_NOBODY set true
 - memory leak on some libz errors for content encodings
 - NSS-enabled build is repaired
 - superfluous wait in SFTP downloads removed
 - FTP with the multi interface no longer kills the control connection
   as easily on transfer failures
 - compilation halting when using VS2008 to build a Windows 2000 target
 - ease creation of libcurl Mac OS X Framework
 - CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD
   are -1 if unknown
 - Negotiate proxy authentication
 - CURLOPT_INTERFACE and CURLOPT_LOCALPORT used together

This update fixes the security problem reported in CVE-2009-0037.
2009-03-04 14:47:01 +00:00
kleink
37322a939f Update www/drraw to 2.2b2.
Changes since 2.2b1 [2008-10-06]:
- Added pnp4nagios awareness (courtesy of Jeremy Jacquier-Roux).
- Dashboards weren't always sorted.
- Updated logic to prevent Data Source Templates from skipping too many files.
- It wasn't possible to add a numeric DS (reported by Jeremy Jacquier-roux).
- Removed compatibility reporting code.
2009-03-04 13:19:36 +00:00
jmcneill
6df1f62eb5 + libproxy 2009-03-04 02:11:44 +00:00
jmcneill
6d85a75ca5 Import libproxy version 0.2.3.
libproxy is a library that provides automatic proxy configuration management.

libproxy offers the following features:

    * extremely small core footprint (< 35K)
    * no external dependencies within libproxy core (libproxy plugins may
      have dependencies)
    * only 3 functions in the stable external API
    * dynamic adjustment to changing network topology
    * a standard way of dealing with proxy settings across all scenarios
    * a sublime sense of joy and accomplishment
2009-03-04 02:11:07 +00:00
manu
9f05418770 Add missing version in package names 2009-03-03 10:53:15 +00:00
manu
2f598b667e The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is a standard for applications to interface with
HTTP servers. It is similar to FastCGI but is designed to be easier
to implement.

This package provide SCGI for Apache
2009-03-03 10:13:34 +00:00
manu
be6555ac2e The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is a standard for applications to interface with
HTTP servers. It is similar to FastCGI but is designed to be easier
to implement.
2009-03-03 10:13:10 +00:00
manu
b3f713f0fe mod_auth_mellon is a authentication module for apache. It authenticates
the user against a SAML 2.0 IdP, and and grants access to directories
depending on attributes received from the IdP.
2009-03-02 16:47:42 +00:00
wiz
162964ac78 Update to 2.2.4:
Sun Mar  1 02:12:14 GMT 2009  - surfraw 2.2.4

  * New elvi:
    + ntrs, scicom, springer - Thanks to Wim Van Hoydonck.
    + urban - Thanks to J. R. Mauro.
    + aur - Thanks to René Reigel.
  * excite: fixed.
  * cite: changed to use citeseerx.ist.psu.edu, the old
    citeseer is no longer being updated.
  * amazon: fixed; updated categories.
2009-03-01 14:57:33 +00:00
taca
0bdefe6a49 Update typolight-translations package to 20090226.
- Update Czech translation.
2009-03-01 06:18:21 +00:00
adrianp
58a7a6fa53 Update to 3.2.3
Add documentation
v3.2.3   (Jan Wolter - Feb 26, 2009)
-----------------------------------------------
 * Added GroupExternalError directive, which allows you to specify the
   HTTP error code to be returned if the group access check fails.
   Defaut is 401, but you may want to return 403 if you want to show the
   user an error page instead of asking him to login again.  Thanks to
   Peter Crawshaw <pcrawshaw@mta.ca> for this patch.
 * In hopes of getting to a more consistantly named set of directives,
   added new aliases for two old directives:
      GroupExternalAuthoritative    alias for    AuthzExternalAuthoritative
      GroupExternalManyAtOnce       alias for    AuthExternalGroupsAtOnce
   Documentation updated to refer primarily to the new names.

v3.2.2   (Jan Wolter - Dec 1, 2008)
-----------------------------------------------
 THIS RELEASE UPDATES DOCUMENTATION ONLY!
 * Improved documentation of AuthExternalContext directive in the INSTALL
   file.
 * Added documentation to the UPGRADE file on interactions between multiple
   Require directives.
2009-03-01 01:28:17 +00:00
adrianp
2e05b4d6e7 This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-003 - Local file inclusion on Windows

In addition to this security vulnerability, the following bugs have been fixed since the 6.9 release:

    * - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
    * #310863 by bangpound, dboulet, catch, lee20: Locale variable results in locale module install, so skip adding empty variable when not needed.
    * #275796 by Gribnif, Damien Tournoud, Dave Reid, vaish: module_list() should set its static variable to NULL instead of unset()-ing it, so it does not retain its value
    * #328110 by marcingy, swentel, Damien Tournoud, pwolanin, David_Rothstein: the link argument is passed by reference to menu_link_save(), so avoid overwriting local variables in menu_enable().
    * #62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag.
    * #220559 by eMPee584, Desbeers, Damien Tournoud: only ever add the active class to links in l() and theme_links(), if the language was set and is the current language or if the language was not set on the link
    * #365183 by Eaton: node_feed() did not use the same API functions as node_view() did, so custom fields were missing from the output
    * #356721 by c960657, Dave Reid: remove static caching of the clean URLs setting in url() to help automated tests; the setting is cached through variable_get(), which however allows altering of the setting
    * #290282 by kratib, jvandyk, ainigma32: Only track/limit the recursive invocations of actions_do(), instead of tracking/limiting them all.
    * #320395 by qutoz, swentel: Set node format to 0 in node_submit() if the body was turned off to avoid a minor notice.
    * #359918 by Dave Reid: database.inc documents the 'unique key' key, while it should be 'unique keys'
    * #152098 by hunthunthunt, mgifford, Dave Reid: add 'for' attribute to 'label' tags on checkboxes and radio buttons, even if the 'label' wraps the element - accessibility best practice
    * #314286 backport of some of #229129 by assimonds: disbaled checkboxes did not receive their values properly from the default value set
    * #243524 by christefano, chx: our phpinfo page was very limited; give all info possible instead
    * #203323 by JirkaRybka, robertgarrigos, lilou, thePanz, c960657, sun: move the LANGUAGE_* constants to bootstrap.inc and remove several defined() checks on them now that they are always defined
    * #276174 by nbz, John Morahan, slightly modified: do not escape username more then once at multiple places in blog.module
    * #310768 by bob_hirnlego, cdale: missing primary table and field specification in db_rewrite_sql() when called from taxonomy_overview_terms()
    * #363262 by catch, chx: in Drupal 6, the url_alias table introduced a language column, but did not extend its index to that; though queries are formed on src and language
    * #326210 by AlexisWilke, grendzy, jhedstrom: Take the menu item in its first submission and menu_nodeapi() by reference, so that any modifications of the item in the saving process will carry over to other submit handlers; making itpossible to write modules extending menu item manipulation
    * - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory limit is unlimited.
    * #337162 by midkemia and ainigma32: keep the Drupal 5 menu items descriptions when upgrading to Drupal 6
    * - Patch #381438 by drumm: do not use page cache for drupal.sh requests.
    * #109588 by fago, cdale: use the existing user account objects instead of arg() checks, as well as fix use of where it should be
    * #296082 by jandd, stefanor, nigel: avoid table aliasing in UPDATE query in system_update_6001() since PostreSQL does not support that
    * #376408 by ajevans85, pwolanin: Prevent an empty anchor tag and parenthesis appearing in the output for the search index in search_nodeapi()
    * #383724 by Heine, bjaspan: SA-CORE-2009-003
2009-02-28 16:11:20 +00:00
adrianp
16d9acedec This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-004 Drupal core - Local file inclusion on Windows

In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:

    * #124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
    * #360038 by sun. Documentation improvement.
    * #179244 by tangent: line break filter operates on object element.
    * #62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag.
2009-02-28 16:10:23 +00:00
wiz
58a3420586 Bump PKGREVISION for libevent ABI bump. 2009-02-27 22:53:46 +00:00
wiz
24ad85fe03 Update to 3.24.5:
GtkHTML-3.24.5 2009-02-25
-------------------------

Bug Fixes:
#569365 : Do not draw a cursor without a window. (Milan Crha)
#570276 : Change Word Wrap accelerator to CtrlK, since CtrlBackspace
doesn't work apparently. (Matthew Barnes)
#571621 : Replace a g_assert() with g_return_if_fail(). (Matthew
Barnes)
2009-02-27 17:52:02 +00:00
tron
6c86dfe8e5 Remove obsolete comment. 2009-02-25 22:05:40 +00:00
tron
727e6c0d5a Provide a new startup script based on a patch supplied by Roy Marples:
1.) On platforms which provide "/etc/rc.subr" we use its process id check
    to figure out when Apache actually has been stopped.
2.) On other platforms we just implement "restart" by "stop and a 10 second
    delay followed by "start". If you want a better fix for please submit
    a bug report to the Apache project.

This finally fixes PR pkg/39713.
2009-02-25 15:39:38 +00:00
taca
09e86f2f99 Update typolight-translations to 20090223.
* Update Ukrainian translation which catch up to TYPOlight 2.6.6.
* Add a missing translation to Japanese.
2009-02-25 12:36:19 +00:00
cube
53612ffcc6 Shut up pkglint about $(...). What do I care about Solaris, though? 2009-02-24 17:53:03 +00:00
cube
45b07b70b8 - Drop maintainership
- Add USE_DESTDIR support, with a very hackish way of working around apxs's
  limitations.  I'm sure someone will be bothered enough adding the proper
  feature to apxs, but in the meantime...
2009-02-24 17:51:10 +00:00
wiz
ae61ba2196 Drop maintainership. 2009-02-24 16:15:22 +00:00
markd
f57323cff3 Remove calls to LWP::Debug as they have been deprecated in p5-libwww.
Bump PKGREVISION.
2009-02-24 10:53:02 +00:00
imil
13f9fdb385 add & enable p5-WordPress-XMLRPC 2009-02-23 21:04:17 +00:00
imil
837540fd67 The Perl 5 module WordPress::XMLRPC provides an API to WordPress's XML-RPC
services. It is not meant to be fast, it is meant to be convenient.

OK'd by seb@
2009-02-23 20:57:49 +00:00
he
4805baeb1e Update from version 0.012 to 0.015.
...despite some self-tests still not succeeding.

Upstream changes:

0.015   27 Jan 2009
        * fix IE-related bugs in JS (extra commas, IE idiosyncrasies)

0.014   26 Jan 2009
        * tweek text for Add button in rel mgr to say 'Reassign' if a o2m
          relationship
        * add Config::General to reqs
        * LiveGrid title comes from object_class (or object_class->moniker if
          defined) rather than controller class name.

0.013   14 Jan 2009
        * fix undef warnings in html escape.
        * remove old crud/yui_related_datatable_js.tt
        * fix console js bug evidenced with new Firebug release
2009-02-22 18:15:33 +00:00
he
e845774f0e Update from version 0.05nb1 to 0.06.
Pkgsrc changes:
 o Canonicalize HOMEPAGE

Upstream changes:

0.06    28 Jan 2009
        - die when Cache::FastMmap::set() returns false value (RT #33667)
        - patch from ton.voon@altinity.com to pass unlink_on_exit option
          to Cache::FastMmap
        - correctly set storage path from config rather than default - karman
        - clean up temp files after tests
2009-02-22 17:43:41 +00:00
he
f684d30b14 Update from version 0.02nb1 to 0.03.
Pkgsrc changes:
 o Canonicalize HOMEPAGE using http://search.cpan.org/dist/
 o Adjust dependencies (add p5-MRO-Compat)

Upstream changes:

0.03
        - Fix tests to work with tightened up $c->model in 5.71
        - Switch from NEXT to MRO::Compat for method redispatch
2009-02-22 17:39:15 +00:00
he
becaf2be7d Update from version 0.09nb2 to 0.10.
Pkgsrc changes:
 o Adjust dependencies, add p5-MRO-Compat

Upstream changes:

0.10    2009-02-08
        - POD addition.
        - Switch from NEXT to MRO::Compat
2009-02-22 17:33:10 +00:00
he
de21a14314 Update from version 1.19nb1 to 1.20.
Pkgsrc changes:
 o Adjust dependencies to account for new requirements
 o Move some dependencies into BUILD_DEPENDS, since they're
   only required for "make test".

Upstream changes:

0.20 2009-02-05
        - No code changes since 0.19_01 dev release.
        - Add IDEAS.txt which is an irc log of discussion about the
          next-generation session plugin from discussion on #catalyst-dev
        - Remove TODO file, which is no longer relevant.

0.19_01 2009-01-09
        - Switch from using NEXT to Class::C3 for method re-dispatch.
        - Use shipit to package the dist.
        - Switch to Module::install.
        - Flash data is now stored inside the session (key "__flash") to avoid
          duplicate entry errors caused by simultaneous select/insert/delete of
          flash rows when using DBI as a Store. (Sergio Salvi)
        - Fix session finalization order that caused HTTP responses to be sent
          before the session is actually finalized and stored in its Store.
          (Sergio Salvi)
2009-02-22 17:27:46 +00:00
he
7fd7590ca4 Update from version 1.08nb1 to 1.10.
Upstream changes:

1.10    2009-02-05 15:04
        - fix a bug in created helper scripts that prevened them working (rjbs)

1.09    2009-02-04 23:57
        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
        - Fix warning when devel is not installed.

1.09    2009-02-04 23:57
        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
        - Fix warning when devel is not installed.
2009-02-22 17:15:21 +00:00
wiz
c2f538f882 Update to 1.66, convert to user-destdir.
1.65 Fri Dec  2 15:43:32 EST 2005
	- At the request of JPCERT/CC, the internal non-public tracking number
	(JPCERT#96622935) has been replaced in the Changelog with the public
	vulnerability number (JVN#30451602) for the cross-site scripting
	vulnerability originally fixed in version 1.63.

1.64 Mon Nov 21 13:15:17 EST 2005
	- Removed extraneous version numbers.

1.63 Mon Nov 14 16:37:15 EST 2005
	- Fixed cross-site scripting bug reported by JPCERT/CC Vulnerability Handling Team <vuls@jpcert.or.jp>
		[JVN#30451602] (originally reported by Kiyotaka Dohmae at IIJ)

1.62 Fri Jun 11 09:51:32 EDT 2004
	- Patches from Scott Lawrence to support an audit log.

1.61
	- Patches from Peter Marschall to support flexible DBMS searches.
	- Patch from Andrew Hollenbeck to catch filesystem errors during commits of text files.

1.59	Fri May 31 19:03:45 EDT 2002
	-Fix to MD5 hash config in UserAdmin.pm.  CGI interface was
	never working with MD method.  Patch provided by Jarrod Teale.
2009-02-22 16:13:45 +00:00
wiz
bcae6a6572 Update to 5.825:
Zefram (1):
      Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
2009-02-22 15:50:25 +00:00
martti
6a8153dfc7 Updated www/mediawiki to 1.13.5
This is a maintenance release which corrects some bugs in the installer,
introduced during the hasty security release of 1.13.4. It is not
necessary to upgrade if you do not intend on using the installer.
2009-02-22 11:58:57 +00:00
ahoka
92989735d3 Also depend on fontconfig to have antialised fonts without tweaking. 2009-02-22 11:54:23 +00:00
imil
ada9c3f2c1 add & enable ap22-vhost-ldap 2009-02-21 16:05:06 +00:00
imil
7479ccb40c mod-vhost-ldap is an Apache 2.2 module for storing and configuring
Virtual Hosts from LDAP.  It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses it's caching capabilities
and can be used with threaded apache.
2009-02-21 15:59:20 +00:00
taca
212996b0a2 Comment out lines related to zope33 which dosen't exist package.
Add commentd out zope34.

I'm not sure that Zope 3.x could be handled same as Zope 2.x packages
(or it is better way to go or not.)
2009-02-21 15:26:47 +00:00
wiz
3deb9177a9 Update to 5.824:
2009-02-13  Release 5.824

Gisle Aas (7):
      Make format_request() ensure that it returns bytes [RT#42396]
      Force bytes in all the format_* methods.
      Ignore Sitemap: lines in robots.txt [RT#42420]
      Refactor; use variable to hold the test port
      Add redirects method to HTTP::Message
      Setting $ua->max_redirect(0) didn't work [RT#40260]
      Convert files to UTF-8

Zefram (2):
      HTTP::Cookies destructor should not clobber $! and other globals.
      Deal with the Encode module distributed with perl-5.8.0

Ian Kilgore (1):
      Avoid failure if 127.0.0.1:8333 is in use [RT#42866]

Ville Skyttä (1):
      Documentation improvements, spelling fixes.



2008-12-05  Release 5.823

Gisle Aas (4):
      Bring back the LWP::Debug code [RT#41759]
      Add documentation section about 'Network traffic monitoring'.
      Typo fixes
      Want to ensure we get a single value back here.
2009-02-21 14:04:05 +00:00
wiz
f5ea3c583d Update to 3.60:
2009-02-09  Release 3.60

Ville Skytta (5):
      Spelling fixes.
      Test multi-value headers.
      Documentation improvements.
      Do not terminate head parsing on the <object> element (added in HTML 4.0).
      Add support for HTML 5 <meta charset> and new HEAD elements.

Damyan Ivanov (1):
      Short description of the htextsub example

Mike South (1):
      Suppress warning when encode_entities is called with undef [RT#27567]

Zefram (1):
      HTML::Parser doesn't compile with perl 5.8.0.
2009-02-21 14:00:02 +00:00
wiz
ec64ab209b Update to 7.19.3:
This release adds CURLAUTH_DIGEST_IE and vc9 makefiles and has
around 30 bugfixes.
2009-02-21 13:38:37 +00:00
taca
255f582c14 Update Latvian translation catched up to TYPOlight 2.6.6. 2009-02-21 07:29:24 +00:00
adrianp
8ea727c597 Fix build on OpenSolaris 2009-02-20 23:21:26 +00:00
gdt
ab69127f5d Trac 0.11.3 contains a number of bug fixes and minor enhancements.
Highlights in 0.11.3
--------------------
 * Compatibility with Python 2.6 (#7876, #7458)
 * PostgreSQL db backend improvement (#4987, #7600)
 * Highlighting of search results is more robust (#7324, #7830)
 * Unicode related fixes (#7672, #7959, #7845, #7935, #8024)
 * Fixed Trac link rendering in ReST (#7712)
2009-02-19 14:49:13 +00:00
taca
0e9c43642c Update distinfo to match current DISTFILES. 2009-02-19 02:38:05 +00:00
abs
7a97e86e86 Strip out -fomit-frame-pointer if passed in cflags 2009-02-18 10:51:40 +00:00
abs
a69fca257d +p5-Template-Provider-Encoding 2009-02-18 10:27:10 +00:00
abs
a49c076509 Added www/p5-Template-Provider-Encoding version 0.10
Template::Provider::Encoding is a Template Provider subclass to
decode template using its declaration. You have to declare encoding
of the template in the head (1st line) of template using (fake)
encoding TT plugin. Otherwise the template is handled as utf-8.
2009-02-18 10:26:49 +00:00
abs
4bce6c0175 p5-Catalyst-Engine-JobQueue-POE 2009-02-17 15:08:17 +00:00
abs
53ae7ed5ed Added www/p5-Catalyst-Engine-JobQueue-POE version 0.0.3
Catalyst is an elegant web application framework, extremely flexible
yet extremely simple. It's similar to Ruby on Rails, Spring (Java)
and Maypole, upon which it was originally based.

This is a Catalyst Engine implementing a job queue with POE. It
allows the launching of HTTP requests to the application at
predetermined moments in time and the subsequent capturing of
response to a logfile or an email address.
2009-02-17 15:07:42 +00:00
adrianp
a7408414c1 Add in optional support for Unicode - no change from the defaults 2009-02-16 21:02:26 +00:00
adrianp
9828174f1b settings.php not default.settings.php is the correct CONF_FILE
Update drupal.conf based on .htaccess supplied with tarball
PKGREVISION++
2009-02-16 20:55:54 +00:00
joerg
307656193e DESTDIR support. 2009-02-16 19:44:28 +00:00
joerg
22d7bc5b88 Supports DESTDIR 2009-02-16 19:38:27 +00:00
joerg
ecf7feebf8 DESTDIR support 2009-02-16 19:12:00 +00:00
joerg
bb32d16556 DESTDIR support 2009-02-16 19:03:18 +00:00
drochner
77999763b7 -update to 1.4.24
changes:
 -Flash is now stripped from feed content per default
 -Added preference option to allow Flash in feed content
 -Fixes cross compilation issue with configure.ac
 -translation updates
-allow to build against gtkhtml also on 64-bit platforms. gtkhtml is
 rather buggy, but since liferea doesn't like the gecko version of
 firefox2 anymore, and our firefox3 pkg is too hacked up to be usable
 for embedding this is the only choice atm
-improve my patch for 64-bit time_t so that it should be good enough
 for upstream (if there only was a working mailing list to report to)
tested by Steve Bellovin (assuming no news are good news)
2009-02-16 17:34:17 +00:00
joerg
1334ca1285 Fix Maintainer. DESTDIR support 2009-02-16 13:53:45 +00:00
joerg
c904cd4f55 Supports DESTDIR. 2009-02-16 13:19:00 +00:00
wiz
648d192360 Convert to user-destdir. 2009-02-16 12:04:01 +00:00
rillig
94b48d7d82 QNX needs a little compatibility patch. 2009-02-15 23:14:40 +00:00
adrianp
f8de9c43ff +apache-tomcat6 2009-02-14 12:02:48 +00:00
adrianp
01c1be3786 Apache Tomcat 6.x is the current focus of development. It builds upon the
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1
specifications. In addition to that, it includes the following improvements:

* Memory usage optimizations
* Advanced IO capabilities
* Refactored clustering

While we're here make a number of improvements based on the old 5.5.x pkg:
- Use MASTER_SITE_APACHE
- Default to running as an unprived user
- Use a more standard rc.d script
- Cleaner pkg_delete operation based on standard files/dirs that change
2009-02-14 12:02:08 +00:00
abs
5efb037900 Add PKG_DESTDIR_SUPPORT - release maintainership 2009-02-13 22:37:02 +00:00
abs
5bb7195d61 Add PKG_DESTDIR_SUPPORT 2009-02-13 22:24:14 +00:00
abs
dc268aa8fb Switch to using INSTALLATION_DIRS 2009-02-13 22:00:12 +00:00
abs
913e82e503 Add PKG_DESTDIR_SUPPORT, relinquish maintainership 2009-02-13 21:38:17 +00:00
abs
956936cad4 Add PKG_DESTDIR_SUPPORT 2009-02-13 21:36:08 +00:00
abs
80560f814d +p5-Catalyst-View-Mason 2009-02-13 21:35:27 +00:00
abs
8e8552039b Added www/p5-Catalyst-View-Mason version 0.16
A view base class for Catalyst using HTML::Mason
2009-02-13 21:35:07 +00:00
adrianp
96aaf76a4a Use ${MASTER_SITE_APACHE}
Use .tar.gz DISTFILE
2009-02-13 20:21:28 +00:00
abs
2037f57e0c Remove broken import of p5-Catalyst-Plugin-Authentication-Credential-Password
Its part of Catalyst-Plugin-Authentication
2009-02-13 17:03:07 +00:00
abs
6c152f84da Fix RPC-XML version DEPEND 2009-02-13 16:57:11 +00:00
abs
da0391910d +p5-Catalyst-Plugin-Server + p5-Catalyst-Plugin-Authentication-Credential-Password 2009-02-13 16:54:51 +00:00
abs
9d6da7a3d1 Added www/p5-Catalyst-Plugin-Authentication-Credential-Password version 0.10010
THIS IS A COMPATIBILITY SHIM to allow old configurations of Catalyst
Authentication to work without code changes.
2009-02-13 16:53:29 +00:00
abs
e52111ed6d Added www/p5-Catalyst-Plugin-Server version 0.24
Base plugin for XMLRPC and SOAP server.

XMLRPC Plugin for Catalyst which we tried to make compatible with
the way Catalyst works with URLS. Main features are:

    * Split XMLRPC methodNames by STRING to find out Controller.
    * Single entrypoint for XMLRPC calls, like http://host.tld/rpc
    * DispatchTypes (attributes) which work much the same as Catalyst attrs
    * XMLRPC Parameter handling transparent to Catalyst parameter handling
2009-02-13 16:51:59 +00:00
adrianp
4beb48ad88 Instead of depending on the entire JDK just for 'jar', in the build process
add a BUILD_DEPENDS for archivers/fastjar
PKGREVISION++
2009-02-13 15:28:46 +00:00