-
Notifications
You must be signed in to change notification settings - Fork 0
/
BuildLog_B70-B200.txt
1101 lines (801 loc) · 28.1 KB
/
BuildLog_B70-B200.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
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
////////////////////////////////
* 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.
////////////////////////////////
// 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.)
////////////////////////////////
// B086
////////////////////////////////
* Support filtering. (File only mode is not yet.)
////////////////////////////////
// B087
////////////////////////////////
* Fix memory leak when filter discards note.
* 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
////////////////////////////////
// B088
////////////////////////////////
* Re-impliment virtual folder. Data format changed sharply.
* 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.
////////////////////////////////
// B089
////////////////////////////////
* Add option that TOMBO is staying topmost of the window.
////////////////////////////////
// B090
////////////////////////////////
* 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.
////////////////////////////////
// B091
////////////////////////////////
* Disable delete/rename button/menu when selecting virtual folder or root node.
////////////////////////////////
// B092
////////////////////////////////
* Disable buttons/menus when selecting virtual folder or root node.
encrypt/decrypt/newmemo/cut/copy/paste
PsPC, PktPC, BE-x00 is not fully supported.
////////////////////////////////
// B093
////////////////////////////////
* Disable renaming(click x 2) tree node when renaming the node is not allowed.
* Create new note to root node when on virtual folder nodes.
* Create new note the same level of the virtual link note what is selected.
////////////////////////////////
// B094
////////////////////////////////
* Disable new folder menu item when virtual folder nodes selected.
* FIX:Memo discarded when select other note(#1313,#1314)
* Keep wrap text status(#1524).
* 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.
////////////////////////////////
// B095 (Tombo 1.7 beta 1)
////////////////////////////////
* Re-FIX: #1134.
* Add menu item IDM_TOPMOST for Win32(EN).
////////////////////////////////
// B096 (Tombo SNAPSHOT 20030404)
////////////////////////////////
* FIX: Disable update *.tdt when the note is not updated.(#1557)
* FIX: Delete node even though editing labels by pressing DEL key(#1588,1589).
and fix Cut/Copy/Paste
* Add limit filter.
* Recent filter(implimenting).
////////////////////////////////
// B097
////////////////////////////////
* FIX: IM area doesn't display well(#1558,#1559)
* FIX: add exec option "-root=" for direct root folder(#1412)
* NEW: add open notes read-only mode(#1136)
////////////////////////////////
// B098 (Tombo 1.7 beta 2)
////////////////////////////////
* Assign Ctrl-;/Ctrl-: key to insert date on edit view(#1702)
* Add "%n" macro for inserting newline in date strings(#1720)
* change 1 pane mode from edit view(#1747)
////////////////////////////////
// B099 (Tombo 1.7 beta 3)
////////////////////////////////
* Save memo failed(3)." occured when saving new notes to root folder(#1781,#1782).
////////////////////////////////
// B100
////////////////////////////////
* Impliment timestamp filter.
* 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
* FIX: Grep dialog prop pages
////////////////////////////////
// B102
////////////////////////////////
Return to main trunk.
* FIX: Grep dialog isn't displayed (#2064, #2063)
* Filter control GUI support.
////////////////////////////////
// B103 (Tombo 1.7 beta 4)
////////////////////////////////
* Add delete button to filter control dialogs.
* Adjust dialog size by real devices.
* Delete SetforegroundWindow in MainFrame::OnCreate.
It seems like harm by reporting a user.
////////////////////////////////
// B104 (SNAPSHOT_20030603)
////////////////////////////////
* FIX: Save memo may be fail if multibyte char is used in folder name.(#2178,#2179)
////////////////////////////////
// B105 (SNAPSHOT_20030605)
////////////////////////////////
* Replace macro "iskanji" to IsDBCSLeadByte() for better support of DBCS.
* Change IDD_FILTERDEF_FILTER's font to "System" on BE-300 version.(#2239,#2240)
* Add ClearType font support.(#2065)
////////////////////////////////
// B106
////////////////////////////////
* Rename menu "Grep" to "Quick filter". "Grep" is reserved for future enhancement ;-)
* Change font size dropdown menu drop list to dropdown. You can set any size what you want.(#2200)
* Add delete button to toolbar.(#2466)
* FIX:Save failed if headline is empty(#2557,#2558)
* FIX:No notes are matched when choosing sub folder(#2563,#2564)
* FIX:Focus of cut/paste from Tap&Hold(#2176,#2177)
* Popup find dialog when push F3/Shift+F3 at first finding.(#1464)
////////////////////////////////
// B107
////////////////////////////////
* Add "Search" to right click menu. (#2108)
* Check folder path when copying/moving folders.(#2602,#2603)
////////////////////////////////
// B108(Tombo 1.7 beta 5)
////////////////////////////////
* Re-fix #2563,#2564
////////////////////////////////
// B109(Tombo 1.7)
////////////////////////////////
* Trim whitespace at the end of the name when creating new folder and updating notes.(#2717,#2718)
* Add '%f and '%F' format to insert date strings.(#2713)
* sort by create date for virtual folder(#2750)
* Add jump to original context menu.
////////////////////////////////
// B110(SNAPSHOT20030824)
////////////////////////////////
* FIX: Sort filter sort by create date.(#2867, #2868)
* FIX: Disable forcusing to edit view when choosing "Jump to original" in virtual folder items.(#2792)
* FIX: Restore window when mutual executing Tombo.exe(#2850)
* FIX: Add "paste" to context menu(#2851)
////////////////////////////////
// B111
////////////////////////////////
* Add Ctrl+UP/DOWN/LEFT key assign at treeview.
UP/DOWN : Move next/prev sibling without open notes.
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">
////////////////////////////////
// B112 (SNAPSHOT20040314)
////////////////////////////////
* Re-fix : When exit with minimize, can't restore window(#2878,#2879)
* FIX: Move pane splitter when window moves(#4056,#4057)
////////////////////////////////
// B113 (Tombo 1.8 beta 1)
////////////////////////////////
* FIX: Shift+Up selection(#4032, #4033)
This fix is enabled only when set PLATFORM_SIG3 macro in DetailsViewWndProc.cpp
////////////////////////////////
// B114
////////////////////////////////
* Move some common libraries to folder 'TomboLib'. You should "build all" when compiling.
////////////////////////////////
// B115
////////////////////////////////
* Remove TString::AllocFullPath().
* Merge to YAE's TomboLib.
////////////////////////////////
// B116
////////////////////////////////
* Add rename button to virtual folder dialog(#4137)
* Add order by file size filter to virtual folder(#4020)
////////////////////////////////
// B117
////////////////////////////////
* Add default note option.(part of #4022)
* Move DialogTemplate, PropertyPage, DirectoryScanner to TomboLib.
////////////////////////////////
// B118
////////////////////////////////
* Fix: when encrypted note is set to default page, GPF occures.
* Add bookmark(#2716).
Edit bookmark is not implimented yet.
PsPC, BE-[35]00 is not implimented yet.
////////////////////////////////
// B119
////////////////////////////////
* Add bookmark:
Support PsPC, BE-[35]00
////////////////////////////////
// B120
////////////////////////////////
* Add edit bookmark dialog
////////////////////////////////
// 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
////////////////////////////////
// 2.0 branch
* merge from B130
////////////////////////////////
// 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
////////////////////////////////
// main trunk
* Split message data to message file.
This is a part of i18n.
////////////////////////////////
// B143
////////////////////////////////
// main trunk
* Arranges resource data.
////////////////////////////////
//B144
////////////////////////////////
// main trunk
* i18nized dialog messages(win32).
* Change dialog font to Tahoma(win32).
////////////////////////////////
//B145
////////////////////////////////
* i18nized dialog messages(PocketPC).
* Change dialog font to Tahoma(PocketPC).
////////////////////////////////
//B146
////////////////////////////////
* i18nized on BE-x00 platform.(finished)
* i18nized on HPC platform.(menu is not yet)
////////////////////////////////
// B147
////////////////////////////////
* Update Japanese message in *.rc file to English
* i18nize on HPC platform.
* Add context menu(HPC)
////////////////////////////////
// B148
////////////////////////////////
* External editor linking (HPC,Win32)
Other platform is yet, and can't compile
////////////////////////////////
// B149
////////////////////////////////
* External editor linking (PocketPC, BE500)
* Modify to compile for PsPC.
PsPC version is not support External editor.
* Add contect menu items (PocketPC)
* move menu items(BE500)
////////////////////////////////
// B150(TOMBO 1.9)
////////////////////////////////
* Rename message generate scripts
* Realign message files
* Update release scripts
////////////////////////////////
// B151(TOMBO 1.10)
////////////////////////////////
* Replace message file revised by Gerry(Thanks!)
* FIX: The bookmark menu isn't i18nlized(#5000,#5001)
* FIX: More than one lines can't be chosen(#4998,#4999)
////////////////////////////////
// B152 (SNAPSHOT20040920)
////////////////////////////////
* FIX: Dialog isn't indicated right on Windows98SE(#5013,#5014)
////////////////////////////////
// B153 (SNAPSHOT20040925)
////////////////////////////////
* For unstable problem inspection
-> Fixed at heap memory destruction.(#5029, #5030)
////////////////////////////////
// B154
////////////////////////////////
* Add save without dialog option(#4988)
* Down button ignored at filterdef dialog(#2771,#2772)
* Ctrl-C is disabled on read only mode(#5006,#5007)
* A heap memory is destroyed.(#5029,#5030)
* Different memo is chosen (#5031,#5032)
////////////////////////////////
// B155 (TOMBO 1.11)
////////////////////////////////
* FIX: Shift+ESC is not worked.
////////////////////////////////
// B156
////////////////////////////////
* PocketPC style property page supprot
* VGA support
* Create project for VGA mode.
* VGA resolution support.
* Change bitmap size 16x16 -> 24x24 for VGA mode.
* Landscape mode support.
////////////////////////////////
// B157
////////////////////////////////
* Save properties when exit.
////////////////////////////////
// B158
////////////////////////////////
* DEV: Change MemoSelectView::InsertFile for removing MemoNote.
* DEV: TomboURI inherits TString now.
* DEV: MemoNote::GetURI logic moved to TombURI::InitByNotePath.
* DEV: Some other refactorings.
////////////////////////////////
// B159
////////////////////////////////
* DEV:remove TreeViewItem::GetFolderPath
* DEV:Refactoring about update notes.
////////////////////////////////
// B160 (TOMBO 1.12)
////////////////////////////////
* DEV:refactoring about extracting headline
////////////////////////////////
// B161
////////////////////////////////
* DEV: Move MemoNote::Save to LocalFileRepository::Save
////////////////////////////////
// B162
////////////////////////////////
* DEV: remove RepositoryFactory from CVS.
* DEV: add RepositoryImpl to CVS.
to manage Note/folder tree as single virtual tree.
* DEV: Replace MemoNote to TomboURI in TreeViewFileItem
////////////////////////////////
// B163
////////////////////////////////
* DEV: Prepare to safe file name support.
Encryption is not work correctly at this version.
////////////////////////////////
// B164
////////////////////////////////
* DEV: safe file name listing support.
Encryption is not work correctly at this version.
////////////////////////////////
// B165
////////////////////////////////
* DEV: save for safe file name notes support.
Finding and encrypting to the folder may not work.
////////////////////////////////
// B166
////////////////////////////////
* FIX: GPF occured when pURIBase is NULL.
* FIX: create new note failed when choosing a notes.
* FIX: search failed even though the keyword exists in safe file.
////////////////////////////////
// B167
////////////////////////////////
* Support encryption to folder.
* Add option tab.
////////////////////////////////
// B168
////////////////////////////////
* FIX: bookmark is not work
* FIX: Copy of *.chs file is not work
////////////////////////////////
// B169
////////////////////////////////
* Add AutoPtr.h
* Change repository mode for *.vcp, *.vcw, *.dsp, *.dsw to binary. (Thanx Alex!)
* Move to RepositoryImpl.* about move, copy, rename to folder codes.
////////////////////////////////
// B170(TOMBO 1.13)
////////////////////////////////
* Change About Dialog
////////////////////////////////
// B171(SNAPSHOT20041121)
////////////////////////////////
* Revert #5157,#5160 because it causes another problem.
////////////////////////////////
// B172
////////////////////////////////
* Re-fix #5157,#5160
* Improve display position of context menu.
////////////////////////////////
// B173
////////////////////////////////
* FIX: wrong file is open when searching.
* FIX: file order is wrong if its file name is encrypted.
////////////////////////////////
// B174
////////////////////////////////
* Some refactoring
////////////////////////////////
// B175
////////////////////////////////
* Merge YAE module.
* Only win32 version. other version will not be worked.
////////////////////////////////
// B176
////////////////////////////////
* Fix: Resource leak around YAE.
////////////////////////////////
// B177
////////////////////////////////
* Fix: YAE focusing problem
* MemoManager::AllocNewMemo refactoring
////////////////////////////////
// B178
////////////////////////////////
* Move TomboURI::IsEncrypted() to Repository::GetOption()
* FIX: leave *.tdt when notes headline changed
////////////////////////////////
// B179
////////////////////////////////
* Impliment caret positioning for YAE.
////////////////////////////////
// B180
////////////////////////////////
* Refactoring TreeViewItem::Move & Copy
* FIX: when changing property, repository's property is not updated
* FIX: tdt is not renamed when encrypting/decrypting.
////////////////////////////////
// B181(TOMBO 1.14)
////////////////////////////////
* FIX: tdt is not renamed when renaming.
////////////////////////////////
// B182(TOMBO 2.0 ALPHA 2)
////////////////////////////////
Some bugs are fixed.
////////////////////////////////
// B183
////////////////////////////////
* FIX: invalid UTF-8 encoding
- removing g_Property.TopDir() dependency.
////////////////////////////////
// B184
////////////////////////////////
- removing g_Property.TopDir() dependency still.
////////////////////////////////
// B185
////////////////////////////////
- removing g_Property.TopDir() dependency still.
- add unittest proj
- implement URIScanner class but not integrated yet.
////////////////////////////////
// B186
////////////////////////////////
* Change value format note path to uri at virtual folder's "Filter settings" source tab.
* FIX: Encrypted not is not checked on vfolder
- replace VFolder directory scan implementation.
////////////////////////////////
// B187
////////////////////////////////