=== 2.13.90 === 2006-01-30 William Jon McCann * NEWS: Update for 2.13.90 release. 2006-01-24 William Jon McCann * nautilus-cd-burner.c (select_iso_filename, get_output_filename) (burn_cd): Try to use disc label for the default iso filename. Patch from Fabio Bonelli Fixes #328446. 2006-01-24 William Jon McCann * nautilus-burn-drive.c (nautilus_burn_drive_get_media_label): Fix typo in warning. 2006-01-23 William Jon McCann * nautilus-cd-burner.c (eject_disc_cb, setup_close_button) (selection_dialog_response): Add an eject button when writing to a disc is finished. Don't always eject media. * cdburn.glade: Add eject button. Fixes #321931 2006-01-23 William Jon McCann * nautilus-cd-burner.c (ask_for_media): Just redisplay dialog when eject is used. 2006-01-23 William Jon McCann * nautilus-cd-burner.c (ask_for_media): Show an Eject button when asking for a reload. * nautilus-burn-drive.c (create_command) (nautilus_burn_drive_eject): Pass --no-ui to gnome-mount. 2006-01-23 William Jon McCann * nautilus-cd-burner.c (fill_selection_dialog): Use nautilus_burn_get_media_label for copied label. (main): Fix source-device arg. 2006-01-23 William Jon McCann * nautilus-burn-drive.[ch] (nautilus_burn_drive_hal_get_media_label) (nautilus_burn_drive_get_media_label): New public function. HAL implementation only. * list_cddrives.c (list_media_info, list_drive_info, list_drives): Break into functions and display media label. 2006-01-23 William Jon McCann * nautilus-burn-drive.c: Fix typos and logic error from last commits. 2006-01-23 William Jon McCann * list_cddrives.c (list_drives): Few more tweaks. * nautilus-burn-drive.c (nautilus_burn_drive_hal_get_media_type_full): Get media type information even if the volume is mounted. 2006-01-23 William Jon McCann * nautilus-burn-drive.c (hal_drive_get_first_child_uid): Pull this into a function since its used a few times. (nautilus_burn_drive_hal_get_media_type_full) (nautilus_burn_drive_hal_get_media_size): Use new function. * list_cddrives.c (list_drives): Reformat output to be simpler. 2006-01-21 William Jon McCann * nautilus-burn-drive.c (nautilus_burn_drive_hal_get_media_size) (nautilus_burn_drive_get_media_size): Use HAL disc.capacity property if it exists. Fixes #327461. 2006-01-18 William Jon McCann * nautilus-cd-burner.c (main, expand_path_input): Use gnome-vfs to glob and tilde expand the source iso and cue files. Fixes #327574. 2006-01-18 William Jon McCann * nautilus-burn-bar.c: Include glib/gi18n-lib.h instead of glib/gi18n.h. May fix #327207. 2006-01-18 William Jon McCann * nautilus-cd-burner.c (update_progress_dialog_disc_type): Actually translate the messages with _() after marking them statically with N_(). 2006-01-18 William Jon McCann * nautilus-cd-burner.c: Include config.h. 2006-01-17 William Jon McCann * nautilus-burn-drive.c (nautilus_burn_drive_hal_get_media_size) (nautilus_burn_drive_get_media_size): Use HAL disc capacity. Fixes #327461. 2006-01-16 William Jon McCann * nautilus-cd-burner.c (refresh_dialog): Off by one error in default speed index. 2006-01-16 William Jon McCann * nautilus-cd-burner.c (refresh_dialog): Use the speed in the model instead of the index. * nautilus-burn-drive.c (hal_parse_write_speeds): Fix braces. 2006-01-16 William Jon McCann * configure.in: Bump HAL requirement. * list_cddrives.c (list_drives): List write speeds. * nautilus-burn-drive.c (fill_write_speeds) (nautilus_burn_drive_get_max_write_speeds, hal_parse_write_speeds) (hal_drive_from_udi, add_linux_cd_recorder, add_linux_cd_drive) (freebsd_scan, cdrecord_scan, nautilus_burn_drive_get_file_image) (nautilus_burn_drive_finalize, nautilus_burn_drive_init): 3 new functions to deal with having a list of possible write speeds. Added support for reading support drive speed from HAL. Added call to fill_write_speeds to other functions to fill in default write speeds (maxspeed to 1) and also in the case where HAL does not have the write_speeds property. Added initialisation and memory free code to init/finalize functions respectively. * nautilus-burn-drive.h: Added write_speeds member. Added nautilus_burn_drive_get_write_speeds() prototype. * nautilus-cd-burner.c (refresh_dialog): Replace old code which obtained maximum drive speed and listed all speeds up to it with code that lists the supported drive speeds as reported by nautilus_burn_drive_get_write_speeds(). patch from: Ryan Lortie Fixes #157899. 2006-01-16 William Jon McCann * configure.in: Post release version bump.