2006-01-27  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* README: Release 0.6.

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

	* configure.in	Added vi in ALL_LINGUAS line.
	
	2006-01-20  Stanislav Brabec  <sbrabec@suse.cz>

	* configure.ac: Added cs to ALL_LINGUAS.

2006-01-16  Vincent Untz  <vuntz@gnome.org>

	* configure.ac: post-release bump to 0.6.

==================== 0.5 ====================

2006-01-16  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* README: Release 0.5.

2006-01-16  Vincent Untz  <vuntz@gnome.org>
	
	* Pessulus/maindialog.py: s/_Fullscreen/Force _fullscreen mode/,
	add some keys for gnome-screensaver
	* pessulus.glade: add a tab for gnome-screensaver

2006-01-02  Vincent Untz  <vuntz@gnome.org>

	* configure.ac: post-release bump to 0.5.

==================== 0.4 ====================

2006-01-02  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* README: Release 0.4.

2005-12-12  Vincent Untz  <vuntz@gnome.org>

	* configure.ac: use brackets in AC_INIT

2005-12-12  Vincent Untz  <vuntz@gnome.org>

	* configure.ac: post-release bump to 0.4.

==================== 0.3 ====================

2005-12-12  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* README: Release 0.3.

2005-12-10  Ankit Patel  <ankit644@yahoo.com>

	* configure.ac: Added 'gu' (Gujarati) to ALL_LINGUAS.

2005-12-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac: Added 'th' (Thai) to ALL_LINGUAS.

2005-12-02  Josep puigdemont  <josep.puigdemont@gmail.com>

	* configure.ac: Added "ca" to ALL_LINGUAS

2005-11-27  Christian Rose  <menthos@menthos.com>

	* configure.ac: Added "sv" to ALL_LINGUAS.

2005-11-20  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Add nb to ALL_LINGUAS.

2005-11-20  Amanpreet Singh Alam <amanpreetalam@yahoo.com>

	* configure.ac: pa (Punjabi) is added to ALL_LINGUAS

2005-11-17  Alexander Shopov  <ash@contact.bg>

	* configure.ac: Added "bg" (Bulgarian) to ALL_LINGUAS

2005-11-15  Žygimantas Beručka  <zygis@gnome.org>

	* configure.in: Added Lithuanian to ALL_LINGUAS.

2005-11-14  Dennis Cranston  <dennis_cranston@yahoo.com>

	* data/pessulus.glade: Fix a recent border width regression.

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

	* configure.ac: Added 'gl' to ALL_LINGUAS.

2005-11-14  Marcel Telka  <marcel@telka.sk>

	* configure.ac (ALL_LINGUAS): Added sk.

2005-11-14  Ilkka Tuohela  <hile@iki.fi>

	* configure.ac: Added Finnish translation to ALL_LINGUAS

2005-11-14  Vincent Untz  <vuntz@gnome.org>

	* configure.ac: post-release bump to 0.2.

==================== 0.2 ====================

2005-11-14  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* README: Release 0.2.

2005-11-13  Guilherme de S. Pastore  <gpastore@gnome.org>

	* configure.ac: added pt_BR (Brazilian Portuguese) to ALL_LINGUAS.

2005-11-04  Vincent Untz  <vuntz@gnome.org>

	Fix mandatory settings for the treeviews.
	Use global variable for the applier and the Tooltips object.

	* TODO: updated
	* Pessulus/.cvsignore: ignore pyc files
	* Pessulus/Makefile.am: add new files
	* Pessulus/icons.py: formatting fixes
	* data/pessulus.glade: updated to add buttons

	* Pessulus/lockdowncheckbutton.py: move a lot of code to
	lockdownbutton and update the rest to use lockdownbutton, use the
	global applier and Tooltips where needed
	(get_lockdownbutton): new
	(get_hbox): renamed to get_widget()
	(__do_change): have an unique place where we change the settings

	* Pessulus/maindialog.py: (__init__): set the global variables, move
	some code around and in new methods
	(__init_checkbuttons): new
	(__init_disabledapplets): new
	(__init_safeprotocols): get the lockdownbutton from the checkbutton

	* Pessulus/disabledapplets.py: use the global applier where needed,
	(__init__): need a lockdownbutton to know if the setting is mandatory
	or not
	(__on_lockdownbutton_toggled): new, set the setting mandatory (or not)
	(__on_toggled): updated for the lockdownbutton
	(__on_notified): ditto

	* Pessulus/safeprotocols.py: use the global applier where needed,
	(__init__): need a lockdownbutton to know if the setting is mandatory
	or not
	(__on_lockdownbutton_toggled): new, set the setting mandatory (or not)
	(__on_treeview_changed): updated for the lockdownbutton
	(__on_notified): ditto

	* Pessulus/lockdownappliergconf.py: (get_list): stop using C functions
	;-)
	(notify_add): formatting fix

