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

	* configure.in: Version 0.9.1. Fix ALL_LINGUAS

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

	* aligned_window.py: gtk.gdk.WINDOW_TYPE_HINT_DOCK causes applet
	window not to receive focus.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO
	* po/no.po: And the translation.

2006-04-13  Behdad Esfahbod  <behdad@gnome.org>

	* blogger_prefs.py, blog_poster.py, hig_alert.py, proxy.py,
	rich_entry.py: Replace tabs with spaces.  (bug #338153, patch
	from Matthew Good.)

2006-01-24  Clytie Siddall <clytie@riverland.net.au>

	* configure.in	Added vi in ALL_LINGUAS line.

2006-01-09  Olav Vitters  <olav@bkor.dhs.org>

	* configure.in: Require at least pygtk 2.6.

2006-01-07  Ilkka Tuohela  <hile@iki.fi>
	
	* configure.in: Added fi to ALL_LINGUAS.

2006-01-02  Olav Vitters  <olav@bkor.dhs.org>

	* MAINTAINERS: Add file.

2005-11-21  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure-in: Added 'gl' to ALL_LINGUAS.

2005-09-20  Olav Vitters <olav@bkor.dhs.org>

	* blogger_prefs.py: Change "Blog Base URL:" instance to "Base Blog
	URL:" for consistency and at the request of the Vietnamese translator
	Clytie Siddall. Fixes bug #313933.

2005-08-24  Pawan Chitrakar  <pchitrakar@gmail.com>

	* configure.in: Added ne in ALL_LINGUAS

2005-08-01  Olav Vitters <olav@bkor.dhs.org>

	* blog_poster.py: Disable gtkspell when gtkspell.Spell() fails. This
	can happen when gtkspell is installed but lacks the dictionary for the
	current LANGuage. Patch from Jan Alonzo. Fixes bug #309279.

2005-06-23  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* configure.in: Add "zh_TW" to ALL_LINGUAS.

2005-06-23  Abel Cheung  <maddog@linuxhall.org>

	* configure.in: Add "bg" "zh_CN" to ALL_LINGUAS.

2005-06-11  Olav Vitters <olav@bkor.dhs.org>

	* blog_applet.py: Do not set the blog applet window to be modal. This
	prevents the about and preference windows to be closed if the blog
	applet window is shown. Fixes bug #148078.

2005-06-10  Olav Vitters <olav@bkor.dhs.org>

	* blogger_prefs.py: Update blogs.gnome.org xmlrpc URL. Fixes bug
	#307113.

2005-06-10  Olav Vitters <olav@bkor.dhs.org>

	* aligned_window.py: Fix typos

2005-05-25  Olav Vitters <olav@bkor.dhs.org>

	* blog_poster.py:

	Change constructor to add accel_group argument. Pass that to
	BlogPoster.
	
	* blog_applet.py:
	
	Pass accel_group to BlogPosterSimple. Allows CTRL-B, CTRL-I to work
	from the applet. Fixes bug #305474.

2005-05-22  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* rich_entry.py: Make "Add Link" dialog transient for the poster
	window. Fixes bug #304985.

2005-05-21  Olav Vitters <olav@bkor.dhs.org>

	* aligned_window.py: Stay on top, skip task bar and pager. Fixes 
	bug #125535.
	
2005-05-20  Olav Vitters <olav@bkor.dhs.org>

	* proxy.py: Do not solely rely on the use http_proxy flag; also
	ensure host isn't blank and port isn't 0. Fixes bug #164151.

2005-05-20  Olav Vitters <olav@bkor.dhs.org>

	* blog_applet.py: Expand applet to follow Fitt's law. This is required
	to correctly determine where the window should popup.
	
	* aligned_window.py: Use the code from clock.c applet (function
	position_calendar_popup) to position the window. Fixes bug #168202.

2005-05-19  Olav Vitters <olav@bkor.dhs.org>

	* blog_poster.py:

	Do not expand the titleBox and buttonBox. Ensures these boxes stay the
	same size when the window is re-sized. Fixes bug #133267.

2005-05-12  Seth Nickell  <seth@gnome.org>

	* configure.in:
	* rich_entry.py:

	Fix gnome.vfs to be gnomevfs (gnome-python change).

	Bump version to 0.8.5.
	
