summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-04 15:54:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-04 15:54:09 +0000
commit2a0aa82bf8d43addd2bcbf364b96efc3529e0cf9 (patch)
tree4314153cd5b139c98076672856e9a4cddfbecc0e /ChangeLog.pre-2-0
parentf38cb2a116e1113fc28204f0c5e120b78c5fa070 (diff)
downloadgtk+-2a0aa82bf8d43addd2bcbf364b96efc3529e0cf9.tar.gz
Fix docs in terms of what out of range @page_num does. (#73371, Vitaly
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs in terms of what out of range @page_num does. (#73371, Vitaly Tishkov.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-06
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index a22b249d58..c2563a1536 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+ in terms of what out of range @page_num does. (#73371,
+ Vitaly Tishkov.)
+
2002-03-02 Havoc Pennington <hp@pobox.com>
* demos/gtk-demo/editable_cells.c (cell_edited): const fix