diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-11-24 16:15:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-24 16:15:46 +0000 |
commit | 1bb0d4c0f32d8cda26207a7c2048d647211f3340 (patch) | |
tree | 652420216f6da8588a21e5deb5c7004d580a8286 /ChangeLog.pre-2-2 | |
parent | 5efb9be963cb79b9a1a7cd4ee1d58f645eae9832 (diff) | |
download | gtk+-1bb0d4c0f32d8cda26207a7c2048d647211f3340.tar.gz |
Fixed up copyright message.
Tue Nov 24 11:11:05 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtklayout.[ch]: Fixed up copyright message.
* gdk/gdkrgb.c (DM): Make the dither matrix constant
so it can be shared.
* gtk/gtkdnd.c: Make cursor bitmaps const.
* gdk/gdk.h gdk/gdkpixmap.c: Added const to
gdk_pixmap/bitmap_create_from_data.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b19672dbaa..3f09102f8e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,15 @@ +Tue Nov 24 11:11:05 1998 Owen Taylor <otaylor@redhat.com> + + * gtk/gtklayout.[ch]: Fixed up copyright message. + + * gdk/gdkrgb.c (DM): Make the dither matrix constant + so it can be shared. + + * gtk/gtkdnd.c: Make cursor bitmaps const. + + * gdk/gdk.h gdk/gdkpixmap.c: Added const to + gdk_pixmap/bitmap_create_from_data. + Tue Nov 24 07:46:09 1998 Tim Janik <timj@gtk.org> * docs/Changes-1.2.txt: added a section on scrolled windows and |