summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authorabs <abs>2004-11-27 00:52:49 +0000
committerabs <abs>2004-11-27 00:52:49 +0000
commitee69e243eb7071ceb8cf05dd680d8ad6109aa255 (patch)
tree4fae2cae127dca10c3afb82c299cbc337661073b /www/galeon
parentb76f94ea258c5b70509c69db9c19509af7f0d78e (diff)
downloadpkgsrc-ee69e243eb7071ceb8cf05dd680d8ad6109aa255.tar.gz
Update galeon to 1.3.18. Changes since 1.3.17:
2004-10-23 Crispin Flowerday <gnome@flowerday.cx> * NEWS: * configure.in: 1.3.18 "Where's my name?" 2004-10-23 Crispin Flowerday <gnome@flowerday.cx> * embed/galeon-embed-shell.h: Remove some unused struct's 2004-10-17 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c: Change the default accelerator keys for cloning and detaching tabs. Fixes bug #150933 2004-10-16 Crispin Flowerday <gnome@flowerday.cx> * mozilla/ExternalProtocolService.cpp * configure.in: Fix for mozilla API change. 2004-10-16 Crispin Flowerday <gnome@flowerday.cx> * mozilla/ExternalProtocolService.cpp: Remove some old code, that I mean't to get rid of _ages_ ago. 2004-10-10 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-popup.c: Fix the tooltip for the "Add bookmark" action. Fixes bug #154577 2004-10-09 Crispin Flowerday <gnome@flowerday.cx> * configure.in * mozilla/ContentHandler.cpp * mozilla/EventContext.cpp * mozilla/FilePicker.cpp * mozilla/GaleonWrapper.cpp * mozilla/GaleonWrapper.h * mozilla/GlobalHistory.cpp * mozilla/GtkNSSKeyPairDialogs.cpp * mozilla/HeaderSniffer.cpp * mozilla/MozRegisterComponents.cpp * mozilla/ProgressListener.cpp * mozilla/ProgressListener.h * mozilla/mozilla-embed-shell.cpp * mozilla/mozilla-embed.cpp * mozilla/mozilla-encodings.c * mozilla/Makefile.am R mozilla/mozilla-version.h: Use explict checks for mozilla API changes, rather than checking against the mozilla version. Fixes bug #154441 and bug #154552 2004-10-08 Crispin Flowerday <gnome@flowerday.cx> * mozilla/mozilla-embed.cpp: Remove a special case for loading about:blank. Fixes bug #154890 2004-10-05 Crispin Flowerday <gnome@flowerday.cx> * mozilla/mozilla-notifiers.cpp: Don't call ConfigureFromPAC() ourselves, mozilla does that for us, we still notify it of the change ourselves. 2004-10-05 Amanpreet Singh Alam <amanpreetalam@yahoo.com> * configure.in: add Lang pa(Punjabi) to ALL_LINGUAS 2004-10-04 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp * mozilla/GaleonWrapper.h * mozilla/mozilla-embed.cpp: Solve the reloading of view-source pages, this is the best way I can find of doing it at the moment, I need to investigate this a bit further, but at least it works for the moment (bug #152547) 2004-10-04 Crispin Flowerday <gnome@flowerday.cx> * autogen.sh: Don't run sh with -e, it causes problems when using TERM=dumb (as jhbuild's t'box and my t'box do) 2004-10-02 Crispin Flowerday <gnome@flowerday.cx> * mozilla/mozilla-embed-shell.cpp: Always look in /usr/lib/mozilla/plugins for the user's plugins, we do this by setting the MOZ_PLUGIN_PATH before firing up mozilla, users's can, of course, set their own path as well. Fixes bug #149812 2004-09-29 Crispin Flowerday <gnome@flowerday.cx> * mozilla/EventContext.cpp: Wrap a hack (in the contextmenu handling) with #if/#endif now that the mozilla bug has been fixed. 2004-09-28 Crispin Flowerday <gnome@flowerday.cx> * libegg/egg-recent-item.c * libegg/egg-recent-model.c: Re-sync from libegg, fixing possibly crashes (unlikely to affect Galeon), and a file descriptor leak (which does affect Galeon). 2004-09-25 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GlobalHistory.cpp * mozilla/mozilla-embed-shell.cpp: Fix for mozilla API changes 2004-09-25 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-css-menu.c: Don't use #defines for the format, just put the snprintf into the buffer next to where the buffer is declared. 2004-09-25 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-css-menu.c: Ensure we don't fill up the buffer for the action name, and so get duplicate names, and shorten the menu items. Fixes bug #152444 2004-09-17 Crispin Flowerday <gnome@flowerday.cx> * tests/popups.html: Add yet test case for a popup crasher, bug #150632 2004-09-17 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c: Remove a g_return_if_fail(), it can happen under some circumstances. 2004-09-15 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp * mozilla/GaleonWrapper.h * mozilla/GlobalHistory.cpp * mozilla/mozilla-embed.cpp: Move the 1.7.3 api changes to 1.7.4, it seems that they didn't build 1.7.3 from the current 1.7 branch. 2004-09-15 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-tab.c: Fix a gcc 2.95 compile error 2004-09-13 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * src/galeon-tab.c: Fix bug #152502. 2004-09-12 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp: If we can't show a context menu, let the page handle it (e.g. for XUL pages) 2004-09-12 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp * embed/galeon-embed.h * src/page-info-dialog.c: Distinguish between full and 'almost' complance render modes. 2004-09-11 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-smart-site-tb-widget.c: Don't ignore text in entry when opening in a new tab or window via the context menu. Fixes bug #150121. 2004-09-11 Crispin Flowerday <gnome@flowerday.cx> * bookmarks/bookmarks.c: Fix a memory leak 2004-09-11 Crispin Flowerday <gnome@flowerday.cx> * src/page-info-dialog.c: Give the code a little polish, and make the context menu labels work properly. 2004-09-10 Crispin Flowerday <gnome@flowerday.cx> * ui/galeon.glade: Slightly change the widget borders in the page info dialog, this ensures it is all consistent, and doesn't use x-align=0.01 in places. In addition, add the image embed into a viewport, so that it is indented (it looks much nicer). 2004-09-10 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp: Ensure there is a url in the link rather than ensuring the url is empty. 2004-09-10 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c * src/galeon-tab.h * src/galeon-tab.c: Get the Galeon Window by looking at the toplevel window of the tab, rather than setting manually. 2004-09-07 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c * src/galeon-tab.c: Fix sizing of popup windows. 2004-09-07 Crispin Flowerday <gnome@flowerday.cx> * src/Makefile.am R src/galeon-macros.h: Remove this file * src/galeon-tab.c * src/galeon-tab.h: Convert the GaleonTab object to use object properties rather than calling the window directly. * src/galeon-window.c: Sync the window from the tab properties * src/galeon-window.h: Remove some functions that aren't needed any more. This fixes bug #149431 2004-09-07 Akagic Amila <bono@linux.org.ba> * configure.in: Added 'bs' to ALL_LINGUAS. 2004-09-06 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c: Fix the statusbar messages for the 'Allow/Block cookies from this site' menu items. Fixes bug #151981 2004-09-06 Crispin Flowerday <gnome@flowerday.cx> * embed/galeon-embed-shell.c * embed/galeon-embed-shell.h: Create a new signal for changes in the permission manager. * mozilla/CookieObserver.cpp: Emit the signal, instead of calling the GaleonWindow code directly. * src/galeon-window.c: Attach to the signal 2004-09-06 Crispin Flowerday <gnome@flowerday.cx> * mozilla/EventContext.cpp: Remove the random magic number, it was due to an uninitialized variable. Initialize the variable to another magic number, and capture that in the switch. 2004-09-05 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c: Forget the last change, just use gtk_container_get_children() to get the list of tabs. Thanks to Christian Persch for pointing this out. 2004-09-05 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-window.c: Use g_list_prepend / g_list_reverse rather than using g_list_append, its more efficient. 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * mozilla/mozilla-embed.cpp: Remove our custom dom_key_press handler to generate contextmenu signals. * mozilla/EventContext.cpp * mozilla/GaleonWrapper.cpp * mozilla/GaleonWrapper.h: Attach an nsIDOMContextMenuListener so that we can capture context menu signals. * src/galeon-tab.c: Use the contextmenu signal for right mouse button handling, as well as keyboard menu key handling. * mozilla/SideBar.cpp * src/galeon-nautilus-view.c: Hook up to the contextmenu signal. * galeon.schemas.in * embed/galeon-embed-prefs.h: * src/galeon-prefs-dialog.c * ui/prefs-dialog.glade: Add a UI to allow javascript context menu handling. This fixes bug #60752 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * galeon.schemas.in: Remove the schema for 'default_allow_popups' which isn't used anywhere. 2004-09-04 Philip Langdale <philipl@mail.utexas.edu> * libegg/dock/egg-dock-master.c: Resync with libegg (although I put the change into libegg :-). Respect the NEVER_FLOAT behaviour as we want to turn floating off in our dock. 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * mozilla/EventContext.cpp * mozilla/EventContext.h: Convert mozilla mouse buttons to gtk ones (0,1,2 -> 1,2,3) and use 0 for key events. * mozilla/SideBar.cpp * src/galeon-nautilus-view.c * src/galeon-tab.c: Adapt to change. 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-tab.c: Don't resize tabs in the background till they are map()'ed (as they are when they are brought to the front). Fixes bug #124558 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-action-go.c: Never show both the icon and text for the Go action. Show the icon in icons_only mode, and the text otherwise. This avoids the second toolbar being too large in the default toolbar layout with icons+text. 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-action-location.c: * utils/pixbuf-cache.h * utils/pixbuf-cache.c * ui/galeon-entry.png * ui/Makefile.am: Add a stock icon for the location entry. 2004-09-04 Crispin Flowerday <gnome@flowerday.cx> * utils/pixbuf-cache.h * utils/pixbuf-cache.c * bookmarks/bookmarks-icon-provider.c * src/galeon-favicon.c * ui/Makefile.am R ui/galeon-bookmark.png: Use the stock image for the default favicon on the toolbar. Fixes bug #151682 2004-09-01 Crispin Flowerday <gnome@flowerday.cx> * utils/gul-toolbutton.c: Remove a useless variable. 2004-09-01 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GlobalHistory.cpp: Fix for the API change on the 1.7 branch 2004-08-29 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp: Display the result of a javascript evaluations in the JS console. Fixes bug #150527 2004-08-29 Crispin Flowerday <gnome@flowerday.cx> * mozilla/MozillaPrivate.cpp: Check for null pointers to avoid crashes if a qi fails. 2004-08-29 Crispin Flowerday <gnome@flowerday.cx> * default-prefs.js: Disable SSLv2 by default. It has serious security problems, and isn't something that should be used these days. 2004-08-29 Crispin Flowerday <gnome@flowerday.cx> * bookmarks/bookmarks-tree-model.c: Fix compilation with gcc 2.95 2004-08-25 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-tree-model.c * bookmarks/bookmarks-tree-view.c * utils/galeon-dnd.c: Allow dropping links on the bookmark treeview. Fixes bug #151028. 2004-08-25 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-tree-model.c: Fix bug #150386 (drop on empty folders in bookmark tree view). 2004-08-23 Crispin Flowerday <gnome@flowerday.cx> * src/galeon-css-menu.c: Ensure action names from different stylesheet sources don't collide. Fixes bug #150803 2004-08-23 Crispin Flowerday <gnome@flowerday.cx> * utils/gul-gui-option.c: Fix compilation with gcc 2.95 2004-08-22 Tommi Komulainen <tommi.komulainen@iki.fi> * utils/gul-notebook.c: Make tab width fixed "n characters" wide, currently hardcoded to 15 characters. Fixes bug #135447 2004-08-21 Tommi Komulainen <tommi.komulainen@iki.fi> * src/galeon-favicon-cache.c: Implement Cache Directory Tagging Standard. Fixes bug #150277 2004-08-21 Tommi Komulainen <tommi.komulainen@iki.fi> * src/galeon-favicon-cache.c: Create the cache directory when saving, not loading. Be more paranoid about potential errors. 2004-08-21 Crispin Flowerday <gnome@flowerday.cx> * utils/location-entry.c: If the toolbar is hidden when the user types Ctrl+L, popup the toolbar until the focus dissappears from the location entry. Fixes bug #138948 2004-08-21 Crispin Flowerday <gnome@flowerday.cx> * utils/gul-gui-option.c: Add some g_return_if_fail()'s to avoid crashes on NULL. * src/galeon-prefs-dialog.c: Don't pass NULL strings to gul_gui_option_combobox_set_value 2004-08-21 Philip Langdale <philipl@mail.utexas.edu> * libegg/dock/egg-dock-item.c: Disable the popup menu on dock handles. If you hide a toolbar, it's gone forever :-) Fixes bug #132812 2004-08-21 Tommi Komulainen <tommi.komulainen@iki.fi> * embed/print-dialog.c * mozilla/MozillaPrivate.cpp: Use locale default paper size by default, if possible, when switching printers instead of simply picking the first one in the list. 2004-08-21 Tommi Komulainen <tommi.komulainen@iki.fi> * src/galeon-window.c: Check "gtk-menu-bar-accel" from GtkSettings for menubar accelerator instead of hardcoding F10. Instead of manually opening the menubar forward the keypress event to it after it's shown. That way the menus open as usual when hovering the mouse cursor over them and you don't need to click to open. 2004-08-21 Tommi Komulainen <tommi.komulainen@iki.fi> * src/galeon-window.c: Add Ctrl+0 shortcut for "Normal Size" as per HIG. Fixes bug #121168 2004-08-21 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Add «nb» to ALL_LINGUAS. 2004-08-16 Crispin Flowerday <gnome@flowerday.cx> * mozilla/EventContext.cpp: Use GetLocalName rather than GetTabName to get the attribute name. Fixes the galeon equivalent of bug #150208 2004-08-15 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GlobalHistory.cpp: Don't stop pages loaded inside frames from being saved in the history. 2004-08-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * bookmarks/bookmarks-editor.c: Fixed wrong string at line 1406 2004-08-13 Crispin Flowerday <gnome@flowerday.cx> * libegg/egg-editable-toolbar.c * libegg/egg-editable-toolbar.h * libegg/egg-toolbar-editor.c * libegg/egg-toolbar-editor.h * libegg/egg-toolbars-model.c * libegg/egg-toolbars-model.h * libegg/eggmarshalers.list: Sync the toolbar editor from libegg. * src/galeon-window.c: Fix for some small API changes 2004-08-13 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.h * mozilla/GaleonWrapper.cpp * mozilla/mozilla-embed.cpp: Simplify getting the encoding and forced encoding from mozilla. 2004-08-12 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-editor.c: Fix bug #149751. 2004-08-12 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-editor.c: Enable/disable menu entries depending of the selected items. Fixes #149750.. 2004-08-12 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * embed/global-history.c: Fix compilation for Gcc 2.95. 2004-08-11 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks.c: Use the url when the title is "" for autobookmarks. Sort autofolders alphabetically. 2004-08-11 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * ui/bookmarks-editor.glade: Fix mnemonics, wording and typos. 2004-08-11 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks.c: Fix small bug with copying. * bookmarks-tree-model.c: Don't allow to drop bookmarks on autogenerated folders. 2004-08-11 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-icon-provider.c * ui/Makefile.am * ui/galeon-filter.png * utils/pixbuf-cache.c * utils/pixbuf-cache.h: Use different icons for VFolders and AutoFolders. 2004-08-11 Yanko Kaneti <yaneti@declera.com> * src/window-commands.c: "translator_credits" -> translator-credits" see http://mail.gnome.org/archives/gnome-i18n/2004-August/msg00125.html 2004-08-10 Crispin Flowerday <gnome@flowerday.cx> * GlobalHistory.cpp * JSConsoleListener.cpp * JSConsoleService.cpp * MyportalProtocolHandler.cpp * PrintingPromptService.cpp * SideBar.cpp * SideBarProxy.cpp: Remove calls to NS_INIT_ISUPPORTS, it hasn't been needed since mozilla 1.3 2004-08-10 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-context-menu.c * bookmarks/bookmarks-single-editor.c * bookmarks/bookmarks-single-editor.h * bookmarks/bookmarks.c * bookmarks/bookmarks.h * bookmarks/xbel.c * embed/global-history.c * ui/bookmarks-editor.glade * utils/galeon-auto-bookmarks-source.c * utils/galeon-auto-bookmarks-source.h: Added oftions to filter the history items considered for each auto folder. The previous scoring algorithm has been killed, and instead there is a very simple one based in the last visited time, the visits count or both. Allow to match more than one item per host (or not). 2004-08-10 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GlobalHistory.cpp * mozilla/GlobalHistory.h: Clean up the GlobalHistory class, and fix for a mozilla API change. 2004-08-10 Crispin Flowerday <gnome@flowerday.cx> * embed/global-history.c: Fix storing of the host's first and last visited times. 2004-08-09 Crispin Flowerday <gnome@flowerday.cx> * configure.in * mozilla/ContentHandler.cpp * mozilla/EventContext.cpp * mozilla/ExternalProtocolService.cpp * mozilla/GaleonWrapper.cpp * mozilla/GlobalHistory.cpp * mozilla/GlobalHistory.h * mozilla/GtkNSSKeyPairDialogs.cpp * mozilla/HeaderSniffer.cpp * mozilla/MozRegisterComponents.cpp * mozilla/ProgressListener.cpp * mozilla/ProgressListener.h * mozilla/SideBar.cpp * mozilla/mozilla-embed-shell.cpp * mozilla/mozilla-embed.cpp * mozilla/nsMailtoUrl.cpp: Drop support for mozilla versions < 1.7 2004-08-09 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.cpp: Fix compilation with mozilla < 1.7. This won't be around for long, but its worth fixing. 2004-08-09 Thomas Zajic <zlatko@gmx.at> * libegg/egg-toolbar-editor.c * src/galeon-encoding-dialog.c * src/popup-commands.c: Declare variables before calling code. Fixes compilation with gcc 2.95 - bug #149732 2004-08-09 Crispin Flowerday <gnome@flowerday.cx> * mozilla/GaleonWrapper.h * mozilla/EventContext.h * mozilla/ContentHandler.h: Remove a lot of #includes, and use forward declarations instead. * mozilla/ContentHandler.cpp * mozilla/EventContext.cpp * mozilla/mozilla-embed-persist.cpp * mozilla/mozilla-embed.cpp: Add needed headers. * mozilla/GaleonWrapper.cpp: Add needed headers, and make the code more consistent, in use of NS_ENSURE_*, and use a simpler method to get the nsIWebNavigation interface. 2004-08-09 Ricardo Fernandez Pascual <ric@users.sourceforge.net> * bookmarks/bookmarks-context-menu.c * bookmarks/bookmarks-editor.c * bookmarks/bookmarks-editor.h * bookmarks/bookmarks.c * bookmarks/bookmarks.h * bookmarks/xbel.c * src/galeon-shell.c * ui/galeon-bookmarks-editor-ui.xml.in * utils/Makefile.am * utils/galeon-auto-bookmarks-source.c * utils/galeon-auto-bookmarks-source.h * embed/global-history.c: Autobookmarks. The scoring algorithm is the same as in Galeon 1.2. It may need adjusting, but seems to work mostly reasonably. You can have as many autobookmarks folders as you want, each one will have 20 different autobookmarks.
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile4
-rw-r--r--www/galeon/PLIST13
-rw-r--r--www/galeon/distinfo15
-rw-r--r--www/galeon/patches/patch-aa33
-rw-r--r--www/galeon/patches/patch-ab18
-rw-r--r--www/galeon/patches/patch-ad6
-rw-r--r--www/galeon/patches/patch-ae14
-rw-r--r--www/galeon/patches/patch-af20
-rw-r--r--www/galeon/patches/patch-ag17
-rw-r--r--www/galeon/patches/patch-ah17
10 files changed, 34 insertions, 123 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 70263149256..b8c02108187 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2004/10/05 16:55:30 abs Exp $
+# $NetBSD: Makefile,v 1.74 2004/11/27 00:52:49 abs Exp $
#
-DISTNAME= galeon-1.3.17
+DISTNAME= galeon-1.3.18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/}
EXTRACT_SUFX= .tar.bz2
diff --git a/www/galeon/PLIST b/www/galeon/PLIST
index d5bd309c763..a0e8bb5078e 100644
--- a/www/galeon/PLIST
+++ b/www/galeon/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2004/10/05 18:32:47 abs Exp $
+@comment $NetBSD: PLIST,v 1.24 2004/11/27 00:52:49 abs Exp $
bin/galeon
bin/galeon-config-tool
lib/bonobo/servers/GNOME_Galeon_Automation.server
@@ -21,11 +21,12 @@ share/galeon/default-prefs.js
share/galeon/fetch_favicon.xpm
share/galeon/freshmeat.png
share/galeon/galeon-bookmark-alias-mark.png
-share/galeon/galeon-bookmark.png
share/galeon/galeon-default.png
share/galeon/galeon-download.png
share/galeon/galeon-egg-ui-toolbar.xml
share/galeon/galeon-egg-ui.xml
+share/galeon/galeon-entry.png
+share/galeon/galeon-filter.png
share/galeon/galeon-folder.png
share/galeon/galeon-history.png
share/galeon/galeon-insecure.png
@@ -159,6 +160,10 @@ share/gnome/help/galeon/es/other-tools.xml
share/gnome/help/galeon/es/plugins.xml
share/gnome/help/galeon/es/preface.xml
share/gnome/help/galeon/es/preferences.xml
+share/omf/galeon/galeon-C.omf
+share/omf/galeon/galeon-es.omf
+share/pixmaps/galeon.png
+share/sounds/galeon/clicked.wav
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/galeon-2.0.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/galeon-2.0.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/galeon-2.0.mo
@@ -209,10 +214,6 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/galeon-2.0.mo
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/galeon-2.0.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/galeon-2.0.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
-share/omf/galeon/galeon-C.omf
-share/omf/galeon/galeon-es.omf
-share/pixmaps/galeon.png
-share/sounds/galeon/clicked.wav
@dirrm share/sounds/galeon
@comment in xdg-dirs: @dirrm share/sounds
@comment in xdg-dirs: @dirrm share/pixmaps
diff --git a/www/galeon/distinfo b/www/galeon/distinfo
index e36bb627855..98725356bd6 100644
--- a/www/galeon/distinfo
+++ b/www/galeon/distinfo
@@ -1,12 +1,7 @@
-$NetBSD: distinfo,v 1.38 2004/11/12 02:24:55 kristerw Exp $
+$NetBSD: distinfo,v 1.39 2004/11/27 00:52:49 abs Exp $
-SHA1 (galeon-1.3.17.tar.bz2) = 03bb667acbf61eeca98ae5f39ddf1713ee18246b
-Size (galeon-1.3.17.tar.bz2) = 3635524 bytes
-SHA1 (patch-aa) = f90eceea62d12ebcaed72d8b8871cf35eda51256
-SHA1 (patch-ab) = 2bea5878588c98b66c31dd5b7eda63912fe9ff1d
+SHA1 (galeon-1.3.18.tar.bz2) = 7a6c539e18e209c2ba7c50cf9529d86525088425
+Size (galeon-1.3.18.tar.bz2) = 3866453 bytes
+SHA1 (patch-aa) = 708aff2a72a8795aa29c5aaa475063b9de572733
SHA1 (patch-ac) = 9f5b88e605c846d566615322cb1cc21ff585028a
-SHA1 (patch-ad) = 5f125f07451cbd7969cba6c254d7a5bd6ae00788
-SHA1 (patch-ae) = 054715c68a1a278331e9e20be107b0e1717b08f6
-SHA1 (patch-af) = efd03db05288d755c88c91c42beec08fadb54430
-SHA1 (patch-ag) = 78d396e16f19932f8f867c78cb552683af88b048
-SHA1 (patch-ah) = 4df96d586cae1e1671b077cee636bacd1ec78c02
+SHA1 (patch-ad) = 7b42615c65372ade81fa983e572eb8bfd130d60a
diff --git a/www/galeon/patches/patch-aa b/www/galeon/patches/patch-aa
index eeb0acf90cc..933b156fc82 100644
--- a/www/galeon/patches/patch-aa
+++ b/www/galeon/patches/patch-aa
@@ -1,19 +1,20 @@
-$NetBSD: patch-aa,v 1.12 2004/10/05 16:54:29 abs Exp $
+$NetBSD: patch-aa,v 1.13 2004/11/27 00:52:49 abs Exp $
---- configure.in.orig 2004-08-07 21:42:52.000000000 +0100
-+++ configure.in
-@@ -213,12 +213,12 @@ AC_ARG_WITH(mozilla-snapshot,
- AC_MSG_RESULT($MOZILLA_VERSION$autodetect)
+--- mozilla/MozillaPrivate.cpp.orig 2004-11-27 00:10:16.000000000 +0000
++++ mozilla/MozillaPrivate.cpp
+@@ -109,6 +109,7 @@ NS_METHOD MozillaPrintSettingsToEmbedPri
+ tmp = paperPrefix + NS_LITERAL_CSTRING("width_mm");
+ rv = pref->GetIntPref(tmp.get(), &width);
- dnl Test for the "trunk" version
--if test $MOZILLA_VERSION == "trunk"; then
-+if test $MOZILLA_VERSION = "trunk"; then
- MOZILLA_VERSION=99.0 # use a high number
- fi
-
- dnl Split up the version string ( 1.7rc1 -> 1 7 rc 1 )
--version=$(echo $MOZILLA_VERSION | sed -e 's/\(@<:@0-9@:>@\+\|@<:@a-z@:>@\+\)/\1 /g' -e 's/\.//g')
-+version=$(echo $MOZILLA_VERSION | sed -e 's/\(@<:@0-9@:>@*\)/\1 /g' -e 's/\.//g')
-
- set -- $version;
++#ifdef _NL_PAPER_HEIGHT
+ // mark locale default paper size so that print dialog can use
+ // it as best guess when switching printers
+ if (height == (int) (long int) nl_langinfo (_NL_PAPER_HEIGHT) &&
+@@ -116,6 +117,7 @@ NS_METHOD MozillaPrintSettingsToEmbedPri
+ {
+ info->paper = i;
+ }
++#endif
+ PRBool is_inch;
+ tmp = paperPrefix + NS_LITERAL_CSTRING("is_inch");
diff --git a/www/galeon/patches/patch-ab b/www/galeon/patches/patch-ab
deleted file mode 100644
index 3593fb8bfd4..00000000000
--- a/www/galeon/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2004/10/05 16:54:29 abs Exp $
-
---- configure.orig 2004-08-08 21:12:00.000000000 +0100
-+++ configure
-@@ -22744,11 +22744,11 @@ fi;
- echo "$as_me:$LINENO: result: $MOZILLA_VERSION$autodetect" >&5
- echo "${ECHO_T}$MOZILLA_VERSION$autodetect" >&6
-
--if test $MOZILLA_VERSION == "trunk"; then
-+if test $MOZILLA_VERSION = "trunk"; then
- MOZILLA_VERSION=99.0 # use a high number
- fi
-
--version=$(echo $MOZILLA_VERSION | sed -e 's/\([0-9]\+\|[a-z]\+\)/\1 /g' -e 's/\.//g')
-+version=$(echo $MOZILLA_VERSION | sed -e 's/\([0-9]*\)/\1 /g' -e 's/\.//g')
-
- set -- $version;
-
diff --git a/www/galeon/patches/patch-ad b/www/galeon/patches/patch-ad
index 4c9048e1108..d56c5909041 100644
--- a/www/galeon/patches/patch-ad
+++ b/www/galeon/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.4 2004/10/05 16:54:29 abs Exp $
+$NetBSD: patch-ad,v 1.5 2004/11/27 00:52:49 abs Exp $
---- sounds/Makefile.in.orig 2004-08-08 21:12:13.000000000 +0100
+--- sounds/Makefile.in.orig 2004-10-23 18:21:35.000000000 +0100
+++ sounds/Makefile.in
-@@ -232,7 +232,8 @@ sharedstatedir = @sharedstatedir@
+@@ -231,7 +231,8 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
galeon_SOUNDS = clicked.wav
diff --git a/www/galeon/patches/patch-ae b/www/galeon/patches/patch-ae
deleted file mode 100644
index 32f21b23fe1..00000000000
--- a/www/galeon/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2004/10/05 16:54:29 abs Exp $
-
---- mozilla/mozilla-embed.cpp.orig 2004-10-05 13:03:37.000000000 +0100
-+++ mozilla/mozilla-embed.cpp
-@@ -1388,7 +1388,8 @@ impl_set_encoding (GaleonEmbed *embed,
- rv = wrapper->ForceEncoding (charset);
- if (NS_FAILED (rv)) return G_FAILED;
-
--#if MOZILLA_CHECK_VERSION4 (1,8,MOZILLA_ALPHA,3)
-+#if MOZILLA_CHECK_VERSION4 (1,8,MOZILLA_ALPHA,3) || \
-+ (MOZILLA_IS_BRANCH (1,7) && MOZILLA_CHECK_VERSION3(1,7,3))
- gtk_moz_embed_reload (GTK_MOZ_EMBED (embed),
- GTK_MOZ_EMBED_FLAG_RELOADCHARSETCHANGE);
- #else
diff --git a/www/galeon/patches/patch-af b/www/galeon/patches/patch-af
deleted file mode 100644
index 988d537ed0e..00000000000
--- a/www/galeon/patches/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.3 2004/11/12 02:24:55 kristerw Exp $
-
---- libegg/egg-toolbar-editor.c.orig Fri Nov 12 03:05:07 2004
-+++ libegg/egg-toolbar-editor.c Fri Nov 12 03:05:42 2004
-@@ -102,12 +102,12 @@
- static gint
- compare_actions (gconstpointer a, gconstpointer b)
- {
-- g_return_val_if_fail (GTK_IS_ACTION (a), 0);
-- g_return_val_if_fail (GTK_IS_ACTION (b), 0);
--
- GValue value_a = { 0, }, value_b = { 0, };
- const char *short_label_a, *short_label_b;
- int ret;
-+
-+ g_return_val_if_fail (GTK_IS_ACTION (a), 0);
-+ g_return_val_if_fail (GTK_IS_ACTION (b), 0);
-
- g_value_init (&value_a, G_TYPE_STRING);
- g_object_get_property (G_OBJECT (a), "short_label", &value_a);
diff --git a/www/galeon/patches/patch-ag b/www/galeon/patches/patch-ag
deleted file mode 100644
index fcc71e4c640..00000000000
--- a/www/galeon/patches/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2004/11/12 02:24:55 kristerw Exp $
-
---- src/popup-commands.c.orig Fri Nov 12 03:16:45 2004
-+++ src/popup-commands.c Fri Nov 12 03:17:08 2004
-@@ -333,11 +333,11 @@
- GaleonPopup *popup)
- {
- GaleonEmbed *embed;
-+ char *location;
-
- embed = galeon_popup_get_embed (popup);
- g_return_if_fail (GALEON_IS_EMBED (embed));
-
-- char *location;
- galeon_embed_get_location (embed, FALSE, FALSE, &location);
- popup_copy_to_clipboard (popup, location);
- g_free (location);
diff --git a/www/galeon/patches/patch-ah b/www/galeon/patches/patch-ah
deleted file mode 100644
index e9849770c63..00000000000
--- a/www/galeon/patches/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2004/11/12 02:24:55 kristerw Exp $
-
---- src/galeon-encoding-dialog.c.orig Fri Nov 12 03:18:13 2004
-+++ src/galeon-encoding-dialog.c Fri Nov 12 03:18:38 2004
-@@ -282,10 +282,10 @@
- tree_view_selection_changed_cb (GtkTreeSelection *selection,
- GaleonEncodingDialog *dialog)
- {
-- if (dialog->priv->update_tag == TRUE) return;
--
- GtkTreeModel *model;
- GtkTreeIter iter;
-+
-+ if (dialog->priv->update_tag == TRUE) return;
-
- if (gtk_tree_selection_get_selected (selection, &model, &iter))
- {