| 1 |
Logs of before B69 are moved to BuildLog_B1-B69.txt |
| 2 |
|
| 3 |
//////////////////////////// |
| 4 |
// B070 2002/10/27 |
| 5 |
//////////////////////////// |
| 6 |
|
| 7 |
* FIX: #665,#690 Error when edit closed-notes. |
| 8 |
* FIX: A memo under a folder can't open after renaming the folder that is opened. |
| 9 |
|
| 10 |
PG: if "#vfolder.txt" not exists, disable show virtual folder root node. |
| 11 |
PG: Merge InsertFileToLast and InsertFile. |
| 12 |
PG: Deleting tree view item are moved from TreeViewItem to MemoSelectView. |
| 13 |
PG: Creating MemoNote are moved to factory method. |
| 14 |
PG: Notify MemoSelectView to MemoManager when insert/delete nodes. |
| 15 |
PG: Keep HTREEITEM in MemoManager for support notify. |
| 16 |
PG: lParam changed on message MWM_OPEN_REQUEST: TreeViewFileItem to MemoLocator. |
| 17 |
|
| 18 |
//////////////////////////// |
| 19 |
// B071 2002/10/27 |
| 20 |
//////////////////////////// |
| 21 |
|
| 22 |
* NEW:#611 Encrypt/Decrypt files under a folder. |
| 23 |
|
| 24 |
PG: If message posted from MemoSelectView's NM_DBLCLK handler, MainFrame::RequestOpenMemo deletes MemoLocator object. |
| 25 |
PG: Debug logwrite code removed. |
| 26 |
|
| 27 |
//////////////////////////// |
| 28 |
// B072 2002/11/01 |
| 29 |
//////////////////////////// |
| 30 |
|
| 31 |
* NEW:#610 Context menu on TreeView. |
| 32 |
* NEW:#696 Implimenting Greek code conversion library. |
| 33 |
* #576 can't use Ctrl-Z when IME are KANA mode.(Japanese NEC mobilegear only??) |
| 34 |
PG: fix application error when modify memo -> ESC key -> select "NO" |
| 35 |
|
| 36 |
//////////////////////////// |
| 37 |
// B073 2002/11/6 |
| 38 |
//////////////////////////// |
| 39 |
|
| 40 |
TOMBO 1.4 |
| 41 |
|
| 42 |
* change version dialog to 1.4 |
| 43 |
|
| 44 |
//////////////////////////// |
| 45 |
// B074 |
| 46 |
//////////////////////////// |
| 47 |
|
| 48 |
* Move version info string to Tombo.h |
| 49 |
|
| 50 |
2002/11/14 |
| 51 |
|
| 52 |
* Add BLOWFISH self check routine at main.cpp. |
| 53 |
|
| 54 |
2002/11/17 |
| 55 |
* Move version info definitions. |
| 56 |
* Add search direction on "Search" dialog box |
| 57 |
* Add detail error message around encrypting. |
| 58 |
* Change confirm saving dialog to mordal. |
| 59 |
|
| 60 |
2002/11/22 |
| 61 |
* To fix #754(#793), get HTREEITEM from notes file path for each saving time. |
| 62 |
* Disable up/down radio button when dialog are used from edit view |
| 63 |
|
| 64 |
2002/11/23 |
| 65 |
* for release 1.5, disable "get HTREEITEM from notes file path for each saving time." |
| 66 |
|
| 67 |
TOMBO 1.5 |
| 68 |
|
| 69 |
//////////////////////////////// |
| 70 |
// B074(Tombo_DEBUG_20021128) |
| 71 |
//////////////////////////////// |
| 72 |
|
| 73 |
2002/11/28 |
| 74 |
|
| 75 |
* Delete compile option "/Oxs" for H/PC SH-4. (#798,#799,#756) |
| 76 |
* Addd delete notify to MemoManager.(#753,#754,#792,#793) |
| 77 |
|
| 78 |
//////////////////////////////// |
| 79 |
// B075(Tombo 1.5.1) |
| 80 |
//////////////////////////////// |
| 81 |
|
| 82 |
2002/12/01 |
| 83 |
* Add errorno with save error message. |
| 84 |
|
| 85 |
//////////////////////////////// |
| 86 |
// B076 |
| 87 |
//////////////////////////////// |
| 88 |
|
| 89 |
2002/12/07 |
| 90 |
* Clear edit view when choose "Forget password"(#852). |
| 91 |
|
| 92 |
2002/12/12 |
| 93 |
PG: add Variable buffer(plus vector) |
| 94 |
PG: Separate function that the file is notes or not. |
| 95 |
PG: Add sub function for searching. |
| 96 |
PG: Change inserting algorithmn. |
| 97 |
|
| 98 |
//////////////////////////////// |
| 99 |
// B077(DEBUG_20021214) |
| 100 |
//////////////////////////////// |
| 101 |
Branch Tombo_1_5_1_branch |
| 102 |
|
| 103 |
2002/12/14 |
| 104 |
* Add debug log(for #854). |
| 105 |
|
| 106 |
//////////////////////////////// |
| 107 |
// B078 |
| 108 |
//////////////////////////////// |
| 109 |
Main trunk |
| 110 |
|
| 111 |
2002/12/15 |
| 112 |
* Change backup method at saving notes(#885,#886). |
| 113 |
|
| 114 |
PG: move directory enum routines to DirList.* |
| 115 |
PG: create "searching" dialog |
| 116 |
|
| 117 |
2002/12/17 |
| 118 |
PG: impliment new file traversing routine for searching. |
| 119 |
PG: search routines are run on another thread. |
| 120 |
|
| 121 |
RESTRICTION: |
| 122 |
* Filename search is not implimented yet. |
| 123 |
* New search works only "Search". "Search Next/Prev" are yet traditional logic. |
| 124 |
|
| 125 |
//////////////////////////////// |
| 126 |
// B079 |
| 127 |
//////////////////////////////// |
| 128 |
|
| 129 |
PG: impliment filename search. |
| 130 |
PG: impliment Search Next/Prev. |
| 131 |
|
| 132 |
* FIX: after search all tree's levels opened.(#649) |
| 133 |
* NEW: Cancellation of finding(#755) |
| 134 |
* FIX: Change menu label "Tool" to "Tools" (#861,#862) |
| 135 |
|
| 136 |
FIX: At the time of searching, when a file name and a directory name are the same, |
| 137 |
a note does not open correctly. |
| 138 |
|
| 139 |
//////////////////////////////// |
| 140 |
// B080 (Tombo 1.6 beta1) |
| 141 |
//////////////////////////////// |
| 142 |
|
| 143 |
* NEW: Add search next/prev keyboard shortcut for function key-less devices.(Win32/HPC)(#851) |
| 144 |
* NEW: impliment viewer mode.(#832) |
| 145 |
|
| 146 |
//////////////////////////////// |
| 147 |
// B081 (Tombo 1.6 beta 2) |
| 148 |
//////////////////////////////// |
| 149 |
|
| 150 |
* FIX: Can't use Ctrl-Z(Undo) (#959,#960) |
| 151 |
* FIX: Switch view-mode when B key pressed.(#993,#994) |
| 152 |
|
| 153 |
//////////////////////////////// |
| 154 |
// B082 |
| 155 |
//////////////////////////////// |
| 156 |
|
| 157 |
* NEW: Select show/hide status bar.(Win32, HPC)(#1033) |
| 158 |
* NEW: Disable opening notes when action button pressed.(PocketPC)(#976) |
| 159 |
* FIX: Status not updated when push delete key after selecting region.(#617,#684) |
| 160 |
* NEW: Disable save icon when a note is not modified.(#1075) |
| 161 |
|
| 162 |
//////////////////////////////// |
| 163 |
// B083 (Tombo 1.6) |
| 164 |
//////////////////////////////// |
| 165 |
|
| 166 |
* Change condition that checks modify memo. |
| 167 |
|
| 168 |
//////////////////////////////// |
| 169 |
// B084 |
| 170 |
//////////////////////////////// |
| 171 |
|
| 172 |
* NEW: Add New folder by selecting right menu(#1170). |
| 173 |
* MOD: Disable "Not match" dialog when search starts with treeview(#940). |
| 174 |
|
| 175 |
//////////////////////////////// |
| 176 |
// B085 |
| 177 |
//////////////////////////////// |
| 178 |
|
| 179 |
* Separate propertysheet basic implimentation from Property.* |
| 180 |
* Add grep dialog and menu. |
| 181 |
* Implimenting virtual folder. |
| 182 |
(In this build, all notes are displayed, filtering is not implimented yet.) |
| 183 |
|
| 184 |
//////////////////////////////// |
| 185 |
// B086 |
| 186 |
//////////////////////////////// |
| 187 |
|
| 188 |
* Support filtering. (File only mode is not yet.) |
| 189 |
|
| 190 |
//////////////////////////////// |
| 191 |
// B087 |
| 192 |
//////////////////////////////// |
| 193 |
|
| 194 |
* Fix memory leak when filter discards note. |
| 195 |
* Support file only mode. |
| 196 |
|
| 197 |
PG: Import VarBuffer.* from YAE(Yet Another Editor). |
| 198 |
PG: Change VFStore's vector implimentation to TVector. |
| 199 |
PG: Move search logic from SearchTree::SearchOneItem to SearchEngineA::Search |
| 200 |
PG: Merge SearchTree:SearchResult and SearchEngineA::SearchResult to global SearchResult(in Tombo.h) |
| 201 |
PG: Change VFRegexFilter::Store's matching logic to SearchEngineA::Search |
| 202 |
|
| 203 |
//////////////////////////////// |
| 204 |
// B088 |
| 205 |
//////////////////////////////// |
| 206 |
|
| 207 |
* Re-impliment virtual folder. Data format changed sharply. |
| 208 |
* New data format is XML-based. |
| 209 |
* Support invert match (like grep -v). |
| 210 |
* Multi level grep (grep A | grep B | ...) is supported. |
| 211 |
* Grep result via dialog and XML file data is not synced yet. |
| 212 |
* Add sample file for vfolder.(<top>\etc\vfolder.xml) |
| 213 |
|
| 214 |
PG: Almost remake TSParser.* |
| 215 |
PG: link expat library for parse XML vfolder file at TSParser. |
| 216 |
PG: Change copyright dialog for expat. |
| 217 |
|
| 218 |
//////////////////////////////// |
| 219 |
// B089 |
| 220 |
//////////////////////////////// |
| 221 |
|
| 222 |
* Add option that TOMBO is staying topmost of the window. |
| 223 |
|
| 224 |
//////////////////////////////// |
| 225 |
// B090 |
| 226 |
//////////////////////////////// |
| 227 |
|
| 228 |
* FIX: Stay topmost is not effected when exit TOMBO and next started. |
| 229 |
* Add TOMBO_vfolder.dtd. You can validate your vfolder.xml by using IE. |
| 230 |
* Add keyboard shotcut as F2. |
| 231 |
|
| 232 |
//////////////////////////////// |
| 233 |
// B091 |
| 234 |
//////////////////////////////// |
| 235 |
|
| 236 |
* Disable delete/rename button/menu when selecting virtual folder or root node. |
| 237 |
|
| 238 |
//////////////////////////////// |
| 239 |
// B092 |
| 240 |
//////////////////////////////// |
| 241 |
|
| 242 |
* Disable buttons/menus when selecting virtual folder or root node. |
| 243 |
encrypt/decrypt/newmemo/cut/copy/paste |
| 244 |
|
| 245 |
PsPC, PktPC, BE-x00 is not fully supported. |
| 246 |
|
| 247 |
//////////////////////////////// |
| 248 |
// B093 |
| 249 |
//////////////////////////////// |
| 250 |
|
| 251 |
* Disable renaming(click x 2) tree node when renaming the node is not allowed. |
| 252 |
* Create new note to root node when on virtual folder nodes. |
| 253 |
* Create new note the same level of the virtual link note what is selected. |
| 254 |
|
| 255 |
//////////////////////////////// |
| 256 |
// B094 |
| 257 |
//////////////////////////////// |
| 258 |
|
| 259 |
* Disable new folder menu item when virtual folder nodes selected. |
| 260 |
* FIX:Memo discarded when select other note(#1313,#1314) |
| 261 |
* Keep wrap text status(#1524). |
| 262 |
* FIX: When resize task bar, main window size not changed.(#1134) |
| 263 |
* Control grep menu. |
| 264 |
* FIX: when vfolder.xml is not exists, grep don't work. |
| 265 |
* Add hMSToolMenu and GetMSToolMenu() for BE-X00. |
| 266 |
* Update NUM_IMG_BUTTONS for PsPC. |
| 267 |
* Support menu control for PsPC, PocktPC, BE-X00. |
| 268 |
|
| 269 |
//////////////////////////////// |
| 270 |
// B095 (Tombo 1.7 beta 1) |
| 271 |
//////////////////////////////// |
| 272 |
|
| 273 |
* Re-FIX: #1134. |
| 274 |
* Add menu item IDM_TOPMOST for Win32(EN). |
| 275 |
|
| 276 |
//////////////////////////////// |
| 277 |
// B096 (Tombo SNAPSHOT 20030404) |
| 278 |
//////////////////////////////// |
| 279 |
|
| 280 |
* FIX: Disable update *.tdt when the note is not updated.(#1557) |
| 281 |
* FIX: Delete node even though editing labels by pressing DEL key(#1588,1589). |
| 282 |
and fix Cut/Copy/Paste |
| 283 |
* Add limit filter. |
| 284 |
* Recent filter(implimenting). |
| 285 |
|
| 286 |
//////////////////////////////// |
| 287 |
// B097 |
| 288 |
//////////////////////////////// |
| 289 |
|
| 290 |
* FIX: IM area doesn't display well(#1558,#1559) |
| 291 |
* FIX: add exec option "-root=" for direct root folder(#1412) |
| 292 |
* NEW: add open notes read-only mode(#1136) |
| 293 |
|
| 294 |
//////////////////////////////// |
| 295 |
// B098 (Tombo 1.7 beta 2) |
| 296 |
//////////////////////////////// |
| 297 |
|
| 298 |
* Assign Ctrl-;/Ctrl-: key to insert date on edit view(#1702) |
| 299 |
* Add "%n" macro for inserting newline in date strings(#1720) |
| 300 |
* change 1 pane mode from edit view(#1747) |
| 301 |
|
| 302 |
//////////////////////////////// |
| 303 |
// B099 (Tombo 1.7 beta 3) |
| 304 |
//////////////////////////////// |
| 305 |
|
| 306 |
* Save memo failed(3)." occured when saving new notes to root folder(#1781,#1782). |
| 307 |
|
| 308 |
//////////////////////////////// |
| 309 |
// B100 |
| 310 |
//////////////////////////////// |
| 311 |
|
| 312 |
* Impliment timestamp filter. |
| 313 |
* Impliment sort filter. |
| 314 |
* Impliment filter control dialog |
| 315 |
|
| 316 |
PG: Add ItemIterator |
| 317 |
PG: Add FilterControl dialog. Implimentation is yet. |
| 318 |
PG: Refactoring around VirtualFolderRoot. |
| 319 |
|
| 320 |
//////////////////////////////// |
| 321 |
// B101(SNAPSHOT_20030511) |
| 322 |
//////////////////////////////// |
| 323 |
On Tombo_1_7b3_branch |
| 324 |
|
| 325 |
* FIX: Grep dialog prop pages |
| 326 |
|
| 327 |
//////////////////////////////// |
| 328 |
// B102 |
| 329 |
//////////////////////////////// |
| 330 |
Return to main trunk. |
| 331 |
|
| 332 |
* FIX: Grep dialog isn't displayed (#2064, #2063) |
| 333 |
* Filter control GUI support. |
| 334 |
|
| 335 |
//////////////////////////////// |
| 336 |
// B103 (Tombo 1.7 beta 4) |
| 337 |
//////////////////////////////// |
| 338 |
|
| 339 |
* Add delete button to filter control dialogs. |
| 340 |
* Adjust dialog size by real devices. |
| 341 |
* Delete SetforegroundWindow in MainFrame::OnCreate. |
| 342 |
It seems like harm by reporting a user. |
| 343 |
|
| 344 |
//////////////////////////////// |
| 345 |
// B104 (SNAPSHOT_20030603) |
| 346 |
//////////////////////////////// |
| 347 |
|
| 348 |
* FIX: Save memo may be fail if multibyte char is used in folder name. |
| 349 |
|
| 350 |
//////////////////////////////// |
| 351 |
// B105 (SNAPSHOT_20030605) |
| 352 |
//////////////////////////////// |
| 353 |
|
| 354 |
* Replace macro "iskanji" to IsDBCSLeadByte() for better support of DBCS. |
| 355 |
* Change IDD_FILTERDEF_FILTER's font to "System" on BE-300 version. |
| 356 |
* Add ClearType font support. |
| 357 |
|
| 358 |
//////////////////////////////// |
| 359 |
// |
| 360 |
//////////////////////////////// |
| 361 |
|
| 362 |
* Rename menu "Grep" to "Quick filter". |
| 363 |
* Change font size dropdown menu drop list to dropdown. You can set any size what you want.(#2200) |
| 364 |
|
| 365 |
|
| 366 |
///////////////////////////////////////////////////////////////////////// |
| 367 |
// TODO |
| 368 |
///////////////////////////////////////////////////////////////////////// |
| 369 |
|
| 370 |
== entire |
| 371 |
|
| 372 |
Refactoring: MemoInfo control under MemoManager to MemoNote. |
| 373 |
Move method OpenRequest() from MemoSelectView to TreeViewItem. |