home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 November / PCWorld_2001-11_cd.bin / Software / Vyzkuste / resourcehack / Version_History.txt < prev   
Text File  |  2001-08-07  |  14KB  |  467 lines

  1. ----------------------------------------------
  2.  
  3. Resource HackerÖ - Version 3.2.9
  4.  
  5. 7 August 2001.
  6. Copyright 1999-2001 Angus Johnson
  7.  
  8. http://rpi.net.au/~ajohnson/resourcehacker
  9.  
  10. FREEWARE utility to view, modify,
  11. add and delete resources in Win32 executables.
  12. Incorporates an internal resource compiler and
  13. decompiler. Works on both Win9x and WinNT.
  14.  
  15. ----------------------------------------------
  16. Version History:
  17. ----------------------------------------------
  18.  
  19. 7 August 2001 (Version 3.2.9):
  20.  
  21.   * Bug fix: Resource HackerÖ will now display 
  22.   and edit resources stored in sections other 
  23.   than the '.rsrc' section.
  24.  
  25.   * Bug fix: When closing Resource HackerÖ a 
  26.   delayed closure of a mutex handle made running 
  27.   RH scripts within batch files difficult.
  28.  
  29.   * Bug fix: Another commandline bug fixed.
  30.  
  31.   * Several minor functional improvements.
  32.  
  33. 16 June 2001 (Version 3.2.8):
  34.  
  35.   * When editing dialog controls and the Editor 
  36.   has focus, the control corresponding to the 
  37.   current insertion point (if any) will be 
  38.   highlighted automatically in the dialog preview.
  39.  
  40.   * When resources cannot be viewed due to 
  41.   non-standard resource layouts (eg when an "EXE 
  42.   compressor" has been used to shrink the file),
  43.   a message to this effect will now be displayed.
  44.  
  45.   * Individual resource items' size will now be 
  46.   displayed in the statusbar.
  47.  
  48.   * Bug fix: Commandline support was partially
  49.   broken in a previous update.
  50.  
  51.   * Bug fix: Should now run on Win95 machines which
  52.   still have the original ComCtl32.dll. 
  53.  
  54.   * Bug fix: Should now run on Win95 and Win98 
  55.   machines which do not have ImageHlp.dll installed.
  56.   (ImageHlp.dll is included on the Win98 install CD
  57.   and is installed automatically with Internet 
  58.   Explorer 3 or greater.)
  59.  
  60. 8 April 2001 (Version 3.2.7):
  61.  
  62.   * DS_SETFONT is no longer decompiled into the
  63.   STYLE statement of Dialog resources to avoid
  64.   problems when recompiling scripts using 
  65.   Microsoft's resource compiler.
  66.  
  67.   * Extended Dialog FONT definitions (font 
  68.   weight, italics etc) are no longer displayed 
  69.   in decompiled scripts unless they have been 
  70.   changed to non-default values. This avoids 
  71.   problems when trying to recompile these 
  72.   scripts with both MS's and Borland's resource 
  73.   compilers which still do not support full font 
  74.   definitions for Dialogs.
  75.  
  76.   * Bug fix: Occasional error when saving
  77.   non-standard resource types to *.res files.
  78.  
  79. 10 March 2001 (Version 3.2.6):
  80.  
  81.   * Resources can now be added to executables
  82.   which previously did not contain resources.
  83.  
  84.   * Bug fix (introduced in the last update):
  85.   Unicode to multibyte character conversion
  86.   was causing problems with some non-English
  87.   resources.
  88.  
  89. 3 March 2001 (Version 3.2.5):
  90.  
  91.   * Enhanced the Dialog Editor's functionality 
  92.   when adding new controls.
  93.   * The line number of Editor's insertion point 
  94.   is now displayed on the left of the statusbar.
  95.   * The Menu Preview is now able to display 
  96.   popup menus which don't have a caption.
  97.   * Bug fix (introduced in the previous update):
  98.   Dialogs displaying bitmaps would no longer 
  99.   always display the correct size of the bitmap.
  100.   * Other minor improvements.
  101.  
  102. 20 February 2001 (Version 3.2.4):
  103.  
  104.   * A Dialog Editor has been added and can be 
  105.   activated by right clicking on a Dialog Preview.
  106.   * Plain text resources can now be modified and 
  107.   recompiled using the internal editor.
  108.   * Bug-fix: Dialog scripts were not being 
  109.   displayed if either the dialog width or 
  110.   dialog height equalled zero.
  111.   * Bug-fix: Occasionally a valid menu script 
  112.   would raise an error when compiling.
  113.   * Bug-fix: StringTable entries with more than 
  114.   50 special characters (\t,\n etc) could not be 
  115.   viewed and raised an error.
  116.  
  117.  
  118. 28 January 2001 (Version 3.2.3):
  119.  
  120.   * The Dialog Preview/Designer is now detached 
  121.   from the main window.
  122.   * Whenever a control is selected in the 
  123.   Dialog Designer, its definition in the script will also 
  124.   be flagged with a red marker.
  125.   * Several minor bug fixes.
  126.  
  127. 14 January 2001 (Version 3.2.2):
  128.  
  129.   * Programs which are modified will now have their 
  130.   CheckSums updated too.
  131.   * Combobox controls in the preview dialog now
  132.   have resizing handles which reflect the size of its 
  133.   dropdown window (ie consistent with the dialog script).
  134.   * A control can now be deleted by using the DEL key 
  135.   once it has been selected in a preview dialog.
  136.   * Bug fix: Resource HackerÖ crashed when Alt+C 
  137.   was pressed when the Preview Dialog had focus. 
  138.  
  139. 9 January 2001 (Version 3.2.1):
  140.  
  141.   * Numerous bug fixes: 
  142.   - STRINGTABLE with StringID = 0 will now compile; 
  143.   - ACCELETATOR recompile bug fixed.
  144.   - Old style bitmaps will now be displayed; 
  145.   - A maximised state will be retained between sessions; 
  146.   - Alt+C will now compile when Preview Dialog has focus; 
  147.   - Text ending with doubleslashes (eg: "bug\\") will compile;
  148.   - DIALOG scripts containing MENU or CLASS statements 
  149.   would occasionally raise an error on compiling. 
  150.   - FONT statement in DIALOGEX scripts now fully supports 
  151.   FontWeight, Italic and FontCharset parameters.
  152.   - Several other minor bug fixes/cosmetic improvements.
  153.  
  154. 1 January 2001 (Version 3.1):
  155.  
  156.   * Most-Recently-Used file list added to File menu.
  157.  
  158.   * Bug fix: Unusual characters in filenames would 
  159.   not be correctly read by the commandline script
  160.   parser.
  161.  
  162.   * Visual redesign tool for dialogs improved.
  163.  
  164.   * Warned dialog added whenever leaving a resource 
  165.   which has been modified but not recompiled.
  166.  
  167.   * Edit menu added.
  168.  
  169.   * Images can now be copied to the clipboard.
  170.  
  171.   * User defined resources containing just plain text 
  172.   will now be displayed as text, not as binary data.
  173.  
  174. 12 December 2000 (Version 3.0):
  175.  
  176.   * Resource items can now be added from files 
  177.   of any binary type, no longer needing to compile 
  178.   them into *.res files first. This includes, but is not 
  179.   restricted to image files (*.ico, *.cur, *.bmp).
  180.  
  181.   * Commandline Scripting added. All the functionality 
  182.   of Resource HackerÖ (apart from viewing resources) 
  183.   can now be accessed from the commandline 
  184.   without having to open Resource HackerÖ.
  185.  
  186.   * Added Any File (*.*) option to Open File Dialog
  187.   File types (no longer limited to exe, dll, ocx and
  188.   cpl files). However, the file must still be a 
  189.   Win32 PE format file.
  190.  
  191.   * Save As Dialog now warns users attempting to
  192.   save resources to non-existant directories.
  193.  
  194.   * Bug fix: MSVC++ debug table offsets were not 
  195.   being updated when resources were modified.
  196.  
  197.   * VersionInfo resources can now be modified etc.
  198.  
  199.   * Numerous other minor improvements.
  200.  
  201. 1 November 2000 (Version 2.6): 
  202.  
  203.   * Text search added - find resource items 
  204.   containing text compiled in both ANSI and 
  205.   UNICODE formats.
  206.  
  207.   * "File Save" menu option added. The original 
  208.   file is backed up if a backup copy does not 
  209.   already exist. (eg: MyProgram.exe will be copied 
  210.   to MyProgram_original.exe, unless it already 
  211.   exists, before being modified.) 
  212.  
  213.   * Bug Fix: VersionInfo resources would 
  214.   occasionally not decompile correctly.
  215.  
  216. 10 September 2000 (Version 2.5): 
  217.  
  218.   * Resources can now be deleted.
  219.   (nb: VersionInfo resources cannot be deleted).
  220.  
  221.   * Bug Fix: Modified applications occasionally 
  222.   displayed the generic executable icon, 
  223.   not the application's icon. 
  224.  
  225.   * Fixes to a couple of other minor bugs.
  226.  
  227. 18  August 2000 (Version 2.4.0.4): 
  228.  
  229.   * Bug Fix: Would not compile some Chinese text.
  230.  
  231.   * Improved translation support. Scripts are now 
  232.   compiled using the codepage appropriate to the 
  233.   internal editor's selected font rather than the 
  234.   operating system's default codepage.
  235.  
  236.   (Thanks to Frank Cheng for feedback while fixing 
  237.   both these DBCS issues.)
  238.  
  239.   * Bug fix: Occasionally StringTable resources 
  240.   would not be decompiled.
  241.  
  242.   * Bug fix: Accelerators would not compile if they 
  243.   included the ASCII keyword.
  244.  
  245.    * The command line will now accept a filename 
  246.   as a parameter.
  247.  
  248.   * The Samples.dll file is no longer included 
  249.   in the download.
  250.  
  251.   * Homepage added: 
  252.   http://rpi.net.au/~ajohnson/resourcehacker.
  253.  
  254.  
  255. 3  July 2000 (Version 2.4.0.3): 
  256.  
  257.   * Bug Fix: Bug introduced with changes in the 
  258.   previous update which caused an error in 
  259.   "Update all Resources" preventing any updates.
  260.  
  261.   * Bug Fix: Occasional bug when extracting 
  262.   resources to a RES file.
  263.  
  264.   * A couple of very minor improvements to the 
  265.   compiler have also been made.
  266.  
  267.  
  268. 26  May 2000 (Version 2.4.0.2): 
  269.  
  270.   * Multibyte character set support (Japanese, 
  271.   Chinese etc) for the internal editor has been 
  272.   added (with thanks to Bob Ishida for feedback 
  273.   during debugging).
  274.  
  275.   * Bug fix: Cursors with multiple images were not 
  276.   being correctly imported when replacing cursors.
  277.  
  278.   * Numerous other improvements and cosmetic changes.
  279.  
  280.   * A number of documentation errors in the 
  281.   help file have also been fixed.
  282.  
  283.  
  284. 20  Apr 2000 (Version 2.3.0.6): 
  285.  
  286.   * The JPG and MIDI data formats are now 
  287.   detected and displayed or played.
  288.  
  289.   * Bug Fix: WAVE, AVI and GIF formats were 
  290.   not being detected in the RCDATA section.
  291.  
  292.   * Bug Fix: The folder where resource data 
  293.   was last saved was not being stored between 
  294.   sessions.
  295.  
  296. 16  Apr 2000 (Version 2.3.0.5): 
  297.  
  298.   * The AVI and WAVE data formats are now 
  299.   detected and displayed or played.
  300.  
  301.   * The GIF data format is now detected and 
  302.   displayed (with thanks to Anders Melander 
  303.   for TGifImage).
  304.  
  305.   * A number of sample resources have been 
  306.   removed from the Resource HackerÖ executable 
  307.   and placed in "Samples.dll". (This dll can be 
  308.   deleted without affecting Resource HackerÖ.)
  309.  
  310. 13  Feb 2000 (Version 2.3.0.3): 
  311.  
  312.   * The editor's font can now be changed. 
  313.   This enables changes to the editor's 
  314.   font script (character code) which is 
  315.   useful when translating resources.
  316.  
  317.   * Menu editor [Show/Hide] button added.
  318.  
  319.   * Coloured treeview cursor removed :-(.
  320.  
  321.   * Dialog controls now have coordinates 
  322.   displayed when selected too. (see 
  323.   version 2.3.0.2).
  324.  
  325. 11  Feb 2000 (Version 2.3.0.2): 
  326.  
  327.   *Bug Fix: Major modifications to dll's still 
  328.   occasionally failed. Now finally fixed.
  329.  
  330.   *The treeview window width can now be 
  331.   adjusted. 
  332.  
  333.   *Resource Hacker's window size and  position 
  334.   is now stored between sessions (in an *ini 
  335.   file ) as are the folders for the last opened 
  336.   and saved files. 
  337.  
  338.   *While moving or resizing dialog controls - 
  339.   the control coordinates (in dialog units) 
  340.   are now displayed in the panel located above 
  341.   the dialog script.
  342.  
  343.  
  344. 9  Feb 2000 (Version 2.3.0.1): 
  345.  
  346.   *Resources can now be added.
  347.  
  348.   *LANGUAGE statements in resource scripts are 
  349.   no longer "read-only".
  350.   
  351.   *Resources can now be updated with all 
  352.   matching resources in an external resource 
  353.   file (*.res) in a single operation.
  354.   
  355.   *Bug Fix: Replacing cursors & icons from
  356.   resource files (*.res) was broken.
  357.  
  358.  
  359. 1  Feb 2000 (Version 2.2.0.1): 
  360.  
  361.   *Bug Fix: Modifying dll's occasionally 
  362.   stopped them working (the relative virtual 
  363.   addresses of sections following the resource 
  364.   section were not being adjusted).
  365.  
  366.   *MESSAGETABLE and ACCELERATOR resources can 
  367.   now also be edited and recompiled using the 
  368.   internal editor.
  369.  
  370.   *Dialogs will be displayed even when they
  371.   contain unregistered controls (a gray 
  372.   rectangle will appear in the position of 
  373.   each unregistered control).
  374.  
  375.   *Dialog editor now compiles controls defined 
  376.   by using either of the following styles:
  377.  
  378.     CONTROL text, control-ID, control-class, 
  379.             control-style, x, y, width, height
  380.  
  381.     CLASS_MAIN_STYLE text, control-ID, 
  382.             x, y, width, height, control-style
  383.  
  384.   *Modified files now preserve the original 
  385.   file date and time.
  386.  
  387.   *Resources (menus, dialogs, stringtables, 
  388.   accelerators & messagetables) can now be saved 
  389.   in a single operation to a single *.rc file.
  390.  
  391.   *Numerous other minor improvements.
  392.  
  393.  
  394. 17  Jan 2000 (Version 2.1.1.4): 
  395.  
  396.   *Bug Fix: Memory leak fixed.
  397.  
  398.   *Bug Fix: Numeric captions in dialog 
  399.   resources were not compiled correctly.
  400.  
  401.   *Resources can now be saved to file as a binary.
  402.  
  403.   *Improved handling of special characters (tab, 
  404.   newline, backslash & doublequote) in resource 
  405.   scripts.
  406.  
  407.   *Dialog resource forms and controls can now be 
  408.   visually moved and resized.
  409.  
  410.  
  411. 2 Jan 2000 (Version 2.0.1.2): 
  412.  
  413.   *DIALOG, DIALOGEX, MENU, MENUEX, STRINGTABLE 
  414.   and BORLAND FORM resources can now be edited 
  415.   and recompiled using the internal editor.
  416.  
  417.   *Bug Fix - large resources which were 
  418.   displayed as hexidecimal took forever to load. 
  419.   The display algorithm for these resources is 
  420.   now much faster.
  421.  
  422.   *Bug Fix - Tab and Newline characters are now 
  423.   converted to  \t  and  \n   respectively in 
  424.   dialog script control captions.
  425.  
  426.   *Bitmap Exchange Dialog added - enables 
  427.   viewing of bitmaps while selecting.
  428.  
  429.   *Individual icons are no longer scaled but 
  430.   are displayed at their actual size.
  431.  
  432.   *Files can now be opened by dragging them 
  433.   into Resource HackerÖ.
  434.  
  435.  
  436. 12 Dec 1999 (version 1.0.0.5): 
  437.  
  438.   *Bug Fix - Exchanging cursors from *.cur files 
  439.   was broken.
  440.  
  441.   *Bug Fix - Menu resource scripts did not always 
  442.   decompile correctly.
  443.  
  444.   * Icon & Cursor Exchange Dialogs now display 
  445.   selected images.
  446.  
  447.   *Icons & cursor resources are now hidden in 
  448.   the 'Exchange Other Resources' dialog.
  449.  
  450.   *MENUEX and DIALOGEX resource scripts are now 
  451.   properly supported.
  452.  
  453.   *Resource scripts now decompile control style 
  454.   attributes too.
  455.  
  456.   *Borland Delphi form files now decompiled.
  457.  
  458.   *Accelerators now decompiled.
  459.  
  460.   *Help file added.
  461.  
  462.  
  463. 03 Dec 1999 (version 0.5.0.1): 
  464.  
  465.   *Initial Release.
  466.  
  467.