home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / vbaha123 / history.txt < prev    next >
Text File  |  1994-02-15  |  10KB  |  184 lines

  1. VB AHA!!! History
  2.  
  3. Version  Description
  4. -------  -----------
  5.  1.31    ***REGISTERED VERSION ONLY***
  6.          Added: Full macro support. It's still crude (you must type them
  7.            in) and you will need a reference that covers the winhelp
  8.            macros. I will GREATLY improve on this after I finish the RTF
  9.            importing.
  10.            NOTE: among other things you can use macros to play MIDI and
  11.              AVI files from your help file (and others I'm sure).
  12.          Added: Your "Build Options" are now also saved in each .AHA file
  13.            so you wont have to worry about what options you had selected
  14.            for that project, they will be automatically reset.
  15.          Added: More predrawn "bullets" for use in combo fields.
  16.          Added: New field menu item "Load Text". It will allow you to
  17.            read a text file into a field with the option of reformatting
  18.            it for a help file (no returns in the middle of a paragraph
  19.            etc...).
  20.          Added: Improved keyboard support while editing a topic (using
  21.            the arrow keys to move between fields, Page Up and Page Down
  22.            and others).
  23.          Added: Shift + Right click on a field brings up Setup window.
  24.          Added: Build option to use the default Windows Popup/Jump colors
  25.            for all links (Popup/JumpTo fields and Global Text Links).
  26. -------  -----------
  27.  1.23    Changed: some new info in README.TXT and the online help,
  28.            including among others, how to register with a credit card.
  29.          Changed: I'm not giving any special pricing deals other than
  30.            site licensing anymore. They're not worth the hassle to me and
  31.            they're not fair to credit card customers as they can't get
  32.            them.
  33.          Fixed: File|Save As... now places the filename into the file
  34.            history list like File|Open... does.
  35.          Fixed: problem loading some .TPC files that were saved with a
  36.            version prior to 1.20.
  37.          Fixed: a couple of minor code optimizations/fixes.
  38. -------  -----------
  39.          ***LAST SHAREWARE VERSION FEATURE UPGRADE***
  40.            All shareware versions released after 1.22 will only have bug
  41.              fixes.
  42. -------  -----------
  43.  1.22    Added: Export Pascal header (constants) files.
  44.          Added: You may now select a filename for your exported header
  45.            files (Visual Basic, C/C++, Pascal).
  46.          Added: A border is now drawn around the currently selected field.
  47.          Added: .AHA files may now be assoctiated with VB AHA!!! from the
  48.            File Manager.
  49.          Added: Field Type display in the Topic window, that says what
  50.            type the currently selected field is.
  51.          Added: A "Most Recent Files" section to the File menu. VB AHA!!!
  52.            now keeps a list of the last four projects for easy loading.
  53.          Added: A "Most Recent Files" section to the Build menu.
  54.            VB AHA!!! now keeps a list of the last four help files you've
  55.            compiled so you can easily test them.
  56.          Added: Option to disable the 3D effects used in all the windows
  57.            throughout VB AHA!!!.
  58.          Changed: Will now stay minimized during the entire Build process
  59.            if you have selected the "Min. During Build" option (used to
  60.            only stay minimized while the support files were being
  61.            generated).
  62.          Changed: Decreased size of .AHA files. Estimated savings of 12%.
  63.          Fixed: "Graphics Directory" in the "Help Project Setup" window
  64.            now works correctly.
  65.          Fixed: Layout window doesn't reflect changes made in open topic
  66.            windows. Now all topics will be closed before the layout is
  67.            constructed.
  68.          Fixed: Build support files didn't relect changes made in open
  69.            topic windows. Now all topics are closed before the support
  70.            files are written.
  71.          Fixed: Problem with certain windows switching focus to other
  72.            windows/applications has been ELIMINATED (I hope ;-).
  73.          Fixed: Fields will now resize when the Topic window is maximized.
  74.          Fixed: Only one reference to a bitmap will be placed in the .hpj
  75.            file (used to put one reference per occurence in your project).
  76.          Fixed: No browse sequences will be generated when the Build
  77.            option "Default Layout" is unselected (used to still write a
  78.            browse sequence to a topic that didn't have one).
  79.          Fixed: Large projects now load MUCH faster.
  80.          Fixed: Special characters (ASCII > 127) would generate a space
  81.            after them in the RTF file.
  82.          Fixed: Special characters can now be used in global text links.
  83.          Fixed: VB AHA!!! only generates a "dummy" secondary window when
  84.            you don't define any secondary windows since there is a limit
  85.            of 6 secondary windows in a .hlp file.
  86.          Fixed: All non-Topic windows (except the main window) would
  87.            disappear when the main window was resized.
  88.          Fixed: Pictures may now be placed in the non-scrolling region
  89.            of a topic.
  90.          Fixed: Other bugs that I lost track of.
  91. -------  -----------
  92.  1.21    Added: Ability to Jump To a topic in another help file.
  93.          Added: New link type - Sound. You may now play .WAV files from
  94.            your help file.
  95.          Added: Secondary window support. Your help file may have two
  96.            windows open at a time.
  97.          Added: Many window formatting options (background color for
  98.            normal and non-scrolling regions, window dimensions and
  99.            whether the window will float above all others.
  100.          Fixed: Correctly Open/Save Visual Basic forms HelpContextId's.
  101.            It would skip the controls after the first one that didn't
  102.            have a HelpContextID (as defined in Visual Basic Options).
  103.          Fixed: Would switch link types for graphics when you viewed a
  104.            topic.
  105.          Fixed: Global Text Links that link with text with a return or
  106.            tab after the it will now link correctly.
  107.          Fixed: Topic window will now follow your typing and when you
  108.            first create a field it's text will be selected. 
  109. -------  -----------
  110.  1.20    Added: New field type - Combo. You may have graphics and text
  111.            on the same line. Many formatting options.
  112.          Added: New field type - Non-Scrolling region. All fields above
  113.            this one in a topic won't scroll in your help file.
  114.          Added: You may now set the default bitmap to be used in a
  115.            graphic field.
  116.          Changed: .BMP links may now be either JumpTo or Popup instead
  117.            of just JumpTo.
  118.          Changed: There is no longer a different setup menu item for the
  119.            different types of fields. The new menu item is just called
  120.            Setup.
  121.          Changed: Topic limit - you can now have at least 3000 topics.
  122.            I don't know the exact limit because I got tired of adding
  123.            new topics. The only real limitation on the number on topics
  124.            you may have is that of a listbox (64k for topic names and
  125.            5440 items or less) and the amount of memory your computer
  126.            has.
  127.          Fixed: Global Topic Rename didn't quite work right. It would
  128.            lose your topic.
  129. -------  -----------
  130.  1.14    Fixed: Mistakenly thought all VB .FRM's were in binary format
  131.            when you tried to save to them.
  132.          Fixed: When you cut and then paste a field the link will be
  133.            retained if it has one.
  134. -------  -----------
  135.  1.13    Added: Cut, Copy and Paste to the Field menu. These work on the
  136.            whole field (text or graphics) not just the text in the
  137.            field. All of the formatting, text, graphic info is retained.
  138.          Added: Delete menu item to the Field menu (shown when you right
  139.            click on a field).
  140.          Fixed: Should always be able to tell if a Visual Basic .FRM is
  141.            saved in binary or text format and refuse to load/save it if
  142.            it's not in text format.
  143.          Fixed: Field formatting numbers with a decimal place are now
  144.            handled correctly in all countries.
  145.          Changed: Moved the stats in the info window to the About
  146.            VB AHA!!!... window.
  147. -------  -----------
  148.  1.12    Added: Option to backup your VB .FRM's before saving the
  149.            HelpContextID info to them.
  150.          Added: Option to not show a new topic when you create it.
  151.          Added: Information window - displays # of topics, free mem and
  152.            % of resources remaining.
  153.          Fixed: VB AHA!!! would crash when you created the 75th topic.
  154.            Now it will handle 992 topics.
  155. -------  -----------
  156.  1.11    Added: Global Topic Rename - all links to the old topic name
  157.            will automatically be relinked to the new topic name.
  158.          Fixed: Something will alway be shown in a graphic field. Before
  159.            if it couldn't find the picture it might not show anything.
  160.          Fixed: You may now use "\", "{" and "}" in your topics without
  161.            wreaking havoc on your help file. Topic Titles and Keywords
  162.            may now contain any characters.
  163.          Fixed: You can't create 2 topics with the same name anymore, a
  164.            number will be appended to the end of the second topic name.
  165.  -----    ---------
  166.  1.1     Added: Generic Topics and Template support.
  167.            Save a topic to a seperate .tpc file and load that topic
  168.            into any .AHA help project.
  169.          Added: Global Text Links may now be case sensitive.
  170.          Fixed: Failed to save some projects correctly, caused an
  171.            error when saving and loading.
  172.          Fixed: Text links(Jump To and Popup) may now be any color
  173.            that you choose, you can even have each one a different
  174.            color if you want to, instead of just the default color.
  175.          Fixed: If you don't enter a filename extension in the file
  176.            dialogs the correct default extension will always be used.
  177.  -----    ---------
  178.  1.02    Added cmdialog.vbx, it was left out in the first 2 releases,
  179.            really swift.
  180.  -----    ---------
  181.  1.01    Fixed some documentation errors/omissions.
  182.  -----    ---------
  183.  1.0     Initial release
  184.