2005-05-12  Seth Nickell  <seth@gnome.org>

	* blogger_prefs.py:
	* hig_alert.py:
	* protocols/MetaWeblog.py:
	* protocols/bloggerAPI.py:
	* proxy.py:
	* rich_entry.py:

	More gtk.TRUE/FALSE => True/False fixes.

	Add lookup so you can set the right blog to post to.
	
Sat May  7 16:59:22 2005  Jonathan Blandford  <jrb@redhat.com>

	* *.py: gtk.TRUE/FALSE => True/False

	* blogger_prefs.py: Add blogs.gnome.org to the preset list.

2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.

2005-01-12  Seth Nickell  <seth@gnome.org>

	* blog_poster.py:
	* html_converter.py:

	Decode python strings pulled from GTK widgets as UTF-8.
	With GTK+ they'll be UTF-8 anyway (not sure why
	PyGTK doesn't just hand them back as type 'unicode')

2005-01-12  Seth Nickell  <seth@gnome.org>

	* blogger_prefs.py:

	Change path to wordpress xml-rpc interface to include a
	beginning slash.
	
	* configure.in:

	Bump version to 0.8.1
	
	* protocols/MetaWeblog.py:

	Fix image upload.

	* blog.py:

	Return an error message if imageUpload does not succeed
	on a particular blog type.
	
2005-01-12  John (J5) Palmieri  <johnp@redhat.com>

	* gnome-blog-poster:

	Rearange code so poster is initilized before it is used to
	display the pref dialog.  This is why we need static typing.
	To catch bugs like this.

Release 0.8

2005-01-12  Seth Nickell  <seth@gnome.org>

	* rich_entry.py:

	Prepend (rather than appending) our "text/uri-list" target
	to the list of DND targets on the TextView. Otherwise it comes in as
	as string :-)
	
2005-01-04  Seth Nickell  <seth@gnome.org>

	* blog.py:

	And... remove the hack :-)

2005-01-04  Seth Nickell  <seth@gnome.org>

	* blog.py:

	Work around... a buggy python? If I do __import__ on
	bloggerAPI.py before "import xmlrpclib", the "import xmlrpclib"
	in bloggerAPI.py dies with horrible C exceptions in the Python
	interpreter. Ugh. So we now do an unnecessary "import xmlrpclib"
	in blog.py.
	
	* blogger_prefs.py:

	Go back to using "wordpress/xmlrpc.php" as before. We'll
	address xmlrpc address alternatives better in a future release...
	
2005-01-02  Seth Nickell  <seth@gnome.org>

	* Makefile.am:

	Fix distcheck errors.

2004-07-08  Caleb Groom  <caleb@calebgroom.com>

	* blogger_prefs.py: 

	HIGAlert dialog now displays 'unknown blog type' error and plays well
	with others if the blog type is invalid.

2005-01-02  Seth Nickell  <seth@gnome.org>

        Patch from Brian Pepple <bdpepple@ameritech.net>.
	Also, thanks to Chris Shaffer for separately adding
	Wordpress support.

	* blogger_prefs.py:

	Only append "xmlrpc.php" for Wordpress installs, not
	"wordpress/xmlrpc.php" as we did before.
	
2005-01-02  Seth Nickell  <seth@gnome.org>

        Patch from Tommi Komulainen <tommi.komulainen@iki.fi>
	
	* blog_applet.py:
	* gnome-blog-poster:

	Set the default window icons.

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Add «nb» to ALL_LINGUAS.

2004-10-26  Seth Nickell  <seth@gnome.org>

	* blogger_prefs.py:

	Add WordPress to the list of known blog types, using
	MetawebLog.

2004-10-26  Seth Nickell  <seth@gnome.org>

	* acinclude.m4:

	Remove this, we no longer include any C Python modules.

2004-10-26  Seth Nickell  <seth@gnome.org>

        Patch from Maciej Katafiasz <mnews2@wp.pl>
	
	* blog_applet.py:
	* blog_poster.py:
	* gnome-blog-poster:

	Add CTRL-I and CTRL-B accelerators for Italics and Bold.
	
