| 1 |
2006-07-29 KOSEKI Yoshinori <kose@meadowy.org> |
|---|
| 2 |
|
|---|
| 3 |
* setup_version.c (version_store): Version is changed to 3.00.5. |
|---|
| 4 |
|
|---|
| 5 |
2006-04-22 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 6 |
|
|---|
| 7 |
* desktop.cc (install_Meadow): Remove -s option from install.exe. |
|---|
| 8 |
|
|---|
| 9 |
2005-11-01 KOSEKI Yoshinori <kose@meadowy.org> |
|---|
| 10 |
|
|---|
| 11 |
* setup_version.c (version_store): Version is changed to 3.00.4. |
|---|
| 12 |
|
|---|
| 13 |
2005-10-30 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 14 |
|
|---|
| 15 |
* nio-ie5.cc (NetIO): Add INTERNET_FLAG_PRAGMA_NOCACHE and |
|---|
| 16 |
INTERNET_FLAG_RELOAD to flags for InternetOpenUrl API. |
|---|
| 17 |
|
|---|
| 18 |
* nio-http.cc (NetIO_HTTP): Add Cache-Control header field. |
|---|
| 19 |
|
|---|
| 20 |
2005-10-29 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 21 |
|
|---|
| 22 |
* net.h (class NetPage): New member variable loaded. This variable |
|---|
| 23 |
indicates whether load_diag() at net.cc is called. |
|---|
| 24 |
|
|---|
| 25 |
* net.cc (NetPage::OnInit): set loaded to true. |
|---|
| 26 |
|
|---|
| 27 |
* net.cc (NetPage::OnMessageCmd): check loaded. |
|---|
| 28 |
|
|---|
| 29 |
2005-09-08 KOSEKI Yoshinori <kose@meadowy.org> |
|---|
| 30 |
|
|---|
| 31 |
* setup_version.c (version_store): Version is changed to 3.00.3. |
|---|
| 32 |
|
|---|
| 33 |
2005-09-07 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 34 |
|
|---|
| 35 |
* Makefile.in (setup-ja$(EXEEXT)): New target. |
|---|
| 36 |
|
|---|
| 37 |
* Makefile.am (res-ja.o): New target. |
|---|
| 38 |
(%.o): Add option '-DMEADOW_NETINSTALL'. |
|---|
| 39 |
|
|---|
| 40 |
* res-ja.rc: New file. |
|---|
| 41 |
|
|---|
| 42 |
* resource.h (IDS_CHOOSE_INSTALLATION_MSG): New ID. |
|---|
| 43 |
(IDS_CHOOSE_DOWNLOAD_MSG): Ditto. |
|---|
| 44 |
|
|---|
| 45 |
* res.rc: Add strings corresponding to IDs added to resource.h. |
|---|
| 46 |
|
|---|
| 47 |
* choose.cc (OnInit): Use messages in resource file. |
|---|
| 48 |
|
|---|
| 49 |
2005-09-07 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 50 |
|
|---|
| 51 |
* package_meta.cc (ScanDownloadedFiles): Fix treatment of |
|---|
| 52 |
iterator. |
|---|
| 53 |
|
|---|
| 54 |
2005-08-26 KOSEKI Yoshinori <kose@meadowy.org> |
|---|
| 55 |
|
|---|
| 56 |
* setup_version.c (version_store): Version is changed to 3.00.2. |
|---|
| 57 |
|
|---|
| 58 |
2005-08-24 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 59 |
|
|---|
| 60 |
* res.rc: Remove checkbox for installation of ImageMagick. |
|---|
| 61 |
|
|---|
| 62 |
* io_stream_cygfile.cc (write): Revert workaround. |
|---|
| 63 |
|
|---|
| 64 |
* desktop.cc (run_installer): Removed. |
|---|
| 65 |
(install_ImageMagick): Ditto. |
|---|
| 66 |
(get_ImageMagick_installer_path): Ditto. |
|---|
| 67 |
(do_desktop_setup): Remove codes for installation of ImageMagick. |
|---|
| 68 |
(save_dialog): Ditto. |
|---|
| 69 |
(load_dialog): Ditto. |
|---|
| 70 |
|
|---|
| 71 |
2005-08-24 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 72 |
|
|---|
| 73 |
* desktop.cc (run_installer): New Function. |
|---|
| 74 |
(install_ImageMagick): Call run_installer() instead of system(). |
|---|
| 75 |
|
|---|
| 76 |
* Makefile.am (AM_CXXFLAGS): Warning options is modified |
|---|
| 77 |
tentatively. |
|---|
| 78 |
|
|---|
| 79 |
* Makefile.in (AM_CXXFLAGS): Ditto. |
|---|
| 80 |
|
|---|
| 81 |
* res.rc (IDC_ROOT_DESKTOP): Widened. |
|---|
| 82 |
(IDC_ROOT_DESKTOP): Ditto. |
|---|
| 83 |
|
|---|
| 84 |
* io_stream_cygfile.cc (io_stream_cygfile::write): A Workaround. |
|---|
| 85 |
Forces to flush a file after writing. |
|---|
| 86 |
|
|---|
| 87 |
* desktop.cc (get_ImageMagick_installer_path): New Function. |
|---|
| 88 |
(install_ImageMagick): Detect a path of ImageMagick installer by |
|---|
| 89 |
installation information. |
|---|
| 90 |
(do_desktop_setup): Call both of install_ImageMagick() and |
|---|
| 91 |
install_Meadow() properly. |
|---|
| 92 |
|
|---|
| 93 |
2005-07-15 KOSEKI Yoshinori <kose@meadowy.org> |
|---|
| 94 |
|
|---|
| 95 |
* IniDBBuilderPackage.cc (buildVersion): Change URL. |
|---|
| 96 |
|
|---|
| 97 |
* setup_version.c (version_store): Version is changed to 3.00.1. |
|---|
| 98 |
|
|---|
| 99 |
* script.cc (run): Changet setup-postinstall log file. |
|---|
| 100 |
|
|---|
| 101 |
* install.cc (install_one): Change source extract dir, set to /. |
|---|
| 102 |
|
|---|
| 103 |
* res.rc (IDS_MIRROR_LST): Change URL |
|---|
| 104 |
http://www.meadowy.org/meadow/dists/3.00/mirrors.lst. |
|---|
| 105 |
|
|---|
| 106 |
2005-03-13 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 107 |
|
|---|
| 108 |
* setup_version.c : Version is changed to 3.0.0 alpha1 |
|---|
| 109 |
|
|---|
| 110 |
* Makefile.am: Rule for setup_version.c is removed. |
|---|
| 111 |
|
|---|
| 112 |
* ini.cc (fprintf): Title of message gox is modified. |
|---|
| 113 |
|
|---|
| 114 |
* msg.cc (mbox): Ditto. |
|---|
| 115 |
|
|---|
| 116 |
2005-03-10 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 117 |
|
|---|
| 118 |
* package_meta.cc (uninstall): Path is renamed from |
|---|
| 119 |
/etc/preremove to /packages/preremove. |
|---|
| 120 |
Path is renamed from /etc/postremove to /packages/postremove. |
|---|
| 121 |
|
|---|
| 122 |
* postinstall.cc (class RunFindVisitor): Path is renamed from |
|---|
| 123 |
/etc/postinstall to /packages/postinstall. |
|---|
| 124 |
(do_postinstall_thread): Ditto. |
|---|
| 125 |
|
|---|
| 126 |
* script.cc (try_run_script): Set current directory to meadow's |
|---|
| 127 |
root directory before running script. |
|---|
| 128 |
|
|---|
| 129 |
2005-03-07 Masayuki FUJII <boochang@m4.kcn.ne.jp> |
|---|
| 130 |
|
|---|
| 131 |
* root.cc (check_if_enable_next): Ignore root_text and root_scope. |
|---|
| 132 |
(load_dialog): Remove root_text and root_scope from dialog. |
|---|
| 133 |
(save_dialog): Ditto. |
|---|
| 134 |
(dialog_cmd): Ditto. |
|---|
| 135 |
(RootPage::OnNext): Ditto. |
|---|
| 136 |
|
|---|
| 137 |
* package_db.cc (packagedb::packagedb): Path is renamed from |
|---|
| 138 |
/etc/setup to /packages/setup |
|---|
| 139 |
(packagedb::flush): Ditto. |
|---|
| 140 |
|
|---|
| 141 |
* mw32path.h, mw32path.cc: New files. |
|---|
| 142 |
|
|---|
| 143 |
* mount.cc: Include mw32path.h. |
|---|
| 144 |
(set_root_dir): Set netinstall root path. |
|---|
| 145 |
(get_root_dir): Get netinstall root path. |
|---|
| 146 |
(path_prefix_p): Removed. |
|---|
| 147 |
(cygpath): call mw32path(). |
|---|
| 148 |
|
|---|
| 149 |
* localdir.cc (save): Path is renamed from /var/log to |
|---|
| 150 |
/packages/setup. |
|---|
| 151 |
|
|---|
| 152 |
* io_stream_cygfile.cc: Include mw32path.h. |
|---|
| 153 |
(get_root_dir_now): Read netinstall path information from registry. |
|---|
| 154 |
|
|---|
| 155 |
* install.cc: Include mw32path.h. Write netinstall path |
|---|
| 156 |
information to registry. |
|---|
| 157 |
(Installer::StandardDirs): Directory list is modified for |
|---|
| 158 |
netinstall. |
|---|
| 159 |
(Installer::installOneSource): Path is renamed from /etc/setup to |
|---|
| 160 |
/packages/setup. |
|---|
| 161 |
(do_install_thread): Don't create /var/run/utmp. |
|---|
| 162 |
|
|---|
| 163 |
* desktop.cc (make_link): Removed. |
|---|
| 164 |
(start_menu): Ditto. |
|---|
| 165 |
(desktop_icon): Ditto. |
|---|
| 166 |
(make_cygwin_bat): Ditto. |
|---|
| 167 |
(save_icon): Ditto. |
|---|
| 168 |
(check_desktop): Ditto. |
|---|
| 169 |
(check_startmenu): Ditto. |
|---|
| 170 |
(do_desktop_setup): Do not call save_icon(), make_cygwin_bat(), |
|---|
| 171 |
start_menu() and desktop_icon(). |
|---|
| 172 |
(save_dialog): Remove radio buttons. |
|---|
| 173 |
(load_dialog): Ditto. |
|---|
| 174 |
(DesktopSetupPage::OnInit): Ditto. |
|---|
| 175 |
|
|---|
| 176 |
* compress_gz.cc (destroy): Do not delete instance of io_stream. |
|---|
| 177 |
|
|---|
| 178 |
* UserSettings.cc (UserSettings::settingFileForLoad): path is |
|---|
| 179 |
renamed from /etc/setup to /packages/setup. |
|---|
| 180 |
(UserSettings::settingFileForSave): Ditto. |
|---|
| 181 |
|
|---|
| 182 |
* cygpackage.cc (cygpackage::getfirstfile): Ditto. |
|---|
| 183 |
(cygpackage::uninstall): Ditto. |
|---|
| 184 |
|
|---|
| 185 |
* ini.cc (do_ini_thread): Ditto. |
|---|
| 186 |
|
|---|