2005-11-02  Vincent Untz  <vuntz@gnome.org>

	* data/pessulus.glade: rename Web Browser tab to Epiphany Web Browser
	Fix bug #320500

2005-11-02  Alexander Larsson  <alexl@redhat.com>

	* Pessulus/main.py:
	Work with non-default installations of pygtk
	
	* Pessulus/maindialog.py:
	Optional argument to not quit when the window is closed.
	This is used for sabayon integration
	
	* Pessulus/lockdownappliergconf.py:
	Make the notifier callback only have the user data argument
	
	* Pessulus/lockdowncheckbutton.py:
	* Pessulus/disabledapplets.py:
	* Pessulus/safeprotocols.py:
	Update to the new notifier callback parameter list.

2005-10-30  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added 'ja' (Japanese) to ALL_LINGUAS.

2005-10-30  Vincent Untz  <vuntz@gnome.org>

	Big changes :-) The settings using a treeview doesn't support the
	mandatory settings for now. I'll fix it soon.

	* TODO: updated
	* Pessulus/Makefile.am: updated

	* Pessulus/gconfcheckbutton.py: removed
	* Pessulus/gconfutils.py: removed

	* Pessulus/lockdownapplier.py: new
	* Pessulus/lockdownappliergconf.py: new
	* Pessulus/lockdowncheckbutton.py: new, replace gconfcheckbutton.py

	* Pessulus/main.py: create an applier here
	* Pessulus/maindialog.py: updated to use applier (this also means we
	don't deal with the mandatory stuff here any more), updated to create
	the buttons instead of using the ones in the glade file
	* Pessulus/disabledapplets.py: updated to use applier, also clean
	things on destroy of the treeview
	* Pessulus/safeprotocols.py: ditto

	* data/pessulus.glade: remove lots of stuff that will be added in the
	code (it's easier in the code...)

2005-10-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* configure.ac (ALL_LINGUAS):Added "es". 

2005-10-29  Vincent Untz  <vuntz@gnome.org>

	* Pessulus/disabledapplets.py:
	* Pessulus/safeprotocols.py:
	* Pessulus/simpleeditabletreeview.py: make it work in python 2.3 (the
	'sets' trick)
	Patch by Benoît Dejean  <benoit@placenet.org>

	* TODO: add note about integration with sabayon

2005-10-29  Dennis Cranston  <dennis_cranston@yahoo.com>

	* data/pessulus.glade:  Basic GNOME HIG fixes.

2005-10-28  Benoît Dejean  <benoit@placenet.org>

	* configure.ac:
	* po/fr.po: Added French translation.

2005-09-23  Adam Weinberger  <adamw@gnome.org>

	* configure.ac: Added en_CA to ALL_LINGUAS.

2005-09-16  Funda Wang  <fundawang@linux.net.cn>

	* configure.ac (ALL_LINGUAS): Added "zh_CN".

2005-09-15  Danilo Šegan  <danilo@gnome.org>

	* configure.ac (ALL_LINGUAS): Added "sr", "sr@Latn".

2005-09-15  Vincent Untz  <vuntz@gnome.org>

	Simplify the "safe protocols" edition

	* Pessulus/Makefile.am: add simpleeditabletreeview.py
	* Pessulus/simpleeditabletreeview.py: new generic simple editable
	treeview object (it's not a widget)
	* Pessulus/maindialog.py: remove lots of "safe protocols" things,
	move some code around (to __init_safeprotocols() and
	__init_mandatory ())
	* Pessulus/safeprotocols.py: simplify a lot since we're now using
	simpleeditabletreeview: we just need to connect to this object's
	"changed" signal
	* data/pessulus.glade: remove the old "add safe protocol" dialog and
	add an "edit" button

	* Pessulus/disabledapplets.py: make code more readable,
	(__on_notified): don't always update (this didn't work as intended, in
	fact)
	* Pessulus/gconfcheckbutton.py: add "Warning" to a string

2005-09-13  Vincent Untz  <vuntz@gnome.org>

	* Pessulus/maindialog.py: set sensitivity of the "safe protocols"
	widgets at startup

2005-09-13  Vincent Untz  <vuntz@gnome.org>

	* configure.ac: post-release bump to 0.2.

==================== 0.1 ====================

2005-09-13  Vincent Untz  <vuntz@gnome.org>

	Release 0.1.

2005-09-13  Vincent Untz  <vuntz@gnome.org>

	* .cvsignore:
	* py-compile: kill py-compile

2005-09-13  Vincent Untz  <vuntz@gnome.org>

	Initial import.
