2007-01-04  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/src/yumex/yumexUtils.py:
	  Added some checks to the size column sort fn.
	* branches/yumex/1.2.X/src/yumex/yumexBase.py:
	  Don't clear queue when transaction fails.
	* branches/yumex/1.2.X/yumex.spec:
	  Updated Source0 URL in spec.

2007-01-03  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/yumex.spec:
	  fixed rpmlint error in spec file
	* branches/yumex/1.2.X/po/cs.po, branches/yumex/1.2.X/po/da.po,
	  branches/yumex/1.2.X/po/de.po, branches/yumex/1.2.X/po/es.po,
	  branches/yumex/1.2.X/po/fi.po, branches/yumex/1.2.X/po/fr.po,
	  branches/yumex/1.2.X/po/hu.po, branches/yumex/1.2.X/po/it.po,
	  branches/yumex/1.2.X/po/ja.po, branches/yumex/1.2.X/po/ko.po,
	  branches/yumex/1.2.X/po/pa.po, branches/yumex/1.2.X/po/pl.po,
	  branches/yumex/1.2.X/po/pt_BR.po, branches/yumex/1.2.X/po/ru.po,
	  branches/yumex/1.2.X/po/tr.po, branches/yumex/1.2.X/po/uk.po,
	  branches/yumex/1.2.X/po/yumex.pot,
	  branches/yumex/1.2.X/po/zh_TW.po:
	  refreshed po files (URL's -> URLs) (rh #221234)
	* branches/yumex/1.2.X/src/yumex/yumexBase.py:
	  changed URL's to 'URLs'

2006-12-18  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/yumex.spec:
	  using %{python_sitearch} macro insted of hardcode path in spec
	* branches/yumex/1.2.X/misc/yumex.pam:
	  Updated yumex.pam to avoid rpmlint warnings
	* branches/yumex/1.2.X/yumex.spec:
	  using %{python_sitearch} macro insted of hardcode path in spec
	* branches/yumex/1.2.X/yumex.spec:
	  updated urls in spec
	* branches/yumex/1.2.X/ChangeLog:
	  updated changelog
	* branches/yumex/1.2.X/src/yumex/yumexConst.py,
	  branches/yumex/1.2.X/src/yumex/yumexUtils.py,
	  branches/yumex/1.2.X/yumex.spec:
	  Added some extra type checking
	  Bumped release to 1.2.1

2006-12-04  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/src/yumex/yumexUtils.py:
	  Added some null checks in pkg view
	* branches/yumex/1.2.X/src/yumex/yumexUtils.py,
	  branches/yumex/1.2.X/src/yumexmain.py:
	  Fixes to the backported Bacground Runner
	* branches/yumex/1.2.X/src/yumex/yumexUtils.py,
	  branches/yumex/1.2.X/src/yumexmain.py:
	  - fixed plugin view in preferences.
	  - backported Background Runner from 1.9.x Thread.

2006-11-13  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/src/yumex/yumexBase.py,
	  branches/yumex/1.2.X/src/yumex/yumexConst.py,
	  branches/yumex/1.2.X/yumex.spec:
	  mixed str conversion bug in gpg error dialog
	  bumped release to 1.2.1 (rc2)
	* branches/yumex/1.2.X/src/yumex/yumexBase.py,
	  branches/yumex/1.2.X/src/yumex/yumexConst.py,
	  branches/yumex/1.2.X/src/yumex/yumexDialogs.py,
	  branches/yumex/1.2.X/src/yumex/yumexUtils.py,
	  branches/yumex/1.2.X/yumex.spec:
	  Misc fixed for rh #215179
	  - Incomplete messages on gpg check error.
	  - Weird error when populating package view
	  - markup errors when writing to progress bar (Extra label)
	  bumped version to 1.2.1 (RC1)

2006-11-10  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/ChangeLog:
	  build changelog
	* branches/yumex/1.2.X/src/yumex/yumexConst.py,
	  branches/yumex/1.2.X/yumex.spec:
	  Bumped release to 1.2.0
	* branches/yumex/1.2.X/po/ja.po:
	  updated japanese translation by MATSUURA Takanori
	* branches/yumex/1.2.X/src/yumex.glade,
	  branches/yumex/1.2.X/src/yumex/yumexBase.py,
	  branches/yumex/1.2.X/src/yumexmain.py,
	  branches/yumex/1.2.X/src/yumgui/callbacks.py:
	  - Fixed Traceback when obsoletes=0 in yum.conf (rh # 214831)
	  - Start yumex in center of screen (rh #208421)
	  - Dont allow to start processing queue before view are populated.

2006-11-09  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/src/yumex/yumexUtils.py,
	  branches/yumex/1.2.X/src/yumexmain.py:
	  Packageview populate speed up, use background thread insted
	  of gobject.idle.

2006-10-31  Tim Lauridsen <tim@yum-extender.org>

	* branches/yumex/1.2.X/src/test:
	  removed yumex 1.9.x test code from 1.2.x branch
	* branches/yumex/1.2.X:
	  Created a 1.2.X Branch

2006-10-30  Tim Lauridsen <tim@yum-extender.org>

	* src/yumgui/callbacks.py:
	  removed unused import
	* src/test, src/test/callbacks.py, src/test/dialogs.py,
	  src/test/gui-test.py, src/test/gui.py, src/test/misc.py,
	  src/test/packages.py, src/test/views.py, src/test/yumapi.py,
	  src/test/yumex.glade:
	  Added a lot of code to the next gen yumex (1.9.0)

2006-10-27  Tim Lauridsen <tim@yum-extender.org>

	* src/yumex/yumexUtils.py:
	  fixed spelling error
	* src/test/filters.py, src/test/gui-test.py:
	  updated some future yumex test stuff
	* src/test, src/test/filters.py, src/test/gui-test.py,
	  src/test/yumex.glade:
	  Added some future yumex gui test stuff
	* src/yumex/yumexUtils.py, src/yumexmain.py:
	  Minor speed optimation - dont auto populate Category view

2006-10-25  Tim Lauridsen <tim@yum-extender.org>

	* ChangeLog:
	  Rebuild Changelog for 1.1.7 Release
	* src/yumex/yumexConst.py, yumex.spec:
	  Bumped release to 1.1.7
	* src/yumex/yumexBase.py:
	  Fixed broken gpgkey download
	* ChangeLog:
	  rebuild Changelog
	* src/yumex/yumexConst.py, yumex.spec:
	  bumped version to 1.1.6
	* po/it.po, src/yumexmain.py:
	  Fixed problem with italian translation ('%' => '%s')

2006-10-23  Tim Lauridsen <tim@yum-extender.org>

	* yumex.spec:
	  bumped release for new build

2006-10-22  Tim Lauridsen <tim@yum-extender.org>

	* po/fr.po:
	  fixed mixing \\n in fr.po
	* ChangeLog, authors.xml:
	  Updated changelog
	* src/yumex/yumexConst.py, yumex.spec:
	  Bumped release to 1.1.5

2006-10-21  Tim Lauridsen <tim@yum-extender.org>

	* src/yumex/yumexBase.py:
	  fixed issues where self.logger in YumBase is overwritten by
	  YumexBase
	  (# 211707)

2006-10-18  Tim Lauridsen <tim@yum-extender.org>

	* po/fr.po:
	  updated french translation by Eric Tanguy

2006-10-17  Dawid Zamirski <dzrudy@gmail.com>

	* ChangeLog:
	  Changelog update
	* src/yumex/yumexBase.py, src/yumex/yumexConst.py,
	  src/yumexmain.py:
	  Removed --forcei386 code. This issue should be handled either by
	  repo maintaiers or a yum plugin.

2006-10-14  Tim Lauridsen <tim@yum-extender.org>

	* po/it.po:
	  Updated itailian translation by danilo

2006-10-13  Tim Lauridsen <tim@yum-extender.org>

	* po/cs.po:
	  updated cz translation by Lukas Novotny
	* src/yumex/yumexBase.py:
	  Code cleanup

2006-10-12  Tim Lauridsen <tim@yum-extender.org>

	* src/yumex/yumexUtils.py:
	  Remove some deprecated code
	* po/fi.po:
	  updated finish translation by Tero Hietanen

2006-10-11  Tim Lauridsen <tim@yum-extender.org>

	* po/pl.po:
	  Updated polish by Dawid Zamirski

2006-10-10  Tim Lauridsen <tim@yum-extender.org>

	* po/uk.po:
	  Ukrainian translation updated by Maxim V. Dziumanenko

2006-10-09  Tim Lauridsen <tim@yum-extender.org>

	* src/yumexmain.py:
	  Make output window active when action is beeing done insted
	  of progress bar. This will make is possible to move the
	  scrollbars.
	* yumex.spec:
	  fixed yum requirement in spec file

2006-10-08  Tim Lauridsen <tim@yum-extender.org>

	* ChangeLog:
	  Updated Changelog
	* ChangeLog:
	  Change the way Changelog is build
	* ChangeLog, ChangeLog.001, ChangeLog.002, Makefile:
	  Change the way Changelog is build
	* src/yumex/yumexConst.py:
	  bumped the version to 1.1.4

2006-10-07  Tim Lauridsen <tim@yum-extender.org>

	* yumex.spec:
	  Updated spec for next release.
	* po/POTFILES.in, po/cs.po, po/da.po, po/de.po, po/es.po, po/fi.po,
	  po/fr.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po,
	  po/yumex.pot, po/zh_TW.po:
	  refreshed po & pot files with new messages.

2006-10-05  Tim Lauridsen <tim@yum-extender.org>

	* src/yumex/yumexBase.py, src/yumex/yumexUtils.py:
	  Removed some debug code

2006-10-02  Tim Lauridsen <tim@yum-extender.org>

	* src/yumex/yumexBase.py:
	  Make filelist and otherdata work again.
	* src/yumex/yumexBase.py, src/yumex/yumexDialogs.py,
	  src/yumex/yumexUtils.py:
	  - Make changes to use ConfigParser insted of IncludedConfig
	  Parser.
	  - Use default yum doSackSetup, insted of customized one.

2006-09-11  Tim Lauridsen <tim@yum-extender.org>

	* src/yumex/yumexBase.py, src/yumex/yumexPackages.py:
	  misc cleanup
	* src/yumex/__init__.py, src/yumexmain.py:
	  Added '--yumcvs' option to enable running agains a yum-cvs
	  checkout
	  in /usr/share/yum-cvs.

2006-09-10  Tim Lauridsen <tim@yum-extender.org>

	* .:
	  misc

2006-09-08  Tim Lauridsen <tim@yum-extender.org>

	* src/err.txt:
	  remove dummy file

2006-09-07  Tim Lauridsen <tim@yum-extender.org>

	* gfx/button-group.png, gfx/button-install.png,
	  gfx/button-output.png, gfx/button-remove.png,
	  gfx/button-repo.png, gfx/button-run.png, gfx/button-update.png,
	  gfx/logo.png, gfx/yumex-icon.png, gfx/yumex.png, misc/yumex,
	  misc/yumex.conf.default, misc/yumex.console.app,
	  misc/yumex.desktop, misc/yumex.desktop~, misc/yumex.pam,
	  misc/yumex.profiles.conf, po/Makefile, po/POTFILES.in, po/cs.po,
	  po/da.po, po/de.po, po/es.po, po/fi.po, po/fr.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/ru.po, po/tr.po, po/uk.po, po/yumex.pot, po/zh_TW.po,
	  tools/py-compile:
	  added yumex files
	* COPYING, ChangeLog, ChangeLog.old, Makefile, authors.xml, gfx,
	  misc, po, src, src/Makefile, src/err.txt, src/yumex,
	  src/yumex.glade, src/yumex/Makefile, src/yumex/__init__.py,
	  src/yumex/bestmirror.py, src/yumex/fastestmirror.py,
	  src/yumex/yumexBase.py, src/yumex/yumexCallbacks.py,
	  src/yumex/yumexConst.py, src/yumex/yumexDialogs.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumex/yumexi18n.py, src/yumexmain.py, src/yumgui,
	  src/yumgui/Makefile, src/yumgui/__init__.py,
	  src/yumgui/callbacks.py, src/yumgui/packages.py,
	  src/yumgui/widgets.py, tools, yumex.spec:
	  added yumex source

2006-09-07  tim

	* branches/yumex, releases/yumex, tags/yumex, .:
	  added dirs

2006-09-05  tim

	* src/yumex/yumexBase.py:
	  fixed some filelogging issues (filelog entries was shown in
	  console)
	* src/yumex/yumexBase.py:
	  fixes to work with latest yum CVS HEAD

2006-09-04  tim

	* src/test/depcheck.conf, src/test/depcheck.py,
	  src/test/skip-broken.conf, src/test/skip-broken.py,
	  src/yumex/yumexBase.py, src/yumexmain.py:
	  Fixes to work with current yum head

2006-08-31  tim

	* src/test/depcheck.py:
	  fixed some doc
	  made logger optional
	* src/test/depcheck.py:
	  Added some doc strings
	* src/test/depcheck.py:
	  Added class doc

2006-08-29  tim

	* src/test/depcheck.py:
	  some yum plugins test stuff
	* src/test/depcheck.conf, src/test/depcheck.py,
	  src/yumex/yumexBase.py, src/yumgui/packages.py, yumex.spec:
	  misc changes to make yumex work with latest yum CVS HEAD.

2006-08-25  tim

	* ChangeLog:
	  update changelog
	* yumex.spec:
	  Released 1.1.2
	* src/yumex/__init__.py, src/yumex/yumexBase.py,
	  src/yumex/yumexCallbacks.py, src/yumex/yumexConst.py,
	  src/yumex/yumexDialogs.py, src/yumex/yumexPackages.py,
	  src/yumex/yumexUtils.py, src/yumexmain.py:
	  code cleanup
	* yumex.spec:
	  Updated spec need yum >=2.9.5, bumped release

2006-08-24  tim

	* src/test/test5.py, src/yumexmain.py:
	  using widget.grab_add() to lock the gui while something is
	  executed
	* src/yumex.glade, src/yumex/yumexUtils.py, src/yumexmain.py,
	  src/yumgui/widgets.py:
	  Dont change to a page while it is being populates because
	  it slow down the population.
	* src/yumex/yumexBase.py, src/yumex/yumexCallbacks.py,
	  src/yumgui/callbacks.py:
	  changed file logging to use the python logging, just like yum
	  2.9.x

2006-08-23  tim

	* src/yumex/yumexBase.py:
	  filelogging changes
	* src/yumex/yumexDialogs.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, src/yumgui/__init__.py, src/yumgui/widgets.py:
	  minor fixes to console colors
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexDialogs.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, src/yumgui/__init__.py, src/yumgui/widgets.py:
	  Added Font and Color selector for console font &
	  package description font in the Preferences.

2006-08-21  tim

	* src/yumex/yumexBase.py, yumex.spec:
	  Removed calls to deprecated yum methods (the new rpmdb sack)

2006-08-17  tim

	* src/yumex/yumexConst.py, yumex.spec:
	  upgraded version to 1.1.2
	* ChangeLog, yumex.spec:
	  fixed spec typo
	* src/yumex/yumexCallbacks.py, src/yumexmain.py, yumex.spec:
	  removed some print statements
	  updated spec for release 1.1.1-1.0
	* src/yumex/yumexBase.py, src/yumex/yumexCallbacks.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py:
	  removed some print statements

2006-08-16  tim

	* ChangeLog:
	  build changelog
	* yumex.spec:
	  updated spec release to 1.1.1-0.3.pre3
	* src/yumex/yumexBase.py, src/yumex/yumexConst.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, src/yumgui/packages.py:
	  Added Architecture,Sizes & Age to Category View.
	  Fixes doRepoSetup should only setup Repo once.

2006-08-15  tim

	* src/yumex.glade, src/yumex/yumexCallbacks.py,
	  src/yumex/yumexConst.py, src/yumexmain.py:
	  Made the categories view work.

2006-08-14  tim

	* src/yumex/yumexUtils.py, src/yumexmain.py:
	  Made 'Add to Queue' work in the Category View.
	* src/yumex/yumexBase.py:
	  removed deprecated yum getConfigOption() calls
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexCallbacks.py, src/yumex/yumexConst.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py:
	  Fixed issues with yum logging messages not shown since yum 2.9.4
	  Added urlgrabber failure callback.
	  Added some extra logging.

2006-08-11  tim

	* ChangeLog:
	  rebuild changelog
	* yumex.spec:
	  Updated spec release 1.1.1-02.pre2
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexConst.py, src/yumex/yumexPackages.py,
	  src/yumex/yumexUtils.py, src/yumexmain.py:
	  Fixed group package views.
	  Moved 'group' button up in the toolbar.
	  Added mnemonics to toolbar buttons.
	  Added 'Add & Process' button to package views.

2006-08-10  tim

	* src/yumex/yumexUtils.py, src/yumexmain.py:
	  Use a generator and gobject.idle_add insted of
	  a background thread to populate package view.
	  It more safe.
	* ChangeLog:
	  
	* src/yumex.glade, src/yumexmain.py:
	  Changed look of page selection buttonbar.
	  To make yumex fit on a 800x600 screen resolution.
	* ChangeLog:
	  Prerelease 1.1.1-0.1.pre1
	* Makefile, src/yumex/yumexBase.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, yumex.spec:
	  added '--debuglevel' commandline option to set the yum debug
	  level
	  Makefile cleanup.
	  updated spec file for pre release build.
	  All buttoms are not enabled before, all views are populated.

2006-08-09  tim

	* ChangeLog, src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, yumex.spec:
	  Added button grayout when list are updated by background thread
	  They will be normal when they are updated.
	  Updated specfile (yum version dependency).
	  Made column width fixed in packageviews.
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, src/yumgui/packages.py:
	  Optimizes the way yumex stores and handle package internally
	  for speed and simplicity.
	  Packages are only stored under the yum setup process and is
	  then added to the view by a background thread.

2006-08-04  tim

	* src/yumex/yumexUtils.py:
	  some minor cleanup
	* src/yumex/yumexBase.py, src/yumex/yumexPackages.py,
	  src/yumex/yumexUtils.py, src/yumexmain.py,
	  src/yumgui/packages.py:
	  Speed up package list building, by creating a custom ListStore
	  class
	* src/yumex.glade:
	  minor changes to the glade file
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexPackages.py, src/yumexmain.py,
	  src/yumgui/packages.py:
	  Made the yumexPackage class more slick for speed and less memory
	  by using properties insted of copying value from yum pkg.

2006-07-20  tim

	* src/yumex/yumexBase.py, src/yumexmain.py,
	  src/yumgui/__init__.py:
	  added logger to output in debug mode.
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexDialogs.py:
	  Removed Package Cleanup, because yum does it now.
	  Added 'Disable Yum Launcher' option to preferences.

2006-07-19  tim

	* src/yumex/yumexBase.py, src/yumex/yumexPackages.py,
	  src/yumex/yumexUtils.py:
	  
	* src/yumex.glade, src/yumex/yumexBase.py,
	  src/yumex/yumexDialogs.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py:
	  Added update only mode (-u, --updateonly)
	  Added Yumex Launcher to select:
	  - update only mode.
	  - debug mode
	  - load yum metadata
	  - active repositoru profile profile
	  Added new progress ok dialog, with a quit button.

2006-07-18  tim

	* src/yumex/yumexBase.py, src/yumex/yumexPackages.py,
	  src/yumex/yumexUtils.py, src/yumexmain.py:
	  Added better performance to view update

2006-06-23  tim

	* yumex.spec:
	  updated spec file (yum >= 2.9.1)

2006-06-20  tim

	* yumex.spec:
	  Updated spec file

2006-06-19  tim

	* src/yumex/yumexConst.py, yumex.spec:
	  Bumped release to 1.1.1
	  Added BuildRequires: intltool to yumex.spec
	* po/POTFILES.in:
	  Removed Yum 2.4 compability files.
	* ChangeLog:
	  updated changelog
	* ChangeLog:
	  updated changelog
	* src/yumex/yumexBase.py, src/yumex/yumexConst.py,
	  src/yumex/yumexUtils.py:
	  Removed some more yum 2.4.x compability stuff
	* src/yumex/yum24XBase.py, src/yumex/yum24Xcomp.py,
	  src/yumex/yumexBase.py, src/yumexmain.py, yumex.spec:
	  Made yumex 1.1.x work with yum 2.9.x.
	  Remove compability with yum 2.4.

2006-06-01  tim

	* src/yumexmain.py, src/yumgui/__init__.py, src/yumgui/widgets.py:
	  Added python logging support to yumex.
	* src/yumex/yumexBase.py:
	  fixed missing str convertion. #130324

2006-05-26  tim

	* src/yumex/yumexBase.py:
	  Fix grammer mistake (#19)
	* authors.xml:
	  Added authors.xml (used by svn2cl)
	* ChangeLog:
	  Generated new Changelog with svn2cl
	* Makefile:
	  add changelog to Makefile
	* ChangeLog:
	  Added new Changelog created by svn2cl
	* ChangeLog, ChangeLog.old:
	  Rename Changelog to Changelog.old

2006-05-21  tim

	* ChangeLog, misc/yumex.desktop, po/zh_TW.po:
	  Added Chinese (traditional) translation by Wei-Lun Chao.

2006-05-03  tim

	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  bumped trunk version to 1.1.0
	* src/yumex/yumexBase.py:
	  Added fix for obsoletion of updates
	* src/yumex.glade:
	  saved glade file in centos to avoid warnings
	* ChangeLog:
	  

2006-05-02  maners

	* ChangeLog:
	  Changelog update
	* src/yumexmain.py:
	  Prevent from traceback when unable to load user-selcted locale
	  end use default en_US instead (#14)

2006-05-01  maners

	* ChangeLog:
	  Changelog update
	* po/cs.po, po/da.po, po/de.po, po/es.po, po/fi.po, po/fr.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po, po/yumex.pot:
	  Rebuilt .po files and updated Polish translation
	* src/yumex.glade, src/yumexmain.py:
	  Removed GUI code after Force i386 Arch checkbox

2006-04-28  maners

	* src/yumex/yumexConst.py:
	  Updated the --forcei386 warning message to explain the issue in
	  more details.

2006-04-28  tim

	* src/yumexmain.py:
	  fix --forcei386 bug
	* ChangeLog, src/yumex/yumexBase.py, src/yumex/yumexConst.py,
	  src/yumexmain.py:
	  converted 'force i386' to a commandline option and added a
	  warning dialog.
	* ChangeLog, po/ja.po, src/yumex/yumexBase.py:
	  Fixed Typeerror & updated ja translation

2006-04-24  tim

	* ChangeLog, src/yumex/yumexBase.py, src/yumex/yumexUtils.py:
	  Move Background Runner class to yumexUtils.py

2006-04-21  tim

	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  Bumped release to 1.0.0
	* yumex.spec:
	  changed changelog entry date in spec file

2006-04-18  tim

	* ChangeLog, src/yumex/yumexBase.py:
	  Added yum download error traceback handler
	* ChangeLog, src/yumexmain.py:
	  fixed 'yumexmain.py:595:doPref:AttributeError: 'NoneType''
	  (#188237)
	* ChangeLog, src/yumex/yumexDialogs.py, src/yumexmain.py:
	  made a fix for bugzilla #185629 & and add gray out when
	  something is running

2006-04-10  tim

	* ChangeLog, src/yumex/yumexBase.py, src/yumex/yumexDialogs.py,
	  src/yumexmain.py:
	  Fixed some bugs and added conditional package support to groups

2006-04-07  tim

	* ChangeLog, misc/yumex.desktop:
	  updated yumex.desktop comment

2006-04-06  tim

	* ChangeLog, src/yumexmain.py:
	  better error handling when quiting
	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  Bumped version to 0.99.17
	* ChangeLog, po/pt_BR.po:
	  Updated pt_BR translation

2006-04-03  tim

	* ChangeLog, src/yumexmain.py:
	  Fixed traceback on quiting yumex while loading repo data
	* ChangeLog, po/ko.po, src/yumex/yumexUtils.py:
	  fixed uppercase in repo names bug.

2006-03-30  tim

	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  Bumped version to 0.99.16
	* ChangeLog:
	  Released 0.99.15
	* ChangeLog, src/yumex/yum24Xcomp.py, src/yumex/yumexBase.py:
	  Fixed "ImportError: cannot import name _getEnvVar" Traceback

2006-03-28  tim

	* ChangeLog, po/cs.po:
	  Updated cs translation

2006-03-25  tim

	* ChangeLog, po/fi.po, po/it.po, po/ja.po:
	  Updated translations (ja,fi,it)

2006-03-23  tim

	* ChangeLog, po/ko.po:
	  

2006-03-22  tim

	* ChangeLog, po/pa.po, src/yumex/yumexConst.py, yumex.spec:
	  Bumped version to 0.99.15 & updated punjabi translation
	* ChangeLog:
	  updated changelog
	* ChangeLog:
	  updated changelog

2006-03-21  maners

	* src/yumex/yumexBase.py:
	  Force i386 Arch bugfix to avoid errors during package cache
	  cleanup

2006-03-21  tim

	* po/uk.po:
	  added uk translation
	* ChangeLog, src/yumexmain.py:
	  fixed traceback

2006-03-20  maners

	* src/yumexmain.py:
	  Fix for exception error while deleting a repo

2006-03-20  tim

	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  bumped version to 0.99.14
	* ChangeLog, po/cs.po, po/da.po, po/de.po, po/es.po, po/fi.po,
	  po/fr.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po,
	  po/yumex.pot:
	  rebuild *.po
	* ChangeLog, yumex.spec:
	  Updated spec & changelog
	* ChangeLog:
	  Updated changelog
	* ChangeLog, src/yumex/yumexBase.py, src/yumexmain.py:
	  Added Force i386 patch and updated pl.po

2006-03-16  tim

	* ChangeLog:
	  updated changelog
	* ChangeLog, po/fr.po, po/hu.po:
	  Updated fr & hu translation

2006-03-13  tim

	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  bumped version to 0.99.13
	* yumex.spec:
	  fixed spec changelog bug
	* ChangeLog, yumex.spec:
	  Updated changelog & spec for release 0.99.12

2006-03-12  tim

	* ChangeLog, po/it.po, src/yumex/yumexConst.py:
	  updated it translatins & credits

2006-03-09  tim

	* ChangeLog, src/yumexmain.py:
	  fixed startup page icon points to the wrong page when '-n' is
	  used
	* ChangeLog, po/cs.po, po/da.po, po/de.po, po/es.po, po/fi.po,
	  po/fr.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po,
	  po/yumex.pot:
	  Updated *.po & yumex.pot
	* ChangeLog, src/yumex.glade, src/yumex/yumexConst.py:
	  Some keyboard accessiblity fixes

2006-03-08  tim

	* ChangeLog, po/cs.po, po/da.po, po/de.po, po/es.po, po/fi.po,
	  po/fr.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po,
	  po/yumex.pot, src/yumex.glade:
	  made package info tabs accessible from keyboard and updated
	  yumex.pot and *.po
	* ChangeLog, po/fr.po, po/ja.po, src/yumex/yumexConst.py,
	  yumex.spec:
	  added updated jp & fr translations and added keyboard
	  accessiblity

2006-03-07  tim

	* ChangeLog, po/pl.po:
	  Updated polish translation

2006-03-06  tim

	* ChangeLog, src/yumex/yumexPackages.py:
	  Made new fix to #184016

2006-03-05  tim

	* ChangeLog, src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumgui/__init__.py:
	  Added kb,Mb postfixes to size column.
	* ChangeLog, src/yumex/yumexPackages.py:
	  Fixed traceback in get_changelog (#184016)
	* ChangeLog:
	  updated it translation
	* po/it.po:
	  updated it translation
	* ChangeLog, po/ja.po:
	  updated ja translation

2006-03-04  tim

	* ., ChangeLog, po/fr.po:
	  Updated fr.po

2006-03-02  tim

	* ChangeLog, po/es.po:
	  Added Spanish translation
	* ChangeLog, src/yumex/yumexConst.py, yumex.spec:
	  Bumped Version to 0.99.12
	* ChangeLog, src/yumex/yumexCallbacks.py, src/yumexmain.py,
	  src/yumgui/callbacks.py:
	  Fixed double count and group add package traceback

2006-02-28  tim

	* ChangeLog, Makefile, src/yumex/yumexBase.py,
	  src/yumex/yumexConst.py, yumex.spec:
	  Bumped the version to 0.99.11 and fixed getGroupData for yum
	  2.5.0
	* ChangeLog, po/cs.po, po/da.po, po/de.po, po/fi.po, po/fr.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po, po/yumex.pot,
	  src/yumex.glade, src/yumex/yum24XBase.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumexmain.py, src/yumgui/widgets.py:
	  Added groupinfo notebook and changed some view icons

2006-02-27  tim

	* src/yumexmain.py:
	  svn test
	* ChangeLog, src/yumex/yumexBase.py, src/yumgui/__init__.py:
	  Made packagelist creation faster.
	* ChangeLog, src/yumex/yumexBase.py:
	  Made packagelist creation faster.
	* ChangeLog:
	  updated change log
	* gfx/CVS, misc/CVS, po/CVS, src/CVS, src/test/CVS, src/yumex/CVS,
	  src/yumgui/CVS, tools/CVS:
	  cleanup CVS dirs
	* COPYING, ChangeLog, Makefile, gfx, gfx/CVS, gfx/CVS/Entries,
	  gfx/CVS/Repository, gfx/CVS/Root, gfx/button-group.png,
	  gfx/button-install.png, gfx/button-output.png,
	  gfx/button-remove.png, gfx/button-repo.png, gfx/button-run.png,
	  gfx/button-update.png, gfx/logo.png, gfx/yumex-icon.png,
	  gfx/yumex.png, misc, misc/CVS, misc/CVS/Entries,
	  misc/CVS/Repository, misc/CVS/Root, misc/yumex,
	  misc/yumex.conf.default, misc/yumex.console.app,
	  misc/yumex.desktop, misc/yumex.pam, misc/yumex.profiles.conf,
	  po, po/CVS, po/CVS/Entries, po/CVS/Repository, po/CVS/Root,
	  po/Makefile, po/POTFILES.in, po/cs.po, po/da.po, po/de.po,
	  po/fi.po, po/fr.po, po/hu.po, po/it.po, po/ja.po, po/ko.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/ru.po, po/tr.po, po/uk.po,
	  po/yumex.pot, src, src/CVS, src/CVS/Entries, src/CVS/Repository,
	  src/CVS/Root, src/Makefile, src/test, src/test/CVS,
	  src/test/CVS/Entries, src/test/CVS/Repository,
	  src/test/CVS/Root, src/test/test.py, src/test/test2.py,
	  src/test/test3.py, src/test/test4.py, src/test/test5.py,
	  src/yumex, src/yumex.glade, src/yumex/CVS,
	  src/yumex/CVS/Entries, src/yumex/CVS/Repository,
	  src/yumex/CVS/Root, src/yumex/Makefile, src/yumex/__init__.py,
	  src/yumex/bestmirror.py, src/yumex/fastestmirror.py,
	  src/yumex/yum24XBase.py, src/yumex/yum24Xcomp.py,
	  src/yumex/yumexBase.py, src/yumex/yumexCallbacks.py,
	  src/yumex/yumexConst.py, src/yumex/yumexDialogs.py,
	  src/yumex/yumexPackages.py, src/yumex/yumexUtils.py,
	  src/yumex/yumexi18n.py, src/yumexmain.py, src/yumgui,
	  src/yumgui/CVS, src/yumgui/CVS/Entries,
	  src/yumgui/CVS/Repository, src/yumgui/CVS/Root,
	  src/yumgui/Makefile, src/yumgui/__init__.py,
	  src/yumgui/callbacks.py, src/yumgui/widgets.py, tools,
	  tools/CVS, tools/CVS/Entries, tools/CVS/Repository,
	  tools/CVS/Root, tools/py-compile, yumex.spec:
	  first SVN import
	* .:
	  Main setup

2006-05-10  Tim Lauridsen  <tla@rasmil.dk>
	Added Chinese (traditional) translation by Wei-Lun Chao.
	Added Chinese strings to yumex.desktop
	
	
2006-05-03  Tim Lauridsen  <tla@rasmil.dk>
	created 1.0.x branch
	bumped devel version to 1.1.0
	
2006-05-03  Tim Lauridsen  <tla@rasmil.dk>
	Released 1.0.02006-05-03  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexBase.py
		Added fix for packages that obsoletes other packages are not showed in updates. (Eric J. Barkie)

2006-05-02	Dawid Zamirski	<dzrudy@gmail.com>
	* src/yumex/yumexmain.py:
		Prevent from traceback when unable to load user selected locale and use default en_US instead. (Ticket #14)
		
2006-05-01	Dawid Zamirski  <dzrudy@gmail.com>
	* src/yumex/yumexmain.py:
		removed GUI code after Force i386 checkbox
	
	* src/yumex/yumex.glade:
		removed Force i386 Architecture checkbox
	
	* po:
		rebuilt po files and updated Polish translation

2006-04-28  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexBase.py
		fixed TypeError: cannot concatenate 'str' and 'classobj' objects (#189995)
		
	* src/po:
		Updated ja translation
		
	* src/yumexmain.py:
		Hidden the 'Force i386' gui checkbox.
		Added a new commandline '--forcei386' to do the same as the gui option, because is shall
		be use with caution.
		Added warning dialog when using the '--forcei386'
		
2006-04-24  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexUtils.py:
		Moved BackgroundRunner Class from yumexBase.py.
	

2006-04-21  Tim Lauridsen  <tla@rasmil.dk>
	Bumped version to 1.0.0 

2006-04-18  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexBase.py:
		Added error handling for download errors in yum & urlgrapper. 

	* src/yumex/yumexDialogs.py:
		Added fix for setProgress:IndexError: tuple index out of range. (#185629)
		I can't recreate the error, but the fix prevents a crash if it happens.
			
	* src/yumexmain.py:
		Add menu & toolbas gray out when something is running.
		fixed 'yumexmain.py:595:doPref:AttributeError: 'NoneType'' (#188237)

2006-04-10  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexDialogs.py:
		Fixed no urls traceback (#188206)
	* src/yumexmain.py:
	   Fixed Traceback when adding the same group to the queue twice. (#187567)
	
	* src/yumex/yumexBase.py:
		Added support for conditional packages in groups (#187567)  
		https://lists.dulug.duke.edu/pipermail/yum-devel/2006-February/001896.html

2006-04-06  Tim Lauridsen  <tla@rasmil.dk>
	* misc/yumex.desktop:
		Updated Comment.
		
2006-04-06  Tim Lauridsen  <tla@rasmil.dk>
	Bumped version to 0.99.17
	
	* src/yumexmain.py:
		Ignore out of mainloop errors when quiting.

2006-04-06  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.16
		
2006-04-03  Tim Lauridsen  <tla@rasmil.dk>
	* po/
		Updated pt_BR translaton
		
2006-04-03  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumexUtil (repoView):
		Fixed repos with upcase chars was not selected when the profile was changed. 
		Ex. if 'Didier' was added to a profile then it was not selected when the profile was
		reselected.
		
	* src/yumexmain.py:
		Fixed traceback 'RuntimeError: called outside of a mainloop' (#187447 / Ticket #8 )
		Happens when quiting yumex while loading repo data.

2006-03-30  Tim Lauridsen  <tla@rasmil.dk>
	Bumped version to 0.99.16


2006-03-30  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.15

2006-03-30  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yum24Xcomp.py: 
		Added _getEnvVar, _getsysver from yum 2.6.x yum/config.py.
	* src/yumexBase.py:
		Fixed "ImportError: cannot import name _getEnvVar" with yum 2.4.x

2006-03-26  Tim Lauridsen  <tla@rasmil.dk>
	* po/:
		Updated cs translation

2006-03-25  Tim Lauridsen  <tla@rasmil.dk>
	* po/:
		Updated ja, fi & it translation

2006-03-23  Tim Lauridsen  <tla@rasmil.dk>
	* po/:
		Updated korean translation.
		
2006-03-22  Tim Lauridsen  <tla@rasmil.dk>
	Bumped version to 0.99.15
	
	* po/:
		Updated punjabi translation

2006-03-22  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.14
	
2006-03-21  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumexmain.py (new_profile): 
		Fixed Traceback when creating a new profile (Cut & paste error)

	* po/
		updated uk transtion

2006-03-20  Dawid Zamirski
	* src/yumexmain.py:
		fix delete repository traceback (#186035)		
		(self.main -> self.main.ui)		

2006-03-20  Tim Lauridsen  <tla@rasmil.dk>

	Bumped version to 0.99.14
	
2006-03-20  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.13

2006-03-20  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexmain.py (new_profile): 
		Fixed Traceback when creating a new profile. (#185831)
		
	* src/yumex/yumexBase.py: 
		Added Force i386 Patch by Dawid Zamirski 
		
	* po/:
		Updated pl.po, ja.po
		updated yumex.pot & make refresh-po

2006-03-16  Tim Lauridsen  <tla@rasmil.dk>

	Updated fr & hu translation.

2006-03-12  Tim Lauridsen  <tla@rasmil.dk>
	bumped version to 0.99.13
	
2006-03-12  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.12
	
2006-03-12  Tim Lauridsen  <tla@rasmil.dk>
	* po/
		updated it.po
	* src/yumexConst.py:
		Updated Credits

2006-03-09  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexmain.py : 
		Fixed page icon on update and page shown is repos, when yumex is started with '-n'
		option.
		
	* src/yumex.glade:
		Mirror detection types in preferences, accessible from keyboard (Thanks to MATSUURA Takanori)
	* po/*
		Refreshed yumex.pot & *.po
		Updated cs.po
		

2006-03-08  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex.glade:
		Made package info tabs accessible from keyboard (Thanks to MATSUURA Takanori)

	* yumex.spec: 
		Added '-q' option to %setup (Thanks to MATSUURA Takanori)

	* po/*
		Refreshed yumex.pot & *.po
		Updated fr.po,ja.po

2006-03-07  Tim Lauridsen  <tla@rasmil.dk>
	Updated polish translation.
	
2006-03-06  Tim Lauridsen  <tla@rasmil.dk>
	* yumex/yumexPackages.py.
		(yumexPackage)
		force cltime to always be a list i get_changelog (#184016)

2006-03-05  Tim Lauridsen  <tla@rasmil.dk>
	* yumex/yumexUtils.py:
		(pkgView)
		Size column now shows sizes in kb,Mb etc.

	Updated ja.po,it.po
	
2006-03-04  Tim Lauridsen  <tla@rasmil.dk>

	Updated fr.po 

2006-03-02  Tim Lauridsen  <tla@rasmil.dk>
	Bumped the version to 0.99.12

	* po/es.po:
		Added Spanish Translation by Diego Alonso
		
2006-03-02  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.11

2006-03-02  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yumexCallbacks.py (unInstStart): 
		Fixed double count in processed actions (#183509)
	* src/yumexmain.py (on_groupinfo_popup): 
		Fixed Traceback when adding package to queue.
	

2006-02-28  Tim Lauridsen  <tla@rasmil.dk>
	Bumped version to 0.99.11

	* Makefile: 
		Added some extra macros for easy rpm building
		
	* src/yumex/yumexBase.py: 
		Changed getGroupData to return a directory of package objects. (FC5)

2006-02-28  Tim Lauridsen  <tla@rasmil.dk>
	Released 0.99.10

2006-02-28  Tim Lauridsen  <tla@rasmil.dk>
	

	* src/yumex/yum24XBase.py: 
		Changed getGroupData to return a directory of package objects.
		
	* src/yumex/yumexUtils.py: 
		Created PackageView abstrect class to handle view witt packages.
		Made Packages & grpInfoView inherit from PackageView class.
		Changed recent icon to gtk_new.
		Added gtk_apply (install) and gtk_cancel (remove) icons to packages added to the queue.
		Changed installed group icon to gtk_floppy.
		
	* src/yumexmain.py: 
		Changed group info event handlers to work with the new group info 
		Notebook.
		
	* src/yumex.glade.
		Added Group Info Notebook with a page for mandatory, default & optional packages.
		

2006-02-27  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yumexBase.py: 
		Made available list generation faster by searching for installed package names
		directly in the RPM Transaction set (self.ts.ts). Got the idea from looking at 
		at the pirut code. 

2006-02-27  Tim Lauridsen  <tla@rasmil.dk>
	* Moved code repository to subversion.

2006-02-25  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexDialogs.py:
		Fixed download size not shown in confimation dialog

2006-02-19  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumexmain.py:
		Added busy cursors to some of the time consuming actions, like search


2006-02-18  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex.glade:
		Added Gnome HIG patch by Dennis Cranston

	* src/yumex/yumexUtils:
		Fixed some strings
	* src/yumex/yumexBase:
		Fixed some strings

	* po/*.po
		Updated fi & fr translation
	
2006-02-15  Tim Lauridsen  <tla@rasmil.dk>

	bumped the version to 0.99.10
	
	* src/yumex.glade:
		Made the the package info TextVies non editable.
		
	* src/yumex/yumexUtils:
		(repoView):    
		 	Fixed relocation bug, when sorting by file.
		(grpView):      
			Added sorting.
		(grpInfoView):
			Added sorting. 
		
2006-02-15  Tim Lauridsen  <tla@rasmil.dk>

	released 0.99.9

2006-02-15  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexmain.py
		Fixed no icon problem in CentOS.
		
	* src/yumex/yumexBase.py.
		Removed old packages from install view.
		
	* po/*.po
		Added updated jp translation.
		
	* src/yumex.glade.
		Switched Ok & Cancel button in preferences.
	
	
2006-02-14  Tim Lauridsen  <tla@rasmil.dk>

	bumped the version to 0.99.9
	

2006-02-14  Tim Lauridsen  <tla@rasmil.dk>
	
	Released 0.99.8 (Fedora Extras)

2006-02-14  Tim Lauridsen  <tla@rasmil.dk>
	bumped the version to 0.99.8

	* src/yumex/yumexUtils.py, src/yumexmain.py
		Added 'Add to Queue' to groups and group packages
		Added apply icon to add groups/packages.
		Changed recent column click to toggle between showing
		All, recent, applied to queue packages 
		
	* src/yumgui/callbacks.py
		Added filelogging to RPM callback (again)
		
2006-02-13  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yum24XBase.py: 
		Added support for groups with yum 2.4
		
	* yumex.spec: 
		Bumped the version to 0.99.6

	* src/yumexUtils.py: 
		Added apply icon in package view for packages, currently added to
		the Queue.
		
	* src/yum24Xcomp.py.
		remove python warning from Option Class by replacing
		'__opt%X' with '__opt%s' (This was also fixed by memmo in yum cvs head)
			
			
	

2006-02-10  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexmain.py, src/yumex/yumexBase.py, yumexUtils.py: 
		Added yum 2.4.x compability
	* src/yumex/yum24Xcomp.py: 
		Added yum 2.4.x compability classes 
		Copied stuff needed from yum 2.5.x config.py, parser.py and __init__.py
		So we can get it from here, if we are running yum 2.4.x.
		It's dirty, but it the best way i cant think of to make this version
		work with both the yum 2.5.x & yum 2.4.x API.
		It will make yumex work in FC4 and CentOS2.


2006-02-09  Tim Lauridsen  <tla@rasmil.dk>

	* yumex.spec: 
		Bumped the version to 0.99.6
		
2006-02-09  Tim Lauridsen  <tla@rasmil.dk>

	Released as 0.99.5

2006-02-08  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yumexUtils.py (get_active_repos): 
		Added default=True to the enabled= in a repo file
	
	* src/yumex/yumexDialogs.py (update_fields): 
		Added default=True to the enabled= in a repo file

2006-02-06  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumgui/widgets.py (TextViewConsole): 
		added UTF-8 convertion before writing to gtk.TextView
	* src/yumexmain.py: 
		Added more info to package info 
			source,buildtime,group,installtime,license,requeres.
	* po/yumex.pot, *.po: 
		Rebuilded & refreshed to add new strings.
	

2006-02-05  Tim Lauridsen  <tla@rasmil.dk>
	* src/yumex/yumexUtils.py : 
		processsafemode option added to YumexConf.
	* src/yumex/yumexDialog.py : 
		support for Enable 'Process (SafeMode') added to Preferences.
	* src/yumexmain.py : 
		callback handler for 'Process (SafeMode)' added.
		hide/show 'Process (SafeMode)' added 
	* src/yumex/yumexBase.py: 
			Added Process Queue in SafeMode, Each Package in Queue a depsolved alone
			to detect if there is any dependency problems.
			Only the packages there can depsolve without problems are added to
			the transaction.
		
	Bumped the version to 0.99.5
	
2006-02-05  Tim Lauridsen  <tla@rasmil.dk>

	Released 0.99.4

2006-02-03  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumgui/__init__.py: 
		Added busyCursor & normalCursor (Got the idea from pirut)
	* src/yumgui/widgets.py: 
		Added some docs.
		Added UI and Controller Class.
		Removed WidgetWrapper Class.
		Added TextViewConsole class to handle a gtk.TextView

	* src/yumexmain.py:
		Moved Packages class to yumexUtil.py
		Start using UI,Controller to handle glade widget & callback.
		(Check this article http://www.linuxjournal.com/article/4702)
		renamed widgets from self.widgetname to self.ui.widgetname.
		This makes it much more clear to see what is attributes and what
		is widgets.
		Add busyCursor when something is processing
		Show Description,Files,Changelog on different tabs in pkg Notebook.
		
	* src/yumex.glade:
		Added Notebook on package page (Description,Information,Files,Changelog,Other)
		
		
	

2006-02-01  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yumexConst.py: 
		Added new constants to support page names.
		
	* src/yumexmain.py :
		Added a new Packages class to handle the install/remove/update views.
		Added support for Packages in MainApplication.
		Changed the way page changes are handled. (using names, insted of numbers)
		Clean out code deprecated by the packages class.
		
	* src/yumex/yumexUtils.py: 
		moved view specific code into packages class (yumexmain.py)
		
	* src/glade.yumex:
		Created a single page for install/update/remove
		Removed the old install/update/remove pages.

2006-01-31  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yumexPackages.py: 
		Extended the getattr so we can get all info from the encapsulated
		packageobject.
	* src/yumgui/widgets.py: 
		Added this new file.
		Added WidgetWrapper class.
			Makes it posible to access glade widget as attributes.

	* src/yumexmain.py: 
	    Added GladeSignals class.
		Moved glade callbacks into GladeSignals class.
		Changed widget stuff, to use the WidgetWrapper.
		
	* src/yumex.glade:
		Added signals to most widgets

2006-01-28  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexmain.py: 
		Add try block around installExceptionHandler, to create errors on
		system where it is not install, this will make it work on other
		distribution than FC.


2006-01-27  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumex/yumexBase.py: 
		Made some strings translateable. (Thanks to MATUSUURA Takanori)
	* src/yumex/yumexPackages.py,yumexUtils.py:
		Move liststore from pkgView into yumexPackageList, no need to store
		the data twice. 
	* src/yumex/yumexUtils.py: 		
		Added full package info & description to grpInfoView
	* src/yumex/yumexPackages.py:
		Added __getattr__ method so the attributes from the pkg object is
		read from the object directly and no need to store a copy in yumexPackage.

	* src/yumex/yumexConst.py, yumex.spec:
		Bumped the version to 0.99.4
		
	* po/*.po
		Updated fr & ja translation (Thanks to Eric Tanguy & MATUSUURA Takanori)

>>>>>>> 1.129
2006-01-26  Tim Lauridsen  <tla@rasmil.dk>
	0.99.3 released to fedora extras development (Wrong import line in 0.99.2)

	* src/yumgui/__init__.py (findPackages): 
		Added new method to find packages.
	* src/yumex/yumexConst.py,yumex.spec:
		bumped the version to 0.99.3
		

2006-01-25  Tim Lauridsen  <tla@rasmil.dk>
	0.99.2 released to fedora extras development

	* src/yumex/yumexConst.py,yumex.spec:
		bumped the version to 0.99.2 
	* src/yumex/yumexDialogs.py: 
		removed custem info dialog and using gtk.MessageBox insted.
2006-01-25  Tim Lauridsen  <tla@rasmil.dk> 
		
	* misc/yumex.profiles.conf: 
		LastProfile set to 'yum-enabled'
	* misc/yumex.conf.default: 
		Added new flags and changed to yum option format
	* src/yumexmain.py: 
		renamed self.progressDlg to self.progress
		changed the names of 'Std' profile to 'yum-enabled'
	* src/yumex/yumexBase.py 
		fixed bestmirror,fastestmirror Traceback, wrong imports
		(install_groups,remove_groups):
			Fixed Total Progressbar Traceback
		(set_active_repos): 
			Fixed only first repo in list was used.

2006-01-24  Tim Lauridsen  <tla@rasmil.dk>
	* yumex.spec and Makefile:
		install yumex/ & yumgui/ into $(PYLIBDIR)/site-packages/
	* src/yumex/yumexDialogs.py: 
		Did some cleanup, not used classes removed
		Convert some dialogs from gtkWindow to gtkDialog.
	* src/yumex/yumexCallbacks.py: 
		Moved yumexCallbacks.py back into yumex/
		Added some extra total progress calls
	* src/yumex/yumexBase.py: 
		Moved yumexBase.py back into yumex/
		Added some extra total progress calls
		Dont run packages processing in a Thread (Too many strange results)
	* src/yumex.glade 
		Convert some dialogs from gtkWindow to gtkDialog.
		Added 'Help' -> '_Help'	patch (MATUSUURA Takanori)
	* po/jp.po
		Added updated translation (MATUSUURA Takanori)
	* po/POTFILES.in
		Updated the files to include current filenames 
	* po/*.po
		Made a refresh of the yumex.pot & updated the po files.

2006-01-23  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumgui/__init__.py: 
	(TextViewLogger): Added timestamp feature.
	* src/yumexmain.py: renamed yumex.py -> yumexmain.py
	* src/yumex/*: renamed yumexClases/ to yumex/, fixed imports.
	* Makefile, po/Makefile: changed yumexClasses/ to yumex/ and added yumgui/
	* yumex: running yumexmain.pyc insted of yumex.pyc
	

2006-01-22  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexCallbacks.py: 
	    Moved and using new RPM Install Callback abstract class.
	* src/yumexBase.py: 
		Moved yumexBase and using yumgui module
	* src/yumgui/__init__.py: 
		Added new module yumgui, with generel purpose classes.
		 (Base) : General base class inherit from yum.YumBase
		 (Logger) : General logger abstact class
		 (TextViewLogger): Logging in a gtk TextView.
	* src/yumgui/callbacks.py:  
		(RPMInstallCallback): New RPM Install Callback abstract class.
	* src/yumex.py: 
		Added TextViewLogger Object
	* po/fi.po
		Updated translation

2006-01-20  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexClasses/yumexBase.py: 
		Added isPkgInstalled method
		Changed getGroupData to supply pkg install state.
	* src/yumexClasses/yumexUtils.py: 
		Changed grpView to show Categories
		Changed grpInfoView to show install state of packages.

2006-01-19  Tim Lauridsen  <tla@rasmil.dk>

	* src/yumexClasses/yumexUtils.py (pluginView): 
		Added Class to handle plugins view
    * src/yumex.glade: 
    	Added Exclude,Plugins Tab to Preferences Dialog
	* src/yumexClasses/yumexDialogs.py (Preferences) : 
		Merged exclude into preferences
		Added plugin view 		
	* src/yumexClasses/yumexOutput.py : File Removed 
		The stdout,stderr redirection, it is not needed any more because
		the exception handler will catch any exceptions.
		The Notebook console is moved to yumexDialogs.
	* src/yumex.py: 
		Added rhpl exception handler
	* src/yumexClasses/yumexBase.py: 
		Add Force i386 patch by Dawid Zamirski
	* pl.po: 
		Updated translation by Dawid Zamirski

2006-01-16  Tim Lauridsen  <tla@rasmil.dk>

	* ChangeLog: Changed the Changelog to GNU Style
	* src/yumexClasses/yumexBase.py: changes path to yum cvs head


0.99.1 (Yum 2.5.1 only)
	- Added Package Queue Page
	  - Changed install/update/remove button to Add to Queue buttons
	- Added 'Delete from Queue' Button on Queue Page. (Multiple Selection)
	- Added Total Progressbar on Output page
	- Added Background Thread to do Yum Actions.
	- Changed versioning from X.Y to X.Y.Z (py , Makefile, Spec)
	- Updated version to 0.99.1 (Release version will be 1.0.0)
	- Updated Group view
	  - Fixed Typo
	  - Added Descriptions

0.45-02 (Yum 2.5.0 only)
	- Added Hungarian Translation (Thanks to Széll Tamás)
	- Fixed self.errorlog error in 'Tools -> Reset Repository Cache'
	- Fixed packages list was not cleared on second refresh.
	- Optimized and added progressbar to package list building.
	  - Embedded the packageList into the pkgView.
	  - Made build_package_lists update the pkgView while finding fitting packages.
	- Added support for TYPE_CORE yum plugins.
	  - Added '-p , --noplugins' option to disable yum plugins.
	- Fixed install/remove error was not using new error dialog.
	- Changed font/color/size of the new error dialog.
    - Do not do a full repository refresh when the user cancel the confimation
      dialog or if an error occours before anything is installed,updated,removed.
	- Fixed: Obsoletions was not added to transaction.
	- Split callback classes from yumexBase to yumexCallbacks.
	- Added "Complete Actions / Total action" at RPM Actions.
	- Added depsolve output in non debug mode.
    - Added '-C, --usecache' option. 
      Use yum cache, dont update metadata (Disable Mirrordetection too)
    - Rewrote the config handler to use the new yum config classes.
    - Added russian Translation (Thank to Leonid Kanter)
    - Added Repository mirrors cache.
      - The cache saves the urls detected by the best,fastest mirrordetection
        for a period of time (7 days). So mirrordetection will not be executed if
        the age of the last mirrordetection is less than 7 days.
      - The cache is stored in '/var/cache/yum/yumex-mirror-cache.conf'.
      - The cache can be cleared by pressing Tools->Clear Repository Cache.
        This will also remove yum metadata for the active repositories.
    - Move constants to yumexClasses/yumexConst.py
    - Made changes to the way obsoletes are handled on updates.
      - if all updates are selected the call yumBase.update()
      - if some updates are selected, then call yumBase.update(po) for
        each update.
      - Added a (-O, --fullobsoletion) commandline option to force all obsoletions to
        be added to transaction set before depsolve. This can be used when upgrading from
        FC4 to Rawhide, but want to skip some packages.
    
      

0.45-01 (Yum 2.5.0 only)
 - Updated to work with yum_head 
   -  path to directory containing yum head from cvs has to be added in yumex.py
   -  Updated doSackSetup from yum.YumBase (2.5.0)
   -  Changed self.sortPkgObj to yum.misc.sortPkgObj
   -  Changed yumexPackageList.get_selected to return list of yum packageobject.
   -  Changed yumexBase.install to use new yum.YumBase.install method
   -  Changed yumexBase.remove to use new yum.YumBase.remove method
   -  Changed yumexBase.update to use new yum.YumBase.update method
   -  Changed yumexBase parents to yum.YumBase & output.YumOutput
   -  Changes yumexBase methods install,remove,update to installPkgs,removePkgs,updatePkgs
   -  Added gpgsigcheck,installGroups,removeGroups methods from yum's cli.py to yumexBase.
      Made strings translatable by adding _().
      Commented unwanted code.
   - Added yum version printed in output window.
 - Updated fr,cs translation
 
0.44-01 
  - Public release 


0.43-10
  - Added Czech Translation
  - New version of bestmirror.py
  - Updated fi translation

0.43-09:
  - Added Turkish Translation
  - Updated fi,it,jp,ko Translation
  - Updated  fastestmirror.py to version: 0.2.2
  - New about dialog with credits
  - Added 3 types of mirror detection. (selected in preferences).
  	- default : Yum Default mirrorselection. 
  	- fastest : Use fastest mirror on list.
  	- best    : Use fastest of most recent updated mirrors.

0.43-08:
  -  Added polish translation.
  -  Updated pt_BR,it translation.
  -  New Error message dialog.
  -  Redesign of Confimation Dialog.
  -  Locked dialogs to parrent window.
  -  If all availible updates are selected, then call yum without a list of packages.
     This solves som issues when upgrading from FC4 to Rawhide. Dont solves all dependencies.
     

0.43-07:
  - Updated ja,fr translation
  - Added yumex prefix to yumexClasses py files.
  - Added depsolve callbacks in debug mode.
  - "Use Proxy" acccessibility by keyboard. (Thanks to MATSUURA Takanori)
  - use yumex-group.png instead of yumex-update.png on group page. (Thanks to MATSUURA Takanori)
  - Added error msg is printed when a 'Error in transaction' occaurs.
  - Added detection of Fastest Mirror detection not returning any urls.
  - Made more strings translateable.
	
0.43-06:
  - Updated uk,pt_BR translation
  - The latest fastestmirror.py was not working right, used the old version again.
  - Updated View header on group page.
  - Added show the 3 fastest mirrors in debug mode.
  - Added Proxy Setting to preferences.
  - Added Disable Fastest Mirror Dectection option to preferences.
  - Added new Proxy routine inside yumex.
  - Added search / clear button to filter entry. (Thanks to Hrishikesh Ballal)
  
0.43-05:
 - Updated fastestmirror.py
	- from http://people.redhat.com/lmacken/fastestmirror.py
 - Updated fr,pt_BR translation
 - Added fi translation
 - Added nofastestmirror option in /etc/yumex.conf to disable fastest mirror detection.
	
0.43-04:
 - Added proxy support option.
   -  add 'proxy=http://usr:pwd@proxy.mydomain.com:port' in /etc/yumex.conf and
      an 'export HTTP_PROXY=http://usr:pwd@proxy.mydomain.com:port' will be excuted
      before yumex is starting.     
 - Added Better Looking info dialog, there show on same page as yumex.
 - updated ja translation.
 - updated fr translation
 - updated pt_BR translation.

0.43-03:
 - Fixed problem with recent and selection filter used together.
 	- When one off the filter was turned off, the other one was too.
 - Added repository filter.
 	 - fx. repo=livna, shows only packages from the livna repository.
 - Added Fastest Mirror detection written by Luke Macken <lmacken@redhat.com>
   	- First time a repository is used, all mirrors are tested for speed and the urls
      are sorted by speed so the fastest mirrors will be used first. 
 - Added new group icon design by Nicu Buculei (Thanks to Hrishikesh Ballal)
 - redesign the pkgView class (utils.py).
	- Split up the class into a repoView (Handling the repo view) and 
      a pkgView (handling instal/update/remove view).
      Changed the listore so it is contains only yumexPackage object, and use a
      TreeModelFilter modify func to split out object attributes into the 
      right columns to show in the TreeView widget.
    - Made custom sort func. for packagename sorting (sorts by name-ver.arch)
    - Made custom sort func. for repo sorting (sorts by repo.name-ver.arch)
 - Updated pt-Br,it,de,da,ja translation with updated strings from 0.43.
 - Fixed sorting of packagename (sort by name,version,arch)
 - Fixed sorting of size, show sizes in bytes and sort as numbers.
 - Fixed sorting of repos (sort by repo,name,version,arch)
 

0.43-02:
 * Changed Progress Dialog icon to gtk information icon.
 * Fixed output page autoscroll
 * Fixed bug in yum handler, repo.cache must only be enabled while
   repo metadata is loaded or header and package download will fail.
 * Added missing Select All / Deselect All on install/update/remove view.
 * Changed Select/Deselect so they only work on visible packages.
 * Remove "Install Repository" button, it is not needed any more.
 * Added more progress logging.
 * Added Repository initialisation process time is shown i statusbar and
   in Output window.
 * Tools -> Reset Repository Cache menu added
   It cleans the yum metadata cache.

0.43-01:
 * Added group view
 	- Right Click to Install and remove groups.
 * Redesigned the way the package views are working.
 	- faster filtering.
 	- faster view updating.
 	- User can click on column to sort.
 	- persistent select ( select dont disapper when changing filter)
 	- click on selection column, show selected packages only.
 	- click on recent column, shows recent packages only.
 	- quick search (just type part of packagename, to find package in view)
 * Integrated progress dialog into output page.
 * Added new icon and logo
 * Std profile is the repositories enabled in *.repo files (just like in yum)
 * Optimized yum hander, for speed and memory (memory leak solved)
 * Fixed : Dependencies not shown in confimation dialog
 		   when updating package with added dependencies.
 		   
 
0.42-09:
 * Updated french traslation
 * Added Italien translation.
 * Added ETA truncation fix patches (Thanks to Dennis Cranston)

0.42-07:
 * Fixed exclude list, now it works again.
 * Add a Gnome HIG compliance patches (Thanks to Dennis Cranston)
 * Fixed bug when creating new repos on repo page.
 * Added new icon (Thanks to Dennis Cranston)

0.42-06:
 * added MATSUURA Takanori's menu keyboard navigation patch 
 * added Japanese translation (Thanks to MATSUURA Takanori)
 * disabled yum plugins in yumex. (Bugzilla #168595)
 * fixed wrong space chars in french translation (Bugzilla #167881)

0.42-05:
 * Added french translation (Thanks to Florian Helmlinger)
 * Updated german translation (Thanks to komi) 
 * Updated Portuguese-Brazil translation. (Thanks to Rodrigo Padula de Oliveira)

0.42-04:
 * Fixed delete repo on repos page. (Rightclick + Delete now working)
 * Fixed UTF-8 bugs, when strings are encoded with iso-8859-1.

0.42-03:
 * Dependencies not resolved bug.

0.42-02:
 * Fixed TypeError in yumexBase.errorlog in yumbase.py

0.41-06:
* Resetting progress widget on label change
* Added file logging to yum file log
* Fixed list to string convertion error in transaction error dialog.

0.41-05:
* fixed recentdays type error.
* Updated danish translation
* Updated german translation

0.41-04:
* fixed problem with "Show only recent packages filter" when switching pages.
* fixed problem with logo.png was not installed to pixmap dir.
* Removed to TODO (Created a Wiki TODO page insted)
* Bigger font in output window
* Fixed quit without any message on no network connection

0.41-03:
* Added more output to progress dialog, when initialising repositories.
  So the user can see that is being processed at the moment.	
* Added timestamp to output window in debug mode.
* Most progress output are written to output window in debug mode.
* Added "Show only recent packages filter"
	The filter is set by clicking on the recent column on the Install & Remove Page.

0.41-02:
* Confirmation Dialogs brushup. (Better Look, added package size)
* Added popup menu in repo page for edit/add/delele/install repostories.
* Repository edit dialog cleanup.
* Repository installer dialog cleanup and added names.
* Added support for /etc/yumex.repoinst 
  (file with repository information to use with repo installer)
* Added show filelist & changelogd option in preferences.
	if this option is enabled, filelist & changelogs will be shown under description.
* Added package cleanup option in preferences.
	if this option is enabled, then downloaded packages will deleted
	after installation/Update
* Added recent package indicator in Install/Update views
* Added Ukrainian translation (thanks to Maxim Dziumanenko)


0.41-01:
* Removed yumex.repos.conf from installation
* Code cleanup, unused code removed.
* Split up the code in modules, to make it easyer to maintain.
* Same filter on update,remove,install page.
* Select/deselect all by click on header of selection column
* Added translation for Portuguese-Brazil language (Thanks to Rodrigo Padula de Oliveira)
* Added German translation (Thanks to komi)
* Fixed Confirmation dialog spelling mistake. 
* Redesign of yum backend handler.


0.40-03,04,05:
* Changed misc. stuff in yumex.spec & Makefile to apply to Fedora Extra Standards

0.40-02:

* Fixed crash on invalid repository. (Thanks to Maners)
* Updated da translation

0.40-01: (FC4 Only)

New Features / changes:

* GUI Redesigned.
* Now works with Yum 2.3.x
* Better integration with yum. No more "screen scraping" 
* New Progress dialog, insted of redirected yum output.
* Remove Run Yum Command. (Might be back in a later release)


0.34-01:
New Features:
* Added Size column
* Added total download size to confimation dialog.
* Added Makefile to make the build process more easy.
* Package Selections are remembered on confimation cancel and error in tranaction
* Added support for language translation.
* Added danish translation.
* Added support for the automatic gpgkey download feature in yum >= 2.2.0.
  - Added gpgkey field to Repository Editor.
  - Added gpgkey=<Url> to most repos in repo installer.
  - Removed gpg keys from yumex installation.
* Add Package Exclude list 
* Add New GUI Look.  
 
Fixes:
* Cancel in confimation dialog, now refresh metadata 
* Do nothing when no packages are selected in install/update/remove.
* Fixed error when closing confimation window, by pressing window close.
* Forced selection of base and updates together.
* Removed unused columns in Repo view.
* Resize problems in lower resolution < 1024x768
* Fixed tooltip problems.
