]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Formatting fixes.
[~andy/gtk] / ChangeLog
index ccd0ac8b903f041d49cf1495fef9887d33ae14c6..6c7bc4d74b53a165a8f49a6c4f7a246a9f964ea5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+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):