2004-10-26  Seth Nickell  <seth@gnome.org>

	* autogen.sh:

	Hardcode 'automake-1.8' instead of just calling 'automake'.
	Fixes #139648. Thanks to Alvaro del Castillo <acs@barrapunto.com>
	for tracking down the issue

2004-10-26  Seth Nickell  <seth@gnome.org>

        Patch from Toshio Kuratomi <toshio@tiki-lounge.com>

	* GNOME_BlogApplet.server.in:
	* GNOME_BlogApplet.server.in.in:
	* Makefile.am:

	Install applet into LIBEXECDIR instead of BINDIR

2004-10-26  Seth Nickell  <seth@gnome.org>

        Patch from Brian Pepple <bdpepple@ameritech.net>
	
	* gnome-blog.spec.in:

	Patch to add BuildReq for gettext, along with removing files not needed
	(INSTALL, NEWS).  Also, ghosting of *.pyo files.

2004-09-28  Maxim Dziumanenko <mvd@mylinux.com.ua>

	* configure.in: Added uk to ALL_LINGUAS.

2004-09-16  Luis Villa	<louie@novell.com>

	* MetaWeblog.py:

	fix obvious typo. I'm probably the first person to try image
	upload, it looks like :)
	
2004-09-14  Seth Nickell  <seth@gnome.org>

	* blogger_prefs.py:

	Use correct /RPC path for Pybloxsom 1.x.

2004-05-03  John (J5) Palmieri  <johnp@redhat.com>

	* rich_entry: style toggles now work correctly
	(RichEntry.__init__) registered text_insert signal and added toggle_list property
        (RichEntry.createStyleToggle) style toggle now appended to the toggle_list property
	(RichEntry._onInsertText) signal handler added
	(StyleToggle.__init__) text_view is now saved as a property
	(StyleToggle._onStyleToggleActivate) text_view is given back focus after style button is toggled

2004-05-01  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-04-09  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-04-08  Seth Nickell  <seth@gnome.org>

	* configure.in:

	Bump version number to 0.8

2004-03-16  Bryan W Clark  <clarkbw@cvs.gnome.org>

	* blogger_prefs.py (BloggerPrefs._updateBlogType): fixed bug #136787

2004-03-08  John (J5) Palmieri <johnp@martianrock.com>

	* blog_poster.py: spell checking is now enabled if pygtkspell is installed

2004-02-26  John (J5) Palmieri <johnp@martianrock.com>

	* protocols/livejournal.py:
	* protocols/bloggerAPI.py:
	* protocols/advogato.py:
	* protocols/MetaWeblog.py:
	Added code to allow posting through a web proxy using GNOME proxy settings

	* proxy.py: Proxy code taken from PyBLO and modified to use GNOME proxy settings 

2004-02-05  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2004-01-25  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added "no" to ALL_LINGUAS.

2004-01-15    <clarkbw@cvs.gnome.org>

	* blogger_prefs.py: removed useless translation

