summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-26 16:01:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-26 16:01:21 +0000
commit2fd6b001fb431c274ad6808912ec5fbe831afbef (patch)
tree5d464babd4440b23f10de7aac95ee9e4d8077019 /ChangeLog.pre-2-12
parent2c9c0fabc8376a336cde4defa67b9b751954ea87 (diff)
Move glib library into a subdirectory, make all GLib include files include
Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am: Move glib library into a subdirectory, make all GLib include files include as <glib/glist.h> * tests/testglib.c tests/testgdate.c tests/testgdateparser.c tests/timeloop.c tests/timeloop-basic.c: Move all tests into the tests/ subdirectory.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1210
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 5ca24a1cf..f243e770d 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,13 @@
+Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am:
+ Move glib library into a subdirectory, make all GLib include
+ files include as <glib/glist.h>
+
+ * tests/testglib.c tests/testgdate.c tests/testgdateparser.c
+ tests/timeloop.c tests/timeloop-basic.c: Move all tests into
+ the tests/ subdirectory.
+
Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
* gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).