epiphany-extensions 2.17.92



       Module: epiphany-extensions
      Version: 2.17.92
  Uploaded by: Christian Persch

http://download.gnome.org/sources/epiphany-extensions/2.17/epiphany-extensions-2.17.92.tar.gz
  md5sum: b620d702fdc25551d93df4c9e598b155
    size: 1.3M

http://download.gnome.org/sources/epiphany-extensions/2.17/epiphany-extensions-2.17.92.tar.bz2
  md5sum: c2e0f2289849109170d0492dbeee270b
    size: 876K

ChangeLog
---------

2007-03-02  Christian Persch  <chpe svn gnome org>

	* extensions/epilicious/Makefile.am:

	More distcheck fixes.

2007-03-01  Christian Persch  <chpe svn gnome org>

	* extensions/epilicious/Makefile.am:
	* po/POTFILES.in:

	Try to fix distcheck.

2007-02-28  Christian Persch  <chpe svn gnome org>

	* extensions/cc-license-viewer/cc-license-viewer.ephy-extension.in:

	Don't mark Author for translation. Bug #412924.

2006-02-13  Jean-François Rameau  <jframeau svn gnome org>

	* configure.ac

	Enable adblock by default.

2006-02-05  Jean-François Rameau  <jframeau svn gnome org>

	* configure.ac
	* po/POTFILES.in
	* AUTHORS

	A extensions/epilicious/BaseStore.py
	A extensions/epilicious/DeliciousStore.py
	A extensions/epilicious/EpiphanyStore.py
	A extensions/epilicious/Makefile.am
	A extensions/epilicious/THOUGHTS
	A extensions/epilicious/TODO
	A extensions/epilicious/__init__.py
	A extensions/epilicious/config.py
	A extensions/epilicious/delicious.py
	A extensions/epilicious/epilicious-config.glade
	A extensions/epilicious/epilicious-progress.glade
	A extensions/epilicious/epilicious.ephy-extension.in
	A extensions/epilicious/epilicious.py.in
	A extensions/epilicious/epilicious.schemas.in
	A extensions/epilicious/progress.py

	Epilicious is an extension that lets you synchronise your local 
	bookmarks with the bookmarks in a Delicious account.

	Patch from Magnus Therning.

	Fix bug #352082.

2006-01-28  Jean-François Rameau  <jframeau svn gnome org>

	* extensions/page-info/page-info-dialog.c: (media_treeview_selection_changed_cb):

	Media displays in the embed, or not at all, but no downloads. Add a 
	veto to download workflow. Fix #342951.

2006-01-20  Jean-François Rameau  <jframeau svn gnome org>

	* extensions/page-info/page-info-dialog.c: (links_info_page_fill),
	(media_info_page_filter):

	Page Info lists blocked links first. Fix #397554.

	* extensions/page-info/page-info-dialog.c: (mozilla_embed_type_to_string):
	* extensions/page-info/mozilla/mozilla-helpers.cpp: (WalkTree):
	* extensions/page-info/mozilla/mozilla-helpers.h:

	Page Info distinguishes between regular images and background images.
	Fix part of #342951.

2006-01-20  Jean-François Rameau  <jframeau svn gnome org>

	* extensions/adblock/adblock-ui.c:
	* extensions/adblock/adblock.glade:
	
	Better layout (pb with some paddings).
	Delete buttons on the right side of the treeview.
	Patterns in the lists are editable (no more apply button).

2006-01-13  Jean-François Rameau  <jframeau svn gnome org>

	* extensions/adblock/ephy-adblock-extension.c: (ephy_adblock_extension_init):

	Bad path used to ensure adblock's data directory. 
	Fix bug #395763.

2007-01-09  Luca Ferretti  <elle uca libero it>

	* extensions/rss/icons/22x22/status/Makefile.am:
	* extensions/rss/icons/24x24/status/Makefile.am:
	* extensions/rss/icons/32x32/status/Makefile.am:
	* extensions/rss/icons/scalable/status/Makefile.am:

	Fix the installation path (.../icons/hicolor, not
	.../icons/icons/hicolor).

2007-01-09  Luca Ferretti  <elle uca libero it>

	* help/C/epiphany-extensions.xml:
	Add <abstract role="description"> and <revhistory> needed to
	fix the build. Maybe someone should review them.

2007-01-09  Luca Ferretti  <elle uca libero it>

	* extensions/rss/icons/24x24/Makefile.am:
	Add missing file

	* help/C/epiphany-extensions.xml:
	Add role="maintainer" in <publisher> needed by recent
	gnome-doc-utils.

2007-01-09  Luca Ferretti  <elle uca libero it>

	* configure.in:

	Depend on epiphany 2.17.5 to use new icondir variable from
	pkg-config file; use this value to set EPIPHANY_ICONDIR to
	install images for new named icon; add new directories to
	AC_CONFIG_FILES

	* extensions/rss/icons/*/feed-presence.*:
	* extensions/rss/icons/*/Makefile.am:
	* extensions/rss/Makefile.am

	Add images to install for "feed-presence" named icon
	(from Andreas Nilsson based on common shape from
	http://feedicons.com but using Tango style and GPL licence).

	* extensions/rss/ephy-rss-extension.c:

	Replace STOCK_ICON with FEED_ICON to use new "feed-presence"
	named icon.
	
2006-01-07  Jean-François Rameau  <jframeau svn gnome org>

	* extensions/extensions-manager-ui/extensions-manager-ui.c: (build_ui):

	Makes extension dialog easier to read.

2007-01-03  Diego Escalante Urrelo <diegoe svn gnome org>

	* extensions/rss/rss-ui.glade:
	* extensions/error-viewer/error-viewer.ephy-extension.in.in:

	Minor translation fix. Patch by Gabor Kelemen.

2006-12-31  Diego Escalante Urrelo <diegoe svn gnome org>

	* extensions/rss/ephy-rss-extension.c:

	Removes the now useless GtkFrame.

2006-12-31  Christian Persch  <chpe svn gnome org>

	* extensions/error-viewer/sgml-validator.c:
	(save_source_completed_cb):

	Assert the threads are initialised; we cannot init them
	at this late time.

2006-12-31  Priit Laes  <plaes svn gnome org>

	* extensions/adblock/adblock.glade:
	
	Use gtk-refresh icon instead of gtk-save for reload button.

2006-12-23  Jean-François Rameau  <jframeau cvs gnome org>

	* extensions/sample-mozilla/mozilla/mozilla-sample.cpp: (mozilla_do_something):

	Fix incorrect cast. dom_event parameter is nsIDOMEvent, not nsIDOMMouseEvent.
	Bug #357052.

2006-12-22  Priit Laes  <plaes cvs gnome org>

	* help/C/epiphany-extensions.xml:
	
	Correct path for Greasemonkey user script in manual.
	Closes bug #388181.

2006-12-19  Priit Laes  <plaes cvs gnome org>

	* extensions/favicon/favicon.py:

	Fix DeprecationWarning (Python enchancement proposal 0263). 
	Closes bug #387421.

2006-12-17  Jean-François Rameau  <jframeau cvs gnome org>

	* configure.ac:

	Post-release version bump.

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]