2004-01-13  Tommi Komulainen  <tommi.komulainen@iki.fi>
	
	* blog_poster.py: Disable post button until there's an entry to post.
	(#131377)

2004-01-11    <clarkbw@cvs.gnome.org>

	* TODO: updated the TODO

	* rich_entry.py: use new hig_alert methods for styled text

	* protocols/livejournal.py: 
	* protocols/bloggerAPI.py: 
	* protocols/advogato.py: 
	* protocols/MetaWeblog.py: 
	use new hig_alert methods
	lightened gtk import

	* hig_alert.py: 
	new italic and bold methods to handle markup for alerts
	replaced all markup in translatable text and moved to new methods

2004-01-09    <clarkbw@cvs.gnome.org>

	* gnomeblog.schemas.in: removed the useless use_blogger_dot_com entry

2004-01-08    <clarkbw@cvs.gnome.org>

	* gnomeblog.schemas.in: s/gnome-blogger/gnome-blog

2004-01-04  Rob Love  <rml@ximian.com>
	* gnome-blog.spec.in: add missing dependency

2004-01-01  Rachel Hestilow  <rachel@nullenvoid.com>

	* blogger_prefs.py: Add livejournal backend option

	* protocols/Makefile.am: Install livejournal.py
	* protocols/livejournal.py: Added.

2003-11-16  Bryan W Clark  <clarkbw@cvs.gnome.org>

	* rich_entry.py (RichEntry._onDragDataReceived): 
	fixed L10N errors reported in bug # 125352

	(InsertHyperlinkButton.__init__): 
	Added some default handlers for the add link button, this should
	make it easier to add links using only the keyboard.

	Also moved the DnD init stuff to _initDND(), that's Seth's mojo
	and I don't want to play with right now.

2003-11-14  Bryan W Clark  <clarkbw@cvs.gnome.org>

	* gnome-blog-poster (BloggerApp.__init__): Bug fix for initial
	preferences on the reg app.

	* blogger_prefs.py: String "Pybloxsom" should be "Pyblosxom"
	bug # 126508

2003-11-13  Bryan W Clark  <clarkbw@cvs.gnome.org>

	* blog_applet.py: fixed traslation bug #126509

2003-11-07  Bryan W Clark  <clarkbw@cvs.gnome.org>

	* rich_entry.py: added ellipsis to Add Link button > HIG compiance

	* gnome-blog-poster: 
	Ripped out the pref button from here and moved it to BlogPoster
	class.

	* blog_applet.py: 
	Uses the BlogPosterSimple class to clear out the pref button,
	tried to reuse as much of the poster class stuff as possible in
	this file.

	* blog_poster.py (BlogPoster.__init__): 
	Created a BlogPosterSimple class that hides the pref button, which
	has now been moved into the BlogPoster class 

	* blog_applet.py: missed a string for translation

2003-11-03  Bryan W Clark  <clarkbw@clarkson.edu>

	* blog_applet.py: 

	Added tooltip to applet button, on hover the applet now reads
	"Create a blog entry for $user at $blog_url"

2003-11-03  Hasbullah Bin Pit <sebol@ikhlas.com>
                                                                                
        * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.

2003-10-29  Jordi Mallach  <jordi@sindominio.net>

	* configure.in (ALL_LINGUAS): Added "ca" (Catalan).

2003-10-26  Bastien Nocera  <hadess@hadess.net>

	* aligned_window.py:
	
	Set the blogging window as sticky, still need to set it on top
	and skip the pager and the taskbar (not wrapped in pygtk)

2003-10-25  Metin Amiroff  <metin@karegen.com>

	* configure.in: Added az to ALL_LINGUAS.

2003-10-23  Seth Nickell  <seth@gnome.org>

	* blog.py:

	Add support for the new uploadImage API
	
	* blog_poster.py:
	* html_converter.py:
	* rich_entry.py:

	Go through and upload any images that have been dragged into
	the rich text area.... At this point MetaWeblog should work
	"in theory" though of course it won't actually since I haven't
	tested it. Need to get a metaweblog API supporting blog working
	for testing purposes anyway.
	
	* protocols/MetaWeblog.py:
	* protocols/advogato.py:
	* protocols/bloggerAPI.py:

	Mark a bunch of strings for translation. Add 10x error
	checking for Gman

2003-10-23  Seth Nickell  <seth@gnome.org>

	* protocols/MetaWeblog.py:

	Add skeleton for uploading images to MetaWeblog

2003-10-22  Seth Nickell  <seth@gnome.org>

	* blogger_prefs.py:
	* rich_entry.py:

	Phase 1 complete... Can now DND images into the text view.	
	Phase 2 is to add support to appropriate backends to
	actually upload images. Also... to incentivize myself I'll
	need to add metaweblog API support to pyblosxom so I can
	use/test the feature :-)

2003-09-19  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.in (ALL_LINGUAS): Added French (fr).

2003-09-16  Johan Dahlin  <jdahlin@gnome.org

        * aligned_window.py, blog.py, blog_applet.py
	blog_poster.py, blogger_prefs.py, gconf_widgets.py
	hig_alert.py, html_converter.py, rich_entry.py: pythonify

	* blog_applet.py, blog_poster.py, blogger_prefs.py
	hig_alert.py: prettify imports
	snorp	
