]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Formatting fixes.
[~andy/gtk] / ChangeLog
index 6993637c657c7f3c7f333be7e2a446f4acdce235..6c7bc4d74b53a165a8f49a6c4f7a246a9f964ea5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextmark.c:
+       * gtk/gtktextbuffer.c: Formatting fixes.
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       Allow to separate GtkTextMark creation from buffer insertion.
+       (#132818, Gustavo Giráldez, patch by Yevgen Muntyan)
+
+       * gtk/gtktextmarkprivate.h:
+       * gtk/gtktextmark.[hc] (gtk_text_mark_new): New function to 
+       create a GtkTextMark.
+
+       * gtk/gtktextbuffer.[hc] (gtk_text_buffer_add_mark): New 
+       function to add an existing mark to a buffer. 
+
+       * gtk/gtktextbtree.c: Allow adding existing marks.
+
+       * gtk/gtk.symbols: Add new functions.
+
+       * tests/testtextbuffer.c: Add some tests for new mark 
+       functionality.
+
+2007-05-25  Xan Lopez  <xan@gnome.org>
+
+       * gtk/gtkaction.c: (gtk_action_set_short_label):
+       Use private->data->short_label to update the proxies. (#440780)
+
+2007-05-25  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
+       Implement copying from a window, part of bug #348493.
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation-unix.c (unix_end_run): Hold a 
+       refence on the print operation until gtk_print_job_send()
+       is done.  (#440040, Chris Vine)
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_accessible_ref_child):
+       Don't crash and don't leak.  (#439565, Pedro Villavicencio)
+
 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkiconfactory.c: Improve a warning