2006-01-30  Lukas Lipka  <lukas@pmad.net>

	* search/Tiles/Tile.cs: Don't break on zero-length snippets.

2006-01-27  Dan Winship  <danw@novell.com>

	* glue/ephy-spinner.[ch]: Remove this; it's GPL

	* search/Spinner.cs: Reimplement this entirely in C#, based on
	ImageAnimation.cs from Banshee.

	* search/Tray/NotificationArea.cs: Numerous 64bit-cleanliness
	fixes to fix #327944.

2006-01-26  Dan Winship  <danw@novell.com>

	* search/Panes.cs: fix the background color on the viewport in the
	main pane. #328755

2006-01-24  Lukas Lipka  <lukas@pmad.net>

	* search/Tiles/File.cs:
	* search/Tiles/RSSFeed.cs: Always set the cached snippet as markup.

2006-01-24  Lukas Lipka  <lukas@pmad.net>

	* search/Tiles/Tile.cs: Revert temporary fix for the snippet crash.

	* search/Search.cs: Fix a bug when the query was getting
	unrefrenced too soon.

2006-01-23  Dan Winship  <danw@novell.com>

	* search/Tray/NotificationArea.cs: specify full library names here
	so we don't depend on gtk2-devel and xorg-x11-devel. #328276

2006-01-22  Lukas Lipka  <lukas@pmad.net>

	* search/Search.cs: Dispose the old query before firing a new
	one so we dont get updates for the old one anymore.

2006-01-22  Lukas Lipka  <lukas@pmad.net>

	* search/Category.cs: Make sorting work in real time.

	* search/GroupView.cs: Make live queries update the UI on
	subtract hit.

	* search/SortedTileList.cs: Implement date comparer.
	
	* search/UIManager.cs: Update the sorting menu a little.

	* search/Tiles/Tile.cs: Add a check for a null hit or query to
	eliminate a really odd crash.

2006-01-22  Lukas Lipka  <lukas@pmad.net>

	* search/Tiles/Tile.cs: Don't set the snippet to "..." when we
	fire off a request, because if we fail midway, this will break
	the IM tile.

	* search/Tiles/Image.cs: Don't fail if the image doesnt have an
	extension.

	* search/Tiles/TileActivator.cs: Be more bulletproof when
	instantiating tiles.

2006-01-21  Larry Ewing  <lewing@novell.com>

	* Filters/FilterTiff.cs: add a filter for tiff files.

	* Filters/FilterImage.cs: fix the xmp parser rights is a bag.

	* Util/Tiff.cs: add tiff parser.

2006-01-20  Larry Ewing  <lewing@novell.com>

	* Filters/FilterImage.cs: add AddXmpProperties so that other
	subclases can share the logic.
	
	* Filters/FilterPng.cs: use AddXmpProperties to add the xmp
	properties.
	
	* Filters/FilterJpeg.cs: call FilterImage.AddXmpProperties instead
	of doing the additions here.

2006-01-21  Lukas Lipka  <lukas@pmad.net>

	* search/Tiles/IMLog.cs: found_snippet never got set to true so we
	always queried for the snippet.

2006-01-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* configure.in: add "zh_HK" to ALL_LINGUAS.