2003-09-14  Christian Neumair  <chris@gnome-de.org>

	* configure.in:

	Add de to ALL_LINGUAS.

	* blogger_prefs.py:
	* blog_poster.py:
	* rich_entry.py:

	HIG work here and there, mark some missing strings for translation.

2003-09-13  Seth Nickell  <seth@gnome.org>

	* configure.in:

	Add pt_BR translation (Brazilian Portuguese) from:
	Andre Filipe de Assuno e Brito <decko@netsite.com.br>

2003-09-13  Seth Nickell  <snickell@stanford.edu>

	* blog_applet.py:

	Hide the applet posting window after a successful post.
	
2003-09-13  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:
	* gnome-blog-poster:

	Close the standalone app after "Post Entry"
	is clicked... probably need more feedback really.
	
	* rich_entry.py:

	Hack around a lack of anonymous tags in RH9's 
	version of gnome-python. Nasty, but we just create
	a new tag name for every link they insert.

2003-09-13  Seth Nickell  <snickell@stanford.edu>

	* blog.py:
	* blog_poster.py:
	* blogger_prefs.py:
	* gnome-blog-poster:
	* protocols/bloggerAPI.py:
	* rich_entry.py:

	Work out little kinks with RH9 support
	and the standalone blog poster.
	
2003-09-13  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	Pass "make distcheck".

2003-09-13  Seth Nickell  <snickell@stanford.edu>

	* gnome-blog.spec.in:

	Add the new binary and desktop entry.
	
2003-09-13  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Bump version to 0.7

	* Makefile.am:
	* gnome-blog-poster:
	* blog_poster.py:
	* gnome-blog.desktop.in:

	Create a little standalone blog posting application.
	Its not really well designed interface for now, but
	it basically works.
	
	* GNOME_BlogApplet.server.in:

	Use a different name, mark strings for translation.
	
	* gnomeblog.schemas.in:
	* protocols/MetaWeblog.py:
	* protocols/bloggerAPI.py:
	* blogger_prefs.py:	

	Fix stupid bug that prevented people from posting to
	blogger.com.

	* rich_entry.py:

	Remove use of gnome-python API stuff that's not in
	RedHat 9.

2003-09-13  Seth Nickell  <snickell@stanford.edu>

	reviewed by: <delete if not using a buddy>

	* GNOME_BlogApplet.server.in:
	* Makefile.am:
	* blog_poster.py:
	* blogger_prefs.py:
	* configure.in:
	* gnome-blog-poster:
	* gnomeblog.schemas.in:
	* protocols/MetaWeblog.py:
	* protocols/bloggerAPI.py:
	* rich_entry.py:

2003-09-11  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Add Italian translation courtesy of:
	  Frencesco Gigli <jaramir@libero.it>

2003-09-11  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Bump version number to 0.6, release

2003-09-11  Seth Nickell  <snickell@stanford.edu>

	* protocols/bloggerAPI.py:

	Import the appkey from the global namespace.
	
	* rich_entry.py:

	Insert a fixed number of pixels after each newline.
	This is not a great solution, but it'll at least
	provide basic feedback so people don't insert
	extra newlines.

2003-09-09  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

2003-09-05  James Willcox  <jwillcox@gnome.org>

	* protocols/MetaWeblog.py:

	Fix the metaweblog backend

2003-09-05  Seth Nickell  <snickell@stanford.edu>

	* blog_applet.py:

	Fix dumb typo.

2003-09-05  Seth Nickell  <snickell@stanford.edu>

	* blog_applet.py:
	* blog_poster.py:
	* blogger_prefs.py:
	* gnome_blog_globals.py.in:
	* hig_alert.py:

	Try to use gettext to allow localization of all
	the strings in the python code...not sure if this
	works.
	
2003-09-04  Seth Nickell  <snickell@stanford.edu>

	* blogger_prefs.py:
	* protocols/MetaWeblog.py:
	* protocols/bloggerAPI.py:

	Switch to using the blog's base URL rather than
	requiring typing the whole XML-RPC cgi script
	path (which nobody knew anyway). This'll break if
	you don't follow the install instructions...but
	you can still use the "Custom Blog" thing to hardcode
	an XML-RPC URL, protocol, etc.
	
