summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkentrycompletion.c3
5 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bede3d6f9f..b7f104d2c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
+ Add more docs.
+
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.h:
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index bede3d6f9f..b7f104d2c1 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
+ Add more docs.
+
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.h:
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index bede3d6f9f..b7f104d2c1 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
+ Add more docs.
+
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.h:
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index bede3d6f9f..b7f104d2c1 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
+ Add more docs.
+
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.h:
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index b50549cd52..70fbb4af1b 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -1048,7 +1048,8 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
* and to get those strings from @column in the model of @completion.
*
* This functions creates and adds a #GtkCellRendererText for the selected
- * column.
+ * column. If you need to set the text column, but don't want the cell
+ * renderer, use g_object_set() to set the ::text_column property directly.
*
* Since: 2.4
*/