==================== 0.9 ====================

Thu Jan 19 15:59:47 MST 2006  David Trowbridge <trowbrds@gmail.com>

	* NEWS:
	* configure.ac:
	  - Bump to 0.9

Thu Jan 19 15:49:52 MST 2006  Laurent Bigonville <l.bigonville@easynet.be>

	* src/fe-gnome/topic-label.c:
	  - Fix path for .glade file

Thu Jan 19 15:47:24 MST 2006  David Trowbridge <trowbrds@gmail.com>

	* src/common/:
	* src/fe-gnome/connect-dialog.c:
	  - Sync to latest xchat CVS

Thu Jan 19 02:37:19 MST 2006  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/topic-label.c:
	  - Fix alignment when the topic is expanded.

Wed Jan 18 01:44:48 MST 2006  Xavier Claessens <xclaesse@gmail.com>

	* plugins/notification/notification.c:
	  - Make things a little cleaner, and hopefully, a little less crashy.

Wed Jan 18 01:30:37 MST 2006  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/channel-list.c:
	  - Join the channel when double click on its row in the treeview.
	  - Load the channels list when dialog is opened.
	* data/channel-list.glade:
	  - put "Join channel" in the top of the three buttons.

Wed Jan 18 00:08:45 MST 2006  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/navigation-tree.c:
	  - Fix some crazy statement ordering to avoid freeing a variable
	    right before using it.

Sun Jan 15 00:19:53 CET 2006  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/main-window.c:
	* src/fe-gnome/fe-gnome.c:
	- Turn on window urgency flag when nick highlighting and
	  receive a private message. (#326970)
	- Use gui.main_window instead of getting the main window
	  widget with glade_xml_get_widget().

Wed Jan 11 20:59:35 MST 2006  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/text-entry.c:
	  - Mark color names for translation

Tue Jan 10 23:23:59 CET 2006  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/preferences-page-plugins.c:
	  - Add a enum for column number (avoid magic number).
	  - Add a display field in plugins model and
	    display it in the treeview instead of plugin's name.

Tue Jan 10 10 21:25:55 CET 2006  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/conversation-panel.c:
	  - Better formating of transcript filename. (#326375)

Tue Jan 10 11:23:27 CET 2006  Xavier Claessens <xclaesse@gmail.com>

	* plugins/notify-osd/notify-osd.c:
	* configure.ac:
	  - Update to libnotify-0.3 API

Tue Jan  3 23:52:48 CET 2006  Guillaume Desmottes <cass@skynet.be>

	* plugins/notification/notification.c:
	  - Use the same icon for private messages than the one
	    for nick highlighting. (#325692)

Tue Jan 3 04:01:25 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* configure.ac:
	  - Remove a spurious AC_MSG_RESULT

Mon Jan 2 16:43:34 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* po/POTFILES.in:
	  - Update to reflect moved schema file

Mon Jan 2 16:18:46 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/fe-gnome.c:
	* configure.ac:
	  - If we're on libgnome >= 2.13, use full option parsing
	    capabilities.  If not, only display the ones that actually get
	    parsed in --help.

Mon Jan 2 15:31:27 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/navigation-tree.c:
	  - (Maybe) fix a crasher when right clicking on an empty navigation
	  tree.

Mon Jan 2 06:10:15 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/conversation-panel.c:
	* src/fe-gnome/topic-label.c:
	  - More URL fixes

Mon Jan 2 05:48:54 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/conversation-panel.c:
	  - Use /url when clicking on a link, in order to avoid circuititous
	    data-paths when clicking an irc:// link

Mon Jan 2 04:57:35 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* plugins/dbus/xchat-gnome-remote.c:
	* plugins/dbus/README:
	  - Update README from xchat cvs, change command for a url to "url"
	    instead of "newserver"

Mon Jan 2 04:39:57 MST 2005  David Trowbridge <trowbrds@gmail.com>

	D plugins/dbus/apps_xchat_url_handler.schemas.in:
	A plugins/dbus/xchat_gnome_url_handler.schemas.in:
	  - Rename schemas file to not conflict with xchat's, since the two
	    have the same install path
	* plugins/dbus/xchat-gnome-remote.c:
	* plugins/dbus/dbus-plugin.xml:
	* plugins/dbus/Makefile.am:
	* plugins/dbus/dbus-plugin.c:
	* plugins/dbus/example.c:
	  - Update from xchat cvs

Mon Jan 2 12:28:18 CET 2005  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/navigation-tree.c:
	  - Only display userlist_toggle in channels (#325347)

Mon Jan 2 04:18:49 MST 2005  Laurent Bigonville <l.bigonville@easynet.be>

	* configure.ac:
	  - Add a flag to disable DBUS support and fix checks to not fail if
	    dbus-binding-tool is missing

Mon Jan 2 04:16:19 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/common/...:
	* src/fe-gnome/fe-gnome.c:
	  - Sync common from xchat cvs, update to build against it

Mon Jan 2 04:14:27 MST 2005  Laurent Bigonville <l.bigonville@easynet.be>

	* src/fe-gnome/irc-network-editor.c:
	  - Fix glade file search path

Fri Dec 30 17:51:25 CET 2005  Xavier Claessens <xclaesse@gmail.com>

	* src/fe-gnome/conversation-panel.c:
	  - Query the user when clicking on a nickname
	  - Join the channel when clicking on it

Thu Dec 29 18:13:10 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* configure.ac:
	  - Fix checks for perl to be non-fatal, since perl isn't a hard
	    dependency

Thu Dec 29 18:03:28 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/about.c:
	  - More email addresses

Wed Dec 28 23:11:36 CET 2005  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/channel-list.c:
	  - Implement chanlist_filter (#321326)
	  - Initialize the state of "apply to name" and "apply to topic"
	    checkboxes according to filter_topic and filter_name values

Wed Dec 27 23:48:53 CET 2005  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/irc-network.c:
	* src/fe-gnome/irc-network.h:
	* src/fe-gnome/irc-network-editor.c:
	* src/fe-gnome/irc-network-editor.h:
	* data/irc-network-editor.glade:
	  - Add UI in the network editor dialog for allowing invalid
	    SSL certificates

Fri Dec 23 17:02:48 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/main-window.c:
	* data/xchat-gnome.glade:
	  - Apply Xavier Claessens' patch with minor changes to allow for
	    changing the nickname on all servers

Fri Dec 23 16:49:23 MST 2005  Xavier Claessens <xclaesse@gmail.com>

	* po/fr.po:
	* src/fe-gnome/about.c:
	  - Fix email address

Fri Dec 23 16:44:38 MST 2005  David Trowbridge <trowbrds@gmail.com>

	* src/fe-gnome/irc-network.c:
	* src/fe-gnome/irc-network.h:
	* src/fe-gnome/irc-network-editor.c:
	* src/fe-gnome/irc-network-editor.h:
	* data/irc-network-editor.glade:
	  - Add UI in the network editor dialog for changing the nickserv
	    password

All changes before 23 December 2005 are listed in subversion history