2003-09-04  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Remove unnecessary statements (that were causing
	problems on Debian too)

	* Makefile.am:
	* __init__.py:
	* rich_entry.py:
	* blogger_prefs.py:
	* blog_applet.py:
	
	Create a gnomeblog namespace so we don't flood the
	site-packages directory with our crap :-)
	
	* blog.py:
	* blog_poster.py:
	* blogger_prefs.py:
	* protocols/.cvsignore:
	* protocols/Makefile.am:
	* protocols/MetaWeblog.py:
	* protocols/advogato.py:
	* protocols/bloggerAPI.py:

	Move protocols out into their own modules. Neat trick
	is that now MetaWeblog can inherit from bloggerAPI.
	
2003-09-04  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:
	* rich_entry.py:

	Add support for inserting links.
	
	Hadess, I luv U.
	
2003-09-04  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* blog_poster.py:
	* html_converter.py:
	* rich_entry.py:
	* style_toggle.py:

	Create a new RichEntry widget which is a
	sub-class of TextView but provides the sort
	of nice HTML editing features we want. Abstract
	style_toggles further and move them into this
	class, and add preliminary support for
	hyperlinks.
	
2003-09-04  James Willcox  <jwillcox@gnome.org>

	* blog.py:
	* blogger_prefs.py:
	* gnomeblog.schemas.in:

	Fixup the metaweblog support a bit

2003-09-04  Seth Nickell  <snickell@stanford.edu>

	* blog.py:

	Add preliminary support for metaweblog API.

2003-09-03  Bastien Nocera  <hadess@hadess.net>

	* blog.py: better error handling with the advogato API, actually
	connect to the server before making any calls
	* blogger_prefs.py: make the "lookup blogs" button unsensitive when
	the advogato API is selected

2003-09-03  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.in: Added "ja" (Japanese) to ALL_LINGUAS.

2003-09-03  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * configure.in: Added "es" (Spanish) to ALL_LINGUAS.

2003-09-02  Artur Flinta  <aflinta@cvs.gnome.org>

        * configure.in: Added "pl" to ALL_LINGUAS.

2003-09-02  Alex Duggan  <aldug@astrolinux.com>

	* GNOME_BlogApplet.xml:
	* Makefile.am:
	* blog_applet.py:
	* configure.in:
	* gnome_blog_globals.py.in:
	* .cvsignore:
	
	Add an about dialog and a global variables script
	
	* blogger_applet.py:
	
	Removed from cvs
	
	* autogen.sh:
	
	s/applet/gnome-blog/

2003-09-02  Seth Nickell  <snickell@stanford.edu>

	* blogger_prefs.py:

	Get James' password box back.

2003-09-02  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* blog.py:
	* blog_poster.py:

	Add a tiny bit of abstraction for handling protocol
	and servers. You need to edit both blogger_prefs.py
	and a bit in blog.py to add a new type.
	
	* blogger_prefs.py:
	* gconf_widgets.py:

	Improve Prefs dialog handling of different servers
	and protocols.
	
2003-09-02  James Willcox  <jwillcox@gnome.org>

	* blogger_prefs.py:
	* gconf_widgets.py:

	Make the password entry show asterisks instead of the actual password

2003-09-02  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:

	Fix bug that caused it to post the entry twice.

2003-09-02  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:

	Add a "Title" entry instead of relying on the good
	graces of my users to follow pybloxsom standards ;-)

2003-09-02  Seth Nickell  <snickell@stanford.edu>

	* TODO:

	Brief sketch of some things I'm interested in doing next.

