]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Test that path is actually a directory and throw error if not. Fixed bug
[~andy/gtk] / ChangeLog
index d3c00bee8d48dc4d01407974785922d439cc556f..875718d84b5bdbaec15b242030a167e147bf46ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gtk/gtkfilesystemwin32.c
+       (gtk_file_system_win32_get_folder): Test that path is actually
+       a directory and throw error if not. Fixed bug #137950
+
+2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gtk/gtkfilesystemwin32.c
+       (gtk_file_system_win32_volume_get_display_name): Ignore empty
+       volume labels; assume that GetVolumeInformation would fail if
+       GetVolumeInformationW does; catches a small memory leak;
+       pass the buffer size to GetVolumeInformationW in wide
+       characters instead of bytes. Fixes bug #137543
+       (list_volumes): Cope with the theoretical possibility of
+       more than 26 logical drives. Fixes bug #137940
+       (bookmarks_serialize): Now actually removes bookmarks.
+       Fixes bug #137943
+
+2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
+
+        * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
+
 2004-03-21  Tor Lillqvist  <tml@iki.fi>
 
        * gtk/gtkfilesystemwin32.c