Subject: CVS commit: pkgsrc/www/epiphany-extensions
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/22/2005 16:26:48
Module Name: pkgsrc
Committed By: jmmv
Date: Tue Mar 22 16:26:48 UTC 2005
Modified Files:
pkgsrc/www/epiphany-extensions: Makefile PLIST distinfo
Log Message:
Update epiphany-extensions to 1.6.0:
=========================
Epiphany Extensions 1.6.0
=========================
Changes
* Enable extension description translations.
* Make sure mozilla is started before setting the prefs
* Sync headers with Epiphany
* Implement Metadata tab in Page Info dialogue
* Don't start off-line if NetworkManager is unavailable
Contributors:
Christian Persch and Jean-François Rameau, and the translators
Frank Arnold (de), Adam Weinberger (en_CA) and Gabor Kelemen (hu).
=========================
Epiphany Extensions 1.5.8
=========================
Changes
* Fix build for sh != bash [Grzegorz Golawski, #167011]
* Adapt to mozilla API change
* Improved Find extension
* Ref the tray icon [#163819]
* Destroy open "Add to sidebar" dialogues when unloading the extension [#156523]
* Don't activate find bar when pressing Space [#167415]
* Focus links while finding
* Disable gestures while print preview mode [Jean-François Rameau]
Contributors:
Grzegorz Golawski, Christian Persch and Jean-François Rameau; and the
translators David Lodge (en_GB), Francisco Javier F. Serrador (es),
Francesco Marletta (it), Takeshi AIHANA (ja), Changwoo Ryu (ko),
Reinout van Schouwen (nl), Estêvão Samuel Procópio (pt_BR) and
Marcel Telka (sk).
=========================
Epiphany Extensions 1.5.7
=========================
New extensions
* "Actions" extension, written by Jean-Yves Lefort
* "Net Monitor" extension, written by Jean-François Rameau
(experimental; requires Epiphany compiled with --enable-dbus)
Changes
* Implement EphyExtension's attach_window/detach_window interface
instead of simulating them
* Fix LOG() statements in non-gcc varargs case
* Updated HOWTO to include some Python
* Add missing QI in page info helper
* Remove tooltip from window [#166010]
* Better error dialog when command failed in actions extension
Contributors to this release: Adam Hooper, Jean-Yves Lefort, Christian Persch,
Jean-François Rameau, and the translators Rostislav Raykov (bg),
Miloslav Trmac (cs), Frank Arnold (de), Adam Weinberger (en_CA),
Francisco Javier F. Serrador (es), Takeshi AIHANA (ja), Žygimantas Beručka (lt),
Reinout van Schouwen (nl) and Marcel Telka (sk).
=========================
Epiphany Extensions 1.5.6
=========================
New extensions
* 'Find' extension adds a find-bar.
This extension is experimental and will crash or hang your browser.
* 'Tab-States' extensions
Changes
* Build extensions modules as not versioned DSO
* Hook adblock extension onto "check-content" signal
* Adapt to Mozilla API change
* Fix a small memory leak
* Removed prefs dialogue from smart-bookmarks extension
* Work-in-progress: huge refactoring of adblock
* Fix builddir != srcdir build
* Use pcre instead of pcreposix. Check for utf-8 support, too
* Implement EphyExtension attach_window/detach_window interface in page-info ext
* Adapt to Epiphany API changes
Contributors to this release: Adam Hooper, Tomasz Kłoczko, Christian Persch,
Jean-François Rameau, and the translators Frank Arnold (de) and Takeshi AIHANA (ja).
=========================
Epiphany Extensions 1.5.5
=========================
Changes
* Fix fox bookmarks with underscore in their names [#161832]
* Adapt to changes Epiphany APIs
* Add DND to Media and Links tabs, and plug a few mem leaks
* Fix page info for pages with # in the url [#161201]
* Update sample extensions
* Hook into the "add-sidebar" signal in epiphany and remove mozilla dependency
from the sidebar extension [#156849, #157088]
Contributors to this release: Jean-François Rameau, Crispin Flowerday
and the translators: Miloslav Trmac (cs), Hendrik Brandt (de),
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es),
Gabor Kelemen (hu), Takeshi AIHANA (ja), Reinout van Schouwen (nl),
Marcel Telka (sk)
=========================
Epiphany Extensions 1.5.4
=========================
Bug fixes
* Fix crash when going to Media tab in Page Info dialog [#161815]
Epiphany Extensions 1.5.3
=========================
Changes
* Sync headers with Epiphany
* List applet, embed and object elements in the Page Info dialogue,
add Media tab, only preview images (Jean-François Rameau, Christian)
* Makefile.am modernisations
* Use ellipsised labels instead of shortening strings
* Use GtkAboutDialog (Adam Hooper) [#161519]
Bug fixes
* Abort gesture on unmap (ported from galeon) [#160228]
* Fix context menu on Media page of Page Info dialogue
Translation updates
* Hendrik Brandt (de)
* Takeshi AIHANA (ja)
* Pablo Saratxaga (wa)
=========================
Epiphany Extensions 1.5.2
=========================
Changes
* Select first menu item when popping the menu up with keyboard
* Fix compilation with latest mozilla trunk
* Use ephy_embed_show_page_certificate
* Sync headers with Epiphany
* Also list CSS background images and mailto links in the
page info dialogue (Jean-François Rameau)
* Fix out-of-srcdir build
Bug fixes
* Fix tab closing with tab-groups extension
Translation updates
* Adam Weinberger (en_CA)
* Yannick Tailliez (fr)
* Takeshi AIHANA (ja)
=========================
Epiphany Extensions 1.5.1
=========================
New features
* Created copy-template script
* Added "Sidebar" extension, written by Crispin Flowerday
* Added "Extensions Manager" extension, written by Adam Hooper
* Added "Bookmarks Tray" extension
Changes
* Updated for epiphany 1.5 API changes
* Cleanup of mozilla stylesheet handling.
* Skip style sheets not for "screen" or "all" media
* Add tab-groups to default_extensions
* Fix context menu positioning
* Add warnings to CFLAGS and CXXFLAGS
* Fix loads of compiler warnings
* Set window icons
* Implement context menu in "Links" tab
* Add extension description files
* Make dialogue transient to the opening window
* Add separators in the Tools menu
* Use new gtk+ HIG message dialogue API.
* Listen to ephy-extension-manager's added/removed signals to add/remove
extensions from the list
Bug fixes
* Fix mem leaks [#153470, #153471, #153473]
* Fix crash after unloading the error-viewer extension [#153712]
* Make all extensions unload-proof
* Always load unnamed stylesheets [#153739]
* Don't block stylesheets without "media" attribute. Shorten menu
entries to 32 chars max [#153710]
* Hide the sidebar when in print preview mode
* 64-bit fix [Andrzej Dopierała]
* Don't make the extensions description ediable [#155389]
* Fix the extensions .xml description file build process
* Detach correctly from the window [#155388]
* Destroy info dialoguess with Extension Manager UI dialogue
* Fix alignment of "Authors" label
Documentation
* Updated HOW-TO
Translation updates
* Ole Laursen (da)
* Christian Neumair (de)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Francisco Javier F. Serrador (es)
* Yannick Tailliez (fr)
* (hr)
* Francesco Marletta (it)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/www/epiphany-extensions/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/epiphany-extensions/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/www/epiphany-extensions/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.