changelog updates
authorTim Janik <timj@src.gnome.org>
Sun, 9 Aug 1998 14:00:01 +0000 (14:00 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 9 Aug 1998 14:00:01 +0000 (14:00 +0000)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gmodule/ChangeLog

index 6f7073a..65e1c56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index 6f7073a..65e1c56 100644 (file)
@@ -1,3 +1,9 @@
+Sun Aug  9 15:56:11 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: added GModule checks. generate files in gmodule/.
+       * glib-config.in: support library specifications `glib' and `gmodule'.
+       * Makefile.am: feature the gmodule/ subdir.
+
 Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.2
index b568d2f..507449c 100644 (file)
@@ -1,3 +1,14 @@
+Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
+
+       * testgmodule.c: test program for GModule.
+       * libgplugin_a.c: 
+       * libgplugin_b.c: test plugins for testgmodule.c.
+
+       * gmodule.h: 
+       * gmodule.c: GModule library implementation, which is basically
+       a wrapper about system specifc dynamic loading functions.
+       
+
 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
 
        * ChangeLog start for gmodule.