diff --git a/ChangeLog b/ChangeLog index e68f630007..7851063288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Fri Jul 11 14:32:43 2003 Kristian Rietveld + + Landing GtkTreeModelFilter and the completion code. (Test program + and documentation will follow next week). + + * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch], + gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files. + + * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote + necessary code to hook up completion. + + * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new + GtkCellLayout interface. + + * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED. + + * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new + source files. + Wed Jul 9 19:48:26 2003 Kristian Rietveld Merge from stable. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e68f630007..7851063288 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,22 @@ +Fri Jul 11 14:32:43 2003 Kristian Rietveld + + Landing GtkTreeModelFilter and the completion code. (Test program + and documentation will follow next week). + + * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch], + gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files. + + * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote + necessary code to hook up completion. + + * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new + GtkCellLayout interface. + + * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED. + + * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new + source files. + Wed Jul 9 19:48:26 2003 Kristian Rietveld Merge from stable. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e68f630007..7851063288 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,22 @@ +Fri Jul 11 14:32:43 2003 Kristian Rietveld + + Landing GtkTreeModelFilter and the completion code. (Test program + and documentation will follow next week). + + * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch], + gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files. + + * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote + necessary code to hook up completion. + + * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new + GtkCellLayout interface. + + * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED. + + * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new + source files. + Wed Jul 9 19:48:26 2003 Kristian Rietveld Merge from stable. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e68f630007..7851063288 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,22 @@ +Fri Jul 11 14:32:43 2003 Kristian Rietveld + + Landing GtkTreeModelFilter and the completion code. (Test program + and documentation will follow next week). + + * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch], + gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files. + + * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote + necessary code to hook up completion. + + * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new + GtkCellLayout interface. + + * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED. + + * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new + source files. + Wed Jul 9 19:48:26 2003 Kristian Rietveld Merge from stable. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e68f630007..7851063288 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,22 @@ +Fri Jul 11 14:32:43 2003 Kristian Rietveld + + Landing GtkTreeModelFilter and the completion code. (Test program + and documentation will follow next week). + + * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch], + gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files. + + * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote + necessary code to hook up completion. + + * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new + GtkCellLayout interface. + + * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED. + + * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new + source files. + Wed Jul 9 19:48:26 2003 Kristian Rietveld Merge from stable.