]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Documentation fixes.
[~andy/gtk] / ChangeLog
index 1661b8ee79c2029d6a4db7d1956777814ed5b6ee..dd16b493848ad2db03ea567fe4f35793c8cd9c8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2005-12-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreemodel.c: 
+       * gtk/gtkplug.c: 
+       * gtk/gtkwindow.c: Documentation fixes.
+
+2005-12-19  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkentry.c: implement boolean property "truncate-multiline"
+       which, when enabled, truncates multi-line pastes or drops to their
+       first line. Fixes bug #322252.
+
+       * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
+       truncate-multiline here.
+
+2005-12-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c (get_color_hash): Don't crash if
+       there is no color scheme.  (#324429, Diego Gonzalez)
+
+2005-12-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
+       * gtk/gtkimmodule.c (gtk_im_module_load): 
+       * gtk/gtkthemes.c (gtk_theme_engine_load): 
+       * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
+       opening modules.
+
+       * gtk/gtksettings.[hc]: Rework the way the color scheme setting
+       is inherited. Now the overriding is done on a per-color basis,
+       rather than for the setting as a whole. This has the effect
+       that themes can declare defaults for all the symbolic colors they
+       use by specifying a value for the gtk-color-scheme setting in 
+       their rc file, while still allowing the XSetting to override
+       "standard" symbolic colors. The hash table is now available
+       through the color-hash property.
+       
+       * gtk/gtkrc.c: Use the new color-hash property.
+       
 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
@@ -170,7 +209,7 @@ Tue Dec  6 10:32:17 2005  Tim Janik  <timj@gtk.org>
 
        * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
        "timeout-initial", "timeout-repeat", "color-scheme" and
-       "enable-enimations" to X settings.
+       "enable-animations" to X settings.
 
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>