Subject: CVS commit: pkgsrc/www/epiphany
To: None <pkgsrc-changes@netbsd.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/22/2005 16:26:14
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Mar 22 16:26:14 UTC 2005

Modified Files:
	pkgsrc/www/epiphany: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update to 1.6.0:

==============
Epiphany 1.6.0
==============

Translation updates:
	* Dafydd Harries (cy)
	* Ole Laursen (da)
	* Christophe Merlet (RedFox) (fr)
	* Gabor Kelemen (hu)
	* Takeshi AIHANA (ja)
	* Mugurel Tudor (ro)
	* Данило Шеган (sr, st@Latn)
	* Maxim Dziumanenko (uk)

==============
Epiphany 1.5.8
==============

Changes

	* Try to approximate startup time if not given in environment [#168820, Elijah Newren]
	* Fix crash when quitting with queued downloads [#165999]
	* Depend on gtk+ >= 2.6.3

==============
Epiphany 1.5.7
==============

Code changes

	* Implement nsIWebProgressListener in MozDownload [#165328]
	* Remove ephy_tab_get_action()
	* Launch applications and handlers with user time

Bug fixes
	* Move style notifier to ephy-toolbars-model, and apply	the flags to new toolbars
	* Move all the stuff from EphyWindow::finalize to dispose
	* Keep a ref on the tray icon [#166143]
	* Fix mixing up workspaces of windows when restoring session [#130990]
	* Use event time when grabbing the pointer [#167473]
	* Unparent the fixed toolbar before destroying the dock
	* Unset size request if the fixed toolbar is present
	* Don't activate startup notification with the recovery dialogue
	* Don't switch tabs to modal alerts in ppv mode
	* Fix bookmarks import [#163341]
	* Don't assert if we don't have a new embed in new_window callback [#165445]
	* Check the favicon file type and only allow ico, gif & png [#163886]
	* Fix compress_tilde to only look at the prefix

Contributors:
Piers Cornwell, Xan Lopez, Carlos Garnacho Parro, Christian Persch
and Jean-François Rameau; and the translators Vladimir Petkov (bg),
Jordi Mallach (ca), Miloslav Trmac (cs), Ole Laursen (da),
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
David Lodge (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et),
Pauli Virtanen (fi), Vincent Carriere (fr), Ankit Patel (gu),
Takeshi AIHANA (ja), Changwoo Ryu (ko), Žygimantas Beručka (lt),
Kjartan Maraas (nb), Reinout van Schouwen (nl), Kjartan Maraas (no),
GNOME PL Team (pl), Afonso Celso Medina (pt_BR), Duarte Loreto (pt),
Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq),
Christian Rose (sv) and Maxim Dziumanenko (uk)

==============
Epiphany 1.5.6
==============

Code changes

	* Move new-window signal to the embed single, and new window creation
	  from EphyTab to EphyShell
	* Make EphyWindow implement EphyLink interface
	* Make ephy-link.h public

Bug fixes

	* Better wording for the import-failed dialogue
	* Default security.warn_submit_insecure.show_once to false
	* Fix sidebar signal emission
	* Fix "Go Up" not to omit the directory if the uri references a file [#165094]
	* Alert the user when sidebar extension is not activated [#162685]
	* Don't show the Leave Fullscreen button in lockdown fullscreen mode [#165256]
	* Switch to fullscreen toolbar also in lockdown fullscreen mode [#165256]
	* Fix reference counting problem in extensions manager
	* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled
	* Add lock fullscreen key to schemas file and improve key descriptions
	* Fix LOG() statements for non-gcc varargs case
	* Some sparse fixes
	* Add title signal handler for XUL dialogues
	* Ungrab the pointer when moving tab between notebooks [#165797]
	* Set "Clear" context menu entry insensitive in lockdown mode [#165540]
	* Don't weak ref the shell when it's finalised already [#165542]
	* Chain up to GtkWindow's keypress handler in EphyWindow
	* Don't show the menubar with F10 in lockdown mode [#165550]
	* Don't disable print preview if print setup is locked down [#165552]
	* Re-enable typeaheadfind autostart [#141963, #165811]
	* Plug some mem leaks
	* Force new windows in tabs in lockdown fs mode [#165566]
	* Don't copy params with the email address [#144469]
	* Don't exit when DBUS restarts
	* Forward startup IO to the already-running ephy instance [#150085]

Documentation

	* Update documentation.

Contributors:
Piers Cornwell, Crispin Flowerday, Adam Hooper,
Christian Persch and Jean-François Rameau; and the translators
Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
David Lodge (en_GB), Francisco Javier F. Serrador (es),
Pauli Virtanen (fi), Takeshi AIHANA (ja), Changwoo Ryu (ko),
Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl),
Kjartan Maraas (no), Afonso Celso Medina (pt_BR), Duarte Loreto (pt),
Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq),
Christian Rose (sv) and Liu Songhe (zh_CN).

==============
Epiphany 1.5.5
==============

New features

Interface improvements

	* Improved the fullscreen interface: show security and status indicator
	  in the popup, use new stock icon; and show it only if the toolbar is
	  hidden; otherwise embed it in the toolbar [#153270, #164676]
	* Added favicon and security icon to location entry [#116482, #149506]
	* Renamed Remove action on bookmarksbar context menu [#162132]
	* Don't focus the zoom combo on click
	* Don't use <tt> in the strings [#163378]
	* Fix button text and capitalisation in the confirm-redirect-update
	  dialogue [#164131]
	* Unify accels to Open in New _Window[s] [#164130]
	* Show profile name for mozilla bookmarks, so we can distinguish
	  between different profiles. Don't show firefox bookmarks as mozilla
	  bookmarks [#143982]
	* Ellipsize the value and path labels in the cookie content dialogue

Code changes

	* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types,
	  to match the new Nautilus _NETSCAPE_URL DnD behaviour [#163937]
	* Simplify cookie struct
	* Add a function to get the default ephy_shell, making it easier for
	  bindings to get it
	* Add boxed type for EphyNode
	* Rename the password manager's methods to give better names in the bindings
	* Remove useless ephy_node_get_property_time method
	* Make ephy-bookmarks.h's enum a named enum, generate type.[ch] for it and
	  make sure our enum type is registered
	* Added ephy_statusbar_remove_widget()
	* Add proper _NETSCAPE_URL drag support, supplying the URL as well as the
	  title [#163937]
	* Default typeaheadfindsea to on [#157435]
	* Set typeaheadfind.autostart to off [#141963]
	* Don't allow javascript to capture the context menu call
	* Divert the contract ID of the nsSecureBrowserUIImpl class [#164670]

Documentation

	* Some gtk-doc fixes

Bug fixes

	* Fix parallel (make -j) builds
	* Fix primary text of confirm-close command not to have a period
	* Remove stamp files also on make clean
	* Fix mem leak [#164302]
	* Really make confirm-overwrite dialogue have a parent window [#164189]

Contributors:
Jorn Baayen, Piers Cornwell, Crispin Flowerday, Adam Hooper, Tomasz Kłoczko,
Christian Persch, Jean-François Rameau and Matthew Schick, and the translators
Vladimir Petkov (bg), Miloslav Trmac (cs), Rhys Jones (cy), Frank Arnold (de),
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ivar Smolin (et),
Takeshi AIHANA (ja), Žygimantas Beručka (lt), Marcel Telka (sk),
Laurent Dhima (sq), Christian Rose (sv) and Liu Songhe (zh_CN)

==============
Epiphany 1.5.4
==============

New features

	* Make extensions loading extensible

Interface improvements

	* Open the bookmarks in the new tabs in the same order as they in the menu
	* Make "Open Image" open the image in the default application [#138396]
	* Better tab sizing [#153725]
	* Select first row when tabbing to the topics selector [#162331]
	* Don't allow focus on the tab close buttons [#119461]
	* Unify some strings
	* Add context menu on notebook [#132989]
	* Open the GNOME background properties capplet when setting the background [#161215]
	* Improved security warning dialogues [#163278]
	* Implement toolbar style overriding as per HIG [#102520]

Code changes

	* Add context to ambiguous strings [#113932]
	* Remove about: redirections
	* Add sidebar backend
	* Change C_lear to Cl_ear [#162706]
	* Add GTypes for all flags and enums in public headers
	* Adapt to mozilla API changes
	* Display open lock for low 'secure' sites too [#151709]
	* Unify the location and favicon actions
	* Don't show the description for no-secure and broken sites
	* Add more categories to desktop file [#162973]

Bug fixes

	* Don't destroy the filepicker dialogue with the parent [#156816]
	* Fix some mem leaks
	* Don't store more than 5 hidden popups [#160863]

Contributors to this release:
Piers Cornwell, Crispin Flowerday, Adam Hooper, Jean-François Rameau

and the translators: Vladimir Petkov (bg), Miloslav Trmac (cs), [unknown] (el),
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja),
Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl),
Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq)

==============
Epiphany 1.5.3
==============

New features

	* Update bookmarks from HTTP 301 [#126312]
	* Add bookmarks export to bookmarks editor
	  (patch by John Spray, XSL stylesheet by Stefan Rotsch) [#157745]

Interface improvements

	* Fix "Open Frame" menu item name [#153816]
	* Use stock icon for "Open In New Tab" in History Window and Bookmarks Editor
	* Use ellipsised labels everywhere instead of shortening strings
	* Tell the user with which application we're going to open the content [#141327]
	* Add stock icon to "Save As..." button in content handler
	* Add "Clear" to entry context menu [#118395]
	* Add app name to content handler dialogue [#141327]
	* Implement context menu on tray icon, as per HIG [#152903]
	* Add "View Properties" to duplicated bookmarks dialogue [#117643, #138300]
	* Remove inline help in toolbar editor [#137603]

Code changes

	* Removed usage of deprecated gconf API
	* Removed usage of deprecated glade API
	* Makefile.am modernisations
	* Ensure the extensions manager UI is loaded
	* Use alignments instead of empty labels for alignment in glade files
	* Disable search in downloader window [#157157]
	* Check the encodings before we set the mozilla pref [#150266]
	* Add attach_tab and detach_tab functions to extension interface
	  (Crispin Flowerday, Adam Hooper) [#153732]
	* Use gtk_show_about_dialog(), and handle urls and mailto (Adam Hooper)
	* Disable Zoom items for images, and disable zoom, encoding and view source
	  for images and xml (xul) documents [#132240]
	* Make sure we don't have any app-modal dialogues [#110479]
	* Adapt to mozilla API changes

Bug fixes

	* Don't offer to resume if there are open windows [#160345]
	* Deactivate the context menu on window close [#156812]
	* Fix double-opening of content [backed out patch from #158466]
	* Fix name for "gd" language (Scots Gaelic) [#161509]
	* Disable Print and Print Preview while still loading the page [#116344]
	* Don't show multiple toolbar editors for the same window [#111114]
	* Correct language code for Afrikaans
	* Fix untranslated string in downloader window [#161739]

Translation updates

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Reinout van Schouwen (nl)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Ercin Eker (tr)
	* Liu Songhe (zh_CN)

==============
Epiphany 1.5.2
==============

Interface improvements

	* When popping up the context menu with keyboard, select the first item[#154907]
	* Don't detach the tab when releasing the mouse button while still over
	  the same window [#143954]
	* Better wording for the crash recovery dialogue (Piers, Christian)
	* Make the "duplicate bookmark" dialogue not modal
	* Better wording for the accept cert dialogue [#127234]
	* Add short-time filter in history window
	* Better positioning for the context menu popup in a treeview (Crispin Flowerday)
	* Add resize grip [#137845]
	* Warn before deleting a topic (Xan) [#149294]
	* Implement history deletion on per-site basis [#116609]
	* Add shortcut to Send To menuitem, as per HIG [#148655]
	* Make content handler dialogue not modal

Code changes

	* Bring the window to the foreground when showing a modal alert
	* Show language code in the string in languages editor [#115355]
	* More porting to GtkMessageDialog
	* Don't hardcode "epiphany" as argv[0], use g_get_prgname() instead [#118427]
	* Size-allocate the embed if it's not mapped but has never been
	  size-allocated before [#156854]
	* Fixes for mozilla API changes
	* Don't save session_crashed.xml while shutting down
	* Check favicon urls with script sec manager and content policy
	* Simplify the gconf -> mozilla prefs bridge
	* Add a way to show the cert info dialogue for the page's certificate
	* Disallow favicon links from subframes
	* Add --disable-filepicker to use when the mozilla build itself has a native gtk+ filepicker
	* Remove generic 'site' hostname fallback (Mikhail Zabaluev) [#155442]
	* If the iso-codes package is available, use that to translate
	  language names and offer a wider variety of languages [#155498]
	* Don't use deprecated gnome vfs APIs (Marco)

Bug fixes

	* Show tooltips for zoom control again[#155826]
	* Make tooltips on zoom control work for Ctrl-F1
	* Fix a mem leak (Adam)
	* Sanitise the embed popup position [#157162]
	* Fix button sensitivity setting in language editor
	* Fix check for nsIPassword.h header to look in the right place [#157743]
	* Fix time filter in history window for time zones != GMT
	* Fix signed/unsigned int confusion
	* Fix opening content with external content handlers (Marco)
	* Portability fix for 64 bit systems (James Henstridge)
	* Fix hang after --import-bookmarks [#136170]
	* Fix crash when getting the "die" signal from session manager
	* Don't access freed memory [#158202]
	* Fix wrong certificate shown [galeon #158453]
	* Fix opening of content when not downloading automatically [#158466]
	* Fix build without PSM
	* Fix tabs menu ordering with tab-groups extension
	* Fix some string comparision bugs in event context
	* Fix out-of-srcdir build (Marco, Christian)
	* Don't raise window on --new-tab [#158923]
	* Fix a mem leak (Vincent Untz)

Documentation updates

	* Added manual translation into Finnish, by Pauli Virtanen.

Translation updates

	* Jordi Mallach (ca)
	* Miloslav Trmac (cs)
	* Hendrik Richter (de)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* (es)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Reinout van Schouwen (nl)
	* Gustavo Noronha Silva (pt_BR)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)

==============
Epiphany 1.5.1
==============

New features

	* Load and unload extensions on user demand

Interface improvements

	* Separate context menu for email links [#144244]
	* Select the topic when adding it [#151925]
	* Better positioning of context menus for treeviews [#152431]
	* Install a placeholder for the view toggles group [#153767]
	* Add tooltips for context menus [#151764]
	* Support multiple printers in the print dialog
	* Add tooltips on the navigation history arrows, and fix the tooltip
	  on the "Up" button to be consistent with nautilus [#155825]
	* Add tooltip on the drag handle [#155827]
	* Add tooltip on close button [#155828]
	* Use new gtk+ HIG message dialogue API [#130232]
	* Make the confirm-close-with-form-data dialogue window modal
	* When showing a modal alert put up by a web page, switch the window
	  to that tab

Code changes

	* Adapt to mozilla API changes
	* Use ellipsisation support in GtkLabel
	* Use new gtk+ GtkCellRendererProgress
	* Use more icons from icon theme
	* Use the gtk setting for the menubar accel instead of hardcoding F10
	* Use new GtkMenuToolButton
	* Just pass a GType to ephy_embed_factory_new_object()
	* Add another mimetype to import types file filter
	* Install ephy-embed-factory.h
	* Add ephy_window_get_ui_manager(), and remove the manager
	  from the public EphyWindow struct
	* Use GtkAboutDialog
	* Make ephy-state.h public [#153809]
	* Improved debugging support [#153805]
	* Don't reference private objects from public headers [#153766]
	* Split the default prefs into the common part, and mozilla/new toolkit
	  specific parts.
	* Use gtk_window_set_default_icon_name()
	* Recognise "Desktop" special downloads directory [#152926]
	* Notify when entering or leaving print preview mode [#154591]
	* Initialize plugins path env var for backward compatibility
	* Allow to set the default window state to maximize, default to maximise
	* Read extension descriptions from .xml, load them with the specified
	  loader (for now, just only .so is supported)
	* Add extensions-manager-ui as default active extension
	* Validate extension XML files against an XSD Schema
	* Add varargs version of ephy_dialog_get_control to get more than one widget
	  at a time
	* Remove ephy_string_parse_uri_list, and use new glib function
	  g_uri_list_extract_uris() instead
	* Only multiplex [attach|detach]_window to extensions implementing the
	  EphyExtension interface
	* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY
	* Add EPHY_NODE_CHANGED signal [Peter Harvey]
	* Save tons of strdups in bookmarks menu
	* Unset the use-underline label property instead of doubling the underscores
	* Use named icon for the logo in about dialogue
	* Use gtk_entry_set_width_chars() to set the smart bookmark entry width
	* Use ellipsising labels to shorten the bookmarks and topics titles [#147765]
	* Avoid strdups in entry completion func [Peter Harvey]
	* Make bookmarks menu take a configurable path where to merge its UI
	* Allow localised extensions names and descriptions
	* Disable description file validation for now
	* Fix node signal [dis]connection while a signal emission is running
	* Make sure there's only one properties dialogue per bookmark [#148398]
	* Remove remaining time from tooltip of tray icon [#145955]

Bug fixes

	* Remove -s switch which was used by now-gone nautilus view
	* Use a small custom icon for tabs close button [#144772]
	* Fix navigation and Go button proxy menu items [#151648, #141548]
	* Use rm -f as remove command, not rm -r
	* Use SAME_APP flag for drag destination [#152388]
	* Keep popup position synced with his size requisition [#143585]
	* Enable conversion for favicon downloads [#152866]
	* Fix download progress indicator in downloader view
	* Fix overflow in remaining time calculation [#153136, Jhon Spray]
	* Initialise position passed to gtk_editable_insert_text()
	* Fix some mem leaks
	* Remove explicit PAC autoconf call, it works perfectly ok without it
	* Don't size-allocate unmapped tabs, fixing slow resizes [#128191]
	* Fix print preview and fullscreen mode interaction [#154456]
	* Don't allow activation of the hidden menubar in ppv mode
	* Grammar fix in schema [#154605]
	* Fix crash in bookmarks menu [#154805]
	* Remove duplicate AM_PROG_INTLTOOL [#155028]
	* Fix EphyNode callback data destruction [#152718, Peter Harvey]
	* Fix import of bookmarks in root folder [#152443]
	* Activate tray with double-click, as per HIG [#152899]
	* Always chain up to parent's dispose handler
	* Fix return type of tab_delete slot
	* Move window destruction after tab-removed signal emission [#151607]
	* De-couple instantiation and initialisation of the extensions manager
	* Correctly change the statusbar children's frams's shadow type when
	  the statusbar shadow type changes
	* Don't open all bookmarks in tabs [#156843]
	* Depend on libxml >= 2.6.12, for its fix of bug #150647
	* Fix restoring window size on crash recovery [#156881]
	* Fix crash when deleting bookmark with open properties dialogue [#155880]
	* Fix activation of the Go button while in toolbar activation mode [#155650]

Documentation updates

	* Document EPHY_DEBUG_BREAK
	* Add manpage [#156067, Jordi Mallach]

Translation updates

	* Abdulaziz Al-Arfaj (ar)
	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Marie Lund (da)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Meelad Zakaria (fa)
	* Olivier Cortes (fr)
	* Žygimantas Beručka (lt)
	* Hasbullah Bin Pit (ms)
	* Reinout van Schouwen (nl)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Danilo Segan (sr)


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/www/epiphany/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/www/epiphany/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/www/epiphany/buildlink3.mk
cvs rdiff -r1.19 -r1.20 pkgsrc/www/epiphany/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.