diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-30 21:45:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-30 21:45:26 +0000 |
commit | 35a3099ec676f0e4b62173154c377084c9f80640 (patch) | |
tree | cac2ba2c0f13122b9dad08e7642c4440686e2383 /ChangeLog.pre-2-6 | |
parent | 126efafc406d5945663b5bd86c7833796e12e349 (diff) | |
download | gtk+-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-6 | 19 |
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> |