[pessulus] Rename ChangeLog files to ChangeLog.pre-git
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [pessulus] Rename ChangeLog files to ChangeLog.pre-git
- Date: Wed, 22 Apr 2009 11:35:31 -0400 (EDT)
commit 17905656f5d6a67c65e1bf239d39c0ecff550a69
Author: Vincent Untz <vuntz gnome org>
Date: Wed Apr 22 17:27:50 2009 +0200
Rename ChangeLog files to ChangeLog.pre-git
---
ChangeLog | 712 ++---------------------------------
ChangeLog.pre-git | 697 ++++++++++++++++++++++++++++++++++
po/{ChangeLog => ChangeLog.pre-git} | 0
3 files changed, 719 insertions(+), 690 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e3fba4e..493026f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,697 +1,29 @@
-2009-04-14 Vincent Untz <vuntz gnome org>
+=== ChangeLog discontinued ===
- * configure.ac: post-release bump to 2.26.2.
+ With the move to git, this module is switching from a ChangeLog file to
+ relying on commit messages to provide change history. Please write commit
+ messages in the following format:
-==================== 2.26.1 ====================
+=== begin example commit ===
+Short explanation of the commit
-2009-04-14 Vincent Untz <vuntz gnome org>
+Longer explanation explaining exactly what's changed, whether any
+external or private interfaces changed, what bugs were fixed (with bug
+tracker reference if applicable) and so forth. Be concise but not too brief.
+=== end example commit ===
- * NEWS:
- * README: Release 2.26.1.
+ - Always add a brief description of the commit to the _first_ line of
+ the commit and terminate by two newlines (it will work without the
+ second newline, but that is not nice for the interfaces).
-2009-03-16 Vincent Untz <vuntz gnome org>
+ - First line (the brief description) must only be one sentence and
+ should start with a capital letter unless it starts with a lowercase
+ symbol or identifier. Don't use a trailing period either. Don't exceed
+ 72 characters.
- * configure.ac: post-release bump to 2.26.1.
+ - The main description (the body) is normal prose and should use normal
+ punctuation and capital letters where appropriate. Normally, for patches
+ sent to a mailing list it's copied from there.
-==================== 2.26.0 ====================
-
-2009-03-16 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 2.26.0.
-
-2009-03-03 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 2.26.0.
-
-==================== 2.25.92 ====================
-
-2009-03-03 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README:
- * configure.in: Release 2.25.92.
-
-2009-03-03 Vincent Untz <vuntz gnome org>
-
- * Pessulus/main.py: fix wrong usage of gtk.MessageDialog()
-
-2009-01-31 Vincent Untz <vuntz gnome org>
-
- Handle the case where pessulus fails under "su" because gconf doesn't
- work (you now need to use "su -" because of its dbus usage)
- See http://bugs.freedesktop.org/show_bug.cgi?id=17970 for some
- background.
- Fixes https://bugzilla.novell.com/show_bug.cgi?id=468319
-
- * Pessulus/lockdownapplier.py: add a supports_normal_settings method
- * Pessulus/lockdownappliergconf.py: implement this method, and add a
- SafeGConfClient class that will simulate a working gconf use when
- there's no gconf access. It might be useful in the future.
- * Pessulus/main.py: display an error dialog with clear instructions
- when the application cannot be used because we have no access to gconf
-
-2008-09-20 Rob Bradford <rob robster org uk>
-
- * NEWS:
- * README:
- * configure.ac:
- Release 2.24.0
-
-2008-09-03 Vincent Untz <vuntz gnome org>
-
- * Pessulus/main.py: use the right window icon
- * Pessulus/maindialog.py: use the right icon for the screensaver
- settings.
-
-2008-08-29 Vincent Untz <vuntz gnome org>
-
- * Makefile.am:
- * Pessulus/Makefile.am:
- * pessulus.in: install in $pythondir instead of $pyexecdir
- Fix bug #549728
- Patch by Tom Callaway <tcallawa redhat com>
-
-2008-04-18 Rob Bradford <rob robster org uk>
-
- * configure.ac:
- Post-release bump.
-
-==================== 2.23.1 ====================
-
-2008-04-18 Rob Bradford <rob robster org uk>
-
- * NEWS:
- * README:
- * configure.ac:
- Release 2.23.1.
-
-2008-04-18 Rob Bradford <rob robster org uk>
-
- * data/Makefile.am:
- * data/pessulus.desktop.in.in:
- * data/pessulus.svg:
- * date/pessulus-{16,22,24,32,48}.png:
- Add funky icon from Jakub Steiner (bug #466252.)
-
-2008-04-18 Rob Bradford <rob robster org uk>
-
- * pessulus.in:
- Switch to using python-gnome-desktop's bugbuddy integration. Patch
- from AMAZIGH Aneglus, bug #394529.)
- * configure.ac:
- We now need gnome-python-desktop 2.17.2 (at least.)
-
-2008-03-17 Vincent Untz <vuntz gnome org>
-
- * Pessulus/disabledapplets.py: (__fill_liststore): fix exception raised
- when there's no name for an applet.
- Also really try to get the best translation by remembering we've found
- one, instead of just replacing the name whenever there's a new one.
- * Pessulus/icons.py: (load_icon): explicitly return None instead of
- nothing in case of error
-
-2008-03-10 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 2.16.5.
-
-==================== 2.16.4 ====================
-
-2008-03-10 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 2.16.4.
-
-2008-01-05 Josh Triplett <josh freedesktop org>
-
- * Pessulus/lockdownapplier.py:
- * Pessulus/simpleeditabletreeview.py:
- * Pessulus/disabledapplets.py:
- * Pessulus/maindialog.py:
- * Pessulus/globalvar.py:
- * Pessulus/lockdowncheckbutton.py:
- * Pessulus/icons.py:
- * Pessulus/lockdownbutton.py:
- * Pessulus/safeprotocols.py:
- Remove shebangs from non-executable Python scripts (bug #424328).
- Patch from Debian sabayon package.
-
-2007-09-17 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 2.16.4.
-
-==================== 2.16.3 ====================
-
-2007-09-17 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 2.20.0.
-
-2007-03-15 Christian Kirbach <Christian Kirbach googlemail com>
-
- * data/pessulus.desktop.in.in:
- Remove invalid category "Application", add "GTK".
-
-2006-12-18 Rob Bradford <rob robster org uk>
-
- * configure.ac: post-release bump to 2.16.3
-
-==================== 2.16.2 ====================
-
-2006-12-18 Rob Bradford <rob robster org uk>
-
- * NEWS:
- * README:
- Release 2.16.2.
-
-2006-10-02 Rob Bradford <rob robster org uk>
-
- * configure.ac: post-release bump to 2.16.2
-
-==================== 2.16.1 ====================
-
-2006-10-02 Rob Bradford <rob robster org uk>
-
- * NEWS:
- * README:
- * configure.ac: Release 2.16.1.
-
-2006-09-11 Rob Bradford <rob robster org uk>
-
- * pessulus.in: bug-buddy integration (bug #350578)
- Code stolen from gnome-python/examples/bug-buddy-integration.py
-
-2006-09-04 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 2.16.1.
-
-==================== 2.16.0 ====================
-
-2006-09-04 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README:
- * configure.ac: Release 2.16.0.
-
-2006-08-08 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 2.15.90.
-
-==================== 2.15.92 ====================
-
-2006-08-08 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 2.15.91.
-
-2006-08-03 Jovan Naumovski <jovan lugola net>
-
- * Added sl.po to po/ and 'sl' to LINGUAS
-
-2006-07-30 Vincent Untz <vuntz gnome org>
-
- * Makefile.am:
- * pessulus.in: use the python runtime detected by AM_PATH_PYTHON
- Patch by Loïc Minier <lool+gnome via ecp fr>
- Fix bug #349210
-
-2006-07-24 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 2.15.90.
-
-==================== 2.15.90 ====================
-
-2006-07-24 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README:
- * configure.ac: Release 2.15.90. (yep, we switch to the GNOME release
- numbers)
-
-2006-07-11 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 0.10.5.
-
-==================== 0.10.4 ====================
-
-2006-07-11 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 0.10.4.
-
-2006-05-15 Vincent Untz <vuntz gnome org>
-
- * configure.ac: require intltool 0.35.0
-
-2006-04-24 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 0.10.2.
-
-==================== 0.10.1 ====================
-
-2006-04-24 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 0.10.1.
-
-2006-04-24 Vincent Untz <vuntz gnome org>
-
- * README: mention autogen.sh in installation
-
-2006-04-15 Brian Pepple <bdpepple gmail com>
-
- * configure.in: Use po/LINGUAS instead of including all languages
- directly in this file. See the wiki for more information:
- http://live.gnome.org/GnomeGoals/PoLinguas
-
-2006-03-30 Dennis Cranston <dennis_cranston yahoo com>
-
- * data/pessulus.glade: HIG spacing fixes.
-
-2006-03-30 Vincent Untz <vuntz gnome org>
-
- * TODO: updated
-
- New UI that uses a treeview to select the current page.
- Based on patch by Rob Bradford <robster debian org>
- Fix bug #334283
-
- * Pessulus/maindialog.py: (__init_pageselector): new, to init the page
- selector
- (__on_page_select): new
- (__init__): init the page selector
- * data/pessulus.glade: updated for the UI change
-
-2006-03-29 Dennis Cranston <dennis_cranston yahoo com>
-
- * Pessulus/lockdowncheckbutton.py: Remove line feeds and
- extra spacing from tooltips generated from the schemas.
- * data/pessulus.glade: Do not set initial visibility of dialog
- to true, so the dialog will open centered properly.
-
-2006-03-28 Vladimer Sichinava <vlsichinava gmail com>
-
- * configure.ac: Added "ka" (Georgian) to ALL_LINGUAS
-
-2006-03-28 Rhys Jones <rhys sucs org>
-
- * configure.ac: Added "cy" (Welsh) to ALL_LINGUAS.
-
-2006-03-18 Vincent Untz <vuntz gnome org>
-
- * data/pessulus.desktop.in.in: mark the name and comments as
- translatable
-
-2006-03-14 Rajesh Ranjan <rajeshkajha yahoo com>
-
- * configure.ac: Added "hi" (Bengali) to ALL_LINGUAS.
-
-2006-03-13 Vincent Untz <vuntz gnome org>
-
- * Pessulus/main.py: pass a GnomeProgram to the PessulusMainDialog
- * Pessulus/maindialog.py: (__init__): hide the help button if no
- GnomeProgram has been passed in argument
- (__on_dialog_response): open the pessulus section in the System Admin
- Guide for help
-
-2006-03-13 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 0.10.
-
-==================== 0.9 ====================
-
-2006-03-13 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 0.9.
-
-2006-03-13 Runa Bhattacharjee <runa bengalinux org>
-
- * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
-
-2006-03-12 Ole Laursen <olau hardworking dk>
-
- * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
-
-2006-03-11 Duarte Loreto <happyguy_pt hotmail com>
-
- * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
-
-2006-03-08 Ahmad Riza H Nst <rizahnst id gnome org>
-
- * po/id.po: Added Indonesian Translation
- * configure.ac: Added "id" in to ALL_LINGUAS line.
-
-2006-03-06 Alessio Frusciante <algol firenze linux it>
-
- * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
-
-2006-03-03 Maxim Dziumanenko <mvd mylinux ua>
-
- * configure.ac: added 'uk' to ALL_LINGUAS
-
-2006-02-27 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 0.9.
-
-==================== 0.8 ====================
-
-2006-02-27 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 0.8.
-
-2006-02-24 Inaki Larranaga <dooteo euskalgnu org>
-
- * configure.ac: added 'eu' to ALL_LINGUAS
-
-2006-02-19 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * configure.ac: added 'ca' to ALL_LINGUAS (this time for real =)
-
-2006-02-16 Kang Jeong-Hee <keizie gmail com>
-
- * configure.ac: add "ko" to ALL_LINGUAS..
-
-2006-02-13 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 0.8.
-
-==================== 0.7 ====================
-
-2006-02-13 Vincent Untz <vuntz gnome org>
-
- * NEWS:
- * README: Release 0.7.
-
-2006-02-07 Kostas Papadimas <pkst gnome org>
-
- * configure.ac: add "el" to ALL_LINGUAS..
-
-2006-01-30 Hendrik Brandt <heb gnome-de org>
-
- * configure.ac: add "de" to ALL_LINGUAS..
-
-2006-01-29 Chao-Hsiung Liao <j_h_liau yahoo com tw>
-
- * configure.ac: add "zh_TW" "zh_HK" to ALL_LINGUAS..
-
-2006-01-27 Vincent Untz <vuntz gnome org>
-
- * configure.ac: post-release bump to 0.7.
- (Note: I forgot to commit before tagging PESSULUS_0_6)
-
-==================== 0.6 ====================
-
-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.
+ - When committing code on behalf of others use the --author option, e.g.
+ git commit -a --author "Joe Coder <joe coder org>" and --signoff.
diff --git a/ChangeLog.pre-git b/ChangeLog.pre-git
new file mode 100644
index 0000000..e3fba4e
--- /dev/null
+++ b/ChangeLog.pre-git
@@ -0,0 +1,697 @@
+2009-04-14 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.26.2.
+
+==================== 2.26.1 ====================
+
+2009-04-14 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 2.26.1.
+
+2009-03-16 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.26.1.
+
+==================== 2.26.0 ====================
+
+2009-03-16 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 2.26.0.
+
+2009-03-03 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.26.0.
+
+==================== 2.25.92 ====================
+
+2009-03-03 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README:
+ * configure.in: Release 2.25.92.
+
+2009-03-03 Vincent Untz <vuntz gnome org>
+
+ * Pessulus/main.py: fix wrong usage of gtk.MessageDialog()
+
+2009-01-31 Vincent Untz <vuntz gnome org>
+
+ Handle the case where pessulus fails under "su" because gconf doesn't
+ work (you now need to use "su -" because of its dbus usage)
+ See http://bugs.freedesktop.org/show_bug.cgi?id=17970 for some
+ background.
+ Fixes https://bugzilla.novell.com/show_bug.cgi?id=468319
+
+ * Pessulus/lockdownapplier.py: add a supports_normal_settings method
+ * Pessulus/lockdownappliergconf.py: implement this method, and add a
+ SafeGConfClient class that will simulate a working gconf use when
+ there's no gconf access. It might be useful in the future.
+ * Pessulus/main.py: display an error dialog with clear instructions
+ when the application cannot be used because we have no access to gconf
+
+2008-09-20 Rob Bradford <rob robster org uk>
+
+ * NEWS:
+ * README:
+ * configure.ac:
+ Release 2.24.0
+
+2008-09-03 Vincent Untz <vuntz gnome org>
+
+ * Pessulus/main.py: use the right window icon
+ * Pessulus/maindialog.py: use the right icon for the screensaver
+ settings.
+
+2008-08-29 Vincent Untz <vuntz gnome org>
+
+ * Makefile.am:
+ * Pessulus/Makefile.am:
+ * pessulus.in: install in $pythondir instead of $pyexecdir
+ Fix bug #549728
+ Patch by Tom Callaway <tcallawa redhat com>
+
+2008-04-18 Rob Bradford <rob robster org uk>
+
+ * configure.ac:
+ Post-release bump.
+
+==================== 2.23.1 ====================
+
+2008-04-18 Rob Bradford <rob robster org uk>
+
+ * NEWS:
+ * README:
+ * configure.ac:
+ Release 2.23.1.
+
+2008-04-18 Rob Bradford <rob robster org uk>
+
+ * data/Makefile.am:
+ * data/pessulus.desktop.in.in:
+ * data/pessulus.svg:
+ * date/pessulus-{16,22,24,32,48}.png:
+ Add funky icon from Jakub Steiner (bug #466252.)
+
+2008-04-18 Rob Bradford <rob robster org uk>
+
+ * pessulus.in:
+ Switch to using python-gnome-desktop's bugbuddy integration. Patch
+ from AMAZIGH Aneglus, bug #394529.)
+ * configure.ac:
+ We now need gnome-python-desktop 2.17.2 (at least.)
+
+2008-03-17 Vincent Untz <vuntz gnome org>
+
+ * Pessulus/disabledapplets.py: (__fill_liststore): fix exception raised
+ when there's no name for an applet.
+ Also really try to get the best translation by remembering we've found
+ one, instead of just replacing the name whenever there's a new one.
+ * Pessulus/icons.py: (load_icon): explicitly return None instead of
+ nothing in case of error
+
+2008-03-10 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.16.5.
+
+==================== 2.16.4 ====================
+
+2008-03-10 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 2.16.4.
+
+2008-01-05 Josh Triplett <josh freedesktop org>
+
+ * Pessulus/lockdownapplier.py:
+ * Pessulus/simpleeditabletreeview.py:
+ * Pessulus/disabledapplets.py:
+ * Pessulus/maindialog.py:
+ * Pessulus/globalvar.py:
+ * Pessulus/lockdowncheckbutton.py:
+ * Pessulus/icons.py:
+ * Pessulus/lockdownbutton.py:
+ * Pessulus/safeprotocols.py:
+ Remove shebangs from non-executable Python scripts (bug #424328).
+ Patch from Debian sabayon package.
+
+2007-09-17 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.16.4.
+
+==================== 2.16.3 ====================
+
+2007-09-17 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 2.20.0.
+
+2007-03-15 Christian Kirbach <Christian Kirbach googlemail com>
+
+ * data/pessulus.desktop.in.in:
+ Remove invalid category "Application", add "GTK".
+
+2006-12-18 Rob Bradford <rob robster org uk>
+
+ * configure.ac: post-release bump to 2.16.3
+
+==================== 2.16.2 ====================
+
+2006-12-18 Rob Bradford <rob robster org uk>
+
+ * NEWS:
+ * README:
+ Release 2.16.2.
+
+2006-10-02 Rob Bradford <rob robster org uk>
+
+ * configure.ac: post-release bump to 2.16.2
+
+==================== 2.16.1 ====================
+
+2006-10-02 Rob Bradford <rob robster org uk>
+
+ * NEWS:
+ * README:
+ * configure.ac: Release 2.16.1.
+
+2006-09-11 Rob Bradford <rob robster org uk>
+
+ * pessulus.in: bug-buddy integration (bug #350578)
+ Code stolen from gnome-python/examples/bug-buddy-integration.py
+
+2006-09-04 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.16.1.
+
+==================== 2.16.0 ====================
+
+2006-09-04 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README:
+ * configure.ac: Release 2.16.0.
+
+2006-08-08 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.15.90.
+
+==================== 2.15.92 ====================
+
+2006-08-08 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 2.15.91.
+
+2006-08-03 Jovan Naumovski <jovan lugola net>
+
+ * Added sl.po to po/ and 'sl' to LINGUAS
+
+2006-07-30 Vincent Untz <vuntz gnome org>
+
+ * Makefile.am:
+ * pessulus.in: use the python runtime detected by AM_PATH_PYTHON
+ Patch by Loïc Minier <lool+gnome via ecp fr>
+ Fix bug #349210
+
+2006-07-24 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 2.15.90.
+
+==================== 2.15.90 ====================
+
+2006-07-24 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README:
+ * configure.ac: Release 2.15.90. (yep, we switch to the GNOME release
+ numbers)
+
+2006-07-11 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 0.10.5.
+
+==================== 0.10.4 ====================
+
+2006-07-11 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 0.10.4.
+
+2006-05-15 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: require intltool 0.35.0
+
+2006-04-24 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 0.10.2.
+
+==================== 0.10.1 ====================
+
+2006-04-24 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 0.10.1.
+
+2006-04-24 Vincent Untz <vuntz gnome org>
+
+ * README: mention autogen.sh in installation
+
+2006-04-15 Brian Pepple <bdpepple gmail com>
+
+ * configure.in: Use po/LINGUAS instead of including all languages
+ directly in this file. See the wiki for more information:
+ http://live.gnome.org/GnomeGoals/PoLinguas
+
+2006-03-30 Dennis Cranston <dennis_cranston yahoo com>
+
+ * data/pessulus.glade: HIG spacing fixes.
+
+2006-03-30 Vincent Untz <vuntz gnome org>
+
+ * TODO: updated
+
+ New UI that uses a treeview to select the current page.
+ Based on patch by Rob Bradford <robster debian org>
+ Fix bug #334283
+
+ * Pessulus/maindialog.py: (__init_pageselector): new, to init the page
+ selector
+ (__on_page_select): new
+ (__init__): init the page selector
+ * data/pessulus.glade: updated for the UI change
+
+2006-03-29 Dennis Cranston <dennis_cranston yahoo com>
+
+ * Pessulus/lockdowncheckbutton.py: Remove line feeds and
+ extra spacing from tooltips generated from the schemas.
+ * data/pessulus.glade: Do not set initial visibility of dialog
+ to true, so the dialog will open centered properly.
+
+2006-03-28 Vladimer Sichinava <vlsichinava gmail com>
+
+ * configure.ac: Added "ka" (Georgian) to ALL_LINGUAS
+
+2006-03-28 Rhys Jones <rhys sucs org>
+
+ * configure.ac: Added "cy" (Welsh) to ALL_LINGUAS.
+
+2006-03-18 Vincent Untz <vuntz gnome org>
+
+ * data/pessulus.desktop.in.in: mark the name and comments as
+ translatable
+
+2006-03-14 Rajesh Ranjan <rajeshkajha yahoo com>
+
+ * configure.ac: Added "hi" (Bengali) to ALL_LINGUAS.
+
+2006-03-13 Vincent Untz <vuntz gnome org>
+
+ * Pessulus/main.py: pass a GnomeProgram to the PessulusMainDialog
+ * Pessulus/maindialog.py: (__init__): hide the help button if no
+ GnomeProgram has been passed in argument
+ (__on_dialog_response): open the pessulus section in the System Admin
+ Guide for help
+
+2006-03-13 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 0.10.
+
+==================== 0.9 ====================
+
+2006-03-13 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 0.9.
+
+2006-03-13 Runa Bhattacharjee <runa bengalinux org>
+
+ * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
+
+2006-03-12 Ole Laursen <olau hardworking dk>
+
+ * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
+
+2006-03-11 Duarte Loreto <happyguy_pt hotmail com>
+
+ * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
+
+2006-03-08 Ahmad Riza H Nst <rizahnst id gnome org>
+
+ * po/id.po: Added Indonesian Translation
+ * configure.ac: Added "id" in to ALL_LINGUAS line.
+
+2006-03-06 Alessio Frusciante <algol firenze linux it>
+
+ * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
+
+2006-03-03 Maxim Dziumanenko <mvd mylinux ua>
+
+ * configure.ac: added 'uk' to ALL_LINGUAS
+
+2006-02-27 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 0.9.
+
+==================== 0.8 ====================
+
+2006-02-27 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 0.8.
+
+2006-02-24 Inaki Larranaga <dooteo euskalgnu org>
+
+ * configure.ac: added 'eu' to ALL_LINGUAS
+
+2006-02-19 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
+
+ * configure.ac: added 'ca' to ALL_LINGUAS (this time for real =)
+
+2006-02-16 Kang Jeong-Hee <keizie gmail com>
+
+ * configure.ac: add "ko" to ALL_LINGUAS..
+
+2006-02-13 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 0.8.
+
+==================== 0.7 ====================
+
+2006-02-13 Vincent Untz <vuntz gnome org>
+
+ * NEWS:
+ * README: Release 0.7.
+
+2006-02-07 Kostas Papadimas <pkst gnome org>
+
+ * configure.ac: add "el" to ALL_LINGUAS..
+
+2006-01-30 Hendrik Brandt <heb gnome-de org>
+
+ * configure.ac: add "de" to ALL_LINGUAS..
+
+2006-01-29 Chao-Hsiung Liao <j_h_liau yahoo com tw>
+
+ * configure.ac: add "zh_TW" "zh_HK" to ALL_LINGUAS..
+
+2006-01-27 Vincent Untz <vuntz gnome org>
+
+ * configure.ac: post-release bump to 0.7.
+ (Note: I forgot to commit before tagging PESSULUS_0_6)
+
+==================== 0.6 ====================
+
+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.
diff --git a/po/ChangeLog b/po/ChangeLog.pre-git
similarity index 100%
rename from po/ChangeLog
rename to po/ChangeLog.pre-git
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]