2008-03-22  Sven Herzberg  <sven@imendio.com>

	Fix #304972: Should set unique window title
	Patch by: Tommi Komulainen <tommi.komulainen@iki.fi>

	* blog_poster.py: use the title of the blog post as the window title

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Fix #433060: Run gtk-update-icon-cache in uninstall-hook
	Patch by: Brian Pepple <bpepple@fedoraproject.org>

	* Makefile.am (update-icon-cache): fix gtk-update-icon-cache for 
	uninstall-hook

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Fix #522327: italian translation file isn't UTF-8 encoded

	* po/it.po: convert the .po file to UTF-8

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Fix #522329: gnome-blog doesn't pass 'make distcheck'

	* po/POTFILES.skip: added files to be ignored

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Align the label properly (now it's baseline matches the one of the
	clock applet)

	* blog_applet.py: copied the hack from the clock applet

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Find the UI file even in a nonstandard prefix

	* blog_applet.py: pass the datadir hint
	* gnome_blog_globals.py.in: added a variable for the datadir

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Use the panel color for the background (just like the clock applet
	does)

	* blog_applet.py: set the widget itself to be the one managing the
	background

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Don't display the frame of the GtkToggleButton (just like the clock
	applet does)

	* blog_applet.py: set the relief to RELIEF_NONE

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Support keywords in the MetaWeblog API

	* blog_poster.py: added some widgets for entering tags
	* blog.py,
	* protocols/MetaWeblog.py,
	* protocols/advogato.py,
	* protocols/bloggerAPI.py,
	* protocols/livejournal.py: added a "keywords" parameter to
	postEntry(); implement keywords for MetaWeblog using the "mt_keywords"
	field

2008-03-22  Sven Herzberg  <sven@imendio.com>

	Updated maintainers file to be able to commit (bkor told me to add
	myself)

	* MAINTAINERS: jaja

2008-03-13  Olav Vitters  <olav@bkor.dhs.org>

	* GNOME_BlogApplet.xml: Replace gnome-about icon usage by gtk
	equivalent. Fixes bug #522332 (Gilles Dartiguelongue).

2007-01-07  Olav Vitters  <olav@bkor.dhs.org>

	* Makefile.am:
	* blog_applet.py:
	* gnome-blog-poster:
	* gnome-blog.spec.in: Convert to gtk-icon-factory.

	* icons:
	* icons/22x22:
	* icons/22x22/gnome-blog.png:
	* icons/48x48:
	* icons/48x48/gnome-blog.png:
	* icons/32x32:
	* icons/32x32/gnome-blog.png:
	* icons/24x24:
	* icons/24x24/gnome-blog.png:
	* icons/16x16:
	* icons/16x16/gnome-blog.png:
	* icons/scalable:
	* icons/scalable/gnome-blog.svg: Add Tango style icons created by
	Josef Vybíral. Fixes bug 347682 (Josef Vybíral).

2007-01-07  Olav Vitters  <olav@bkor.dhs.org>

	*  .: Update svn:ignore.
	* protocols/.cvsignore: Using SVN now.
	* .cvsignore: 
	* po/.cvsignore


2007-01-07  Olav Vitters  <olav@bkor.dhs.org>

	* Makefile.am:
	* configure.in:
	* gnome-blog.desktop.in: Remove/rename.
	* gnome-blog.desktop.in.in: Add/rename. Add @VERSION@ to the bug-buddy
	headers.

2007-01-07  Olav Vitters  <olav@bkor.dhs.org>

	* autogen.sh: Use the one from deskbar-applet as that one at least
	works.
	* m4: See above.
	* m4/python.m4: See above.

2007-01-07  Olav Vitters  <olav@bkor.dhs.org>

	* configure.in: Use po/LINGUAS instead of ALL_LANGUAS.

2006-09-19  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* configure.in: Added Danish (da) to ALL_LINGUAS

2006-07-10  Olav Vitters  <olav@bkor.dhs.org>

	* blog_applet.py: Use gtk.AboutDialog instead of gnome.ui.About.
	Avoids use of gnome.ui.

2006-07-08  Basilio Kublik <sourcercito@gmail.org>

	Patch committed by Olav Vitters.

	* blog_applet.py: use of gnome.applet module is deprecated,
	changed to gnomeapplet.

2006-06-21  Olav Vitters  <olav@bkor.dhs.org>

	* configure.in: Version 0.9.2 (post release increment).
	* NEWS: Update with 0.9.1 changes (whoops).