2006-01-25  Matthias Clasen  <mclasen@redhat.com>

	* === Released 2.8.11 ===

	* NEWS: Updates

	* gtk/gtkentrycompletion.c: 
	* gtk/gtkentry.c: Be more careful when blocking signals. 

2006-01-20  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
	crash if layout is NULL.  (#327934, Christian Kirbach)

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

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init,
	tree_view_keybinding_cb, trap_activate_cb): On "unix", pop up the
	"Open Location" window on "~" as well as "/". #153213
	(location_entry_create): Fix this so autocompletion still works
	correctly in that case.

2006-01-19  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Explicitly link against Xrender.  
	(#327538, Christophe Belle)

	* gdk/x11/gdkprivate-x11.h (XID_FONT_BIT): 
	* gdk/x11/gdkfont-x11.c: 
	* gdk/x11/gdkxid.c: Use an unused high bit in the
	XID to mark fonts in the global xid hash table.

	* gdk/x11/gdkcursor-x11.c (update_cursor): Skip fonts
	when iterating over the xid hash table, since calling
	GDK_IS_WINDOW () on an GdkFont can cause a segfault.
	(#327751, Ryan Lovett)

2006-01-18 Matthias Clasen <mclasen@redhat.com>

	* configure.in: Remove "ang" again. Please add 
	po-properties/ang.po too, before adding it again.

2006-01-16  Abel Cheung  <maddog@linuxhall.org>

	* configure.in: Added "ang" "zh_HK" to ALL_LINGUAS.

2006-01-14  Matthias Clasen  <mclasen@redhat.com>

	Fix a crash with combo boxes in RESIZE_IMMEDIATE
	containers.  (#326806, Sebastien Bacher)
	
	* gtk/gtkcombobox.c (gtk_combo_box_size_allocate) 
	(gtk_combo_box_size_request): Don't call 
	gtk_combo_box_check_appearance() from here, as that 
	can lead to recursion. 
	(gtk_combo_box_init): Instead, call it here.

2006-01-13  Matthias Clasen  <mclasen@redhat.com>

	* */abicheck.sh: Make this work on more platforms.

2006-01-12  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktextview.c (gtk_text_view_commit_text) 
	(gtk_text_view_delete_from_cursor, gtk_text_view_backspace): 
	Reset the virtual cursor position.  (#326003, Evert Verhellen)