home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / vbaha125.zip / HISTORY.TXT < prev    next >
Text File  |  1995-07-26  |  19KB  |  320 lines

  1. VB AHA!!! History
  2.  
  3. Version  Description
  4. -------  -----------
  5.  1.40    ***REGISTERED VERSION ONLY***
  6.          Added: Option that allows you to include RTF codes in your topic
  7.            text and a tutorial that gives you some useful examples. See the
  8.            tutorial about RTF codes for further information (and as an example
  9.            of what you can do by adding RTF codes in your topic text). You
  10.            can find this option in the "General Options" window.
  11.          Fixed: setting the width to 0 in Window Attributes now correctly
  12.            causes the window to not have a hard coded size/position.
  13.          Fixed: Build Tags now work correctly.
  14.          Changed: I just can't seem to leave the help compiler alone <g>. I've
  15.            added another option to General Options that allows you to browse
  16.            for your help compiler. This way you can keep it anywhere and it
  17.            doesn't have to be named "hcp" (it can also be a Windows app, such
  18.            as the help compiler for Windows 95).
  19.          Changed: "B" buttons to "..." and moved them to the right side of
  20.            of their text boxes. This is to give a somewhat more standard look.
  21.          Changed: all windows now have the standard VB AHA!!! icon.
  22.          Changed: selecting Help|Tutorials now takes you to the topic that
  23.            lists the 3 tutorials instead of directly to the tutorial on
  24.            creating help files.
  25. -------  -----------
  26.  1.38    ***REGISTERED VERSION ONLY***
  27.          Fixed: GPF that occured on a few .aha files while opening them. I'd
  28.            like to thank everyone who sent me their files. I was finally able
  29.            to pinpoint the problem and fix it because of these files. The GPF
  30.            happened on the same variable in each, which helped me figure out
  31.            that variable was not aligned in memory correctly (crossing a 64k
  32.            segment boundary).
  33.          Changed: due to popular demand (and confusion <g>) of registered users
  34.            it is no longer necessary to edit HC.PIF to get the registered
  35.            version to compile your help files. See step 23 of the tutorial
  36.            about creating help files for more information on this.
  37. -------  -----------
  38.  1.37    ***REGISTERED VERSION ONLY***
  39.          Added: You may now mark multiple topics in the "Topics List" window
  40.            for deletion. If you have more than one topic selected all of them
  41.            will be deleted when you press the "Delete" button. View and Edit
  42.            will only work on the last topic you selected in the list.
  43.          Added: 2 new options under "Options|General...". Confirm Topic
  44.            Deletes, asks for confirmation before deleting topics from the
  45.            "Topics List". Confirm Field Deletes, asks for confirmation before
  46.            deleting a field from a "Topic:..." window.
  47.          Fixed: while deleting topics it was possible to accidentally delete
  48.            the wrong topic. If you did the following fast enough: click on a
  49.            topic name in the "Topics List", type Alt+D, then click in the same
  50.            spot. It would register as a double click (even though the second
  51.            click was on a different topic name). This would cause a dotted
  52.            box to be placed around the wrong topic (no topic was actually
  53.            selected though). Then when you press Alt+D the wrong topic would
  54.            be deleted (although the topic's name would remain in the list its
  55.            contents would be deleted, when you save the topic name would be
  56.            removed as well).
  57.          Fixed: "File|Text|Pascal" didn't add a semi-colon to the end of each
  58.            constant declaration.
  59. -------  -----------
  60.  1.36    Update: The problem with the keywords running together is now fixed.
  61.            It would happen when you loaded your .AHA file by using file
  62.            association (running it from File Manager, etc...).
  63. -------  -----------
  64.  1.36    ***REGISTERED VERSION ONLY***
  65.          Added: a quick and rough tutorial about manually setting browse
  66.            sequences. It just explains how to format them and what they mean.
  67.          Fixed: you couldn't assign a macro to a Global Text Link.
  68.          Fixed: (maybe) some people encountered a problem that caused a topics
  69.            keywords to all be put on one line (ie. "Keyword 1Keyword 2..."). I
  70.            don't know for sure if it's fixed now since I've never been able to
  71.            reproduce this problem, but I've changed the only line of code that
  72.            "might" have been causing it. If you still get this problem let me
  73.            know.
  74.          Changed: you may only run one instance of VB AHA!!! at a time. If you
  75.            really need to run more than one then add this line to the
  76.            "[General]" section of your VBAHA.INI file:
  77.                 MultipleOK=1
  78. -------  -----------
  79.  1.35    ***REGISTERED VERSION ONLY***
  80.          Fixed: foreign and special characters (ASCII > 127) were being
  81.            incorrectly converted during the build to other characters
  82.            (in the .HPJ file). I'm now using Microsofts AnsiToOem
  83.            function (which still doesn't convert all characters correctly,
  84.            but at least you should be able to use foreign characters in
  85.            the "Help Project Setup" window now).
  86. -------  -----------
  87.  1.34    ***REGISTERED VERSION ONLY***
  88.          Fixed: some font information would (in rare circumstances) be
  89.            written incorrectly to the .RTF file which would cause it to
  90.            fail to compile.
  91.          Fixed: tabs in text/combo fields weren't consistent between the
  92.            design environment and the compiled help file.
  93. -------  -----------
  94.  1.33    ***REGISTERED VERSION ONLY***
  95.          Added: click the right mouse button on "New" in the "Topics List"
  96.            window to create a duplicate of the selected topic.
  97.          Fixed: the field menus "View Linked Topic" wouldn't work correctly
  98.            if the link was to a secondary window.
  99.          Fixed: you may now define the "Window Attributes" for the "Main"
  100.            window without hard coding its coordinates. Set the height and
  101.            width of the window to 0.
  102.          Fixed: the hourglass wouldn't go away if you tried to create too
  103.            many fields.
  104.          Fixed: when setting "Window Attributes" with an open topic, if
  105.            you selected the field menus "Setup" menu item VB AHA!!! would
  106.            lose track of which topic it was editing.
  107.          Fixed: if you try to overwrite a file with "File|Text|..." you
  108.            will be given a warning first.
  109.          Fixed: keywords that started with "K" would have the "K" removed
  110.            in the help file.
  111. -------  -----------
  112.  1.32    ***REGISTERED VERSION ONLY***
  113.          Fixed: Can now load .aha files from any shareware version, v1.31
  114.            couldn't load v1.24 files.
  115.          Fixed: All the same fixes as were in v1.24.
  116.          Changed: "Options|Build..." "General|Use Default Colors" now also
  117.            causes VB AHA!!! to not hard code a text color so the text in
  118.            your help file will be displayed with the users default color
  119.            settings.
  120. -------  -----------
  121.  1.31    ***REGISTERED VERSION ONLY***
  122.          Added: Full macro support. It's still crude (you must type them
  123.            in) and you will need a reference that covers the winhelp
  124.            macros. I will GREATLY improve on this after I finish the RTF
  125.            importing.
  126.            NOTE: among other things you can use macros to play MIDI and
  127.              AVI files from your help file (and others I'm sure).
  128.          Added: Your "Build Options" are now also saved in each .AHA file
  129.            so you wont have to worry about what options you had selected
  130.            for that project, they will be automatically reset.
  131.          Added: More predrawn "bullets" for use in combo fields.
  132.          Added: New field menu item "Load Text". It will allow you to
  133.            read a text file into a field with the option of reformatting
  134.            it for a help file (no returns in the middle of a paragraph
  135.            etc...).
  136.          Added: Improved keyboard support while editing a topic (using
  137.            the arrow keys to move between fields, Page Up and Page Down
  138.            and others).
  139.          Added: Shift + Right click on a field brings up Setup window.
  140.          Added: Build option to use the default Windows Popup/Jump colors
  141.            for all links (Popup/JumpTo fields and Global Text Links).
  142. -------  -----------
  143.  1.25    ***Shareware version***
  144.          Added: the latest versions of all the documentation. This includes
  145.            my new mailing address and information on the new features in
  146.            the registered version.
  147.          Changed: a couple other minor "appearance" changes.
  148. -------  -----------
  149.  1.24    ***Shareware version***
  150.          Fixed: cursor would move out of view if there was more than one
  151.            screen of info in a topic so you couldn't see what
  152.            you were typing.
  153.          Fixed: Layout window's contents will be resized correctly when
  154.            the window is maximized.
  155.          Fixed: If you had a font with a name that contained a special
  156.            character (ASCII > 127) on your system, then your .RTF files
  157.            wouldn't compile.
  158.          Fixed: "Out of String Space" error would be generated during
  159.            the writing of the RTF file if you had about 20k or more of
  160.            text in a single field.
  161. -------  -----------
  162.  1.23    ***Shareware version***
  163.          Fixed: File|Save As... now places the filename into the file
  164.            history list like File|Open... does.
  165.          Fixed: problem loading some .TPC files that were saved with a
  166.            version prior to 1.20.
  167.          Fixed: a couple of minor code optimizations/fixes.
  168.          Changed: some new info in README.TXT and the online help,
  169.            including among others, how to register with a credit card.
  170.          Changed: I'm not giving any special pricing deals other than
  171.            site licensing anymore. They're not worth the hassle to me and
  172.            they're not fair to credit card customers as they can't get
  173.            them.
  174. -------  -----------
  175.          ***LAST SHAREWARE VERSION FEATURE UPGRADE***
  176.            All shareware versions released after 1.22 will only have bug
  177.              fixes.
  178. -------  -----------
  179.  1.22    Added: Export Pascal header (constants) files.
  180.          Added: You may now select a filename for your exported header
  181.            files (Visual Basic, C/C++, Pascal).
  182.          Added: A border is now drawn around the currently selected field.
  183.          Added: .AHA files may now be assoctiated with VB AHA!!! from the
  184.            File Manager.
  185.          Added: Field Type display in the Topic window, that says what
  186.            type the currently selected field is.
  187.          Added: A "Most Recent Files" section to the File menu. VB AHA!!!
  188.            now keeps a list of the last four projects for easy loading.
  189.          Added: A "Most Recent Files" section to the Build menu.
  190.            VB AHA!!! now keeps a list of the last four help files you've
  191.            compiled so you can easily test them.
  192.          Added: Option to disable the 3D effects used in all the windows
  193.            throughout VB AHA!!!.
  194.          Fixed: "Graphics Directory" in the "Help Project Setup" window
  195.            now works correctly.
  196.          Fixed: Layout window doesn't reflect changes made in open topic
  197.            windows. Now all topics will be closed before the layout is
  198.            constructed.
  199.          Fixed: Build support files didn't reflect changes made in open
  200.            topic windows. Now all topics are closed before the support
  201.            files are written.
  202.          Fixed: Problem with certain windows switching focus to other
  203.            windows/applications has been ELIMINATED (I hope ;-).
  204.          Fixed: Fields will now resize when the Topic window is maximized.
  205.          Fixed: Only one reference to a bitmap will be placed in the .hpj
  206.            file (used to put one reference per occurence in your project).
  207.          Fixed: No browse sequences will be generated when the Build
  208.            option "Default Layout" is unselected (used to still write a
  209.            browse sequence to a topic that didn't have one).
  210.          Fixed: Large projects now load MUCH faster.
  211.          Fixed: Special characters (ASCII > 127) would generate a space
  212.            after them in the RTF file.
  213.          Fixed: Special characters can now be used in global text links.
  214.          Fixed: VB AHA!!! only generates a "dummy" secondary window when
  215.            you don't define any secondary windows since there is a limit
  216.            of 6 secondary windows in a .hlp file.
  217.          Fixed: All non-Topic windows (except the main window) would
  218.            disappear when the main window was resized.
  219.          Fixed: Pictures may now be placed in the non-scrolling region
  220.            of a topic.
  221.          Fixed: Other bugs that I lost track of.
  222.          Changed: Will now stay minimized during the entire Build process
  223.            if you have selected the "Min. During Build" option (used to
  224.            only stay minimized while the support files were being
  225.            generated).
  226.          Changed: Decreased size of .AHA files. Estimated savings of 12%.
  227. -------  -----------
  228.  1.21    Added: Ability to Jump To a topic in another help file.
  229.          Added: New link type - Sound. You may now play .WAV files from
  230.            your help file.
  231.          Added: Secondary window support. Your help file may have two
  232.            windows open at a time.
  233.          Added: Many window formatting options (background color for
  234.            normal and non-scrolling regions, window dimensions and
  235.            whether the window will float above all others.
  236.          Fixed: Correctly Open/Save Visual Basic forms HelpContextId's.
  237.            It would skip the controls after the first one that didn't
  238.            have a HelpContextID (as defined in Visual Basic Options).
  239.          Fixed: Would switch link types for graphics when you viewed a
  240.            topic.
  241.          Fixed: Global Text Links that link with text with a return or
  242.            tab after the it will now link correctly.
  243.          Fixed: Topic window will now follow your typing and when you
  244.            first create a field it's text will be selected.
  245. -------  -----------
  246.  1.20    Added: New field type - Combo. You may have graphics and text
  247.            on the same line. Many formatting options.
  248.          Added: New field type - Non-Scrolling region. All fields above
  249.            this one in a topic won't scroll in your help file.
  250.          Added: You may now set the default bitmap to be used in a
  251.            graphic field.
  252.          Fixed: Global Topic Rename didn't quite work right. It would
  253.            lose your topic.
  254.          Changed: .BMP links may now be either JumpTo or Popup instead
  255.            of just JumpTo.
  256.          Changed: There is no longer a different setup menu item for the
  257.            different types of fields. The new menu item is just called
  258.            Setup.
  259.          Changed: Topic limit - you can now have at least 3000 topics.
  260.            I don't know the exact limit because I got tired of adding
  261.            new topics. The only real limitation on the number on topics
  262.            you may have is that of a listbox (64k for topic names and
  263.            5440 items or less) and the amount of memory your computer
  264.            has.
  265. -------  -----------
  266.  1.14    Fixed: Mistakenly thought all VB .FRM's were in binary format
  267.            when you tried to save to them.
  268.          Fixed: When you cut and then paste a field the link will be
  269.            retained if it has one.
  270. -------  -----------
  271.  1.13    Added: Cut, Copy and Paste to the Field menu. These work on the
  272.            whole field (text or graphics) not just the text in the
  273.            field. All of the formatting, text, graphic info is retained.
  274.          Added: Delete menu item to the Field menu (shown when you right
  275.            click on a field).
  276.          Fixed: Should always be able to tell if a Visual Basic .FRM is
  277.            saved in binary or text format and refuse to load/save it if
  278.            it's not in text format.
  279.          Fixed: Field formatting numbers with a decimal place are now
  280.            handled correctly in all countries.
  281.          Changed: Moved the stats in the info window to the About
  282.            VB AHA!!!... window.
  283. -------  -----------
  284.  1.12    Added: Option to backup your VB .FRM's before saving the
  285.            HelpContextID info to them.
  286.          Added: Option to not show a new topic when you create it.
  287.          Added: Information window - displays # of topics, free mem and
  288.            % of resources remaining.
  289.          Fixed: VB AHA!!! would crash when you created the 75th topic.
  290.            Now it will handle 992 topics.
  291. -------  -----------
  292.  1.11    Added: Global Topic Rename - all links to the old topic name
  293.            will automatically be relinked to the new topic name.
  294.          Fixed: Something will alway be shown in a graphic field. Before
  295.            if it couldn't find the picture it might not show anything.
  296.          Fixed: You may now use "\", "{" and "}" in your topics without
  297.            wreaking havoc on your help file. Topic Titles and Keywords
  298.            may now contain any characters.
  299.          Fixed: You can't create 2 topics with the same name anymore, a
  300.            number will be appended to the end of the second topic name.
  301.  -----    ---------
  302.  1.1     Added: Generic Topics and Template support.
  303.            Save a topic to a seperate .tpc file and load that topic
  304.            into any .AHA help project.
  305.          Added: Global Text Links may now be case sensitive.
  306.          Fixed: Failed to save some projects correctly, caused an
  307.            error when saving and loading.
  308.          Fixed: Text links(Jump To and Popup) may now be any color
  309.            that you choose, you can even have each one a different
  310.            color if you want to, instead of just the default color.
  311.          Fixed: If you don't enter a filename extension in the file
  312.            dialogs the correct default extension will always be used.
  313.  -----    ---------
  314.  1.02    Added cmdialog.vbx, it was left out in the first 2 releases,
  315.            really swift.
  316.  -----    ---------
  317.  1.01    Fixed some documentation errors/omissions.
  318.  -----    ---------
  319.  1.0     Initial release
  320.