2005-09-11  Richard Hult  <richard@imendio.com>

	* src/lb-window.c (window_key_press_event_cb): Don't continue
	searching after the window is hidden.

2005-09-06  Magnus Therning  <magnus@therning.org>

	* configure.ac:
	* src/lb-window.c: (window_set_position): Add support for Xinerama
	by placing the window centered on one of the screens.

2005-09-02  Richard Hult  <richard@imendio.com>

	* src/lb-window.c: (window_set_action), (window_search_timeout_cb),
	(window_search_reset_timeout_cb), (window_perform_search),
	(window_show_search_results), (window_hide_search_results),
	(window_result_row_selected_cb): Improve the delayed activation
	and make it really work.

2005-09-01  Richard Hult  <richard@imendio.com>

	* src/lb-module-applications.c:
	(module_applications_activate_action):
	* src/lb-window.c: (lb_window_init),
	(window_result_row_selected_cb),
	(window_string_utf8_remove_last_char),
	(window_key_press_event_cb): Make pressing enter before any hits
	has turned up possible, and activate the first found hit when this
	happens.

2005-09-01  Richard Hult  <richard@imendio.com>

	* src/lb-window.c: (lb_window_class_init), (lb_window_init),
	(window_realize_cb), (lb_window_new), (window_perform_search),
	(lb_window_present), (window_get_is_visible),
	(window_set_position): Make the window resize when we have hits
	instead of being large all the time. Add a small instructional
	label to the empty window to help the user. Place the window at
	1/3 of the height of the screen instead of in the middle.
	(window_key_press_event_cb): Hide the search results when we hit
	esc or activate.

2005-08-31  Richard Hult  <richard@imendio.com>

	* src/lb-action.c (lb_action_new): Remove C++ comment.

	* src/lb-main.c (main_show_window): Rearrange a bit.

	* src/lb-icon-box.c: (lb_icon_box_init): Don't set the text color
	to white now that we have a normal background.

	* src/lb-window.c: (lb_window_init), (lb_window_get_property),
	(window_realize_cb), (window_set_focus), (window_set_item),
	(window_set_action), (window_perform_search), (window_grab),
	(lb_window_present): Remove the hack that pretends that we have a
	transparent window. It's not working for all setups and looks
	really ugly when the background changes. Let's do this for real
	with composite when that's ready.
 	
	* configure.ac: Clean up a little bit.

	* tests/mime-actions.c (main, print_actions_for_file): Fix
	warnings, don't crash on invalid input.

2005-04-14  Mikael Hallendal  <micke@imendio.com>

	* configure.ac:
	- Depend on gnome-desktop
	* src/lb-item-application.[ch]:
	- Removed command property and added desktop-file instead.
	* src/lb-module-applications.c:
	(module_applications_query),
	(module_applications_add_actions),
	(module_applications_activate_action):
	- Use gnome_desktop_item_launch to launch applications instead. 
	- This should make startup notifications working.

2005-04-13  Mikael Hallendal  <micke@imendio.com>

	* src/lb-utils.c: (lb_get_pixbuf_from_icon_name):
	- Check if icon_name is NULL so we don't crash if application doesn't
	  have an icon. Fixes GLB-2.

2005-04-01  Mikael Hallendal  <micke@imendio.com>

	* AUTHORS: Fixed Mitch's email.

2005-01-21  Mikael Hallendal  <micke@imendio.com>

	* TODO: Updated
	* configure.ac: Fixed copyright year

2005-01-11  Mikael Hallendal  <micke@imendio.com>

	* Release 0.1

