X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=875718d84b5bdbaec15b242030a167e147bf46ac;hb=d9441cc6f31804b0cddc58eba897e0bbd56ede06;hp=d5bce3fc792d8059de521658e0b2ed076b5c655e;hpb=da83c1cbf3b0b9bdcd0cb9c076aaab08c4fd0faf;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d5bce3fc7..875718d84 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,47 @@ +2004-03-24 J. Ali Harlow + + * 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 + + * 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 + + * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. + +2004-03-21 Tor Lillqvist + + * gtk/gtkfilesystemwin32.c + (gtk_file_system_win32_volume_get_base_path): Include the + backslash. Otherwise gtk_file_system_win32_path_to_uri() returns + NULL for a volume base path, as g_filename_to_uri() requires an + absolute path, and just a drive letter and colon isn't. (#137543) + +2004-03-20 Hans Breuer + + * gtk/gtkfilesystemwin32.c : applied the undisputable and + required [due to recent gtkfilesystem internal api semantic + changes] part of patches to fix bug #137543 (Tor Lillqvist, + J. Ali Harlow) + + * gdk/gdkevents-win32.c (handle_configure_event) : + (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize + GdkWindowObject::x, y with screen coords to make + gdk_window_get_position () return the right thing and thus fix + drag and drop positioning (e.g. Gimp tabs, fixes bug #137192) + 2004-03-19 Federico Mena Quintero * Revert the patch to #137520, as 2.4.1 is for conservative bug