summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-10-12 12:16:16 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-10-12 12:16:16 +0000
commitbceccd7243c5ccb5f9f5aa5554adf8dce4d75526 (patch)
tree407c1c107e6a7ee214bffe48313fe1e4aba9c19e /ChangeLog.pre-2-8
parentb1d15587479deaacb9bd983fd28c6f3d3e27142e (diff)
downloadglib-bceccd7243c5ccb5f9f5aa5554adf8dce4d75526.tar.gz
Added the new headers to glibinclude_HEADERS.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * Makefile.am: Added the new headers to glibinclude_HEADERS. * glib.h: Forgot to include gerror.h.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index eb70be4b3..8c54e9fa4 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,9 @@
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * Makefile.am: Added the new headers to glibinclude_HEADERS.
+
+ * glib.h: Forgot to include gerror.h.
+
* 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,
@@ -7,7 +11,7 @@
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.