Age | Commit message (Collapse) | Author | Files | Lines |
|
- If option "suexec" is used we must manually build the binary because
the top level makefile doesn't do that. This fixes PR pkg/41141
by Anton Blajev.
- Move the handling of the "all-shared" option into "options.mk" and
don't use a seperate package list that will cause failure to remove
the "lib/httpd" directory on deinstallation.
|
|
(marked experimental, but works for me on i386)
|
|
changes: minor fixes and cleanup
|
|
Changes since 2.1.1:
* Allow metal to live in plugins #2045 [Matthew Rudy]
* Added metal [Josh Peek]
* Remove script/performance/request in favour of the performance
integration tests. [Pratik Naik]
* Add a rake task to apply a template to an existing application :
rake rails:template LOCATION=~/template.rb [Pratik Naik]
* Add "-m/--template" option to Rails generator to apply a template to
the generated application. [Jeremy McAnally]
* Extracted the process scripts (inspector, reaper, spawner) into the
plugin irs_process_scripts [David Heinemeier Hansson]
* Changed Rails.root to return a Pathname object
* Added view path support for engines [David Heinemeier Hansson]
* Added that config/routes.rb files in engine plugins are
automatically loaded (and reloaded when they change in dev mode)
[David Heinemeier Hansson]
* Added app/[models|controllers|helpers] to the load path for plugins
that has an app directory (go engines ;)) [David Heinemeier Hansson]
* Add config.preload_frameworks to load all frameworks at
startup. Default to false so Rails autoloads itself as it's
used. Turn this on for Passenger and JRuby. Also turned on by
config.threadsafe! [Jeremy Kemper]
* Add a rake task to generate dispatchers : rake
rails:generate_dispatchers [Pratik Naik]
* "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by
default now. Please use "--with-dispatchers" option if you need
them. [Yaroslav Markin, Pratik Naik]
* Added rake rails:update:application_controller to renamed
application.rb to application_controller.rb -- included in rake
rails:update so upgrading to 2.3 will automatically trigger it #1439
[kastner]
* Added Rails.backtrace_cleaner as an accessor for the
Rails::BacktraceCleaner instance used by the framework to cut down
on backtrace noise and config/initializers/backtrace_silencers.rb to
add your own (or turn them all off) [David Heinemeier Hansson]
* Switch from Test::Unit::TestCase to ActiveSupport::TestCase. [Jeremy Kemper]
* Added config.i18n settings gatherer to config/environment,
auto-loading of all locales in config/locales/*.rb,yml, and
config/locales/en.yml as a sample locale [David Heinemeier Hansson]
* BACKWARDS INCOMPATIBLE: Renamed application.rb to
application_controller.rb and removed all the special casing that
was in place to support the former. You must do this rename in your
own application when you upgrade to this version [David Heinemeier
Hansson]
* Fixed plugin generator so that generated unit tests would subclass
ActiveSupport::TestCase, also introduced a helper script to reduce
the needed require statements #1137 [Mathias Meyer]
* Update Prototype to 1.6.0.3 [sam]
* Fixed that sqlite would report "db/development.sqlite3 already
exists" whether true or not on db:create #614 [Antonio Cangiano]
* Added config.threadsafe! to toggle allow concurrency settings and
disable the dependency loader [Josh Peek]
* Turn cache_classes on by default [Josh Peek]
* Added configurable eager load paths. Defaults to app/models,
app/controllers, and app/helpers [Josh Peek]
* Introduce simple internationalization support. [Ruby i18n team]
* Make script/plugin install <plugin> -r <revision> option work with
git based plugins. #257. [Tim Pope Jakub Kuźma]. Example:
* Added Rails.initialized? flag [Josh Peek]
* Make rake test:uncommitted work with Git. [Tim Pope]
* Added Thin support to script/server. #488 [Bob Klosinski]
* Fix script/about in production mode. #370 [Cheah Chu Yeow, Xavier
Noria, David Krmpotic]
* Add the gem load paths before the framework is loaded, so certain
gems like RedCloth and BlueCloth can be frozen.
* Fix discrepancies with loading rails/init.rb from gems.
* Plugins check for the gem init path (rails/init.rb) before the
standard plugin init path (init.rb) [Jacek Becela]
* Changed all generated tests to use the test/do declaration style
[David Heinemeier Hansson]
* Wrapped Rails.env in StringInquirer so you can do
Rails.env.development? [David Heinemeier Hansson]
* Fixed that RailsInfoController wasn't considering all requests local
in development mode (Edgard Castro) [#310 state:resolved]
|
|
changes.
Serf 0.3.0 [2009-01-26, r1216]
Support LTFLAGS override as a config-time env. variable (Issue 44)
Fix CUTest test harness compilation on Solaris (Issue 43)
Fix small race condition in OpenSSL initialization (Issue 39)
Handle content streams larger than 4GB on 32-bit OSes (Issue 41)
Fix test_ssl.c compilation with mingw+msys.
Fix conn close segfault by explicitly closing conn when pool is destroyed.
Expose the depth of the SSL certificate so the validator can use that info.
Fix socket address family issue when opening a connection to a proxy.
Provide new API to take snapshots of buckets.
Implement snapshot API for simple and aggregate buckets.
Build with bundled apr and apr-util VPATH builds.
Build with bundled OpenSSL builds.
Serf 0.2.0 [2008-06-06, r1188]
Enable use of external event loop: serf_create_context_ex.
Enable adding new requests at the beginning of the request queue.
Handle 'Connection:close' headers.
Enable limiting the number of outstanding requests.
Add readline function to simple buckets.
Concatenate repeated headers using comma as separator, as per RFC 2616,
section 4.2. (Issue 29)
Add proxy server support.
Add progress feedback support. (Issue 11)
Provide new API to simplify use of proxy and progress feedback support.
Add callback to validate SSL server certificates. (Issue 31)
Add new test framework.
Send current version string in the test programs (Issue 21)
Bugfixes:
Fix segfault with epoll when removing a NULL socket.
Reset OpenSSL thread-safety callbacks when apr_terminate() called.
Do not remove the socket from the pollset on pool cleanup.
Do not issue double close on skt w/second one being close(-1) (Issue 33)
|
|
Fix oversight in dns patch.
|
|
(It will included in TYPOlight 2.7.)
Bump PKGREVISION.
|
|
changes:
-bugfixes
-translation updates
|
|
|
|
|
|
|
|
Specifically, this fixes the build of dependent packages (like net/libsoup24)
under Linux, which attempt (and fail) to link in -ldb4 as requested by
${PREFIX}/lib/libproxy.la.
|
|
This is a stable release which includes many enhancements but no major
new features. The most prominent improvement is support for keep-alive
connections.
Also add a patch to deal with non-availability of gethostbyname_r()
on NetBSD -- privoxy then uses gethostbyname() in a mutexed section,
effectively single threading DNS lookup. This is extremely annoying when
running into DNS timeouts. Hack around it by implementing functionality
using getaddrinfo().
|
|
Remove comment about checking subversion for neon > 0.27 as 0.28.3 is
in fact the prefered version for the current subversion.
Several years of bug fixes.
|
|
|
|
Initiall packaged by shinden@linux.pl and then hacked by me
WordPress is a state-of-the-art publishing platform with a focus on
aesthetics, web standards, and usability.
|
|
Trac-0.11.3.ja1 (Mar 15, 2009)
* Merge Trac-0.11.3
* Change data type of default reports from `str` to `unicode`
- trac/db_default.py
* Fixes timezone when download zipfile from repository.
- trac/versioncontrol/web_ui/changeset.py
Trac 0.11.3 (February 15, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.3
Trac 0.11.3 contains a number of bug fixes and minor enhancements.
The following list contains only a few highlights:
Bug fixes:
* 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)
Minor improvements:
* Custom fields can now contain wiki text (#1791)
* A few usability and documentation improvements (#8000, #8004, #8016)
|
|
Security update for MFSA2009-12 and MFSA2009-13.
|
|
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
- fix a number of bugs in various modules
- if-modifed-since handling for mod_compress
- disabled SSLv2 by default
|
|
- Add a Colorful Tabs extension
- Support downloading with WebKitGTK+ 1.1.3
- Load and save settings of extensions
- Drop internal source view
|
|
infrastructure supports this properly (thanks joerg!).
|
|
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
files, not over and over again.
|
|
* pkgsrc update: simplify pre-install rule.
* Update Romanian translation.
|
|
Upstream changes:
2009-03-19 Dave Cross <dave@dave.org.uk>
* Build.PL: Remove signing
* commit 419bb82c70ba9b1a89fd0cbb400eb3491365c8d1
2009-03-19 Dave Cross <dave@dave.org.uk>
* t/shorl.t: Fixed typo
* commit e79a2979eb1182ba91b6b795bcab7504f5b229cf
2009-03-19 Dave Cross <dave@dave.org.uk>
* Build.PL: Bump version number.
* commit 4ff0cab5349a8d811be19dc14348db74c6173445
2009-03-19 Dave Cross <dave@dave.org.uk>
* t/tinyurl.t: Fixed TinyURL tests.
* commit c8a91370779b108b1f778b06ca3b0b31844e132b
|
|
|
|
Security fixes in this version:
MFSA 2009-10 Upgrade PNG library to fix memory safety hazards
MFSA 2009-09 XML data theft via RDFXMLDataSource and cross-domain redirect
MFSA 2009-07 Crashes with evidence of memory corruption (rv:1.9.0.7)
For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.15/
|
|
not run as it requires a newer version of GTK+ 2.x than supported by the
suse_gtk2 package.
|
|
|
|
|
|
|
|
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-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:
|
|
INSTALL, and put it in seamonkey.
Ensure all build with USE_DESTDIR.
Bump PKGREVISIONs
|
|
Bump PKGREVISION.
|
|
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)
|
|
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
|
|
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(-)
|
|
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(-)
|
|
Update French translation was updated.
|
|
* 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.
|
|
|
|
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)
|
|
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.
|
|
Pointed out & patch submitted by Aleksey Cheusov. Thanks!
|