summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1997-12-02 21:03:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>1997-12-02 21:03:14 +0000
commit8fc5d3586acc467d7f340b2e9962d020760878be (patch)
treec5ff1d26a7c983d986b6b5dd34e2db3358e77591 /ChangeLog.pre-2-0
parenta95ad0a89708b70236a90e536124a5a811001340 (diff)
downloadgtk+-8fc5d3586acc467d7f340b2e9962d020760878be.tar.gz
- Added a g_memmove function for SunOS compatability.
- Disabled unused gldouble definitions which were a portability problem - owt
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-013
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index d38fb36434..131f840a56 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,16 @@
+Tue Dec 1 1997 Owen Taylor <owt1@cornell.edu>
+ * glib/glib.h, glib/configure.in. Disabled gldouble, since
+ it wasn't used anywhere and caused portability problems
+
+Tue Dec 1 1997 Owen Taylor <owt1@cornell.edu>
+ * glib/glib.h, glib/configure.in, glib/glibconfig.h.in: Added a
+ g_memmove function which is simply memmove if it exists, otherwise
+ bcopy.(Should really check if bcopy has the correct semantics, and
+ create our own memmove is necessary)
+ * glib/gstring.c, glib/garray.c, gtk/gtktext.c:
+ memmove => g_memmove
+
+
Sun Nov 30 1997 Jay Painter <jpaint@serv.net>
* gtk/gtknotebook.c: fixed a old bug where all the notebook pages
which were not displayed when the notebook widget was realized were