summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-417
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index daacdb1a5..927c21e01 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,20 @@
+2001-10-27 Hans Breuer <hans@breuer.org>
+
+ * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
+ gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
+ gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
+ gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
+ gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
+ gtk/gtktreestore.c gtk/gtkvbbox.c :
+ to simplify parsing for exported functions:
+ - made implementation signature static, when the local
+ prototype already was
+ - put the functions return value on it's own line
+ - added as space between the function name and the
+ opening bracket
+
+ * gtk/gtk.def : added the remaining exported functions
+
2001-10-27 Anders Carlsson <andersca@gnu.org>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):