summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-09 05:24:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-09 05:24:25 +0000
commit60542887d5f85d976e71ded505a99d29fe2570a4 (patch)
treec92bdf1820947ddcc54f5c3bf83eb5a519045287 /ChangeLog.pre-2-2
parente16d01d6a69f3482970f62dc3902a84cae0fb1ce (diff)
downloadgdk-pixbuf-60542887d5f85d976e71ded505a99d29fe2570a4.tar.gz
XCopyArea with subwindow_mode = IncludeInferiors. (#70999)
Sat Feb 9 00:16:31 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): XCopyArea with subwindow_mode = IncludeInferiors. (#70999) * demos/testpixbuf-save.c (configure_cb): Fix a minor memory management problem.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-29
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8ceaed0b5..afd761312 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,12 @@
+Sat Feb 9 00:16:31 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image):
+ XCopyArea with subwindow_mode = IncludeInferiors.
+ (#70999)
+
+ * demos/testpixbuf-save.c (configure_cb): Fix a minor
+ memory management problem.
+
Fri Feb 8 20:24:58 2002 Owen Taylor <otaylor@redhat.com>