]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Completed ALL_LINGUAS list
[~andy/gtk] / ChangeLog.pre-2-10
index c5eeb002806d827d1ffb45add45ce551500fe81d..9ab4a010b67d89b7a8f49dab79613f2aab73bcdc 100644 (file)
@@ -1,3 +1,27 @@
+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.
+
+       * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
+       new-folder button say "Create Fo_lder" rather than "Create
+       _Folder", so that the mnemonic doesn't conflict with the "Save in
+       _folder" label.  Fixes #136975.
+
+2004-04-05  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
+       buttons.  Also, free them correctly upon failure.  Based on a
+       patch by Morten Welinder, fixes #137956.
+
 2004-04-05  Anders Carlsson  <andersca@gnome.org>
 
        * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.