diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-02 21:03:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-02 21:03:14 +0000 |
commit | 8fc5d3586acc467d7f340b2e9962d020760878be (patch) | |
tree | c5ff1d26a7c983d986b6b5dd34e2db3358e77591 /ChangeLog.pre-2-0 | |
parent | a95ad0a89708b70236a90e536124a5a811001340 (diff) | |
download | gtk+-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-0 | 13 |
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 |