summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-30 21:45:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-30 21:45:26 +0000
commit35a3099ec676f0e4b62173154c377084c9f80640 (patch)
treecac2ba2c0f13122b9dad08e7642c4440686e2383 /ChangeLog.pre-2-6
parent126efafc406d5945663b5bd86c7833796e12e349 (diff)
downloadgtk+-35a3099ec676f0e4b62173154c377084c9f80640.tar.gz
Update the documentation to specify a more useful behaviour, which can be
2004-11-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreesortable.c (gtk_tree_sortable_get_sort_column_id): Update the documentation to specify a more useful behaviour, which can be implemented with the multiple special values we have now. (#159984, Nicholas Rahn) * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_sort_column_id): * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id): * gtk/gtkliststore.c (gtk_list_store_get_sort_column_id): Update the implementations.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-619
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index fba1c60449..b237166984 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,8 +1,20 @@
+2004-11-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreesortable.c (gtk_tree_sortable_get_sort_column_id): Update
+ the documentation to specify a more useful behaviour, which can be
+ implemented with the multiple special values we have now. (#159984,
+ Nicholas Rahn)
+
+ * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_sort_column_id):
+ * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id):
+ * gtk/gtkliststore.c (gtk_list_store_get_sort_column_id): Update the
+ implementations.
+
Tue Nov 30 16:25:29 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextdisplay.c (render_para): Don't paint in the
trailing end of a wrapped line when the selection
- starts after the line. (#159984, Matthias Clasen)
+ starts after the line. (#160000, Matthias Clasen)
* gtk/gtktextdisplay.c (gtk_text_layout_draw): pass in byte_count + 1
for selection_end index when the selection end is past the end of the
@@ -77,6 +89,11 @@ Tue Nov 23 19:37:34 2004 Owen Taylor <otaylor@redhat.com>
2004-11-30 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_sort_column_id):
+ * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id):
+ * gtk/gtktreesortable.c (gtk_tree_sortable_get_sort_column_id):
+ * gtk/gtkliststore.c (gtk_list_store_get_sort_column_id):
+
* NEWS: Updates.
2004-11-29 Matthias Clasen <mclasen@redhat.com>