summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-02 04:34:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-02 04:34:09 +0000
commit1c9b8649742f1842135a14694e51cba83e354074 (patch)
tree83fab616c11fd1a6c89b0acab1da99dcf5ec6f38 /ChangeLog.pre-2-8
parent47a43e8f72d777a17215dce5ecd9919e618fb04a (diff)
downloadgtk+-1c9b8649742f1842135a14694e51cba83e354074.tar.gz
Parse the RC string here when the first object is created rather than in
Fri Feb 1 23:25:33 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_init): Parse the RC string here when the first object is created rather than in the class_init to not break doc building. (#70341, Havoc Pennington.) * gtk/gtkrc.c (parse_include_file): Use the directories for the currently parsed files as the starting point to look for include files. (#59975)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index d82f07578f..00d7ddd457 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,14 @@
+Fri Feb 1 23:25:33 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
+ RC string here when the first object is created
+ rather than in the class_init to not break doc
+ building. (#70341, Havoc Pennington.)
+
+ * gtk/gtkrc.c (parse_include_file): Use the directories
+ for the currently parsed files as the starting point
+ to look for include files. (#59975)
+
Fri Feb 1 20:21:56 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels