summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-816
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index da789d4131..eb0e478f16 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,19 @@
+2004-03-15 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (update_from_entry): In the Save
+ modes, set the Name entry of the file chooser if we get a
+ nonexistent filename from the file entry. Fixes #135911.
+ (gtk_file_chooser_default_set_current_name): Oops, this should
+ also work if we are in CREATE_FOLDER mode.
+
+ * gtk/gtkfilesystem.c (gtk_file_path_real_copy): Use
+ gtk_file_path_copy().
+
+ * gtk/gtkfilechooserentry.c (check_completion_callback): Free the
+ path that we got from the model.
+ (completion_match_func): Use DISPLAY_NAME_COLUMN rather than a
+ hard-coded constant.
+
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):