Menu

[r200]: / trunk / Docs / Updates / Archive / HelpHistory.txt  Maximize  Restore  History

Download this file

1360 lines (1097 with data), 61.9 kB

   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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
# This file lists changes to files comprising CodeSnip help before SVN was used
# to maintain version records.
#
# Any changes to files after importing to SVN on 04 Jul 2009 are not recorded
# here.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\CodeSnip.cnt
________________________________________________________________________________
v0.1 of 30 Jan 2005 - New WinHelp contents file.
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\CodeSnip.hap
________________________________________________________________________________
30 Jan 2005 - New Help topic file containing skeletal help file topics.
05 Mar 2005 - Added topics describing menu options.
- Added topic describing new Configure Compilers dialog box.
- Corrected k-link error in bug report and about dialog topics and
added additional keywords for menus and dialogs.
17 Mar 2005 - Added topic for Save Snippets dialog box and added Save Snippet
- description to File menu option.
25 Mar 2005 - Added topic about usage of compiler check pane and added entry to
help menu topic re this new option.
- Completed Quick Start help topic.
21 Nov 2005 - Wrote the "Download Updates Dialog Box" and "Bug Report Dialog
Box" topics.
- Added glyphs to all dialog box topics where corresponding menu
item has glyph.
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\CodeSnip.hpj
________________________________________________________________________________
v0.1 of 30 Jan 2005 - New WinHelp project file.
v0.2 of 05 Mar 2005 - Added BMROOT option to [OPTIONS].
v0.3 of 17 Mar 2005 - Changed copyright date from 2004 to 2005.
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\CodeSnip.hhp
________________________________________________________________________________
30 Nov 2005 - New project file for HTML Help.
06 Jan 2006 - Added new preferences dialog topic file.
14 Jan 2006 - Added HTML files for all new topics.
06 Apr 2006 - Added new files re new topics associated with registration.
29 Oct 2006 - Added new topic files.
12 Nov 2006 - Added License topic file.
18 Nov 2006 - Added Join Mailing List Dialog topic file.
04 Sep 2007 - Added new topics re new print functionality and revised
preferences dialog box.
10 Aug 2008 - Added topics for Choose Element Colour dialog box and Select
Compiler dialog box.
10 Sep 2008 - Added new dlg_backup, dlg_restore, menu_database, standard_format,
task_addsnippets and dlg_editsnippet topics.
14 Dec 2008 - Added new topic files.
29 Dec 2008 - Removed credits_url.htm from project.
23 Jun 2009 - Added dlg_dependencies.htm, snippet_kinds.htm,
snippet_freeform.htm, snippet_routine.htm, snippet_type.htm,
snippet_constant.htm and reml.htm.
- Removed standard_format.htm.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Index.hhk
________________________________________________________________________________
30 Nov 2005 - New index file for HTML Help.
06 Jan 2006 - Added new preferences dialog topic to index and removed two-level
dialog box index.
14 Jan 2006 - Added new index entries relating to new topics.
06 Apr 2006 - Added new index entries relating to registration and mailing list.
29 Oct 2006 - Added index entries for new dialog boxes and tasks.
12 Nov 2006 - Added privacy statement and license to index.
18 Nov 2006 - Added Join Mailing List Dialog to index.
03 Dec 2006 - Corrected error in index - update from web dialog box entry was
displaying wrong topic.
04 Sep 2007 - Added new index entries re new printing and revised preferences
topics.
10 Aug 2008 - Added keywords for Choose Element Colour dialog box and Select
Compiler dialog box.
10 Sep 2008 - Added keywords for new topics.
14 Dec 2008 - Added new task entries and dialog box entries.
07 Jun 2009 - Added index entry for dependencies dialog box. Replaced
standard_format.htm with snippet_kinds.htm.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\TOC.hhc
________________________________________________________________________________
30 Nov 2005 - New Table of Contents file for HTML Help.
14 Jan 2006 - Rewrote table of contents.
04 Jun 2006 - Added "About Compiler Checks" topic to table of contents.
29 Oct 2006 - Added TOC entry for new Generate Unit task.
18 Nov 2006 - Added License topic to foot of TOC
- Changed Main Display topic into sub-heading for various subsidiary
pane topics.
04 Sep 2007 - Added new entry to Common Tasks that explains how to print a
routine.
10 Sep 2008 - Added Database menu under Main Menu heading.
14 Dec 2008 - Added new task entries.
13 Jun 2009 - Added new section describing the kinds of snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\About.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\Blank.bmp
________________________________________________________________________________
05 Mar 2005 - New placeholder bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\Copy.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\Download.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\Exit.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\FindClear.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\FindCompiler.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\FindText.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\GoBack.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\GoForward.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\HelpContents.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\SaveSnippet.bmp
________________________________________________________________________________
14 Aug 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\TestCompile.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Bmp\Website.bmp
________________________________________________________________________________
05 Mar 2005 - New bitmap for inclusion in help file
30 Nov 2005 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\CSS\codesnip.css
________________________________________________________________________________
27 Nov 2005 - New Style sheet for HTML Help topic files.
08 Jan 2006 - Added new .warning class used in new Configure Compilers topic
file.
04 Jun 2006 - Added Mozilla public license statement.
- Added new H3 selector and new table styles for use in menu help
topics.
08 Nov 2006 - Increased font size of H2 tag by 1pt to 10pt.
13 Jun 2009 - Added style for pre tag and source-code class. Also fixed error in
H1 tag style.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\about_compiler_checks.htm
________________________________________________________________________________
27 Nov 2005 - New About Compiler Checks HTML Help topic.
14 Jan 2006 - Completely rewrote About Compiler Checks help topic.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor corrections to topic.
29 Oct 2006 - Split some text into two paragraphs.
03 Dec 2006 - Revised to reflect changes to compiler check tab.
04 Dec 2006 - Updated re changes to View / Hide Test Unit action links.
14 Aug 2008 - Noted that compiler checks are on a per-user basis.
10 Sep 2008 - Changed to refer to new location of Test Compile menu option on
Database menu.
- Noted that routines must be in standard format to test compile.
11 Oct 2008 - Noted addition of Delphi 2009 support.
07 Jun 2009 - Revised re changes to compiler checks pane and new styles of
snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\credits_url.htm
________________________________________________________________________________
09 Sep 2008 - New HTML Help topic that describes how to embed links in a
snippet's credits.
29 Dec 2008 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\detail_compilerchecks.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic for Compiler Checks tab in Detail Pane.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes to text.
29 Oct 2006 - Added description of compiler result LEDs.
- Rephrased other text accordingly.
- Changed reference to overview pane into a link.
03 Dec 2006 - Revised to reflect changes to compiler check tab.
04 Dec 2006 - Updated re changes to View / Hide Test Unit action links.
10 Sep 2008 - Changed to refer to new location of Test Compile menu option on
Database menu.
- Noted that routines must be in standard format to test compile.
07 Jun 2009 - Revised re changes to compiler checks pane and new styles of
snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\detail_information.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic for Information tab in Detail Pane.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes to text.
07 Jun 2009 - Revised re changes to overview pane and new styles of snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\detail_pane.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic for Detail Pane.
04 Jun 2006 - Added Mozilla public license statement.
- Corrected errors.
- Made minor changes to text.
07 Jun 2009 - Revised related actions section.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_about.htm
________________________________________________________________________________
27 Nov 2005 - New About box dialog HTML Help topic.
14 Jan 2006 - Revised topic re changes to About Box.
07 Apr 2006 - Updated with information about registration information and button
that can appear in dialog.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use CSS class for image rather than inline style.
14 Nov 2006 - Added link to license topic.
- Made minor changes to other text.
11 Feb 2007 - Revised About Box topic to describe revised dialog box.
08 May 2007 - Added Delphi 2007 to list of supported compilers.
22 Sep 2007 - Added note about new testers list.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_backup.htm
________________________________________________________________________________
10 Sep 2008 - New HTML Help topic for Save Backup dialog box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_bugreport.htm
________________________________________________________________________________
27 Nov 2005 - New Bug report dialog box HTML help topic.
14 Jan 2006 - Tidied HTML.
10 Apr 2006 - Added link to privacy statement topic.
04 Jun 2006 - Added Mozilla public license statement.
- Added image to topic title.
- Made minor revisions to text.
29 Oct 2006 - Fixed error.
- Rephrased some text.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_configcompilers.htm
________________________________________________________________________________
27 Nov 2005 - New Configure compilers dialog box HTML Help topic.
08 Jan 2006 - Updated topic re revised and extended Configure Compilers dialog
box.
14 Jan 2006 - Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Added image to topic title.
- Made minor revisions to text.
08 May 2007 - Added Delphi 2007 to list of auto-detected compilers.
14 Aug 2008 - Noted that compiler configuration changes don't affect other
users.
- Added link to "about compiler checks" topic.
11 Oct 2008 - Modified to include Delphi 2009 as latest supported compiler.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_dependencies.htm
________________________________________________________________________________
06 Jun 2009 - New HTML Help topic associated with the new Dependencies dialog
box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_editsnippet.htm
________________________________________________________________________________
13 Sep 2008 - New HTML Help topic for Add / Edit Snippet dialog box.
11 Oct 2008 - Noted addition of new Set All To Success button on Compile Results
tab of snippets editor dialog box.
05 Jan 2009 - Noted earlier changes to Extra Information tab.
- Noted changes to Compile Results tab.
23 Jun 2009 - Revised in line with changes to the edit snippet dialog box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_elementcolour.htm
________________________________________________________________________________
10 Aug 2008 - New HTML Help topic for Choose Element Colour dialog box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_export.htm
________________________________________________________________________________
14 Dec 2008 - New export routines dialog HTML Help topic.
05 Jun 2009 - Revised re change of dialog box name to Export Snippets.
- Changed references to "routines" to "snippets".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_exportfile.htm
________________________________________________________________________________
14 Dec 2008 - New export file dialog HTML Help topic.
07 Jun 2009 - Revised to refer to renamed "Export Snippets" dialog box. Also
fixed an error in the text.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_findcompiler.htm
________________________________________________________________________________
27 Nov 2005 - New Find Compiler dialog box HTML Help topic.
10 Jan 2006 - Completed Find Compilers dialog box topic.
14 Jan 2006 - Replaced dashes with n-dashes.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use CSS class for image rather than inline style.
- Made minor changes to content.
29 Oct 2006 - Corrected an error and clarified some text.
07 Jun 2009 - Changed references to "routines" to "snippets".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_findtext.htm
________________________________________________________________________________
27 Nov 2005 - New Find Text dialog box HTML Help topic.
10 Jan 2006 - Completed Find Text dialog box topic.
14 Jan 2006 - Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use CSS class for image rather than inline style.
- Made minor changes to content.
29 Oct 2006 - Corrected typo.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_findxrefs.htm
________________________________________________________________________________
29 Oct 2006 - New HTML Help topic for Find Cross References dialog box.
07 Jun 2009 - Changed references to "routines" to "snippets" and made minor
editorial change.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_import.htm
________________________________________________________________________________
14 Dec 2008 - New import routines dialog HTML Help topic.
05 Jun 2009 - Revised re change of dialog box name to Import Snippets.
- Changed references to "routines" to "snippets".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_maillist.htm
________________________________________________________________________________
18 Nov 2006 - New HTML Help topic for the Join Mailing List dialog box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_pagesetup.htm
________________________________________________________________________________
04 Sep 2007 - New HTML Help topic for the Page Setup dialog box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_preferences.htm
________________________________________________________________________________
06 Jan 2006 - New Preferences dialog box HTML Help topic.
14 Jan 2006 - Added reference to related menu item.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Added image to topic title.
- Made minor revisions to text.
29 Oct 2006 - Rephrased some text to reflect there is now more than one source
code export option.
- Clarified some text.
08 Nov 2006 - Topic rewritten to describe revised two-tab preferences dialog
box.
04 Sep 2007 - Revised to link to separate tab help topics for each tab.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_prefs_general.htm
________________________________________________________________________________
07 Sep 2007 - New HTML Help topic for General tab of Preferences dialog box.
07 Jun 2009 - Fixed typo.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_prefs_hiliter.htm
________________________________________________________________________________
07 Sep 2007 - New HTML Help topic for Syntax Highlighter tab of Preferences
dialog box.
07 Jun 2009 - Updated re addition of option to use some pre-defined styles.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_prefs_printing.htm
________________________________________________________________________________
07 Sep 2007 - New HTML Help topic for Printing tab of Preferences dialog box.
07 Jun 2009 - Fixed typo.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_prefs_sourcecode.htm
________________________________________________________________________________
04 Sep 2007 - New HTML Help topic for Source Code tab of Preferences dialog box.
07 Jun 2009 - Updated re addition of new kinds of snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_print.htm
________________________________________________________________________________
07 Sep 2007 - New HTML Help topic for Print dialog box.
07 Jun 2009 - Replaced occurences of "routine" with "snippet".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_register.htm
________________________________________________________________________________
07 Apr 2006 - New HTML Help topic that describes used of Registration dialog
box.
10 Apr 2006 - Added links to mailing list and privacy statement topics.
- Added external link to delphidabbler.com.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor revisions to text.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_restore.htm
________________________________________________________________________________
10 Sep 2008 - New HTML Help topic for Open Backup dialog box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_savesnippet.htm
________________________________________________________________________________
27 Nov 2005 - New Save Snippet dialog box HTML Help topic.
14 Jan 2006 - Minor changes to style of some text.
- Tidied HTML.
11 Apr 2006 - Removed reference to Save Snippet toolbar button.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use CSS class for image rather than inline style.
- Made minor changes to content.
28 Oct 2006 - Made minor change to text.
13 May 2007 - Noted that text can now be selected and copied in preview dialog
box.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_saveunit.htm
________________________________________________________________________________
28 Oct 2006 - New HTML Help topic that describes use of Save Unit dialog box.
13 May 2007 - Noted that text can now be selected and copied in preview dialog
box.
07 Jun 2009 - Occurences of "routine" replaced by "snippet" and fact that
freeform snippets are not exported noted.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_selectcompiler.htm
________________________________________________________________________________
10 Aug 2008 - New HTML Help topic for Select Compiler dialog box.
07 Jun 2009 - Revised text and fixed incomplete sentence.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_selectroutines.htm
________________________________________________________________________________
28 Oct 2006 - New HTML Help topic for Select Routines dialog box.
03 Jan 2009 - Modified re changes to dialog box.
16 May 2009 - Revised re change of dialog box name to Select Snippets.
- Changed references to "routines" to "snippets".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_submit.htm
________________________________________________________________________________
14 Dec 2008 - New code submit dialog HTML Help topic.
26 Apr 2009 - Added note that user name and email address are persistent.
05 Jun 2009 - Changed references to "routines" to "snippets".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\dlg_update.htm
________________________________________________________________________________
27 Nov 2005 - New Database Update dialog box HTML Help topic.
14 Jan 2006 - Changed title and main heading from Download Updates Dialog Box to
Update from Web Dialog Box.
- Tidied HTML.
01 May 2006 - Modified topic re changes to Update from Web dialog box.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use CSS class for image rather than inline style.
- Replaced contact email address with link to web site's contact
page.
- Made minor changes to text.
14 Aug 2008 - Added note that database updates apply to all users.
11 Sep 2008 - Changed to refer to Database menu instead of File menu for
database update menu option.
07 Jun 2009 - Fixed text formatting and HTML markup errors.
- Minor editorial changes.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\license.htm
________________________________________________________________________________
12 Nov 2006 - New HTML Help topic containing copy of program's license.
03 Feb 2007 - Updated program copyright range to 2005-2007.
22 Apr 2008 - Updated program copyright range to 2005-2008.
03 Jan 2009 - Updated program copyright range to 2005-2009.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\mailing_list.htm
________________________________________________________________________________
06 Apr 2006 - New HTML Help topic describing code snippets mailing list.
10 Apr 2006 - Modified external web link to create new browser window.
04 Jun 2006 - Added Mozilla public license statement.
- Corrected some text.
- Changed some text styling.
18 Nov 2006 - Revised to point user at Join Mailing List option rather than
website.
- Changed advice about responding to email confirmation to make more
generic.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\main_display.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic describing program's main display.
04 Jun 2006 - Added Mozilla public license statement.
03 Feb 2007 - Modified re enahanced status bar.
07 Jun 2009 - Changed references to "routines" to "snippets"
- Corrected some text.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\main_menu.htm
________________________________________________________________________________
27 Nov 2005 - New Main menu HTML Help topic.
06 Jan 2006 - Changed menu list from indented paragraphs to bulleted list.
14 Jan 2006 - Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed list of main menu items to table format using menu table
styling.
28 Oct 2006 - Modified description of File and Search menus in light of
new features.
11 Sep 2008 - Added new Database menu entry and modified File menu entry.
07 Jun 2009 - Changed to refer to snippets instead of routines.
- Corrected bad link.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_database.htm
________________________________________________________________________________
10 Sep 2008 - New HTML Help topic for new Database menu.
10 Jan 2009 - Added entries for Submit Routines, Export Routines, Import
Routines and View Compiler Errors.
17 Jun 2009 - Revised re changes to the Database menu (including new and revised
glyphs)
- Added some missing links to other help topics
- Changed to refer to snippets instead of routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_edit.htm
________________________________________________________________________________
27 Nov 2005 - New Edit menu HTML Help topic.
06 Jan 2006 - Added entry for new Copy Snippets menu item.
14 Jan 2006 - Made minor correction to text.
- Standardised wording of main menu link.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use new menu table styling.
- References to Detail Pane made into links.
28 Oct 2006 - Made minor change to text.
03 Jan 2009 - Modified re addition and changes to edit menu.
15 Jan 2009 - Altered Copy Source Code menu item entry re placing of syntax
highlighted rich text format on clipboard.
07 Jun 2009 - Revised re changes to the Edit menu.
- Changed to refer to snippets instead of routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_file.htm
________________________________________________________________________________
27 Nov 2005 - New File menu HTML Help topic.
14 Jan 2006 - Replaced "To do" placeholders with required text.
- Standardised wording of main menu link.
- Corrected document title.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use new menu table styling.
- Changed reference to Compiler Checks Tab into a link.
28 Oct 2006 - Added entry for Save Unit menu option.
- Revised Save Snippet entry.
01 Dec 2006 - Noted that sometimes a message dialog box my appear during test
compilations.
04 Sep 2007 - Added entries for new Page Setup and Print menu items.
09 Sep 2008 - Removed menu items that are now in Database menu.
07 Jun 2009 - Corrected error.
- Changed to refer to snippets instead of routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_help.htm
________________________________________________________________________________
27 Nov 2005 - New Help menu HTML Help topic.
14 Jan 2006 - Revised About Box menu item description re changes to About Box
and added link to dialog box.
- Standardised wording of main menu link.
- Tidied HTML.
04 Apr 2006 - Added entry for new Register CodeSnip menu option that appears for
unregistered programs.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use new menu table styling.
- Heavily revised to describe new On The Web sub menu, addition of
License menu option and movement of bug reporting and registration
options to Tools menu.
- Added link to Welcome topic.
- Added web links to CodeSnip and DelphiDabbler home pages.
28 Oct 2006 - Corrected error in text.
14 Nov 2006 - Changed License menu item entry to refer to License help topic
rather than external license file.
- Added link to license topic.
22 Sep 2007 - Modified re rearranged license menu item.
- Added entry for privacy statemen
10 May 2009 - Added entry for new Help | Donate menu option.
17 Jun 2009 - Added challenge to find the Easter Egg.
- Changed to refer to snippets instead of routines
- Added glyph for license menu.
- Revised text of the On The Web sub menu section.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_search.htm
________________________________________________________________________________
27 Nov 2005 - New Search menu HTML Help topic.
10 Jan 2006 - Added links to Find Compilers and Find Text dialog box topics to
relevant menu item entries.
14 Jan 2006 - Standardised wording of main menu link.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use new menu table styling.
- References to Overview Pane changed into links.
28 Oct 2006 - Added entries for new Select Routines and Finds Cross Refs menu
items.
01 Dec 2006 - Fixed minor error.
07 Jun 2009 - Revised re changes to the Search menu.
- Changed to refer to snippets instead of routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_tools.htm
________________________________________________________________________________
27 Nov 2005 - New Tools menu HTML Help topic.
06 Jan 2006 - Added entry for new Preferences menu item.
14 Jan 2006 - Standardised wording of main menu link.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use new menu table styling.
- Added entries for Bug reporting and registrations options moved
from Help menu.
- Added new glyphs some menu options.
28 Oct 2006 - Corrected error in text.
12 Nov 2006 - Swapped position of Preferences and Configure Compilers menu item
descriptions in table to reflect changed positions in menu.
18 Nov 2006 - Added entry for new Join Mailist List menu option.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\menu_view.htm
________________________________________________________________________________
27 Nov 2005 - New View menu HTML Help topic.
14 Jan 2006 - Replaced "To do" placeholders with required text.
- Provided links to relevant new topics.
- Standardised wording of main menu link.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Changed to use new menu table styling.
- Made minor corrections and changes to text.
- Added new glyph for Welcome Page option.
28 Oct 2006 - Made very minor change to text.
04 Dec 2006 - Noted new View / Hide Test Unit menu option.
07 Jun 2009 - Revised re changes to the View menu.
- Changed to refer to snippets instead of routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\navigation.htm
________________________________________________________________________________
14 Jan 2006 - HTML Help topic describing how to navigate database.
04 Jun 2006 - Added Mozilla public license statement.
- Removed tool button glyphs from text.
- Made all references to overview and detail panes and view menu
into links.
07 Jun 2009 - Revised to refer to snippets instead of routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\overview_pane.htm
________________________________________________________________________________
27 Nov 2005 - New Overview of application HTML Help topic. Named overview.htm.
14 Jan 2006 - Renamed from overview.htm.
- Replaced "To do" placeholder with topic text.
- Changed title and main heading from Overview to Overview Pane.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes and corrections to text.
07 Jun 2009 - Revised re changes to tabs used to group snippets in different
ways.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\privacy_statement.htm
________________________________________________________________________________
27 Nov 2005 - New Privacy statement HTML Help topic.
14 Jan 2006 - Tidied HTML.
07 Apr 2006 - Rewritten to explicitly describe data sent to Registration and Bug
Report web services.
04 Jun 2006 - Added Mozilla public license statement.
- Completely rewrote as a more comprehensive statement.
28 Oct 2006 - Syncronised content with text file version.
18 Nov 2006 - Added section about mailing list subscription.
14 Aug 2008 - Revised section that discusses ini files to refer to Common.ini
and User.ini instead of CodeSnip.ini.
15 Dec 2008 - Added section re the code snippets submission service.
26 Apr 2009 - Revised to note that user.ini may now record user name and email
address.
25 Jun 2009 - Updated re change of name of per user config file.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\quickstart.htm
________________________________________________________________________________
27 Nov 2005 - New Quickstart guide HTML Help topic.
14 Jan 2006 - Added reference to Update Database toolbar button in database
download section.
- Added links to relevant new topics.
- Tidied HTML.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes and corrections to text.
29 Oct 2006 - Changed sections on searching to reflect new search facilities.
- Changed section on exporting to note that units can be exported.
- Made other other minor changes.
03 Dec 2006 - Revised to reflect changes to compiler check tab.
14 Aug 2008 - Modified "download the database" section saying how to tell if
there is no database.
10 Sep 2008 - Changed to refer to Database rather than File menu for Update From
Web menu item.
- Added section about the user database.
14 Dec 2008 - Noted that user snippets can be submitted to the main database.
07 Jun 2009 - Revised re various changes to program.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\reml.htm
________________________________________________________________________________
23 Jun 2009 - New HTML Help topic for REML markup language.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\snippet_constant.htm
________________________________________________________________________________
13 Jun 2009 - New HTML Help topic that explains constant snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\snippet_freeform.htm
________________________________________________________________________________
08 Jun 2009 - New HTML Help topic that explains freeform snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\snippet_kinds.htm
________________________________________________________________________________
13 Jun 2009 - New HTML Help topic that explains what snippet kinds are.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\snippet_routines.htm
________________________________________________________________________________
13 Jun 2009 - New HTML Help topic that explains routine snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\snippet_type.htm
________________________________________________________________________________
13 Jun 2009 - New HTML Help topic that explains type definition snippets.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\standard_format.htm
________________________________________________________________________________
09 Sep 2008 - New HTML Help topic that outlines the Standard Format standard for
code snippets.
23 Jun 2009 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_addsnippets.htm
________________________________________________________________________________
14 Sep 2008 - New HTML Help task topic that describes how to add user defined
snippets to database.
03 Jan 2009 - Modified re new modified flag in status bar and save user database
toolbar button.
07 Jun 2009 - Replaced references to "routine" with "snippet".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_copysnippet.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic informing how to copy a code snippet to
clipboard.
04 Jun 2006 - Added Mozilla public license statement.
04 Sep 2007 - Updated to link correctly to revised preferences dialog box
topics.
07 Jun 2009 - Radical rewrite to deal with all three ways of copying a snippet
instead of only "Copy Snippet".
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_customise.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic informing how to customise the program.
04 Jun 2006 - Added Mozilla public license statement.
07 Jun 2009 - Italicised reference to CodeSnip.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_export.htm
________________________________________________________________________________
14 Dec 2008 - New HTML Help task topic re exporting / importing snippets.
08 Jun 2009 - Changed to refer to renamed import and export snippets menu
options.
- Noted that snippets now imported to "Imported Snippets" category.
- Added link to snippets editor.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_generateunit.htm
________________________________________________________________________________
28 Oct 2006 - New HTML Help topic that describes how to generate a Pascal unit.
07 Jun 2009 - Modified to refer to snippets rather than routines
- Noted that freeform snippets can't be included in a unit.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_printroutine.htm
________________________________________________________________________________
07 Sep 2007 - New HTML Help topic for Print Routine task.
07 Jun 2009 - Changed heading and modified content to refer to snippets rather
than routines.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_savesnippet.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic informing how to save a code snippet to disk.
04 Jun 2006 - Added Mozilla public license statement.
07 Jun 2009 - Added note that only routines and categories can be saved.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_search.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic information how to search the database.
04 Jun 2006 - Added Mozilla public license statement.
- Completely revised text.
28 Oct 2006 - Extended topic to describe new Cross reference and manual
selection search options.
10 Sep 2008 - Fixed error in glyph alt text.
07 Jun 2009 - Changed references to "routine" to "snippet" instead.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_submit.htm
________________________________________________________________________________
14 Dec 2008 - New HTML Help task topic re submitting code to the database.
07 Jun 2009 - Updated re snippet kinds supported for code submission.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_testcompile.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic informing how to test compile a routine.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes to text.
29 Oct 2006 - Amplified steps needed to test compile a routine.
11 Sep 2008 - Changed to refer to new location of Test Compile menu option on
Database menu.
- Noted that routines must be in standard format to test compile.
07 Jun 2009 - Updated re new different snippet kinds.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\task_update.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic informing how to update the database.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes to text.
29 Oct 2006 - Changed wording of first paragraph.
14 Aug 2008 - Noted that database updates affect all users.
11 Sep 2008 - Changed to refer to new location in Database menu of Update From
Web menu item.
- Noted that updating database does not affect the user database.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\tasks.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic contain a list of common tasks with links to
task topics.
28 Oct 2006 - Added new Generate a Pascal Unit task to link list.
04 Sep 2007 - Added link to new Print Routine Information topic.
10 Sep 2008 - Added new "Add Routines to Database" task.
14 Dec 2008 - Added entry re the code snippets submission service.
- Added entry re exporting code snippets.
07 Jun 2009 - Changed references to "routine" to "snippet" instead.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\HTML\welcome.htm
________________________________________________________________________________
14 Jan 2006 - New HTML Help topic displayed when help contents are requested.
- Provides links to main help topics and describes welcome page.
10 Apr 2006 - Modified external web link to create new browser window.
04 Jun 2006 - Added Mozilla public license statement.
- Made minor changes to text.
29 Oct 2006 - Ammended to note that complete units can be generated.
03 Dec 2006 - Fixed typo.
10 Sep 2008 - Noted that user's routines can be added to the database.
07 Jun 2009 - Updated re new welcome page.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\About.gif
________________________________________________________________________________
26 Nov 2005 - New Show about box action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\AddSnippet.gif
________________________________________________________________________________
09 Sep 2008 - New snippet action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\BackupDatabase.gif
________________________________________________________________________________
17 Jun 2009 - New glyph for action that backs up the database.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Blank.gif
________________________________________________________________________________
26 Nov 2005 - New Placeholder blank glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\BugReport.gif
________________________________________________________________________________
04 Jun 2006 - New Bug report action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Collapse.gif
________________________________________________________________________________
05 Jun 2009 - New glyph for action that collapses a tree node.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\ConfigCompilers.gif
________________________________________________________________________________
29 May 2006 - New Configure compilers action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Copy.gif
________________________________________________________________________________
26 Nov 2005 - New Clipboard copy action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\DeleteSnippet.gif
________________________________________________________________________________
09 Sep 2008 - New Delete snippet action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Dependencies.gif
________________________________________________________________________________
05 Jun 2009 - New glyph for action that displays Dependencies dialog.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Donate.gif
________________________________________________________________________________
10 May 2009 - Glyph for Help | Donate menu option.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Download.gif
________________________________________________________________________________
26 Nov 2005 - New Database update action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\EditSnippet.gif
________________________________________________________________________________
09 Sep 2008 - New Edit snippet action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Exit.gif
________________________________________________________________________________
26 Nov 2005 - New Exit application aciton glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Expand.gif
________________________________________________________________________________
05 Jun 2009 - New glyph for action that expands a tree node.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\FindClear.gif
________________________________________________________________________________
26 Nov 2005 - New Clear search action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\FindCompiler.gif
________________________________________________________________________________
26 Nov 2005 - New Find compilers action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\FindText.gif
________________________________________________________________________________
26 Nov 2005 - New Find text action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\FindXRefs.gif
________________________________________________________________________________
28 Oct 2006 - New Find Cross Refs action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\GoBack.gif
________________________________________________________________________________
26 Nov 2005 - New View previous item action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\GoForward.gif
________________________________________________________________________________
26 Nov 2005 - New View next item action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\HelpContents.gif
________________________________________________________________________________
26 Nov 2005 - New Display help contents glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\HideUnit.gif
________________________________________________________________________________
04 Dec 2006 - New Hide Test Unit action glyph.
23 Jun 2009 - DELETED.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\JoinMailList.gif
________________________________________________________________________________
18 Nov 2006 - New Join Mailing List action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\LEDGreen.png
________________________________________________________________________________
29 Oct 2006 - New green compilation state image.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\LEDOff.png
________________________________________________________________________________
29 Oct 2006 - New disabled compilation state image.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\LEDRed.png
________________________________________________________________________________
29 Oct 2006 - New red compilation state image.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\LEDYellow.png
________________________________________________________________________________
29 Oct 2006 - New yellow compilation state image.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\License.gif
________________________________________________________________________________
17 Jun 2009 - New glyph for action that displays license.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Preferences.gif
________________________________________________________________________________
04 Jun 2006 - New Preferences action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Print.gif
________________________________________________________________________________
04 Sep 2007 - New Print action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\RestoreDatabase.gif
________________________________________________________________________________
17 Jun 2009 - New glyph for action that restores database from backup.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\SaveDatabase.gif
________________________________________________________________________________
09 Sep 2008 - New Save database action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\SaveSnippet.gif
________________________________________________________________________________
26 Nov 2005 - New Save snippet action glyph.
28 Oct 2006 - Changed to reflect revised Save Snippet action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\SaveSnippet.gif
________________________________________________________________________________
28 Oct 2006 - New Save unit action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\SelectRoutines.gif
________________________________________________________________________________
28 Oct 2006 - New Select Routines action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\TestCompile.gif
________________________________________________________________________________
26 Nov 2005 - New Test compilation action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\ViewTestUnit.gif
________________________________________________________________________________
17 Jun 2009 - New Display Compile Errors action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\ViewUnit.gif
________________________________________________________________________________
03 Dec 2006 - New View Unit action glyph.
04 Dec 2006 - Updated glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Website.gif
________________________________________________________________________________
26 Nov 2005 - New Go to website action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Help\Images\Welcome.gif
________________________________________________________________________________
04 Jun 2006 - New Show welcome page action glyph.
04 Jul 2009 - IMPORTED TO SVN.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.