summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-10-12 11:52:07 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-10-12 11:52:07 +0000
commitb1d15587479deaacb9bd983fd28c6f3d3e27142e (patch)
tree35f1769e37be3bcb5c7d9cce2c32f3b7b3683431 /ChangeLog.pre-2-4
parentb1d7443893ec43765555e149ed02edda48df1212 (diff)
downloadglib-b1d15587479deaacb9bd983fd28c6f3d3e27142e.tar.gz
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h, gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h, ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h, gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h, grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h, gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h into many header files mostly according to the resp. *.c-files. * gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and __END_DECLS. * configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h, gunicode.h, : Changed guard-macro names to something more consistent. * configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-418
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c70d2ca34..eb70be4b3 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,23 @@
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
+ gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
+ ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
+ gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
+ grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
+ gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
+ into many header files mostly according to the resp. *.c-files.
+
+ * gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
+ of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
+ __END_DECLS.
+
+ * configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
+ gunicode.h, : Changed guard-macro names to something more
+ consistent.
+
+ * configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
+
* configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.