summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-18 18:48:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-18 18:48:09 +0000
commite260fd6a2b1f36fc7cff90f9b7c21cf6f5a4cfa7 (patch)
treeab179daddaff1b111d2d8473ef7a8f609a6861fb /ChangeLog.pre-2-6
parentdeb20a3cd07adf8b249d32296befa524b956adb2 (diff)
downloadgtk+-e260fd6a2b1f36fc7cff90f9b7c21cf6f5a4cfa7.tar.gz
Added gtk_menu_set_title() to set the title of a menu in the torn-off
Mon Jan 18 13:25:14 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenu.[ch]: Added gtk_menu_set_title() to set the title of a menu in the torn-off state. * gtk/gtkthemes.c (gtk_theme_engine_get): When loading of theme engine fails, just warn and do without - don't error out. * gtk/gtkmain.c (gtk_check_version): s/to/too/.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-611
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 46bf692932..9e99c52869 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,14 @@
+Mon Jan 18 13:25:14 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenu.[ch]: Added gtk_menu_set_title() to
+ set the title of a menu in the torn-off state.
+
+ * gtk/gtkthemes.c (gtk_theme_engine_get): When loading
+ of theme engine fails, just warn and do without -
+ don't error out.
+
+ * gtk/gtkmain.c (gtk_check_version): s/to/too/.
+
Mon Jan 18 01:21:03 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (draw_row): fixed auto resize bug.