Update galeon to 1.3.20, and drop maintainership:

Changes in 1.3.19:
  * Works with mozilla 1.7 -> 1.7.5, 1.8a3 -> 1.8a6 and trunk
    (Note that there's a bug in 1.8a6 that prevents it working with
    galeon if mozilla is compiled by FC3's gcc or gcc cvs. This is
    fixed in trunk.)
  * Try and stop the page from stealing focus from the location
    bar
  * Jump to tabs that open javascript dialogs, secunia advisory
    SA12712
  * Make the location bar turn yellow for secure sites
  * Myportal overhaul, including clickable folder headers, and
    working file urls
  * Fix cookie preferences
  * Improved Javascript console
  * Allow compilation against FireFox libs (no type-ahead-find
    though)
  * Allow compilation against Thunderbird libs (requires custom
    thunderbird build with extra components)
  * Launch urls opened from the command line in a new tab if a
    galeon window is on the current workspace
  * Encode smart bookmarks better, so they work when the substituion
    is in the path portion of the url
  * Use the iso-codes package if it is available for language names
  * Lots of other bug fixes

Changes in 1.3.20:
  * Works with mozilla 1.7 -> 1.7.5, 1.8a3 -> 1.8b1 and trunk
  * Using FireFox patched according to the instructions on
    http://live.gnome.org/Epiphany_2fMozillaPatches, type ahead
    find will work.
  * Further improvements to the attempt to stop the focus being
    stolen from web pages.
  * Works with Gnome 2.10:
       o Use startup notification when launching programs
       o Don't steal focus from other applications when launching
         new windows
       o Show application icons in the "Open With" menu
  * Don't show security dialogs twice
  * Use our own version of the security dialogs to look nicer,
    and allow better translation
  * Much improved favicon cache - only store favicons on disk
    for bookmarks
  * When saving files, check the user has permission.
  * Lots of other bug fixes
This commit is contained in:
abs 2005-04-04 10:25:52 +00:00
parent 5b9c3b40eb
commit 7c8b3d984e

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.9746 2005/04/04 10:02:00 adam Exp $
$NetBSD: CHANGES,v 1.9747 2005/04/04 10:25:52 abs Exp $
Changes to the packages collection and infrastructure in 2005:
@ -1897,3 +1897,5 @@ Changes to the packages collection and infrastructure in 2005:
Updated nessus to 2.2.4 [adam 2005-04-04]
Updated p5-Lchown to 1.00 [wiz 2005-04-04]
Updated dante to 1.1.15 [adam 2005-04-04]
Updated galeon to 1.3.20 [abs 2005-04-04]