2006-07-29 KOSEKI Yoshinori * setup_version.c (version_store): Version is changed to 3.00.5. 2006-04-22 Masayuki FUJII * desktop.cc (install_Meadow): Remove -s option from install.exe. 2005-11-01 KOSEKI Yoshinori * setup_version.c (version_store): Version is changed to 3.00.4. 2005-10-30 Masayuki FUJII * nio-ie5.cc (NetIO): Add INTERNET_FLAG_PRAGMA_NOCACHE and INTERNET_FLAG_RELOAD to flags for InternetOpenUrl API. * nio-http.cc (NetIO_HTTP): Add Cache-Control header field. 2005-10-29 Masayuki FUJII * net.h (class NetPage): New member variable loaded. This variable indicates whether load_diag() at net.cc is called. * net.cc (NetPage::OnInit): set loaded to true. * net.cc (NetPage::OnMessageCmd): check loaded. 2005-09-08 KOSEKI Yoshinori * setup_version.c (version_store): Version is changed to 3.00.3. 2005-09-07 Masayuki FUJII * Makefile.in (setup-ja$(EXEEXT)): New target. * Makefile.am (res-ja.o): New target. (%.o): Add option '-DMEADOW_NETINSTALL'. * res-ja.rc: New file. * resource.h (IDS_CHOOSE_INSTALLATION_MSG): New ID. (IDS_CHOOSE_DOWNLOAD_MSG): Ditto. * res.rc: Add strings corresponding to IDs added to resource.h. * choose.cc (OnInit): Use messages in resource file. 2005-09-07 Masayuki FUJII * package_meta.cc (ScanDownloadedFiles): Fix treatment of iterator. 2005-08-26 KOSEKI Yoshinori * setup_version.c (version_store): Version is changed to 3.00.2. 2005-08-24 Masayuki FUJII * res.rc: Remove checkbox for installation of ImageMagick. * io_stream_cygfile.cc (write): Revert workaround. * desktop.cc (run_installer): Removed. (install_ImageMagick): Ditto. (get_ImageMagick_installer_path): Ditto. (do_desktop_setup): Remove codes for installation of ImageMagick. (save_dialog): Ditto. (load_dialog): Ditto. 2005-08-24 Masayuki FUJII * desktop.cc (run_installer): New Function. (install_ImageMagick): Call run_installer() instead of system(). * Makefile.am (AM_CXXFLAGS): Warning options is modified tentatively. * Makefile.in (AM_CXXFLAGS): Ditto. * res.rc (IDC_ROOT_DESKTOP): Widened. (IDC_ROOT_DESKTOP): Ditto. * io_stream_cygfile.cc (io_stream_cygfile::write): A Workaround. Forces to flush a file after writing. * desktop.cc (get_ImageMagick_installer_path): New Function. (install_ImageMagick): Detect a path of ImageMagick installer by installation information. (do_desktop_setup): Call both of install_ImageMagick() and install_Meadow() properly. 2005-07-15 KOSEKI Yoshinori * IniDBBuilderPackage.cc (buildVersion): Change URL. * setup_version.c (version_store): Version is changed to 3.00.1. * script.cc (run): Changet setup-postinstall log file. * install.cc (install_one): Change source extract dir, set to /. * res.rc (IDS_MIRROR_LST): Change URL http://www.meadowy.org/meadow/dists/3.00/mirrors.lst. 2005-03-13 Masayuki FUJII * setup_version.c : Version is changed to 3.0.0 alpha1 * Makefile.am: Rule for setup_version.c is removed. * ini.cc (fprintf): Title of message gox is modified. * msg.cc (mbox): Ditto. 2005-03-10 Masayuki FUJII * package_meta.cc (uninstall): Path is renamed from /etc/preremove to /packages/preremove. Path is renamed from /etc/postremove to /packages/postremove. * postinstall.cc (class RunFindVisitor): Path is renamed from /etc/postinstall to /packages/postinstall. (do_postinstall_thread): Ditto. * script.cc (try_run_script): Set current directory to meadow's root directory before running script. 2005-03-07 Masayuki FUJII * root.cc (check_if_enable_next): Ignore root_text and root_scope. (load_dialog): Remove root_text and root_scope from dialog. (save_dialog): Ditto. (dialog_cmd): Ditto. (RootPage::OnNext): Ditto. * package_db.cc (packagedb::packagedb): Path is renamed from /etc/setup to /packages/setup (packagedb::flush): Ditto. * mw32path.h, mw32path.cc: New files. * mount.cc: Include mw32path.h. (set_root_dir): Set netinstall root path. (get_root_dir): Get netinstall root path. (path_prefix_p): Removed. (cygpath): call mw32path(). * localdir.cc (save): Path is renamed from /var/log to /packages/setup. * io_stream_cygfile.cc: Include mw32path.h. (get_root_dir_now): Read netinstall path information from registry. * install.cc: Include mw32path.h. Write netinstall path information to registry. (Installer::StandardDirs): Directory list is modified for netinstall. (Installer::installOneSource): Path is renamed from /etc/setup to /packages/setup. (do_install_thread): Don't create /var/run/utmp. * desktop.cc (make_link): Removed. (start_menu): Ditto. (desktop_icon): Ditto. (make_cygwin_bat): Ditto. (save_icon): Ditto. (check_desktop): Ditto. (check_startmenu): Ditto. (do_desktop_setup): Do not call save_icon(), make_cygwin_bat(), start_menu() and desktop_icon(). (save_dialog): Remove radio buttons. (load_dialog): Ditto. (DesktopSetupPage::OnInit): Ditto. * compress_gz.cc (destroy): Do not delete instance of io_stream. * UserSettings.cc (UserSettings::settingFileForLoad): path is renamed from /etc/setup to /packages/setup. (UserSettings::settingFileForSave): Ditto. * cygpackage.cc (cygpackage::getfirstfile): Ditto. (cygpackage::uninstall): Ditto. * ini.cc (do_ini_thread): Ditto.