summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-01-14 23:33:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-01-14 23:33:03 +0000
commit7cebc87dac3c7df95561ae689601e61e7128744f (patch)
treed1a98a3f965a2813491fe495475913359d82c5b8 /ChangeLog.pre-2-10
parent5c466a9f39ea04f7ab8940519d9e2d44d1a04d04 (diff)
downloadgtk+-7cebc87dac3c7df95561ae689601e61e7128744f.tar.gz
Add a <StockItem> to the itemfactory example. (#103211)
2003-01-15 Matthias Clasen <maclas@gmx.de> * examples/menu/itemfactory.c: * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory example. (#103211)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-108
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index d6e80395da..1b33453d2e 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+2003-01-15 Matthias Clasen <maclas@gmx.de>
+
+ * examples/menu/itemfactory.c:
+ * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
+ example. (#103211)
+
2002-12-29 Murray Cumming <murrayc@usa.net>
Fixes #102168.
@@ -75,7 +81,7 @@ Tue Jan 14 23:11:55 2002 Kristian Rietveld <kris@gtk.org>
Tue Jan 14 20:58:44 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (invalite_last_column): split out actual column
- invalidation into invalite_column(),
+ invalidation into invalidate_column(),
(gtk_tree_view_size_allocate_columns): invalidate column if the
new width is larger than the old width.
(fixes #102890, reported by Alex Duggan).