| 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 (Tombo 1.6) |
| 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 |
// TODO |
| 164 |
///////////////////////////////////////////////////////////////////////// |
| 165 |
|
| 166 |
== entire |
| 167 |
|
| 168 |
Disable menu to rename/delete root node. |
| 169 |
Check and refine menu item's enable/disable |
| 170 |
MemoInfo��������MemoManager��������MemoNote�����������������C������ |
| 171 |
OpenRequest��MemoSelectView����TreeViewItem������ |
| 172 |
MemoManager::MakeNewFolder�����[�������� |
| 173 |
InactivateDetailsView�������������� |
| 174 |
|
| 175 |
== around virtual folder |
| 176 |
|
| 177 |
* Move array currently keep VFStore to Runtime-environment. |
| 178 |
* Pass VFStream::Activate to Runtime-environment. |
| 179 |
|
| 180 |
* Treat encrypted memo. |
| 181 |
* Change object create method to MemoMonte's factory method. |
| 182 |
* Change icon at virtual node. |
| 183 |
* Disable Cut/Copy/Paste/Disable/Encrypt/Decrypt etc. when virtual node selected. |
| 184 |
* Impliment matching filter notes.match(). |
| 185 |
* Error handling when compiling. |
| 186 |
* TS file Property I/F. |
| 187 |
* Impliment sorting function notes.sort(). |