2006-10-02  Frederic Crozat  <fcrozat@mandriva.com>

	* Alacarte/util.py: fix typo in code.
	* Alacarte/MenuEditor.py: disable inlining in newly created menu
	(GNOME bug #359003).
	* Alacarte/MenuEditor.py: don't hardcode root menu node name 
	(GNOME bug #355828).

2006-10-02  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: escape non-alphanum chars in command dialog

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: escape \t, \r, and \n

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: don't set menu values to values of last
	menu looked at (oops)

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py: ignore expanding errors

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/util.py: move .config out of the way if it's not a directory

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: fix crash bug with command entry

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/util.py: fix invalid system menu path (thanks fcrozat)

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/util.py: fix XDG_DATA_HOME paths

2006-10-01  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MenuEditor.py: don't add duplicate AppDir tags

2006-09-04  Travis Watkins  <alleykat@gmail.com>

	* configure.ac: post-release bump to 0.10.1

2006-09-03  Travis Watkins  <alleykat@gmail.com>

	* configure.ac: pre-release bump to 0.10.0

2006-08-24  Travis Watkins  <alleykat@gmail.com>

	* MainWindow.py: add keyboard accelerator for help and make help
	button work
	* Dialoghandler.py: fix crash on Solaris (maybe)

2006-08-04  Travis Watkins  <alleykat@gmail.com>

	* Fix crash caused by API change in gnome-menus (thanks Joe Marcus
	Clarke)

2006-08-03  Jovan Naumovski  <jovan@lugola.net>

	* Added sl.po to po/ and 'sl' to LINGUAS.

2006-07-24  Travis Watkins  <alleykat@gmail.com>

	* configure.ac: post-release bump to 0.9.91

2006-07-24  Travis Watkins  <alleykat@gmail.com>

	* configure.ac: pre-release bump to 0.9.90

2006-07-21  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade: HIG fixes from Christian Persch

2006-07-09  Travis Watkins  <alleykat@gmail.com>

	* configure.ac: post-release bump to 0.9.3

2006-07-09  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py: make sure desktop file exists before
	checking it
	* Alacarte/MenuEditor.py: reload DOM on undo/redo to make changes
	stick

2006-05-27  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: fix new entry command browsing

2006-05-15  Travis Watkins  <alleykat@gmail.com>

	* configure.ac: post-release bump to 0.9.2

2006-05-15  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py:
	* alacarte.glade: HIG fixes

2006-05-07  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py:
	* Alacarte/MainWindow.py: add set_transient_for to make real modal
	dialogs
	* Alacarte/DialogHandler.py: remove timer ugliness, don't save unless
	the user changed something

2006-05-05  Travis Watkins  <alleykat@gmail.com>

	* alacarte.in: order things for easier profiling

2006-05-04  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py: make Delete delete items
	* Alacarte/MenuEditor.py:
	* Alacarte/MainWindow.py:
	* Alacarte/util.py: add DnD for .desktop files and executable files

2006-04-29  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MenuEditor.py: legacydirs fix

2006-04-29  Travis Watkins  <alleykat@gmail.com>

	* alacarte.desktop.in: change Name and Categories

2006-04-28  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade: add destroy handler
	* Alacarte/MainWindow.py: fix for legacy menus
	* Alacarte/util.py: fix for items without icons

2006-04-27  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade: allow resizing
	* Alacarte/MenuEditor.py: small bug fix
	* Alacarte/MainWindow.py:
	* Alacarte/DialogHandler.py: speed up editing by not instantly
	updating

2006-04-27  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade: UI tweaks
	* Alacarte/util.py: don't resize icons unless needed, makes them
	blurry

2006-04-26  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade: make up/down buttons work
	* Alacarte/MainWindow.py:
	* Alacarte/MenuEditor.py:
	* Alacarte/DialogHandler.py: add undo/redo support!
	* Alacarte/MenuEditor.py: make revert less destructive as root

2006-04-21  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade:
	* Alacarte/MainWindow.py: UI redesign
	* Alacarte/DialogHandler.py:
	* Alacarte/MenuEditor.py: treat 'Other' menu like a normal one

2006-04-21  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MenuEditor.py
	* Alacarte/MainWindow.py: use new gnome-menus API
	* Alacarte/MenuEditor.py: reload ROM on full revert
                                  better legacy menu support
                                  make multiple moves work
	* Alacarte/util.py: resize icons to 24x24

2006-04-20  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: only add executable files to completion

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade:
	* Alacarte/DialogHandler.py: add simple command completion

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/DialogHandler.py: add image filters, add command dialog

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* alacarte.glade:
	* Alacarte/DialogHandler.py: fix icon selection

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* autogen.sh: require automake 1.9
	* configure.ac: PoLinguas goal
	* alacarte.desktop.in: add Icon key
	* alacarte.glade: add translator-credits to about dialog

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py:
	* Alacarte/MenuEditor.py: finish DnD, finish layout support, add
	full revert (all menus) support

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/util.py:
	* Alacarte/MenuEditor.py:
	* Alacarte/MainWindow.py: implement revert and delete

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MenuEditor.py: moveItem fully implemented
	* Alacarte/DialogHandler.py:
	* Alacarte/MainWindow.py: set default icon
	* alacarte.svg:
	* alacarte.png: new icon from Andreas Nilsson

2006-04-18  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py:
	* Alacarte/MenuEditor.py: DnD copy of items, basic layout support

2006-04-17  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py:
	* Alacarte/MenuEditor.py: small speedups, fixes

2006-04-15  Travis Watkins  <alleykat@gmail.com>

	* too much stuff, need to commit more often

2006-04-12  Travis Watkins  <alleykat@gmail.com>

	* Alacarte/MainWindow.py: make shift-f10 work

2006-04-12  Travis Watkins  <alleykat@gmail.com>

	* Makefile.am: distcheck fixes

2006-04-12  Travis Watkins  <alleykat@gmail.com>

	* Makefile.am:
	* Alacarte/MainWindow.py:
	* Alacarte/DialogHandler.py: AppIcon goal
