]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Added gujarati translations
[~andy/gtk] / ChangeLog
index 42a1c15d0c99afd8e076b68f6d68db7ce09db293..90e8d41197b11b313e2fdb1460158393e797292c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
+2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
+
+        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
+
+2004-04-07  Federico Mena Quintero  <federico@ximian.com>
+
+       Fix #132500.
+
+       * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
+       passed-in 'str' is not NULL.
+
+       * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
+       expands "~/" or "~foo/" at the beginning of a filename.
+       (gtk_file_system_unix_parse): Use expand_tilde() before doing
+       anything else.
+
+       * gtk/gtkfilechooserentry.c
+       (gtk_file_chooser_entry_maybe_update_directory): Take in a
+       force_reload argument.
+       (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
+       returns an error, set the file_part_pos to -1.
+       (load_directory_callback): Only populate the model if the
+       file_part_pos is not -1.
+
+2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
+
+       * configure.in: Added Icelandic (is) to ALL_LINGUAS
+
 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
 
+       * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
+       title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
+
        * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
        for G_DIR_SEPARATOR in the display_name, and err out if it is
        present; use the same error message as Nautilus.  Fixes #136467.