diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-26 17:25:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-26 17:25:23 +0000 |
commit | 2b260d1e847022636e0cb4516ef3d3bf938dfcce (patch) | |
tree | 492d3232d69e440aeab3fbb7005f51705345d42b /www/epiphany | |
parent | e818266c7d227f112d6786d2c5a9bec0865d2d1a (diff) | |
download | pkgsrc-2b260d1e847022636e0cb4516ef3d3bf938dfcce.tar.gz |
Update to 1.4.8:
* Fix crash when closing window while filepicker is up [#156816]
* Use gnome_vfs_url_show() for Send To [#162532]
* Set selection mode to BROWSE in topics selector [#162331]
* We don't need to implement nsIBrowserHistory
* Don't focus the close-tab button on click [#119461]
* Don't store more than 5 hidden popups [Adam Hooper, #160863]
* Fix a mem leak [#164302]
* Really make confirm-overwrite dialogue have a parent window [#164189]
* Rename EphyTab's "visible" property to not clash with GtkWidget property
* Default typeaheadfindsea to on [#157435]
* Switch to fullscreen toolbar also in lockdown fullscreen mode [#165256]
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled
* Don't crash if we need to open an orphan non-chrome window [part of #165445]
* Some sparse fixes
* Ungrab the pointer when moving tab between notebooks [#165797]
* Don't weak ref the shell when it's finalised already [#165542]
* Don't show the menubar with F10 in lockdown mode [#165550]
* Don't disable print preview if print setup is locked down [#165552]
* Adapt to mozilla API changes
* Implement nsIWebProgressListener [#165328]
* Fix window destruction [#165992]
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/PLIST | 9 | ||||
-rw-r--r-- | www/epiphany/distinfo | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index dbcf16df1e1..98003a783e2 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2005/01/04 14:00:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.28 2005/02/26 17:25:23 jmmv Exp $ # -DISTNAME= epiphany-1.4.7 +DISTNAME= epiphany-1.4.8 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/epiphany/PLIST b/www/epiphany/PLIST index 84d2adc8361..6af139cff2c 100644 --- a/www/epiphany/PLIST +++ b/www/epiphany/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/11/29 17:38:54 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.11 2005/02/26 17:25:23 jmmv Exp $ bin/epiphany include/epiphany-1.4/epiphany/ephy-bookmarks.h include/epiphany-1.4/epiphany/ephy-command-manager.h @@ -32,16 +32,16 @@ share/applications/bme.desktop share/applications/epiphany.desktop share/doc/epiphany/EphyCommandManager.html share/doc/epiphany/EphyEmbed.html +share/doc/epiphany/EphyEmbedPersist.html +share/doc/epiphany/EphyEmbedSingle.html share/doc/epiphany/EphyNodeDb.html +share/doc/epiphany/EphyPermissionManager.html share/doc/epiphany/EphyTab.html share/doc/epiphany/EphyWindow.html share/doc/epiphany/ch01.html share/doc/epiphany/ch02.html share/doc/epiphany/epiphany-EphyEmbedFactory.html -share/doc/epiphany/epiphany-EphyEmbedPersist.html -share/doc/epiphany/epiphany-EphyEmbedSingle.html share/doc/epiphany/epiphany-EphyGlade.html -share/doc/epiphany/epiphany-EphyPermissionManager.html share/doc/epiphany/epiphany-ephy-cookie-manager.html share/doc/epiphany/epiphany-ephy-password-manager.html share/doc/epiphany/epiphany-ephy-session.html @@ -52,7 +52,6 @@ share/doc/epiphany/index.html share/doc/epiphany/index.sgml share/doc/epiphany/left.png share/doc/epiphany/right.png -share/doc/epiphany/style.css share/doc/epiphany/up.png share/epiphany/art/epiphany-bookmarks.png share/epiphany/art/epiphany-close-tab.png diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index cf0093821db..0cffc83bb2a 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2005/02/24 14:08:30 wiz Exp $ +$NetBSD: distinfo,v 1.19 2005/02/26 17:25:23 jmmv Exp $ -SHA1 (epiphany-1.4.7.tar.bz2) = 275ee2be6a256001db43f9aa9c90fadb6f9f9549 -RMD160 (epiphany-1.4.7.tar.bz2) = d14f73dcef71f8275cef68e5707c198c7490f685 -Size (epiphany-1.4.7.tar.bz2) = 3544181 bytes +SHA1 (epiphany-1.4.8.tar.bz2) = 35ca720d1f3c58a9d3c17115a63146fb1a62c44f +RMD160 (epiphany-1.4.8.tar.bz2) = 5e626ec1ab08a88a15e5b787ae690056ffbf3c21 +Size (epiphany-1.4.8.tar.bz2) = 3594408 bytes |