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.


