| 1 |
Logs of before B69 are moved to BuildLog_B1-B69.txt |
//////////////////////////////// |
| 2 |
|
// B201 |
| 3 |
|
//////////////////////////////// |
| 4 |
|
|
| 5 |
|
* Fixed memory some leaks about SecureBuffer[TA]. SecureBuffer has replaced to SecureBufferAutoPointer[TA] |
| 6 |
|
* Fix: search position is wrong when search twice or more.(WinCE) |
| 7 |
|
|
| 8 |
|
* Save/Load UTF-8/Unicode support(#5814) |
| 9 |
|
This feature is not fully tested on CE devices yet. |
| 10 |
|
|
| 11 |
|
//////////////////////////////// |
| 12 |
|
// B202 |
| 13 |
|
//////////////////////////////// |
| 14 |
|
|
| 15 |
|
- Test and fix UTF-8/Unicode support on CE devices. |
| 16 |
|
|
| 17 |
|
//////////////////////////////// |
| 18 |
|
// B203 |
| 19 |
|
//////////////////////////////// |
| 20 |
|
|
| 21 |
|
* FIX: Deleting folder deletes wrong one(#7725) |
| 22 |
|
|
| 23 |
|
//////////////////////////////// |
| 24 |
|
// B204 |
| 25 |
|
//////////////////////////////// |
| 26 |
|
|
| 27 |
|
* FIX again: Deleting folder deletes wrong one(#7725) |
| 28 |
|
|
| 29 |
|
//////////////////////////////// |
| 30 |
|
// B205 (TOMBO 1.16) |
| 31 |
|
//////////////////////////////// |
| 32 |
|
|
| 33 |
|
//////////////////////////////// |
| 34 |
|
// B206 |
| 35 |
|
//////////////////////////////// |
| 36 |
|
|
| 37 |
|
* FIX: Crypted notes are displayed as plain text on TreeView(#7985) |
| 38 |
|
|
| 39 |
|
- Add AutoPtr.cpp. This file is part of TOMBO 1.16 but I forgot to add it ... |
| 40 |
|
- Add option to change editor modules by property. |
| 41 |
|
|
| 42 |
|
- Some fixes to YAE. |
| 43 |
|
- Horiz scrollbar is displayed even though wrapping mode. |
| 44 |
|
- Horiz scrollbar is displayed even though note is empty at startup. |
| 45 |
|
|
| 46 |
|
//////////////////////////////// |
| 47 |
|
// B207 |
| 48 |
|
//////////////////////////////// |
| 49 |
|
|
| 50 |
|
- Fixes to YAE |
| 51 |
|
- Recognized view width is incorrect when appearing/disappearing the vert scrollbar. |
| 52 |
|
- Cursor has moved but insert position is not moved when pushing HOME/END key. |
| 53 |
|
- Refactoring about FixedPixelLineWrapper. |
| 54 |
|
- Refactoring remove YAEdit::GetLineMgr dependency of YAEditDoc. |
| 55 |
|
|
| 56 |
|
//////////////////////////////// |
| 57 |
|
// B208 |
| 58 |
|
//////////////////////////////// |
| 59 |
|
|
| 60 |
|
- Fixes to YAE |
| 61 |
|
- Refactoring: move contents of YAEdit to YAEditImpl and separate new YAEdit as interface. For testing. |
| 62 |
|
- FIX ABEND if *.tdt is active and cursor position equals to file size |
| 63 |
|
|
| 64 |
|
//////////////////////////////// |
| 65 |
|
// B209 |
| 66 |
|
//////////////////////////////// |
| 67 |
|
|
| 68 |
|
- Fixes to YAE |
| 69 |
|
* FIX FREEZE if *.tdt value is invalid. |
| 70 |
|
* Change mouse cursor to IBeam |
| 71 |
|
* Change LgEOL mark color |
| 72 |
|
* Keep cursor position support |
| 73 |
|
- Trap WM_SIZE |
| 74 |
|
- Change rewrapping timing |
| 75 |
|
|
| 76 |
|
//////////////////////////////// |
| 77 |
|
// B210 (SNAPSHOT20060215) |
| 78 |
|
//////////////////////////////// |
| 79 |
|
|
| 80 |
|
* FIX: propery dialog is not displayed on some PocketPC 2000 devices.(#8038) |
| 81 |
|
* FIX: -root parameter no longer seems to work(#8030) |
| 82 |
|
|
| 83 |
|
//////////////////////////////// |
| 84 |
|
// B211 (SNAPSHOT20060216) |
| 85 |
|
//////////////////////////////// |
| 86 |
|
|
| 87 |
|
* FIX: ABEND when property dialog closed at first time on H/PC devices.(#8040) |
| 88 |
|
|
| 89 |
|
//////////////////////////////// |
| 90 |
|
// B212 (TOMBO 2.0 alpha 3) |
| 91 |
|
//////////////////////////////// |
| 92 |
|
|
| 93 |
|
- Enable YAE Option |
| 94 |
|
|
| 95 |
|
//////////////////////////////// |
| 96 |
|
// B213 (TOMBO 1.17) |
| 97 |
|
//////////////////////////////// |
| 98 |
|
|
| 99 |
//////////////////////////// |
- Disable YAE Option again |
|
// B070 2002/10/27 |
|
|
//////////////////////////// |
|
| 100 |
|
|
| 101 |
* FIX: #665,#690 Error when edit closed-notes. |
//////////////////////////////// |
| 102 |
* FIX: A memo under a folder can't open after renaming the folder that is opened. |
// B214 |
| 103 |
|
//////////////////////////////// |
| 104 |
|
|
| 105 |
PG: if "#vfolder.txt" not exists, disable show virtual folder root node. |
- Remove Ctrl-A accelarator and handle it by MemoDetailsView. |
|
PG: Merge InsertFileToLast and InsertFile. |
|
|
PG: Deleting tree view item are moved from TreeViewItem to MemoSelectView. |
|
|
PG: Creating MemoNote are moved to factory method. |
|
|
PG: Notify MemoSelectView to MemoManager when insert/delete nodes. |
|
|
PG: Keep HTREEITEM in MemoManager for support notify. |
|
|
PG: lParam changed on message MWM_OPEN_REQUEST: TreeViewFileItem to MemoLocator. |
|
| 106 |
|
|
| 107 |
//////////////////////////// |
- Fixes to YAE |
| 108 |
// B071 2002/10/27 |
* Ctrl-A support |
| 109 |
//////////////////////////// |
* Insert date (Ctrl-1, Ctrl-2) support |
| 110 |
|
* ABEND when clipborad item is not text |
| 111 |
|
* CRLF was always inserted when saving |
| 112 |
|
* Vert scrollbar is not shown when paste long texts |
| 113 |
|
|
| 114 |
* NEW:#611 Encrypt/Decrypt files under a folder. |
//////////////////////////////// |
| 115 |
|
// B215 |
| 116 |
|
//////////////////////////////// |
| 117 |
|
|
| 118 |
PG: If message posted from MemoSelectView's NM_DBLCLK handler, MainFrame::RequestOpenMemo deletes MemoLocator object. |
- Fixes to YAE |
| 119 |
PG: Debug logwrite code removed. |
* Double click support |
| 120 |
|
* FIX: some letter's width is incorrect. |
| 121 |
|
|
| 122 |
//////////////////////////// |
//////////////////////////////// |
| 123 |
// B072 2002/11/01 |
// B216 |
| 124 |
//////////////////////////// |
//////////////////////////////// |
| 125 |
|
|
| 126 |
* NEW:#610 Context menu on TreeView. |
- Fixes to YAE |
| 127 |
* NEW:#696 Implimenting Greek code conversion library. |
* Single undo support but under testing |
| 128 |
* #576 can't use Ctrl-Z when IME are KANA mode.(Japanese NEC mobilegear only??) |
|
| 129 |
PG: fix application error when modify memo -> ESC key -> select "NO" |
//////////////////////////////// |
| 130 |
|
// B217 (TOMBO 2.0 alpha 4) |
| 131 |
|
//////////////////////////////// |
| 132 |
|
|
| 133 |
|
- Enable YAE Option |
| 134 |
|
|
| 135 |
|
//////////////////////////////// |
| 136 |
|
// B218 |
| 137 |
|
//////////////////////////////// |
| 138 |
|
|
| 139 |
|
- Fixes to YAE |
| 140 |
|
* Context menu support(Win32) |
| 141 |
|
|
| 142 |
|
//////////////////////////////// |
| 143 |
|
// B219 (TOMBO 2.0 alpha 5) |
| 144 |
|
//////////////////////////////// |
| 145 |
|
|
| 146 |
//////////////////////////// |
- Fixes to YAE |
| 147 |
// B073 2002/11/6 |
* Context menu support(PocketPC) |
| 148 |
//////////////////////////// |
* Read only mode support |
| 149 |
|
* Wrapping support |
| 150 |
|
* INS key support |
| 151 |
|
|
| 152 |
TOMBO 1.4 |
//////////////////////////////// |
| 153 |
|
// B220 |
| 154 |
|
//////////////////////////////// |
| 155 |
|
|
| 156 |
* change version dialog to 1.4 |
- Refactoring about TreeViewItem |
| 157 |
|
- now each node have its URI |
| 158 |
|
|
| 159 |
//////////////////////////// |
//////////////////////////////// |
| 160 |
// B074 |
// B221 (TOMBO 1.17.1) |
| 161 |
//////////////////////////// |
//////////////////////////////// |
| 162 |
|
|
| 163 |
* Move version info string to Tombo.h |
Based on B217(TOMBO 1.17) |
| 164 |
|
- FIX: Input method ATOK is not work good on W-ZERO3[es] |
| 165 |
|
|
| 166 |
2002/11/14 |
//////////////////////////////// |
| 167 |
|
// B222 |
| 168 |
|
//////////////////////////////// |
| 169 |
|
|
| 170 |
* Add BLOWFISH self check routine at main.cpp. |
- Multi repository support(yet completed) |
| 171 |
|
- Fixes to YAE |
| 172 |
|
* Hang up when *.tdt points invalid position. |
| 173 |
|
|
| 174 |
2002/11/17 |
//////////////////////////////// |
| 175 |
* Move version info definitions. |
// B223 |
| 176 |
* Add search direction on "Search" dialog box |
//////////////////////////////// |
|
* Add detail error message around encrypting. |
|
|
* Change confirm saving dialog to mordal. |
|
| 177 |
|
|
| 178 |
2002/11/22 |
- Migrate VC6 to VisualStudio2005 (win32). |
| 179 |
* To fix #754(#793), get HTREEITEM from notes file path for each saving time. |
- replace expat libs (win32). |
|
* Disable up/down radio button when dialog are used from edit view |
|
| 180 |
|
|
| 181 |
2002/11/23 |
//////////////////////////////// |
| 182 |
* for release 1.5, disable "get HTREEITEM from notes file path for each saving time." |
// B224 |
| 183 |
|
//////////////////////////////// |
| 184 |
|
|
| 185 |
TOMBO 1.5 |
- Create new project for WM5 platform. |
| 186 |
|
In current version, feature is same as PocketPC. |
| 187 |
|
|
| 188 |
//////////////////////////////// |
//////////////////////////////// |
| 189 |
// B074(Tombo_DEBUG_20021128) |
// B225 |
| 190 |
//////////////////////////////// |
//////////////////////////////// |
| 191 |
|
|
| 192 |
2002/11/28 |
* In edit view, display "OK" button insted of "x" on title bar. |
| 193 |
|
* Support WM5 style menubar(WM5 version). |
| 194 |
|
* FIX: Input method ATOK is not work good on W-ZERO3[es]. |
| 195 |
|
This fix is port from B221. |
| 196 |
|
|
| 197 |
* Delete compile option "/Oxs" for H/PC SH-4. (#798,#799,#756) |
- L9N is not completed(menubar label) |
|
* Addd delete notify to MemoManager.(#753,#754,#792,#793) |
|
| 198 |
|
|
| 199 |
//////////////////////////////// |
//////////////////////////////// |
| 200 |
// B075(Tombo 1.5.1) |
// B226 (TOMBO 2.0 beta 1) |
| 201 |
//////////////////////////////// |
//////////////////////////////// |
| 202 |
|
|
| 203 |
2002/12/01 |
* disable open note when starting. |
| 204 |
* Add errorno with save error message. |
- support menubar label's L9N. |
| 205 |
|
- FIX: Menu checking is not worked.(WM5) |
| 206 |
|
|
| 207 |
//////////////////////////////// |
//////////////////////////////// |
| 208 |
// B077 |
// B227 (TOMBO 2.0 beta 2) |
| 209 |
//////////////////////////////// |
//////////////////////////////// |
|
Branch Tombo_1_5_1_branch |
|
| 210 |
|
|
| 211 |
2002/12/14 |
* FIX: libexpatw.dll was not included in desktop version. |
| 212 |
* Add debug log. |
* Add insert date menu to wm5 version. |
| 213 |
|
* Add Ctrl+Insert, Ctrl+Delete, Shift+Insert key binding. |
| 214 |
|
|
| 215 |
|
//////////////////////////////// |
| 216 |
|
// B228 |
| 217 |
|
//////////////////////////////// |
| 218 |
|
|
| 219 |
///////////////////////////////////////////////////////////////////////// |
* Add Shift+Home, Shift+End, Shift+Ctrl+Home, Shift+Ctrl+End key binding. |
| 220 |
// TODO |
- Add project to build installer (Win32). |
|
///////////////////////////////////////////////////////////////////////// |
|
| 221 |
|
|
| 222 |
== entire |
//////////////////////////////// |
| 223 |
|
// B229 (TOMBO 2.0 beta 3) |
| 224 |
|
//////////////////////////////// |
| 225 |
|
|
| 226 |
|
* Add Insert Date1/2 to context menu. |
| 227 |
|
* FIX: beta1/2 is depend on MSVCRT80.DLL, remove dependency. |
| 228 |
|
|
| 229 |
Disable menu to rename/delete root node. |
//////////////////////////////// |
| 230 |
Check and refine menu item's enable/disable |
// B230 |
| 231 |
MemoInfoについてMemoManager管理からMemoNote管理になるように修正する |
//////////////////////////////// |
|
OpenRequestをMemoSelectViewからTreeViewItemに移動 |
|
|
MemoManager::MakeNewFolderをどーにかする |
|
|
InactivateDetailsViewをなんとかする |
|
| 232 |
|
|
| 233 |
== around virtual folder |
* FIX: password timeout occures in serveral minutes even though timeout value is 60 min (#8952) |
| 234 |
|
* FIX: "Use random filename" option is always ON even though check is off (#8960) |
| 235 |
|
* FIX: PocketPC's menu is corrupt(#8961) |
| 236 |
|
|
| 237 |
* Move array currently keep VFStore to Runtime-environment. |
//////////////////////////////// |
| 238 |
* Pass VFStream::Activate to Runtime-environment. |
// B231 (TOMBO 2.0 beta 4) |
| 239 |
|
//////////////////////////////// |
| 240 |
|
|
| 241 |
|
* FIX: One pane mode is not worked(#8954) |
| 242 |
|
* FIX: Save new note failed when choosing virtual folder(#9013) |
| 243 |
|
* FIX: Cut/Copy/Paste is not worked when choosing from menu(WM5)(#9008) |
| 244 |
|
* FIX: Renaming is not worked on some WM5 devices(#9014) |
| 245 |
|
* FIX: Password timeout is not occured when displaying crypted notes and focus is in treeview.(#9050) |
| 246 |
|
|
| 247 |
|
//////////////////////////////// |
| 248 |
|
// B232 |
| 249 |
|
//////////////////////////////// |
| 250 |
|
|
| 251 |
* Treat encrypted memo. |
* FIX: view mode is not work(#9105) |
|
* Change object create method to MemoMonte's factory method. |
|
|
* Eliminate virtual items from search target. |
|
|
* Change icon at virtual node. |
|
|
* Disable Cut/Copy/Paste/Disable/Encrypt/Decrypt etc. when virtual node selected. |
|
|
* Impliment matching filter notes.match(). |
|
|
* Error handling when compiling. |
|
|
* TS file Property I/F. |
|
|
* Impliment sorting function notes.sort(). |
|