Develop and Download Open Source Software

Browse CVS Repository

Annotation of /tombo/Tombo/BuildLog.txt

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


Revision 1.60 - (hide annotations) (download)
Wed Apr 14 18:10:49 2004 UTC (20 years ago) by hirami
Branch: MAIN
Changes since 1.59: +7 -0 lines
File MIME type: text/plain
Add bookmark:
  Support PsPC, BE-[35]00

1 hirami 1.10 Logs of before B69 are moved to BuildLog_B1-B69.txt
2 hirami 1.1
3 hirami 1.10 ////////////////////////////
4     // B070 2002/10/27
5     ////////////////////////////
6 hirami 1.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 hirami 1.3
18 hirami 1.10 ////////////////////////////
19     // B071 2002/10/27
20     ////////////////////////////
21 hirami 1.7
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 hirami 1.10 ////////////////////////////
28     // B072 2002/11/01
29     ////////////////////////////
30 hirami 1.8
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 hirami 1.10 ////////////////////////////
37     // B073 2002/11/6
38     ////////////////////////////
39 hirami 1.8
40 hirami 1.9 TOMBO 1.4
41    
42     * change version dialog to 1.4
43 hirami 1.3
44 hirami 1.10 ////////////////////////////
45 hirami 1.12 // B074
46 hirami 1.10 ////////////////////////////
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 hirami 1.11 * 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 hirami 1.12
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 hirami 1.10
78 hirami 1.13 ////////////////////////////////
79     // B075(Tombo 1.5.1)
80     ////////////////////////////////
81    
82     2002/12/01
83     * Add errorno with save error message.
84    
85 hirami 1.14 ////////////////////////////////
86 hirami 1.15 // B076
87 hirami 1.14 ////////////////////////////////
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 hirami 1.16 ////////////////////////////////
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 hirami 1.17 ////////////////////////////////
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 hirami 1.18 ////////////////////////////////
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 hirami 1.19 ////////////////////////////////
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 hirami 1.20 ////////////////////////////////
154 hirami 1.21 // B082
155 hirami 1.20 ////////////////////////////////
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 hirami 1.21
162     ////////////////////////////////
163     // B083 (Tombo 1.6)
164     ////////////////////////////////
165    
166     * Change condition that checks modify memo.
167 hirami 1.20
168 hirami 1.22 ////////////////////////////////
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 hirami 1.23 ////////////////////////////////
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 hirami 1.22
184 hirami 1.24 ////////////////////////////////
185     // B086
186     ////////////////////////////////
187    
188     * Support filtering. (File only mode is not yet.)
189    
190 hirami 1.25 ////////////////////////////////
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 hirami 1.26 ////////////////////////////////
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 hirami 1.27 ////////////////////////////////
219     // B089
220     ////////////////////////////////
221    
222     * Add option that TOMBO is staying topmost of the window.
223    
224 hirami 1.28 ////////////////////////////////
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 hirami 1.25
238 hirami 1.29 ////////////////////////////////
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 hirami 1.30 ////////////////////////////////
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 hirami 1.31 ////////////////////////////////
256 hirami 1.32 // B094
257 hirami 1.31 ////////////////////////////////
258    
259 hirami 1.32 * Disable new folder menu item when virtual folder nodes selected.
260 hirami 1.31 * FIX:Memo discarded when select other note(#1313,#1314)
261 hirami 1.32 * 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 hirami 1.33 ////////////////////////////////
270     // B095 (Tombo 1.7 beta 1)
271     ////////////////////////////////
272 hirami 1.32
273 hirami 1.33 * Re-FIX: #1134.
274     * Add menu item IDM_TOPMOST for Win32(EN).
275 hirami 1.29
276 hirami 1.34 ////////////////////////////////
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 hirami 1.35 ////////////////////////////////
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 hirami 1.36 ////////////////////////////////
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 hirami 1.37 ////////////////////////////////
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 hirami 1.38 ////////////////////////////////
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 hirami 1.37
320 hirami 1.39 ////////////////////////////////
321     // B101(SNAPSHOT_20030511)
322     ////////////////////////////////
323 hirami 1.40 On Tombo_1_7b3_branch
324 hirami 1.39
325     * FIX: Grep dialog prop pages
326    
327     ////////////////////////////////
328     // B102
329     ////////////////////////////////
330 hirami 1.40 Return to main trunk.
331 hirami 1.39
332     * FIX: Grep dialog isn't displayed (#2064, #2063)
333     * Filter control GUI support.
334    
335 hirami 1.40 ////////////////////////////////
336     // B103 (Tombo 1.7 beta 4)
337     ////////////////////////////////
338 hirami 1.39
339 hirami 1.40 * 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 hirami 1.39
344 hirami 1.41 ////////////////////////////////
345     // B104 (SNAPSHOT_20030603)
346     ////////////////////////////////
347    
348 hirami 1.44 * FIX: Save memo may be fail if multibyte char is used in folder name.(#2178,#2179)
349 hirami 1.41
350 hirami 1.42 ////////////////////////////////
351     // B105 (SNAPSHOT_20030605)
352     ////////////////////////////////
353    
354     * Replace macro "iskanji" to IsDBCSLeadByte() for better support of DBCS.
355 hirami 1.44 * Change IDD_FILTERDEF_FILTER's font to "System" on BE-300 version.(#2239,#2240)
356     * Add ClearType font support.(#2065)
357 hirami 1.42
358 hirami 1.43 ////////////////////////////////
359 hirami 1.44 // B106
360 hirami 1.43 ////////////////////////////////
361    
362 hirami 1.44 * Rename menu "Grep" to "Quick filter". "Grep" is reserved for future enhancement ;-)
363 hirami 1.43 * Change font size dropdown menu drop list to dropdown. You can set any size what you want.(#2200)
364 hirami 1.44 * Add delete button to toolbar.(#2466)
365     * FIX:Save failed if headline is empty(#2557,#2558)
366     * FIX:No notes are matched when choosing sub folder(#2563,#2564)
367     * FIX:Focus of cut/paste from Tap&Hold(#2176,#2177)
368     * Popup find dialog when push F3/Shift+F3 at first finding.(#1464)
369 hirami 1.42
370 hirami 1.45 ////////////////////////////////
371 hirami 1.46 // B107
372 hirami 1.45 ////////////////////////////////
373    
374 hirami 1.46 * Add "Search" to right click menu. (#2108)
375     * Check folder path when copying/moving folders.(#2602,#2603)
376 hirami 1.45
377 hirami 1.47 ////////////////////////////////
378     // B108(Tombo 1.7 beta 5)
379     ////////////////////////////////
380    
381     * Re-fix #2563,#2564
382    
383 hirami 1.48 ////////////////////////////////
384 hirami 1.49 // B109(Tombo 1.7)
385 hirami 1.48 ////////////////////////////////
386    
387     * Trim whitespace at the end of the name when creating new folder and updating notes.(#2717,#2718)
388 hirami 1.49 * Add '%f and '%F' format to insert date strings.(#2713)
389     * sort by create date for virtual folder(#2750)
390     * Add jump to original context menu.
391 hirami 1.48
392 hirami 1.50 ////////////////////////////////
393     // B110(SNAPSHOT20030824)
394     ////////////////////////////////
395    
396     * FIX: Sort filter sort by create date.(#2867, #2868)
397     * FIX: Disable forcusing to edit view when choosing "Jump to original" in virtual folder items.(#2792)
398     * FIX: Restore window when mutual executing Tombo.exe(#2850)
399     * FIX: Add "paste" to context menu(#2851)
400    
401 hirami 1.51 ////////////////////////////////
402 hirami 1.52 // B111
403 hirami 1.51 ////////////////////////////////
404    
405     * Add Ctrl+UP/DOWN/LEFT key assign at treeview.
406     UP/DOWN : Move next/prev sibling without open notes.
407     LEFT : Move parent without closing the tree.
408    
409     * Add Keep space over the SIP option(#2875,#2876)
410 hirami 1.52 * Crash when encrypting an not saved Note (#3294,#3754)
411     * When exit with minimize, can't restore window(#2878,#2879)
412 hirami 1.51
413 hirami 1.5
414 hirami 1.52 *** document updates by Kevin Grover
415    
416     Changes
417     - Some grammatical English fixes
418    
419     - Created StyleSheet (tombo.css)
420     - moved background/text color to style sheet
421     - added background image to H# lines, use sans-serif font
422     - some indenting as well
423     - (other global style preferences should be set here)
424    
425     - The HTML files now uses matched XML tags (ready to be XHTML if you want)
426     To do this, change the DOCTYPE and html lines from
427     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
428    
429     to:
430     <?xml version="1.0"?>
431     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
432     "DTD/xhtml1-transitional.dtd">
433     <html xmlns="http://www.w3.org/1999/xhtml">
434 hirami 1.6
435 hirami 1.53 ////////////////////////////////
436     // B112 (SNAPSHOT20040314)
437     ////////////////////////////////
438    
439     * Re-fix : When exit with minimize, can't restore window(#2878,#2879)
440     * FIX: Move pane splitter when window moves(#4056,#4057)
441    
442 hirami 1.54 ////////////////////////////////
443     // B113 (Tombo 1.8 beta 1)
444     ////////////////////////////////
445    
446     * FIX: Shift+Up selection(#4032, #4033)
447     This fix is enabled only when set PLATFORM_SIG3 macro in DetailsViewWndProc.cpp
448    
449 hirami 1.55 ////////////////////////////////
450     // B114
451     ////////////////////////////////
452    
453     * Move some common libraries to folder 'TomboLib'. You should "build all" when compiling.
454 hirami 1.56
455     ////////////////////////////////
456     // B115
457     ////////////////////////////////
458    
459     * Remove TString::AllocFullPath().
460     * Merge to YAE's TomboLib.
461    
462 hirami 1.57 ////////////////////////////////
463     // B116
464     ////////////////////////////////
465    
466     * Add rename button to virtual folder dialog(#4137)
467     * Add order by file size filter to virtual folder(#4020)
468 hirami 1.58
469     ////////////////////////////////
470     // B117
471     ////////////////////////////////
472    
473     * Add default note option.(part of #4022)
474     * Move DialogTemplate, PropertyPage, DirectoryScanner to TomboLib.
475 hirami 1.59
476     ////////////////////////////////
477     // B118
478     ////////////////////////////////
479    
480     * Fix: when encrypted note is set to default page, GPF occures.
481     * Add bookmark(#2716).
482     Edit bookmark is not implimented yet.
483     PsPC, BE-[35]00 is not implimented yet.
484 hirami 1.60
485     ////////////////////////////////
486     // B119
487     ////////////////////////////////
488    
489     * Add bookmark:
490     Support PsPC, BE-[35]00

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