diff options
author | jmmv <jmmv> | 2004-12-04 23:13:27 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-12-04 23:13:27 +0000 |
commit | 3b6804afae52ca935e18d1752c07b90ccad9e954 (patch) | |
tree | d8804faa67be5f9a356129d07bbd1609db80270b /www/epiphany-extensions/Makefile | |
parent | 7b7b1c727d8f42ac9fc226926d686b7751d34238 (diff) | |
download | pkgsrc-3b6804afae52ca935e18d1752c07b90ccad9e954.tar.gz |
Epiphany Extensions 1.4.3
=========================
Changes
* Fix tab closing with tab-grouper extension
* Select first menu item when popping up context menu with keyboard
* Fix compilation with latest mozilla trunk
* Simplify certificates extension
* Fix build with latest mozilla trunk
Updated translations
* Christian Neumair (de)
* David Lodge (en_GB)
* Francisco Javier F. Serrador (es)
* Yannick Tailliez (fr)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
Epiphany Extensions 1.4.2
=========================
Interface improvements
* Implement context menu in "Links" tab of the Page Info dialog
(Christian)
Bug fixes
* Fix a mem leak (Christian)
* 64 bit portability fix (Andrzej DopieraĆa)
Translations updates
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Gabor Kelemen (hu)
* Takeshi AIHANA (ja)
Epiphany Extensions 1.4.1
=========================
New extensions
* Sidebar extension, written by Crispin Flowerday
Bug fixes
* Fix some mem leaks (Adam) [#153470, #153471, #153473]
* Fix crash (Christian) [#153712]
* Always load unnamed stylesheets (Adam) [#153739]
* Don't block stylesheets without "media" attribute (Adam) [#153710]
* Fix many compiler warnings (Christian)
Translation updates
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r-- | www/epiphany-extensions/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 04a7576896e..00beb520b7f 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:25 tv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/04 23:13:27 jmmv Exp $ # -DISTNAME= epiphany-extensions-1.4.0 -PKGREVISION= 1 +DISTNAME= epiphany-extensions-1.4.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany-extensions/1.4/} EXTRACT_SUFX= .tar.bz2 |