2.3.6: 2004-06-10 Murray Cumming * bakery/Document/Document.cc: get_read_only(): Use gnome-vfs to check whether the file is read-only, though you can still mark it as read-only in memory with set_read_only(). This is only used for the title so far. 2004-06-07 Murray Cumming * bakery/App/App_WithDoc.cc: on_menu_file_saveas(): Use gnome-vfsmm instead of fstream to check whether the file already exists. 2004-06-07 Murray Cumming * bakery/Document/Document.cc: write_to_disk(), read_to_disk(): Use gnome-vfsmm instead of fstream. * bakery/App/App_WithDoc_Gtk: Use FileChooser::get_uri() instead of FileChooser::get_filename(). So all Bakery apps can now use gnome-vsfmm, with no extra coding. 2.3.5: