Develop and Download Open Source Software

Browse CVS Repository

Diff of /tombo/Tombo/BuildLog.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.63.2.8 by hirami, Thu Jul 8 16:37:39 2004 UTC revision 1.164 by hirami, Sat Sep 30 12:48:08 2006 UTC
# Line 1  Line 1 
 Logs of before B69 are moved to BuildLog_B1-B69.txt  
   
 ////////////////////////////  
 // B070 2002/10/27  
 ////////////////////////////  
   
 * FIX: #665,#690 Error when edit closed-notes.  
 * FIX: A memo under a folder can't open after renaming the folder that is opened.  
   
 PG: if "#vfolder.txt" not exists, disable show virtual folder root node.  
 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.  
   
 ////////////////////////////  
 // B071 2002/10/27  
 ////////////////////////////  
   
 * NEW:#611 Encrypt/Decrypt files under a folder.  
   
 PG: If message posted from MemoSelectView's NM_DBLCLK handler, MainFrame::RequestOpenMemo deletes MemoLocator object.  
 PG: Debug logwrite code removed.  
   
 ////////////////////////////  
 // B072 2002/11/01  
 ////////////////////////////  
   
 * NEW:#610 Context menu on TreeView.  
 * NEW:#696 Implimenting Greek code conversion library.  
 * #576 can't use Ctrl-Z when IME are KANA mode.(Japanese NEC mobilegear only??)  
 PG: fix application error when modify memo -> ESC key -> select "NO"  
   
 ////////////////////////////  
 // B073 2002/11/6  
 ////////////////////////////  
   
 TOMBO 1.4  
   
 * change version dialog to 1.4  
   
 ////////////////////////////  
 // B074  
 ////////////////////////////  
   
 * Move version info string to Tombo.h  
   
 2002/11/14  
   
 * Add BLOWFISH self check routine at main.cpp.  
   
 2002/11/17  
 * Move version info definitions.  
 * Add search direction on "Search" dialog box  
 * Add detail error message around encrypting.  
 * Change confirm saving dialog to mordal.  
   
 2002/11/22  
 * To fix #754(#793), get HTREEITEM from notes file path for each saving time.  
 * Disable up/down radio button when dialog are used from edit view  
   
 2002/11/23  
 * for release 1.5, disable "get HTREEITEM from notes file path for each saving time."  
   
 TOMBO 1.5  
   
 ////////////////////////////////  
 // B074(Tombo_DEBUG_20021128)  
 ////////////////////////////////  
   
 2002/11/28  
   
 * Delete compile option "/Oxs" for H/PC SH-4. (#798,#799,#756)  
 * Addd delete notify to MemoManager.(#753,#754,#792,#793)  
   
 ////////////////////////////////  
 // B075(Tombo 1.5.1)  
 ////////////////////////////////  
   
 2002/12/01  
 * Add errorno with save error message.  
   
 ////////////////////////////////  
 // B076  
 ////////////////////////////////  
   
 2002/12/07  
 * Clear edit view when choose "Forget password"(#852).  
   
 2002/12/12  
 PG: add Variable buffer(plus vector)  
 PG: Separate function that the file is notes or not.  
 PG: Add sub function for searching.  
 PG: Change inserting algorithmn.  
   
 ////////////////////////////////  
 // B077(DEBUG_20021214)  
 ////////////////////////////////  
 Branch Tombo_1_5_1_branch  
   
 2002/12/14  
 * Add debug log(for #854).  
   
 ////////////////////////////////  
 // B078  
 ////////////////////////////////  
 Main trunk  
   
 2002/12/15  
 * Change backup method at saving notes(#885,#886).  
   
 PG: move directory enum routines to DirList.*  
 PG: create "searching" dialog  
   
 2002/12/17  
 PG: impliment new file traversing routine for searching.  
 PG: search routines are run on another thread.  
   
 RESTRICTION:  
 * Filename search is not implimented yet.  
 * New search works only "Search". "Search Next/Prev" are yet traditional logic.  
   
 ////////////////////////////////  
 // B079  
 ////////////////////////////////  
   
 PG: impliment filename search.  
 PG: impliment Search Next/Prev.  
   
 * FIX: after search all tree's levels opened.(#649)  
 * NEW: Cancellation of finding(#755)  
 * FIX: Change menu label "Tool" to "Tools" (#861,#862)  
   
 FIX: At the time of searching, when a file name and a directory name are the same,  
 a note does not open correctly.  
   
 ////////////////////////////////  
 // B080 (Tombo 1.6 beta1)  
 ////////////////////////////////  
   
 * NEW: Add search next/prev keyboard shortcut for function key-less devices.(Win32/HPC)(#851)  
 * NEW: impliment viewer mode.(#832)  
   
 ////////////////////////////////  
 // B081 (Tombo 1.6 beta 2)  
 ////////////////////////////////  
   
 * FIX: Can't use Ctrl-Z(Undo) (#959,#960)  
 * FIX: Switch view-mode when B key pressed.(#993,#994)  
   
 ////////////////////////////////  
 // B082  
1  ////////////////////////////////  ////////////////////////////////
2    // B201
 * NEW: Select show/hide status bar.(Win32, HPC)(#1033)  
 * NEW: Disable opening notes when action button pressed.(PocketPC)(#976)  
 * FIX: Status not updated when push delete key after selecting region.(#617,#684)  
 * NEW: Disable save icon when a note is not modified.(#1075)  
   
 ////////////////////////////////  
 // B083 (Tombo 1.6)  
 ////////////////////////////////  
   
 * Change condition that checks modify memo.  
   
3  ////////////////////////////////  ////////////////////////////////
 // B084  
 ////////////////////////////////  
   
 * NEW: Add New folder by selecting right menu(#1170).  
 * MOD: Disable "Not match" dialog when search starts with treeview(#940).  
   
 ////////////////////////////////  
 // B085  
 ////////////////////////////////  
   
 * Separate propertysheet basic implimentation from Property.*  
 * Add grep dialog and menu.  
 * Implimenting virtual folder.  
         (In this build, all notes are displayed, filtering is not implimented yet.)  
4    
5  ////////////////////////////////  * Fixed memory some leaks about SecureBuffer[TA]. SecureBuffer has replaced to SecureBufferAutoPointer[TA]
6  // B086  * Fix: search position is wrong when search twice or more.(WinCE)
 ////////////////////////////////  
7    
8  * Support filtering. (File only mode is not yet.)  * Save/Load UTF-8/Unicode support(#5814)
9            This feature is not fully tested on CE devices yet.
10    
11  ////////////////////////////////  ////////////////////////////////
12  // B087  // B202
13  ////////////////////////////////  ////////////////////////////////
14    
15  * Fix memory leak when filter discards note.  - Test and fix UTF-8/Unicode support on CE devices.
 * Support file only mode.  
   
 PG: Import VarBuffer.* from YAE(Yet Another Editor).  
 PG: Change VFStore's vector implimentation to TVector.  
 PG: Move search logic from SearchTree::SearchOneItem to SearchEngineA::Search  
 PG: Merge SearchTree:SearchResult and SearchEngineA::SearchResult to global SearchResult(in Tombo.h)  
 PG: Change VFRegexFilter::Store's matching logic to SearchEngineA::Search  
16    
17  ////////////////////////////////  ////////////////////////////////
18  // B088  // B203
19  ////////////////////////////////  ////////////////////////////////
20    
21  * Re-impliment virtual folder. Data format changed sharply.  * FIX: Deleting folder deletes wrong one(#7725)
 * New data format is XML-based.  
 * Support invert match (like grep -v).  
 * Multi level grep (grep A | grep B | ...) is supported.  
 * Grep result via dialog and XML file data is not synced yet.  
 * Add sample file for vfolder.(<top>\etc\vfolder.xml)  
   
 PG: Almost remake TSParser.*  
 PG: link expat library for parse XML vfolder file at TSParser.  
 PG: Change copyright dialog for expat.  
22    
23  ////////////////////////////////  ////////////////////////////////
24  // B089  // B204
25  ////////////////////////////////  ////////////////////////////////
26    
27  * Add option that TOMBO is staying topmost of the window.  * FIX again: Deleting folder deletes wrong one(#7725)
28    
29  ////////////////////////////////  ////////////////////////////////
30  // B090  // B205  (TOMBO 1.16)
31  ////////////////////////////////  ////////////////////////////////
32    
 * FIX: Stay topmost is not effected when exit TOMBO and next started.  
 * Add TOMBO_vfolder.dtd. You can validate your vfolder.xml by using IE.  
 * Add keyboard shotcut as F2.  
   
33  ////////////////////////////////  ////////////////////////////////
34  // B091  // B206
35  ////////////////////////////////  ////////////////////////////////
36    
37  * Disable delete/rename button/menu when selecting virtual folder or root node.  * FIX: Crypted notes are displayed as plain text on TreeView(#7985)
   
 ////////////////////////////////  
 // B092  
 ////////////////////////////////  
38    
39  * Disable buttons/menus when selecting virtual folder or root node.  - Add AutoPtr.cpp. This file is part of TOMBO 1.16 but I forgot to add it ...
40          encrypt/decrypt/newmemo/cut/copy/paste  - Add option to change editor modules by property.
41    
42          PsPC, PktPC, BE-x00 is not fully supported.  - 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  // B093  // B207
48  ////////////////////////////////  ////////////////////////////////
49    
50  * Disable renaming(click x 2) tree node when renaming the node is not allowed.  - Fixes to YAE
51  * Create new note to root node when on virtual folder nodes.          - Recognized view width is incorrect when appearing/disappearing the vert scrollbar.
52  * Create new note the same level of the virtual link note what is selected.          - 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  // B094  // B208
58  ////////////////////////////////  ////////////////////////////////
59    
60  * Disable new folder menu item when virtual folder nodes selected.  - Fixes to YAE
61  * FIX:Memo discarded when select other note(#1313,#1314)          - Refactoring: move contents of YAEdit to YAEditImpl and separate new YAEdit as interface. For testing.
62  * Keep wrap text status(#1524).          - FIX ABEND if *.tdt is active and cursor position equals to file size
 * FIX: When resize task bar, main window size not changed.(#1134)  
 * Control grep menu.  
 * FIX: when vfolder.xml is not exists, grep don't work.  
 * Add hMSToolMenu and GetMSToolMenu() for BE-X00.  
 * Update NUM_IMG_BUTTONS for PsPC.  
 * Support menu control for PsPC, PocktPC, BE-X00.  
63    
64  ////////////////////////////////  ////////////////////////////////
65  // B095 (Tombo 1.7 beta 1)  // B209
66  ////////////////////////////////  ////////////////////////////////
67    
68  * Re-FIX: #1134.  - Fixes to YAE
69  * Add menu item IDM_TOPMOST for Win32(EN).          * 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  // B096 (Tombo SNAPSHOT 20030404)  // B210 (SNAPSHOT20060215)
78  ////////////////////////////////  ////////////////////////////////
79    
80  * FIX: Disable update *.tdt when the note is not updated.(#1557)  * FIX: propery dialog is not displayed on some PocketPC 2000 devices.(#8038)
81  * FIX: Delete node even though editing labels by pressing DEL key(#1588,1589).  * FIX: -root parameter no longer seems to work(#8030)
         and fix Cut/Copy/Paste  
 * Add limit filter.  
 * Recent filter(implimenting).  
82    
83  ////////////////////////////////  ////////////////////////////////
84  // B097  // B211 (SNAPSHOT20060216)
85  ////////////////////////////////  ////////////////////////////////
86    
87  * FIX: IM area doesn't display well(#1558,#1559)  * FIX: ABEND when property dialog closed at first time on H/PC devices.(#8040)
 * FIX: add exec option "-root=" for direct root folder(#1412)  
 * NEW: add open notes read-only mode(#1136)  
88    
89  ////////////////////////////////  ////////////////////////////////
90  // B098 (Tombo 1.7 beta 2)  // B212 (TOMBO 2.0 alpha 3)
91  ////////////////////////////////  ////////////////////////////////
92    
93  * Assign Ctrl-;/Ctrl-: key to insert date on edit view(#1702)  - Enable YAE Option
 * Add "%n" macro for inserting newline in date strings(#1720)  
 * change 1 pane mode from edit view(#1747)  
94    
95  ////////////////////////////////  ////////////////////////////////
96  // B099 (Tombo 1.7 beta 3)  // B213 (TOMBO 1.17)
97  ////////////////////////////////  ////////////////////////////////
98    
99  * Save memo failed(3)." occured when saving new notes to root folder(#1781,#1782).  - Disable YAE Option again
100    
101  ////////////////////////////////  ////////////////////////////////
102  // B100  // B214
103  ////////////////////////////////  ////////////////////////////////
104    
105  * Impliment timestamp filter.  - Remove Ctrl-A accelarator and handle it by MemoDetailsView.
 * Impliment sort filter.  
 * Impliment filter control dialog  
   
 PG: Add ItemIterator  
 PG: Add FilterControl dialog. Implimentation is yet.  
 PG: Refactoring around VirtualFolderRoot.  
   
 ////////////////////////////////  
 // B101(SNAPSHOT_20030511)  
 ////////////////////////////////  
 On Tombo_1_7b3_branch  
106    
107  * FIX: Grep dialog prop pages  - Fixes to YAE
108            * 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  ////////////////////////////////  ////////////////////////////////
115  // B102  // B215
116  ////////////////////////////////  ////////////////////////////////
 Return to main trunk.  
117    
118  * FIX: Grep dialog isn't displayed (#2064, #2063)  - Fixes to YAE
119  * Filter control GUI support.          * Double click support
120            * FIX: some letter's width is incorrect.
121    
122  ////////////////////////////////  ////////////////////////////////
123  // B103 (Tombo 1.7 beta 4)  // B216
124  ////////////////////////////////  ////////////////////////////////
125    
126  * Add delete button to filter control dialogs.  - Fixes to YAE
127  * Adjust dialog size by real devices.          * Single undo support but under testing
 * Delete SetforegroundWindow in MainFrame::OnCreate.  
         It seems like harm by reporting a user.  
128    
129  ////////////////////////////////  ////////////////////////////////
130  // B104 (SNAPSHOT_20030603)  // B217 (TOMBO 2.0 alpha 4)
131  ////////////////////////////////  ////////////////////////////////
132    
133  * FIX: Save memo may be fail if multibyte char is used in folder name.(#2178,#2179)  - Enable YAE Option
134    
135  ////////////////////////////////  ////////////////////////////////
136  // B105 (SNAPSHOT_20030605)  // B218
137  ////////////////////////////////  ////////////////////////////////
138    
139  * Replace macro "iskanji" to IsDBCSLeadByte() for better support of DBCS.  - Fixes to YAE
140  * Change IDD_FILTERDEF_FILTER's font to "System" on BE-300 version.(#2239,#2240)          * Context menu support(Win32)
 * Add ClearType font support.(#2065)  
141    
142  ////////////////////////////////  ////////////////////////////////
143  // B106  // B219 (TOMBO 2.0 alpha 5)
144  ////////////////////////////////  ////////////////////////////////
145    
146  * Rename menu "Grep" to "Quick filter". "Grep" is reserved for future enhancement ;-)  - Fixes to YAE
147  * Change font size dropdown menu drop list to dropdown. You can set any size what you want.(#2200)          * Context menu support(PocketPC)
148  * Add delete button to toolbar.(#2466)          * Read only mode support
149  * FIX:Save failed if headline is empty(#2557,#2558)          * Wrapping support
150  * FIX:No notes are matched when choosing sub folder(#2563,#2564)          * INS key support
 * FIX:Focus of cut/paste from Tap&Hold(#2176,#2177)  
 * Popup find dialog when push F3/Shift+F3 at first finding.(#1464)  
151    
152  ////////////////////////////////  ////////////////////////////////
153  // B107  // B220
154  ////////////////////////////////  ////////////////////////////////
155    
156  * Add "Search" to right click menu. (#2108)  - Refactoring about TreeViewItem
157  * Check folder path when copying/moving folders.(#2602,#2603)          - now each node have its URI
158    
159  ////////////////////////////////  ////////////////////////////////
160  // B108(Tombo 1.7 beta 5)  // B221 (TOMBO 1.17.1)
161  ////////////////////////////////  ////////////////////////////////
162    
163  * Re-fix #2563,#2564  Based on B217(TOMBO 1.17)
164    - FIX: Input method ATOK is not work good on W-ZERO3[es]
165    
166  ////////////////////////////////  ////////////////////////////////
167  // B109(Tombo 1.7)  // B222
168  ////////////////////////////////  ////////////////////////////////
169    
170  * Trim whitespace at the end of the name when creating new folder and updating notes.(#2717,#2718)  - Multi repository support(yet completed)
171  * Add '%f and '%F' format to insert date strings.(#2713)  - Fixes to YAE
172  * sort by create date for virtual folder(#2750)          * Hang up when *.tdt points invalid position.
 * Add jump to original context menu.  
173    
174  ////////////////////////////////  ////////////////////////////////
175  // B110(SNAPSHOT20030824)  // B223
176  ////////////////////////////////  ////////////////////////////////
177    
178  * FIX: Sort filter sort by create date.(#2867, #2868)  - Migrate VC6 to VisualStudio2005 (win32).
179  * FIX: Disable forcusing to edit view when choosing "Jump to original" in virtual folder items.(#2792)  - replace expat libs (win32).
 * FIX: Restore window when mutual executing Tombo.exe(#2850)  
 * FIX: Add "paste" to context menu(#2851)  
180    
181  ////////////////////////////////  ////////////////////////////////
182  // B111  // B224
183  ////////////////////////////////  ////////////////////////////////
184    
185  * Add Ctrl+UP/DOWN/LEFT key assign at treeview.  - Create new project for WM5 platform.
186          UP/DOWN : Move next/prev sibling without open notes.          In current version, feature is same as PocketPC.
         LEFT    : Move parent without closing the tree.  
   
 * Add Keep space over the SIP option(#2875,#2876)  
 * Crash when encrypting an not saved Note (#3294,#3754)  
 * When exit with minimize, can't restore window(#2878,#2879)  
   
   
 *** document updates by Kevin Grover  
   
 Changes  
 - Some grammatical English fixes  
   
 - Created StyleSheet (tombo.css)  
   - moved background/text color to style sheet  
   - added background image to H# lines, use sans-serif font  
   - some indenting as well  
   - (other global style preferences should be set here)  
   
 - The HTML files now uses matched XML tags (ready to be XHTML if you want)  
   To do this, change the DOCTYPE and html lines from  
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">  
   
   to:  
   <?xml version="1.0"?>  
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
                 "DTD/xhtml1-transitional.dtd">  
   <html xmlns="http://www.w3.org/1999/xhtml">  
187    
188  ////////////////////////////////  ////////////////////////////////
189  // B112 (SNAPSHOT20040314)  // B225
190  ////////////////////////////////  ////////////////////////////////
191    
192  * Re-fix : When exit with minimize, can't restore window(#2878,#2879)  * In edit view, display "OK" button insted of "x" on title bar.
193  * FIX: Move pane splitter when window moves(#4056,#4057)  * 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.
 // B113 (Tombo 1.8 beta 1)  
 ////////////////////////////////  
196    
197  * FIX: Shift+Up selection(#4032, #4033)  - L9N is not completed(menubar label)
         This fix is enabled only when set PLATFORM_SIG3 macro in DetailsViewWndProc.cpp  
198    
199  ////////////////////////////////  ////////////////////////////////
200  // B114  // B226 (TOMBO 2.0 beta 1)
201  ////////////////////////////////  ////////////////////////////////
202    
203  * Move some common libraries to folder 'TomboLib'. You should "build all" when compiling.  * disable open note when starting.
204    - support menubar label's L9N.
205    - FIX: Menu checking is not worked.(WM5)
206    
207  ////////////////////////////////  ////////////////////////////////
208  // B115  // B227 (TOMBO 2.0 beta 2)
209  ////////////////////////////////  ////////////////////////////////
210    
211  * Remove TString::AllocFullPath().  * FIX: libexpatw.dll was not included in desktop version.
212  * Merge to YAE's TomboLib.  * Add insert date menu to wm5 version.
213    * Add Ctrl+Insert, Ctrl+Delete, Shift+Insert key binding.
214    
215  ////////////////////////////////  ////////////////////////////////
216  // B116  // B228
217  ////////////////////////////////  ////////////////////////////////
218    
219  * Add rename button to virtual folder dialog(#4137)  * Add Shift+Home, Shift+End, Shift+Ctrl+Home, Shift+Ctrl+End key binding.
220  * Add order by file size filter to virtual folder(#4020)  - Add project to build installer (Win32).
221    
222  ////////////////////////////////  ////////////////////////////////
223  // B117  // B229 (TOMBO 2.0 beta 3)
224  ////////////////////////////////  ////////////////////////////////
225    
226  * Add default note option.(part of #4022)  * Add Insert Date1/2 to context menu.
227  * Move DialogTemplate, PropertyPage, DirectoryScanner to TomboLib.  * FIX: beta1/2 is depend on MSVCRT80.DLL, remove dependency.
228    
229  ////////////////////////////////  ////////////////////////////////
230  // B118  // B230
231  ////////////////////////////////  ////////////////////////////////
232    
233  * Fix: when encrypted note is set to default page, GPF occures.  * FIX: password timeout occures in serveral minutes even though timeout value is 60 min (#8952)
234  * Add bookmark(#2716).  * FIX: "Use random filename" option is always ON even though check is off (#8960)
235          Edit bookmark is not implimented yet.  * FIX: PocketPC's menu is corrupt(#8961)
         PsPC, BE-[35]00 is not implimented yet.  
236    
237  ////////////////////////////////  ////////////////////////////////
238  // B119  // B231 (TOMBO 2.0 beta 4)
239  ////////////////////////////////  ////////////////////////////////
240    
241  * Add bookmark:  * FIX: One pane mode is not worked(#8954)
242     Support PsPC, BE-[35]00  * 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  // B120  // B232
249  ////////////////////////////////  ////////////////////////////////
250    
251  * Add edit bookmark dialog  * FIX: view mode is not work(#9105)
   
 ////////////////////////////////  
 // B121 (Tombo_1_8)  
 ////////////////////////////////  
   
 * Change bookmark format path to URI.  
 * Support virtual folder's bookmark/startpage.  
 * Add '%I' to date format. (#4190, #4191)  
   
 ////////////////////////////////  
 // B122  
 ////////////////////////////////  
 // 2.0 branch  
   
 * Initial version of TOMBO 2.0 alpha  
 * You can build only win32 version. CE version is not yet.  
 * Very very unstable. there are crush, hung up, and so on.  
   
 ////////////////////////////////  
 // B123  
 ////////////////////////////////  
 // 2.0 branch  
   
 * Rename some classes  
 * Add unit test modules  
   
 ////////////////////////////////  
 // B124  
 ////////////////////////////////  
 // 2.0 branch  
   
 * FIX: when select whole lines and hit BS key, YAE hangups.  
 * some refactorings.  
         caret positions  
         BS/DEL key handers  
         ...  
   
 ////////////////////////////////  
 // B125  
 ////////////////////////////////  
 // 2.0 branch  
   
 * FIX: YAE hangups when switch to other note and click the text.  
 * FIX: Selected region shifts when resizing.  
 * Support CE version.  
   
 ////////////////////////////////  
 // B126  
 ////////////////////////////////  
 // 2.0 branch  
   
 * FIX: Crush when encrypting folder(#4286,#4287).  
 * FIX: Ctrl-C,V,X is not worked on HPC.  
   
 ////////////////////////////////  
 // B127  
 ////////////////////////////////  
 // main trunk  
   
 // merged from B126  
   
 * separate MemoDetailsView and its implimentation.  
 * FIX: Crush when encrypting folder(#4286,#4287).  
   
 ////////////////////////////////  
 // B128  
 ////////////////////////////////  
 // main trunk  
   
 * minor refactoring to MainFrame.cpp  
 * remove MWM_OPEN_REQUEST and add MWM_SWITCH_VIEW  
 * remove HTREEITEM from MemoManager for simplify the node management.  
   
 ////////////////////////////////  
 // B129  
 ////////////////////////////////  
 // main trunk  
   
 * remove MemoLocator  
 * many refactoring  
   
 ////////////////////////////////  
 // B130  
 ////////////////////////////////  
 // main trunk  
   
 * remove MemoManager::pCurrentNote  
   
 ////////////////////////////////  
 // B131 (Tombo_1_8_1)  
 ////////////////////////////////  
 // Tombo_1_8_1 branch  
   
 * Crush when encrypting folder(#4286,#4287)  
 * Crush when pressing "Search Next" button(#4308,#4309)  
 * Down button ignored at filterdef dialog(#2771,#2772)  
   
 ////////////////////////////////  
 // B132  
 ////////////////////////////////  
 // 2.0 branch  
   
 merged from B131  
   
 * Down button ignored at filterdef dialog(#2771,#2772)  
 * Crush when pressing "Search Next" button(#4308,#4309)  
   
 other fix:  
   
 * show caret when moving by cursor.  
 * disable Ctrl-S handler.  
   
 ////////////////////////////////  
 // B133  
 ////////////////////////////////  
 // 2.0 branch  
   
 * merged B128-B130(main trunk) updates.  
   
 ////////////////////////////////  
 // B134  
 ////////////////////////////////  
 // main trunk  
   
 * add SetCurrentNote when saving notes.  
 * refactoring around platform dependent routines (especially toolbar, menu etc..)  
   
 ////////////////////////////////  
 // B135  
 ////////////////////////////////  
 // main trunk  
   
 * move IDM_TOGGLEPANE to PlatformLayer  
 * supporting two-pane layout for PocketPC version.  
   
 ////////////////////////////////  
 // B136  
 ////////////////////////////////  
 // main trunk  
   
 * impliment IDM_TOGGLEPANE (PocketPC version)  
   
 ////////////////////////////////  
 // B137  
 ////////////////////////////////  
 // main trunk  
   
 * major refactoring  
         - modify MemoDetailsView for multi instance support.  
         - impliment MemoDetailsViewDlg for support morden PocketPC style but not used in this version.  
   
 ////////////////////////////////  
 // B138  
 ////////////////////////////////  
 // main trunk  
   
 * more more refactoring.  
 * move imagelist to MemoSelectView.  
 * two pane mode support for PocketPC (yet fully implimented).  
   
 ////////////////////////////////  
 // B139  
 ////////////////////////////////  
 // main trunk  
   
 * support two pane and edit view style on PocketPC.  
 * support BE-x00  
         PsPC is not yet.  
 Not fully tested on both platform, probably it will work.  
   
 ////////////////////////////////  
 // B139(?)  
 ////////////////////////////////  
 // main trunk  
   
 * support Two pane mode menu's check for BE-x00  
   
 ////////////////////////////////  
 // B140  
 ////////////////////////////////  
 // main trunk  
   
 * FIX: when tapping edit view then tapping tree view, menu don't be changed.  
 * FIX: window size is not correct when 2 pane view.  
   
 ////////////////////////////////  
 // B141 (TOMBO 1.9 beta 1)  
 ////////////////////////////////  
 // main trunk  
   
 * modify menubar width on PocketPC(English).  
   
 ////////////////////////////////  
 // B142  
 ////////////////////////////////  
 // 2.0 branch  
   
 * merged B130 to B141 on main trunk  
         project files and resource files are not merged.  
   

Legend:
Removed from v.1.63.2.8  
changed lines
  Added in v.1.164

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26