home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1998 #7 & #8 / Datatid-1998-07&08.iso / internet / agile / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1998-02-14  |  22.1 KB  |  556 lines

  1. Agile HTML Editor Information: WHATSNEW.TXT
  2. ===========================================
  3. Copyright (c) Compware 1996-1998
  4.  
  5. Last updated: 16 February 1998
  6.  
  7. INTRODUCTION
  8. ------------
  9. This file describes the features introduced in this and previous versions
  10. of Agile. You can discover the version of your copy of Agile by opening
  11. the about box using the About Agile command (Help menu).
  12.  
  13. As you can see, Agile is regularly updated to keep up with the latest
  14. features of HTML and to add new features to help you create great web
  15. sites with ease.
  16.  
  17. -----------------------------------------------------------------------
  18.  Release History
  19. -----------------------------------------------------------------------
  20.  
  21. v1.10 (16 February 1998)
  22. -----
  23.  
  24. HELP
  25.  
  26. Online help has been completely updated to incorporate new features and 
  27. changes.
  28.  
  29. BUGFIXES
  30. * fixed problems with topics/related toolbars with latest IE4 version
  31. * fixed caption on File/Options dialog which is now back to "Options"
  32.  
  33.  
  34. -----------------------------------------------------------------------
  35.  Beta Test History
  36. -----------------------------------------------------------------------
  37.  
  38. v1.0 beta 15 (6 January 1998)
  39. ------------
  40.  
  41. MISCELLANEOUS
  42. * changed status bar scroll indicator into insert/overwrite indicator
  43.  
  44. BUGFIXES
  45. * fixed crash when right clicking on non tag or a selection
  46.  
  47.  
  48. v1.0 beta 14 (18 December 1997)
  49. ------------
  50.  
  51. HTML 4.0 SUPPORT
  52. * updated support for HTML 4.0 Recommendation (18-dec-1997)
  53. - new OPTGROUP tag
  54. - new ABBR tag
  55. - many new or changed attributes for many tags
  56.  
  57. BUGFIXES
  58. * fixed obscure crash after using tag properties dialog submenu
  59. * fixed preview problem where filenames are limited to 8.3 characters
  60.  
  61.  
  62. v1.00 beta build 13 (17 October 1997)
  63. -------------------
  64. This update contained minor internal code reorganisation only. No
  65. functional changes.
  66.  
  67.  
  68. v1.00 beta build 12 (4 October 1997)
  69. -------------------
  70.  
  71. BUGFIXES
  72. * fixed context help for use with Internet Explorer 4 release version
  73. * fixed insertion of attributes values in lower case when desired
  74.  
  75.  
  76. v1.00 beta build 11 (25 September 1997)
  77. ------------------
  78.  
  79. INTERNET EXPLORER 4.0 HTML SUPPORT
  80. * extended "HTML awareness" to Internet Explorer 4
  81. * added support for new tags and attributes (details below)
  82. * added support for new scripting events (details below)
  83. * added support for "scriptlets" - pure HTML objects (details below)
  84.  
  85. NEW HTML TAGS SUPPORTED (for Internet Explorer 4)
  86. * updated menus to support inserting new tags including:
  87.   - forms: <FIELDSET>, <LEGEND>, <BUTTON>
  88.   - scripting: <NOSCRIPT>
  89.   - other: <LABEL>
  90.  
  91. NEW SCRIPT EVENTS SUPPORTED (for Internet Explorer 4)
  92. * right-click tag menu updated to include new events:
  93.   - drag start
  94.   - select start
  95.   - resize
  96.  
  97. SCRIPTLET SUPPORT (for Internet Explorer 4)
  98. Scriptlets are components written in HTML script. You create an
  99. HTML file which implements the component for use on your web site
  100. or even in an application like an ActiveX/OLE control.
  101. * use Agile's new template to get your scriptlet component started
  102. * use Agile's new snippet to use scriptlets in your pages
  103.  
  104. MISCELLANEOUS
  105. * added ability to select multiple files in File/Open dialog
  106.  
  107. NEW SETTINGS (File/Options dialog)
  108. * added option to disable "new document at start" on editor tab
  109. * added option to force quoting of attribute values to editor tab
  110.  
  111. OPTIONS DIALOG
  112. * reorganised the File/Options tabbed dialog
  113.   - added "Editor" tab for tag, attribute and general editor settings
  114.   - added "Previewing" tab for HTML previewing configuration
  115.   - moved many settings from "General" tab to the new tabs
  116.   - changed name of "Appearance" tab to "Coloring"
  117.  
  118. BUGFIXES
  119. * added missing underline command to HTML 3.2 quick menu
  120.  
  121.  
  122. v1.00 beta build 10 (5 September 1997)
  123. ------------------
  124.  
  125. IMPROVED AUDIENCE TARGETTING
  126. * added "HTML Standard" toolbar for instant selection of HTML:
  127.   - choose any single HTML standard 
  128.   - choose your own custom mixture of other standards
  129.  
  130. PREVIEWING
  131. * added support for previewing in Netscape Navigator v4
  132. * added support for previewing in Netscape Communicator v4
  133.  
  134. NETSCAPE NAVIGATOR 4.0 / COMMUNICATOR 4.0 SUPPORT
  135. * added support for new Netscape tags (details below)
  136. * added support for new JavaScript events (details below)
  137. * added support for previewing in Netscape Navigator v4
  138. * added support for previewing in Netscape Communicator v4
  139.  
  140. NEW HTML TAGS SUPPORTED (for Netscape 4.0 / Communicator 4.0)
  141. * updated menus to support inserting new Netscape tags including:
  142.   - layers (dynamic HTML) which allow abosolute positioning of HTML
  143.   - inline styles
  144.   - server side JavaScript using LiveWire
  145.  
  146. NEW JAVASCRIPT EVENTS SUPPORTED (for Netscape 4.0 / Communicator 4.0)
  147. * right-click tag menu updated to include new Netscape events:
  148.   - mouse events: down, up, double click, move
  149.   - window/frame events: move, resize
  150.   - keyboard events: down, up, press
  151.  
  152. MISCELLANEOUS HTML SUPPORT
  153. * updated "HTML Support" tab in options dialog
  154. * added active server pages (*.asp) to file open lists etc.
  155. * added channel definition format (*.cdf) to file open lists etc.
  156. * added extensible markup language (*.xml) to file open lists etc.
  157.  
  158. TOOLBARS
  159. * added toolbar for instant choice of HTML tag support
  160. * added a "Save All" button to the main Agile toolbar
  161.  
  162. BUGFIXES
  163. * fixed possible lock up when editing near end of file
  164. * fixed some errors in the support for the HTML 4.0 draft
  165. * fixed beta 9 failure to insert attributes in lower case
  166. * fixed default browser paths for non-english windows
  167. * fixed default browser path for Netscape Communicator
  168.  
  169.  
  170. v1.00 beta build 9 (16 July 1997)
  171. ------------------
  172.  
  173. HTML 4.0 SUPPORT
  174. * extended "HTML awareness" to support HTML 4.0 (W3C draft 8-July-97)
  175. * right-click tag menu now supports all HTML 4.0 tags and attributes
  176. * added support for thirty tag event handler methods
  177. * added "Event Handlers" submenu to the right-click tag menu
  178. * added commands for inserting new HTML 4.0 tags
  179.  
  180. OTHER HTML SUPPORT
  181. * added tag event handler support for IE3 and Netscape 2 and 3
  182.  
  183. PRINTING
  184. * printing and print preview support added
  185. * new file menu commands: Print, Print Preview, Print Setup
  186.  
  187. BUGFIXES
  188. * fixed double line spacing when previewing <PRE>...</PRE>
  189. * added missing WRAP attribute to <TEXTAREA> for Netscape 2&3
  190. * removed spurious STYLE attribute from various tags
  191. * fixed accidental edit of attribute value in a nested tag
  192. * stopped insertion of anchor into tmp preview files
  193. * added option to set the number of temporary preview files
  194.  
  195.  
  196. v1.00 beta build 8 (26 May 1997)
  197. ------------------
  198.  
  199. TEMPLATES & SNIPPETS
  200.  * added a command to save selected text to a Snippet file for re-use
  201.  * new templates/snippets now appear on menus without restarting Agile
  202.  
  203. EDIT MENU
  204.  * added Go To Line command
  205.  
  206. HTML CONTEXT HELP
  207.  * fully indexed and cross referenced the HTML References:
  208.    - W3C HTML 3.2 Specification
  209.    - Internet Explorer 3.0
  210.  * added five toolbars to the main Agile and HTML Help windows
  211.  
  212. HTML HELP WINDOW TOOLBARS
  213.  * added toolbar which lists HTML topics and tags for easy access
  214.  * added toolbar listing topics related to the current HTML topic
  215.  * added toolbar for navigation back and forward between topics
  216.  
  217. HTML HELP WINDOW
  218.  * added support for Internet Explorer 4 (works quicker than with IE3)
  219.  * now use a minimum size when showing undocked HTML help window
  220.  * changed undocked HTML help window so no longer "always on top"
  221.  
  222. AGILE TOOLBARS
  223.  * added Tag Lookup toolbar for quick tag lookup in HTML references
  224.  * added HTML reference toolbar to control the HTML Help Window
  225.  
  226. OPTIONS SETTINGS
  227.  * added choice of "Default HTML Help Reference" 
  228.  
  229. HTML PREVIEWING
  230.  * added support for Internet Explorer 4
  231.  * disabled scroll preview feature which is unreliable
  232.  
  233. BUGFIXES
  234.  * fixed some errors in the indexing of HTML references
  235.  * fixed occaisional failure to restore size of HTML ref window 
  236.  * fixed script error when previewing files containing <SCRIPT>
  237.  * fixed occasional failure to reload preview in Internet Explorer
  238.  * fixed Context HTML Help to work when Agile is maximized
  239.  * fixed a number of problems with HTML help window interaction
  240.  * made license key installation tolerate spaces around key string
  241.  
  242.  
  243. v1.00 beta build 7 (22 March 1997)
  244. ------------------
  245.  
  246. This was a restricted update to beta 6 which was made available to people
  247. who had problems on Windows NT related to the HTML context help.
  248.  
  249. BUGFIXES
  250.  * fixed HTML context help support on Windows NT
  251.  * fixed bug where "insert snippet" marked document unmodified
  252.  * restored ability to install a license key from a .cde file
  253.  * fixed some minor memory leaks due to duplicated elements
  254.  * cleared residual undo after loading initial template
  255.  
  256. v1.00 beta build 6 (16 March 1997)
  257. ------------------
  258.  
  259. HTML Reference Information
  260.  * added built in HTML references for all HTML tags and attributes
  261.    - W3C's official HTML 3.2 recommendation in full (by agreement)
  262.    - Microsoft's Internet Explorer 3 HTML Reference in full (by agreement)
  263.  * HTML references are accessible using context help (F5) or the Help menu
  264.  (Note: viewing the references within Agile requires IE3)
  265.  
  266. HTML Context Help
  267.  * press F5 to get help on any HTML tag while you are editing it
  268.  * currently for HTML 3.2, this will be extended to other HTML references
  269.  
  270. HTML Templates
  271.  * Agile now creates new documents based on a default template
  272.  * the default template can be set from the File/Options dialog (general tab)
  273.  * the "File/New From Template" submenu lets you pick a specific template
  274.  * this submenu automatically includes any HTML files you add yourself
  275.  * you can easily create and modify templates and change the default
  276.  * creating new templates is easy using "File/Save Copy As Template"
  277.  * existing templates can be modified using "File/Edit Template"
  278.  * sample template files are provided for you to customise and add to
  279.  * templates have replaced the "Quick/HTML n.n Document" commands
  280.  
  281. HTML Snippets
  282.  * useful snippets of HTML can be inserted quickly using "Edit/Insert Snippets"
  283.  * this submenu automatically includes HTML files you add yourself
  284.  * snippet files are provided for common HTML features (to be extended)
  285.  
  286. Right-Click Tag Menu
  287.  * added menu commands to strip HTML tags from selected tags
  288.  * made sure the menu always appears near where the mouse is clicked
  289.  
  290. Pasting Email Addresses
  291.  * "Paste Url" (Ctrl-U) automatically inserts "mailto:" into email addresses
  292.  
  293. File Menu
  294.  * added "Save All" to save all modified files
  295.  * added "New From Template", a submenu of all your HTML template files
  296.  * added "Edit Template" for easy update of your HTML templates
  297.  * added "Save Copy As Template" for easy creation of templates
  298.  
  299. Window Menu
  300.  * added "Close All" to close all windows, prompting to save changes if appropriate
  301.  
  302. Help Menu
  303.  * added the "HTML References" submenu for access to built in HTML information
  304.  * added the "On The Web" submenu to open key online resources quickly
  305.  
  306. Edit Menu
  307.  * added "Insert Snippet" submenu for quick insertion of useful HTML from files
  308.  * added "Insert File..." so you can quickly find and insert text or HTML files
  309.  
  310. Miscellaneous
  311.  * changed default preview behaviour to place browser in front of Agile
  312.  * added missing table data tag <TD> to HTML v3.2 configuration
  313.  * added several missing attributes to Netscape 2.0 and 3.0 table tags
  314.  * added several missing attributes to Internet Explorer 3.0 table tags
  315.  * added missing end tag when inserting <MARQUEE></MARQUEE>
  316.  * tidied up editing of optionally valued attributes
  317.  * prevented occasional insertion of non-valued attributes as ATTRIBUTE=""
  318.  * switched the order of height/width settings when auto setting size in <IMG>
  319.  * added support for ".html-ssi" files in HTML file selection dialogs
  320.  * added support for ".png" portable networked graphics files in dialogs
  321.  
  322. BUGFIXES
  323.  * using FrontPage to open multiple files in a single Agile now fixed
  324.  * fixed possible loss of previewer application path when opening "File/Options"
  325.  * fixed occaisional loss of edit menu and duplication of advanced menu
  326.  * fixed editing of incorrect value when two attributes have similar names
  327.  * fixed TARGET value insertion (were incorrectly in upper case)
  328.  * fixed occaisional loss of scroll bars when needed
  329.  * fixed occaisional failure to redraw part of the document window
  330.  
  331.  
  332. v1.00 beta build 5 (30 October 1996)
  333. ------------------
  334.  
  335. Colour Selection From "Tag Right-Click" Menu
  336.  * added submenus for quick choice of colour values when "right-clicking"
  337.    on any tag which uses colour attributes. Features:
  338.     - samples of the colours are shown on the submenu
  339.     - ability to include your own custom defined colours on the submenu
  340.     - ability to include the standard 16 HTML colours for VGA displays
  341.     - quick access to a true HTML palette dialog for 256 colour displays
  342.  
  343. True HTML Colour Palette Dialog
  344.  * added an HTML palette dialog for choosing colours using multiple methods
  345.    of selection, with the chosen colour being updated immediately in a sample
  346.    area on the dialog:
  347.     - click on a palette of the 216 standard colours supported by Netscape
  348.       and Internet Explorer on any 256 colour display
  349.     - choose from a list of the 16 standard colours supported by VGA displays
  350.     - adjust red, green and blue values using sliders
  351.     - enter individual hexadecimal or decimal values
  352.     - enter the full hexadecimal value
  353.     - enter the html colour name
  354.  
  355. Custom Colour Definition
  356.  * added ability to define your own set of named custom colours
  357.     - define your colours using the palette dialog described above
  358.     - give them meaningful names
  359.     - order them as you like (e.g. by colour or frequency of use)
  360.     - have them immediately accessible on the colour menu when editing tags
  361.  
  362. Netscape 3.0 Support
  363.  * added tag/attribute insertion and editing for Netscape 3 features including
  364.    - multi-column text using <MULTICOL>
  365.    - controlling frame border size/colour with new FRAME/FRAMESET attributes
  366.    - controlling word and line spacing etc. using <SPACER>
  367.    - choosing font names using the FACE attribute in <FONT>
  368.    - loading non-inline scripts from external files using <SCRIPT>
  369.    - naming the archive file for an <APPLET> (speeds loading of Java applets)
  370.    - setting text styles using <S> (strikeout) and <U> (underline)
  371.  
  372. "Send To" Support
  373.  * added ability to include Agile in the "Send To" right-click on file menu
  374.  * if a shortcut to Agile.exe is placed in the "Windows\SendTo" folder:
  375.    - right click on a file and choose "Send To/Agile" to edit the file
  376.    - if multiple files are selected, "Send To" will open them all for editing
  377.    - if Agile is already running, it will be activated and will open the files
  378.      without starting a second copy
  379.  
  380. Drop on Shortcut Support
  381.  * similar to "Send To" support above, you can drag one or more files from
  382.    Windows Explorer and drop them on an Agile Shortcut to edit them.
  383.  
  384. Single Agile Instance Feature
  385.  * a running copy of Agile is now always re-used, so that if Agile is running:
  386.    - trying to start a second copy will just activate the running Afile
  387.    - choosing "Send To/Agile" to edit single/multiple files will activate the
  388.      running copy, which will then open the files for editing
  389.    - dragging and dropping single or multiple files onto an Agile shortcut,
  390.      will activate the running copy, and open the files for editing
  391.  
  392. Multi-Level Undo/Redo
  393.  * undo and redo now mark the document as unmodified if you undo all changes
  394.  * a "*" in the document window title indicates it has unsaved changes
  395.  
  396. Install Program
  397.  * re-implemented from scratch to fix problems with uninstall
  398.  * reduced install program size by 300k to 1.3M to speed up downloads
  399.  * in future, incremental updates will speed downloads of upgrades even more
  400.  
  401. Miscellaneous
  402.  * added support to auto-size setting for "progressive JPEG" images
  403.  * can now handle command line with unquoted file path containing spaces
  404.  * removed ability to exclude/disable "obscure" attributes from tag edit menu
  405.  * added support for browsing JavaScript ".js" files when setting source
  406.    code URLs
  407.  
  408. BUGFIXES
  409.  * fixed failure to preserve maximised window position between sessions
  410.  * fixed insertion of preformatted HTML to allow newlines to copy and paste
  411.    properly into other apps
  412.  * fixed failure to edit files when started from Netscape Gold (when file or
  413.    path contained spaces)
  414.  * fixed sizing of document windows to fit within main window on start up
  415.    (when main window is small)
  416.  * fixed failure to set text font correctly before initial colouring of new
  417.    document
  418.  * fixed failure to preserve some editor configuration settings between runs
  419.  * prevented spurious message about failing to set image size when browsing
  420.    for .htm/.html file URLs
  421.  * fixed missing floating frame tag, <IFRAME>, and fixed menu command
  422.  * fixed lack of <FRAME> tag with Netscape 2 HTML support
  423.  * fixed intermittant crash when updating preview in Netscape
  424.  
  425.  
  426. v1.00 beta build 4
  427. ------------------
  428.  
  429. This was a very restricted release with no changes in functionality,
  430. made for the sole purpose of tracking down a software problem, which
  431. has been fixed.
  432.  
  433.  
  434. v1.00 beta build 3 (29 August 1996)
  435. ------------------
  436.  
  437. Tag Editing
  438.  * added ability to set image height/width automatically from edit value dialog
  439.  * and as a Tag right-button menu option "Set Size From"
  440.  
  441. Previewing
  442.  * added support for Internet Explorer 3 and Netscape Navigator 3
  443.  * added "bring browser to front on preview" functionality
  444.  * added an option to keep "Agile In Front Of Browser"
  445.  * improved browser preview ability to "scroll to edited area"
  446.  
  447. HTML Support
  448.  * added Internet Explorer 3 support (floating frames, style sheets, etc.)
  449.  
  450. Configuration Options
  451.  * added options to enable or disable
  452.    - automatic setting of image tag h/w when pasting a GIF/JPEG URL into a tag
  453.    - conversion of file URL's to relative paths
  454.    - conversion of file URL's to lower case
  455.    - keeping Agile in front of browser after updating the preview
  456.  
  457. Windows NT Setup Program
  458.  * fixed program menu "Help shortcuts" which were invoking 16 bit help and so
  459.    didn't work on Windows NT
  460.  
  461. Miscellaneous
  462.  * added "Tips on Using Agile" at start up (to be expanded)
  463.  * increased width of recent file entry on file menu before it gets abbreviated
  464.  * added automatic crash logging to aid identifying really nasty bugs
  465.  
  466. BUGFIXES
  467.  * fixed edit/undo failure to properly undo automatic changes to tag attributes
  468.  * fixed edit/undo failure to undo keyboard repeat input in some circumstances
  469.  * fixed incorrect disabling of tags matched by "and tags common to all of"
  470.    HTML Support settings
  471.  * fixed intermittent "out of memory writing preview file" that frequently
  472.    afflicted previewing with Netscape
  473.  * fixed unreliable scroll to edit region for all browsers
  474.  * fixed problem where relative paths (eg for inserted URL attribute)
  475.    generated "../CurrentDir/file" instead of just "file" when "file" is in
  476.    the same directory as the document.
  477.  * fixed paste URL problem which inserted long filename paths in short format
  478.  * fixed URL helper dialog insertion of backslash in relative paths instead
  479.    of forward slash
  480.  * fixed lack of title on help windows
  481.  * fixed possibility that install license dialog showing an invalid filepath
  482.    and breaking the browse button
  483.  * prevented accidental overwrite of file when saving/closing modified files
  484.    without a license key installed
  485.  
  486.  
  487. v1.00 beta build 2 (Aug 1996)
  488. ------------------
  489.  
  490. HTML Support
  491.  * added support for Internet Explorer 3.0 (currently beta 1) including the
  492.    all singing all dancing <OBJECT> element and some table extensions. (Note
  493.    that IE 3.0 beta 1 is too buggy to support previewing yet.)
  494.  * added helper diaogs for browsing for file base URLs of various types
  495.    including (html files, images, sounds, animations, source code and applets).
  496.  
  497. Miscellaneous
  498.  * added ability to open and create files referenced in a tag URL using the
  499.    right button menu. Works for HTML and non-HTML files (e.g. .htm, .gif, .zip
  500.    etc.)
  501.  * added support for .html, .shtml and .sht file extensions in file open/save
  502.    dialogs
  503.  * fixed bug which allowed Paste URL between <A></A> but then failed the paste
  504.  * context sensitive help
  505.  * install program
  506.  * added dlls, text files etc to the distribution
  507.  * changed the license code browse dialog to reset to keep the full filepath
  508.    if the file exists
  509.  * fixed license code file type string for browse licenses dialog
  510.  
  511. File/Options Settings
  512.  * renamed the "Editor" tab as "General" to reflect the mix of options it now
  513.    provides
  514.  * removed excessive browser previewer configuration and moved settings onto
  515.    a General tab
  516.  
  517.  
  518. v1.00 beta build 1 (27 May 1996)
  519. ------------------
  520.  
  521. Syntax Colouring
  522.  * extended colouring to different tag types (structure/list/table/style etc.)
  523.  * colour highlights non-supported tags
  524.  * colour highlights tags with invalid names
  525.  
  526. HTML Support
  527.  * extended to include Internet Explorer 2, Netscape Navigator 2 and HTML 3.2
  528.    (the main extensions include tables, Java and Plug-ins, font sizing and
  529.    colouring, background sounds)
  530.  * HTML support is defined by a selection of tags from multiple
  531.    "specifications", that is, by HTML spec or browser support. You can include
  532.    all tags from selected "specs" and also a common set of tags supported by
  533.    another set of chosen specs.
  534.  
  535. Changes to "Appearance" (Syntax Colouring) settings (see File/Options):
  536.  * enforced single font for text and tags
  537.  * improved user interface of appearance tab with colour list etc.
  538.  * faster opening of appearance tab and removed the need for richtx32.ocx
  539.  * fixed flicker of selection that could occur during background syntax
  540.    colouring
  541.  
  542. Changes to Previewing
  543.  * fixed Netscape 2 not following anchor to fragments
  544.  * fixed Netscape 2 losing content on resizing window
  545.  
  546. Miscellaneous
  547.  * minor changes to license installation initial file spec
  548.  * prevented syntax colouring pause after pasting large selection
  549.  * fixed size of edit area that could occur after window becomes maximised
  550.  
  551.  
  552. v1.00 beta build 0 (2 May 1996)
  553. ------------------
  554.  
  555. First public release designed to run on Windows 95 and
  556. Windows NT, but so far tested only on Windows 95.