]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Add some quotes around ***. (#130073, Uwe Zeisberger)
[~andy/gtk] / ChangeLog
index 315d92e477dc5ddb2448c1bba46b7613d79369f7..307e14eb01d90cd6ae4adef10bd2d6a13bc0c39f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
+       Uwe Zeisberger)
+
+Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.3 ===
+
+       * configure.in: Version 2.3.3, interface age 0.
+
+       * NEWS: Finish updates for 2.3.3.
+
+2004-02-24  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
+       GtkEntry for the filename, not a GtkFileChooserEntry.
+       (update_chooser_entry): Use gtk_entry_set_text() rather than
+       _gtk_file_chooser_entry_set_file_part().
+       (gtk_file_chooser_default_set_current_name): Likewise.
+       (gtk_file_chooser_default_set_current_folder): Don't set the base
+       folder of the entry, and don't call update_chooser_entry().
+       (gtk_file_chooser_default_get_paths): Use the plain entry.
+       (save_widgets_create): Store the "Save in Folder" label in the
+       impl structure.
+       (expander_activate_cb): Set the sensitivity of the label and
+       combo.
+       (save_widgets_create): Connect to "notify::expanded" rather than
+       "activate" on the expander.
+       (expander_changed_cb): Renamed from expander_activate_cb().  Flip
+       the conditions again...
+
+Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
+       column as different if there are 3 or more visible columns.
+
+2004-02-24  Anders Carlsson  <andersca@gnome.org>
+
+       * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
+       Fix compilation (#135278, Padraig O'Briain).
+       
 2004-02-24  Anders Carlsson  <andersca@gnome.org>
 
        * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):