2003-09-02  Seth Nickell  <snickell@stanford.edu>

	* HACKING:

	Clarify commit stuff (if you know what you're doing, and
	you're pretty sure its right, just commit). If I don't
	like it, I'll change it.

2003-09-02  Bastien Nocera  <hadess@hadess.net>

	* blog_poster.py: use the advogato API if the server url is
	http://www.advogato.org/XMLRPC

2003-09-02  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: updated for the gnome-blogger -> gnome-blog changes

2003-09-02  James Willcox  <jwillcox@gnome.org>

	* aligned_window.py:  Show the window after moving it, not before

2003-09-02  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* blog_applet.py:

	Open preferences dialog automatically the first
	time the applet is launched.
	
	* gnome-blog.png:

	Create a not-horrible icon.

	* GNOME_BlogApplet.server.in:

	Use the correct filename for the icon.
	
	* configure.in:

	Drop version number to 0.5
	
	* gnome-blog.spec.in:

	Fix typo so correct version of pygtk2 is required.
	
2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* GNOME_BlogApplet.server.in:
	* aligned_window.py:
	* blog_applet.py:
	* blog_poster.py:
	* blogger_prefs.py:
	* gconf_widgets.py:
	* hig_alert.py:
	* style_toggle.py:

	Remove dependency on CVS gnome-python so that it'll
	work on (at least) RH9.
	
2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* gnome-blog.spec.in:

	Make it so we can build RPMS.

2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* configure.in:

	Finally get l10n working...
	
2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* GNOME_BlogApplet.server.in:
	* blogger_applet.py:

	gnome-blogger now in its new home gnome-blog...

2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* README:

	Appease the auto* gods and add a README.

2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* configure.in:

	Finish rennaming, remove all instances of "blogger" except
	in internal files (can worry about those later if anyone
	actually cares)

2003-09-01  Seth Nickell  <snickell@stanford.edu>

	* AUTHORS:
	* GNOME_BlogApplet.server.in:
	* GNOME_BlogApplet.xml:
	* GNOME_BloggerApplet.xml:
	* Makefile.am:
	* blog_applet.py:
	* configure.in:
	* gnome-blog.png:
	* gnome-blog.spec.in:
	* gnome-blogger.png:
	* gnomeblog.schemas.in:
	* gnomeblogger.schemas.in:

	Do some rennaming to avoid violating the Blogger trademark.
	
2003-08-31  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:
	* blogger_applet.py:

	Automatically insert <p> tags where newlines are.
	
2003-08-31  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:
	* blogger_applet.py:
	* blogger_prefs.py:
	* gconf_widgets.py:

	Integrate with Panel prefs, don't hardcode a prefs directory.
	Eventually we'll also have an application version (should be
	really easy).
	
2003-08-31  Seth Nickell  <snickell@stanford.edu>

	* hig_alert.py:

	More rewording of alerts.

2003-08-31  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:
	* blogger_prefs.py:
	* hig_alert.py:

	Lots more error messages make it easier both to debug
	problems and help people fix issues themselves (wrong
	url, username, etc)

2003-08-31  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* blog_poster.py:
	* blogger_applet.py:
	* blogger_prefs.py:
	* gconf_widgets.py:
	* gnomeblogger.schemas.in:
	* hig_alert.py:

	Add support for getting a list of Blogs at the address so
	people don't have to know the ID.
	
2003-08-29  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:

	Fix more dumb bugs.

2003-08-29  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:

	Forget self argument to member function :-P

2003-08-29  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	Make applet run from "system path" again.
	
	* blog_poster.py:

	Screw up posting part. Do not pass go, do not collect $200.
	
2003-08-29  Seth Nickell  <snickell@stanford.edu>

	* GNOME_BloggerApplet.server:
	* gnome-blogger.png:
	* Makefile.am:

	Use the "new icon" (which is crap, I know)
	
	* GNOME_BloggerApplet.xml:
	* blogger_applet.py:
	* blogger_prefs.py:

	Preferences dialog... point Blogger at the appropriate
	URL, username, password, etc.

	* blog_poster.py:
	* style_toggle.py:

	Initial support for rich text formatting (bold and italic).
	
2003-08-28  Seth Nickell  <snickell@stanford.edu>

	* blog_poster.py:

	Wrap text in the blog entry, and make the window wider.
	
	* gnomeblogger.schemas.in:

	Add GConf schemas.
	
2003-08-26  Seth Nickell  <snickell@stanford.edu>

	* .cvsignore:
	* GNOME_BloggerApplet.server:
	* Makefile.am:
	* blog_poster.py:
	* configure.in:
	* hig_alert.py:

	Add better error handling.
	
2003-08-26  Seth Nickell  <snickell@stanford.edu>

	* aligned_window.py:

	Don't use a POPUP. Instead just turn off decorations.
	
	* blogger_applet.py:

	Move window before showing it... maybe stop the flashing.


