]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Broken pipe
[~andy/gtk] / ChangeLog.pre-2-4
index aebd42aa25ccb2687e88789fbd67866b97fbdcef..1018811006196695ccf40e3734546169797277e6 100644 (file)
@@ -1,3 +1,51 @@
+Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
+       this function take an index and a GtkToolItem.
+
+       * tests/testtoolbar.c (main): Make "Show Arrow" default to
+       true. Make one of the separators !draw and expand.
+       Update for new highlight_drop_location() API.
+
+       * gtk/gtktoolitem.[ch]: Remove "pack_end" property
+
+       * gtk/gtktoolbar.h: Formatting fixes.
+
+       * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
+       separator tool items to expand.
+       (logical_to_physical, physical_to_logical): Fix off-by-one errors
+       (Fix #125472, Marco Pesenti Gritti)
+
+       * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
+       (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
+       return FALSE, not TRUE.
+       (gtk_separator_too_item_{set|get}_property,
+       (gtk_separator_tool_item_{set|get}_draw): new functions
+
+Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.0 ===
+
+       * configure.in: Remove a stray comma.
+
+       * README.in: Fix a few notes about Xft 1 and pango-1.0.
+
+       * NEWS: Finish updates for 2.3.0.
+
+       * po/Makefile.in.in: Update to latest GLib version.
+
+Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
+       gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
+       gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
+       under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
+       Sandmann).
+
+Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodelfilter.h: add padding to the class structure.
+
 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.