summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-21 21:53:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-21 21:53:36 +0000
commit65ae04e13751ec3da9f756e7e452909d41f6529b (patch)
tree595384f040adae72c47cf6f051d8aa92cc5887db /ChangeLog.pre-2-2
parent997868b7e2c492c7cd0ee3b83b5f88efec77fc03 (diff)
downloadgtk+-65ae04e13751ec3da9f756e7e452909d41f6529b.tar.gz
Make the @detail argument for the GtkStyleClass vtable const.
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument for the GtkStyleClass vtable const. * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This will require changes in use code.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-25
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index b6c5c32a63..dfa66908d5 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,4 +1,7 @@
-Fri Jan 21 16:16:29 2000 Owen Taylor <otaylor@redhat.com>
+Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
+ for the GtkStyleClass vtable const.
* gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
take a const string argument like GtkTranslateFunc. This will