diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-02 19:11:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-02 19:11:47 +0000 |
commit | f832e3484d146343e6f6bf4b36c4f19746f521f2 (patch) | |
tree | 68b59d24f1a4146508e595588a87842f971e64b6 /ChangeLog.pre-2-2 | |
parent | 36e686e6a723f83abc4ff31b076765cdd069b241 (diff) | |
download | gtk+-f832e3484d146343e6f6bf4b36c4f19746f521f2.tar.gz |
Switch style of stamp file usage.
Sat Mar 2 13:26:58 2002 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am: Switch style of stamp file usage.
* gtk/Makefile.am gtk/typeutils.[ch]: Switch all the exported
enumeration/fags TYPE variables over to macros for get_type() functions,
for lazy definition and to get rid of expensive relocations.
* gtk/gtkiconfactory.[ch] gtk/gtkselection.[ch] gtk/gtkstyle.[ch]
gtk/gtktextiter.[ch] gtk/gtktexttag.[ch] gtk/gtktreemodel.[ch]
gtk/gtktypeutils.[ch] gtk/gtkwidget.[ch]: Switch boxed type
definitions over manually coded get_type() functions.
* gtk/gtk.def: Updates for above
* gtk/{genmarshal.pl,makeenums.awk,makeenums.h,maketypes.awk}:
Remove from CVS, no longer used.
* configure.in: Remove checks for awk.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 73439a07e2..0ee435d6e1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,23 @@ +Sat Mar 2 13:26:58 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/Makefile.am: Switch style of stamp file usage. + + * gtk/Makefile.am gtk/typeutils.[ch]: Switch all the exported + enumeration/fags TYPE variables over to macros for get_type() functions, + for lazy definition and to get rid of expensive relocations. + + * gtk/gtkiconfactory.[ch] gtk/gtkselection.[ch] gtk/gtkstyle.[ch] + gtk/gtktextiter.[ch] gtk/gtktexttag.[ch] gtk/gtktreemodel.[ch] + gtk/gtktypeutils.[ch] gtk/gtkwidget.[ch]: Switch boxed type + definitions over manually coded get_type() functions. + + * gtk/gtk.def: Updates for above + + * gtk/{genmarshal.pl,makeenums.awk,makeenums.h,maketypes.awk}: + Remove from CVS, no longer used. + + * configure.in: Remove checks for awk. + Sat Mar 2 04:44:10 2002 Tim Janik <timj@gtk.org> * gtk/gtkaccelgroup.c (gtk_accel_group_connect_by_path): fix typo. |